@charset "utf-8";
/*--------------------------------------------
reset
----------------------------------------------*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 position: relative;
 line-height: 1;
 margin: 0;
}

ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/*--------------------------------------------
基本設定（body,a,table等） CSS
----------------------------------------------*/
html {
 font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
 font-size: 18px;
 font-size: 1.8rem;
 /*font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
 font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 /*  font-weight: 500; */
 line-height: 1.7;
 margin: 0px;
 padding: 0px;
 /* min-width: 1000px;*/
 color: #3B4043;
 background: #FFFFFF;
}
html, body {
 height: 100%;
}
.m-font-min {
 font-family: YuMincho, "Yu Mincho", serif;
}
/* ------------------  */
img {
 border-style: none;
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
a {
 /*color: #0565a8;*/
 text-decoration: none;
}
/*
a:link {
	color: #0565a8;
}
a:visited {
	color: #421e86;
}
*/
a:hover {
 /*	color: #03aee2;*/
 text-decoration: underline;
 /*   transition: all 0.5s;	*/
}
a:hover img {
 filter: alpha(opacity=60);
 -moz-opacity: 0.60;
 opacity: 0.60;
}
div {
 display: block;
}
address {
 font-style: normal;
}
/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 height: 0px;
 font-size: 0.1px;
 line-height: 0.1px;
}
.clearfix {
 display: inline-block;
 position: relative; /* DW */
}
/* Hides from IE-mac \*/
.clearfix {
 display: block;
}
/* End hide from IE-mac */
/*----------------------------------------------------
 ヘッダー　header
----------------------------------------------------*/
header {
 position: fixed;
 top: 0;
 margin-top: 0;
 width: 100%;
 min-height: 110px;
 background-color: rgba(255, 255, 255, 0.9);
 z-index: 9999;
}
.header_inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 0 20px;
 height: 110px;
 border-bottom: solid 2px #389ECA;
 /*width:1145px;*/
}
/* ロゴ */
.logo {
 top: 10px;
 left: 0;
 padding: 0;
 width: 65%;
 max-width: 360px;
 font-size: 1.7rem;
 font-weight: normal;
}
.logo span {
 display: block;
 font-family: 'Kiwi Maru', serif;
 font-size: 20px; /*2.0rem*/
 line-height: 1.3;
}
@media screen and (min-width: 320px) {
 .logo span {
  font-size: calc(20px + ((35 - 20) * (100vw - 320px) / (960 - 320)));
 }
}
@media screen and (min-width: 960px) {
 .logo span {
  font-size: 38px; /*3.8rem*/
 }
}
.logo a {
 display: block;
 text-align: center;
 color: #374A58;
}
.logo a:hover {
 text-decoration: none;
 color: #000;
}
/* --- --- --- --- --- 
　グローバルナビ 
--- --- --- --- --- ---　*/
.drawer_menu {
 /* width:calc( 100% - 360px );*/
}
.g-nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}
.g-nav li {
 display: inline-block;
 position: relative;
 margin-right: 12px;
 margin-left: 12px;
 text-align: center;
 font-size: 16px; /*1.6rem;*/
 line-height: 1.2;
 font-family: 'Kiwi Maru', serif;
 overflow: hidden;
}
@media screen and (min-width: 320px) {
 .g-nav li {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (960 - 320)));
 }
}
@media screen and (min-width: 960px) {
 .g-nav li {
  font-size: 16px; /*1.6rem*/
 }
}
.g-nav li a {
 position: relative;
 text-decoration: none;
 color: #124D78;
 cursor: pointer;
 height: 110px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.g-nav li a:hover, .g-nav li.current a {
 text-decoration: none;
 color: #000000;
 /*	background-color:rgba(134,191,186,0.7);*/
}
.g-nav li a::before {
 position: absolute;
 content: "";
 bottom: -26px;
 left: 50%;
 transform: translateX(-50%);
 width: 50px;
 height: 25px;
 background: url("../../images/ico_current.svg") no-repeat;
 background-size: contain;
 z-index: -1;
 opacity: 0;
 pointer-events: none;
 transition: all 0.3s;
}
.g-nav li a:hover::before, .g-nav li.current a::before {
 bottom: -1px;
 opacity: 1;
}
/* --- --- --- --- --- 
 構造 
--- --- --- --- --- */
.container {
 clear: both;
 margin: 110px auto 0;
 width: 100%;
}
.inner-cont {
 margin: 0 auto;
 padding: 0 20px;
 max-width: 1145px;
}
.inner-cont-wrap {
 padding: 0 100px;
}
.page-container {
 position: relative;
 margin: 0 auto;
 /*	padding-bottom: 60px; */
 min-height: 400px;
}
.page-container .inner-cont {
 margin: 0 auto;
 padding: 0 100px;
 max-width: 950px;
}
/** scale? --------------------------------------- **/
.scale {
 display: block;
 border: solid 1px #b2cad7;
 background-color: #fff;
}
.scale img {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.scale:hover img {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}
/** footer --------------------------------------- **/
.footer {
 position: relative;
 bottom: 0;
 width: 100%;
 height: 200px;
 background: url("../../images/bg_footer.svg") repeat-x;
 background-position: 0 bottom;
}
.footer-menu {
 padding-top: 80px;
}
.footer-menu li {
 display: inline-block;
 margin-right: 10px;
 padding-left: 10px;
 border-left: solid 1px #3B4043;
 font-size: 1.5rem;
 line-height: 1;
}
.footer-menu li:first-child {
 border-left: none;
}
.footer-menu li a {
 color: #3B4043;
}
.footer-menu li a:hover {
 text-decoration: underline;
}
.copyright {
 margin-top: 50px;
 font-size: 1.3rem;
 line-height: 1.2;
 color: #fff;
}
#pagetop {
 position: fixed;
 bottom: 100px; /*20px;*/
 right: 0;
 z-index: 9998;
}
/*--------------------------------------------
 module設定（title,button等） CSS
----------------------------------------------*/
.m-area {
 padding-top: 40px;
}
/*-- title --*/
.m-index-title {
 position: relative;
 margin-bottom: 2em;
 padding-top: 20px;
 font-size: 2.7rem;
 line-height: 1;
 font-weight: bold;
 color: #3B4043;
 text-align: left;
}
.m-index-title_center {
 text-align: center !important;
}
.m-index-title_center::after {
 left: 50% !important;
 margin-left: -80px !important;
}
/*-- button --*/
.m-btn-list {
 margin: 20px auto;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
}
.m-btn-list li {
 position: relative;
 margin: 10px;
}
.by{
 position: absolute;
 top: 8px;
 left: 124px;
 font-size: 1.2rem;
}


.m-btn, .m-btn:visited {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 280px;
 height: 70px;
 font-size: 2.0rem;
 font-weight: bold;
 line-height: 1.2;
 color: #0D7EAF !important;
 background-color: #fff;
 border: solid 3px #389ECA; /*#0d7eaf;*/
 border-radius: 10px;
 box-sizing: border-box;
 -webkit-transition: .2s;
 transition: .2s;
}
.m-btn::after {
 display: block;
 content: '';
 position: absolute;
 right: 14px;
 width: 6px;
 height: 6px;
 border-right: 3px solid #0D7EAF;
 border-bottom: 3px solid #0D7EAF;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.m-btn:hover {
 color: #fff !important;
 background-color: #389ECA;
 border: solid 3px #fff;
 text-decoration: none;
}
.m-btn:hover::after {
 border-right: 3px solid #fff;
 border-bottom: 3px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.ico-guide {
 width: 360px;
 height: 80px;
 font-size: 2.7rem;
}
.ico-guide::before {
 position: absolute;
 content: "";
 left: 20px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 29px;
 height: 40px;
 background: url("../../images/ico_guide.svg") no-repeat;
 background-size: cover;
}
.ico-guide::after {
 width: 9px;
 height: 9px;
}
.ico-guide:hover {
 /* color:#fff;
  background-color: #0D7EAF;/* #389ECA;
  border:solid 3px #389ECA!important; */
}
.ico-guide:hover::before {
 background: url("../../images/ico_guide_wh.svg") no-repeat;
 background-size: cover;
}
.ico-access {
 width: 360px;
 height: 80px;
 font-size: 2.7rem;
}
.ico-access:before {
 position: absolute;
 content: "";
 left: 10px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 40px;
 height: 34px;
 background: url("../../images/ico_access.svg") no-repeat;
 -webkit-background-size: cover;
 background-size: cover;
}
.ico-access::after {
 width: 9px;
 height: 9px;
}
.ico-access:hover {
 /* color:#fff;
  background-color: #0D7EAF;/* #389ECA; */
 border: solid 3px #0D7EAF !important;
}
.ico-access:hover::before {
 background: url("../../images/ico_access_wh.svg") no-repeat;
 background-size: cover;
}
.m-btn-b {
 clear: both;
 margin: 30px auto 60px;
 text-align: center;
}
.m-btn-b a {
 display: inline-block;
 position: relative;
 width: 376px;
 height: 80px;
 line-height: 80px;
 text-align: center;
 font-size: 2.4rem;
 font-weight: bold;
 color: #fff;
 background-color: #006ab4;
 border: solid 2px #006ab4;
 box-sizing: border-box;
 -webkit-transition: .3s;
 transition: .3s;
}
.m-btn-b a::after {
 display: block;
 content: '';
 position: absolute;
 top: 50%;
 right: 24px;
 width: 15px;
 height: 15px;
 margin-top: -7.5px;
 border-right: 2px solid #fff;
 border-bottom: 2px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.m-btn-b a:hover {
 color: #006ab4;
 background-color: #fff;
 text-decoration: none;
 border: solid 2px #006ab4;
 box-sizing: border-box;
}
.m-btn-b a:hover::after {
 border-right: 2px solid #006ab4;
 border-bottom: 2px solid #006ab4;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.m-btn-r {
 position: absolute;
 right: 20px;
 bottom: 20px;
}
.m-txt-c {
 text-align: center;
}
.m-txt-r {
 text-align: right;
}
.pc-only {
 display: block;
}
.sp-only {
 display: none;
}
/** flexbox **/
.flex {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}
.list li {
 list-style: disc;
 margin-bottom: 5px;
 margin-left: 1em;
}
/** page --------------------------------------- **/
.page-header {
 padding: 0 0 10px 0;
}
.page-title-area {
 margin-top: 110px;
 position: relative;
 width: 100%;
 height: 200px; /**/
 /*   background-color: #389ECA;
background-image: url(../../images/bg_header.jpg);
	background-position: 50% 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;*/
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 overflow: hidden;
 background: linear-gradient(70deg, #0D7EAF 0%, #0D7EAF 30%, #389ECA 30%, #389ECA 100%);
}
.page-title-area::before {
 position: absolute;
 content: "";
 top: 0;
 bottom: 0;
 margin: auto;
 left: calc(30% - 60px);
 width: 120px;
 height: 89px;
 background: url("../../images/ico_page_title.svg") no-repeat;
 background-size: cover;
}
.page-title-area::after {
 position: absolute;
 content: "";
 top: 0;
 bottom: 0;
 margin: auto;
 right: 24%;
 width: 96px;
 height: 115px;
 background: url("../../images/ico_fish4.svg") no-repeat;
 background-size: cover;
}
.page-title {
 position: relative;
 font-family: 'Kiwi Maru', serif;
 text-align: center;
 font-size: 4.0rem;
 line-height: 1.3;
 color: #fff;
}
/*.page-title::before{
	position: absolute;
	content:"";
	top:0;
	left:0;
	width:120px;
	height: 89px;
	background: url("../../images/ico_page_title.svg") no-repeat;
	background-size: cover;
}*/
/*-- topic-path --*/
.topic-path {
 margin-top: 20px;
}
.topic-path li {
 display: inline-block;
 padding: 5px;
 font-size: 1.5rem;
 color: #536478;
}
.topic-path li a {
 position: relative;
 margin-right: 1em;
 text-decoration: underline;
 color: #536478;
}
.topic-path li a:hover {
 text-decoration: none;
}
.topic-path li a:before {
 content: '';
 display: block;
 position: absolute;
 top: 0.35em;
 right: -1em;
 width: 7px;
 height: 7px;
 text-decoration: none;
 border-right: 1px solid #536478;
 border-bottom: 1px solid #536478;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 z-index: 100;
}
.topic-path li br {
 display: none;
}
/*-- page-lead --*/
.page-lead {
 margin: 0 auto; /* 60px;*/
 width: 100%;
 min-height: 30px;
 padding: 30px 0;
 /* font-size: 1.8rem; */
 font-weight: bold;
 text-align: center;
 background-color: #EFF8FC;
}
/*.page-lead-inner{
	margin: 0 auto;
	max-width: 950px;
}*/
.page-lead-menu {}
.page-lead-menu li {
 display: inline-block;
 margin-right: 10px;
 padding-left: 10px;
 border-left: solid 1px #0D7EAF;
 /* font-size: 1.8rem; */
 line-height: 1;
}
.page-lead-menu li a {
 color: #0D7EAF;
}
.page-lead-menu li:first-child {
 border-left: none;
}
/* section */
section {
 padding: 60px 0 60px;
}
.bg-pb {
 background-color: #EFF8FC;
}
.bg-bl {
 background-color: #389ECA;
}
.bt-dot {
 border-top: dotted 5px #BADBE9;
}
.page-index-title {
 display: inline-block;
 position: relative;
 margin-bottom: 30px;
 padding-left: 80px;
 font-size: 3.2rem;
 line-height: 1;
 font-weight: bold;
 color: #3B4043;
 text-align: left;
}
.page-index-title::before {
 content: "";
 position: absolute;
 top: -5px;
 left: -10px;
 width: 81px;
 height: 42px;
 background: url("../../images/ico_fish2.svg") no-repeat;
 background-size: cover;
}
.page-index-title::after {
 content: "";
 position: absolute;
 bottom: 0;
 right: -150px;
 width: 133px;
 height: 27px;
 background: url("../../images/ico_nami3.svg") no-repeat;
 background-size: cover;
}
.page-index-sub {
 margin: 30px 0 20px;
 font-size: 2.7rem;
 font-weight: bold;
 line-height: 1.5;
 color: #0D7EAF;
 display: flex;
 align-items: center;
}
/* home ---------------- */
.mv-area {
 position: relative;
 padding-top: 0;
 padding-bottom: 40px;
 max-height: 610px;
 width: 100%;
 background: url("../../images/img_mv.jpg") no-repeat;
 background-size: cover;
 overflow: hidden;
}

/* metaslider ---*/
.metaslider::before {
 position: absolute;
 content: "";
 top: -4%;
 left: -10%;
 width: 100%;
 max-width: 1270px;
 height: 700px;/*750px;*/
 background: url("../../images/img_hokkaido.png") no-repeat;
 background-size: contain;
 opacity: 0.5;
 z-index: 10;
}
.metaslider .slides img {
 width: auto !important;
 min-width: 100%!important;
 min-height: 690px;
 }

.metaslider .flexslider .flex-direction-nav li a{
 display: block;
 content: '';
 position: absolute;
 background-image: none!important;
 opacity: 1!important;
}
.metaslider .flexslider .flex-direction-nav .flex-next {
 right: 20px!important;
 width: 30px;
 height: 30px; 
 border-right: 3px solid #fff;
 border-bottom: 3px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.metaslider .flexslider .flex-direction-nav .flex-prev {
 left: 20px!important;
 width: 30px;
 height: 30px;
 border-right: 3px solid #fff;
 border-bottom: 3px solid #fff;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
.mv-cont {
 position: absolute;
 padding: 30px 40px;
 right: 10%;
 bottom: 100px;
 text-align: center;
 color: #fff;
 background-color: rgb(13, 126, 175, 0.8);
 z-index: 1;
}
.mv-cont-title {
 position: relative;
 font-size: 3.2rem;
 line-height: 1.3;
 display: inline-flex;
 align-items: center;
}
.mv-cont-title::before {
 position: absolute;
 content: "";
 left: -100px;
 width: 80px;
 height: 1px;
 background-color: #fff;
}
.mv-cont-title::after {
 position: absolute;
 content: "";
 right: -100px;
 width: 80px;
 height: 1px;
 background-color: #fff;
}
.mv-cont-lead {
 margin: 10px auto 20px;
 font-size: 3.0rem;
 line-height: 1.3;
}
.top-area {
 position: relative;
 margin-top: 0;
 padding-top: 0;
 padding-bottom: 20px;
 background: #ffffff; /*url("../../images/bg_nami_wh.svg") repeat-x;
  background-position: -40px 0;
  background-size: 208px 40px;*/
}
.top-area::after {
 position: absolute;
 content: "";
 top: -40px;
 left: 0;
 width: 100%;
 height: 40px;
 background: url("../../images/bg_nami_wh.svg") repeat-x;
 background-size: contain;
}
.top-cont-wrap {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 padding: 0 100px 0 0;
}
.top-cont-image {
 max-width: 220px;
 height: auto;
}
.top-cont {
 width: calc(100% - 220px);
}
.top-cont-lead {
 font-size: 4.1rem;
 line-height: 1.5;
 font-weight: bold;
}
.top-cont-caution {
 padding: 5px 10px;
 background-color: #000;
 color:#fff;
}
.top-cont-text {
 padding-top: 30px;
 /* font-size: 1.8rem; */
 line-height: 1.66;
 font-weight: bold;
}
.home-index-title {
 display: inline-block;
 position: relative;
 margin-bottom: 1em;
 padding-left: 100px;
 font-size: 2.7rem;
 line-height: 1;
 font-weight: bold;
 color: #000000;
 text-align: left;
}
.home-index-title::before {
 content: "";
 position: absolute;
 top: -5px;
 left: 0;
 width: 80px;
 height: 42px;
 background: url("../../images/ico_fish2.svg") no-repeat;
 background-size: cover;
}
.home-index-sub {
 margin: 20px 0 10px;
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.5;
}
.home-news-area {
 padding-bottom: 40px;
 background: #EFF8FC url("../../images/bg_nami_wh.svg") repeat-x;
 background-position: bottom left;
}
.home-news-head {
 position: relative;
}
.home-news-head.bt-dot {
 padding-top: 40px;
}
.home-news-link {
 position: absolute;
 right: 26px;
 font-weight: bold;
 color: #0D7EAF !important;
 text-decoration: underline;
}
.home-news-link:hover {
 text-decoration: none;
}
.home-news-link::after {
 display: inline-block;
 content: '';
 position: absolute;
 top: 0;
 right: -16px;
 bottom: 0;
 margin: auto;
 width: 6px;
 height: 6px;
 border-right: 2px solid #0D7EAF;
 border-bottom: 2px solid #0D7EAF;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.home-access-area {}
.home-access-text {
 width: calc(100% - 440px);
 /* font-size: 1.8rem; */
}
.home-access-image {
 margin-top: 60px;
 margin-bottom: 20px;
}
.home-guide-area {
 background-color: #0d7eaf; /*#389ECA;*/
 color: #fff;
}
.home-guide-area .home-index-title {
 color: #fff;
}
.home-guide-area .home-index-title::before {
 background: url("../../images/ico_fish2_wh.svg") no-repeat;
 background-size: cover;
}
.home-guide-text {
 padding: 0 100px;
 font-size: 2.4rem;
}
.txt-download {
 font-size: 1.8rem;
}
.txt-download a {
 text-decoration: underline;
 color: #FFF000;
}
.txt-download a:hover {
 text-decoration: none;
 color: #fff;
}
.home-guide-list {
 padding-left: 90px;
 justify-content: flex-start;
}
.home-link-area {
 background-color: #F0F3F5;
}
/* guide ---------------- */
.guide-area {
 padding: 0;
}
.guide-area p, .guide-area ul {
 padding-bottom: 1em;
 /* font-size: 1.8rem; */
}
.guide-area a {
 text-decoration: underline;
}
.guide-area a:hover {
 text-decoration: none;
}
.m-list {
 margin-left: 1.5em;
 padding-bottom: 20px;
 list-style-type: disc;
}
.m-list li {
 margin-bottom: 0.5em;
}
.indent-list {
 text-indent: -1em;
 list-style-type: none !important;
}
.guide-flow {}
.guide-flow-lead {
 margin-top: 20px;
 font-size: 2.0rem;
 font-weight: bold;
}
.guide-flow-menu {
 padding-left: 10px;
 font-weight: bold;
}
.guide-flow-menu a {
 color: #0D7EAF;
}
.guide-flow-inner {
 display: inline-block;
 margin: 25px auto;
 padding: 10px 30px;
 background-color: #fff;
 border-radius: 18px;
}
.guide-flow-list {}
.guide-flow-list li {
 position: relative;
 margin: 20px 0 40px;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
}
.guide-flow-list li::before {
 position: absolute;
 content: "";
 bottom: -20px;
 left: 100px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 20px 30px 0 30px;
 border-color: #389ECA transparent transparent transparent;
}
.guide-flow-list li:last-child {
 margin-bottom: 0;
}
.guide-flow-list li:last-child::before {
 border: none;
}
.guide-flow-image {
 margin-bottom: 20px;
 max-width: 262px;
 height: auto;
 border: solid 1px #707070;
}
.guide-flow-title {
 margin-bottom: 20px;
 padding-left: 15px;
 font-weight: bold;
 border-left: solid 6px #DFDFDF;
}
.guide-flow-text {
 margin-left: 35px;
 width: calc(100% - 300px);
}
.guide-flow-text p {
 font-size: 1.6rem;
 line-height: 1.875;
}
.guide-season-wrap {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 justify-content: space-around;
}
.guide-season {
 margin-bottom: 20px;
 width: 48%;
}
.guide-season-dl {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 justify-content: center;
 /* font-size: 1.8rem; */
}
.guide-season-dl dt {
 width: 8em;
}
.guide-season-dl dd {
 width: calc(100% - 9em);
}
.guide-facility-wrap{
  position: relative;
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.guide-facility-image{
  margin-bottom: 20px;
  max-width: 262px;
  height: auto;
}
.guide-facility-text {
  margin-right: 35px;
  width: calc(100% - 300px);
}
/* table */
.post-body table, .m-table {
 margin: 10px auto;
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 border-left: solid 1px #a0a0a0;
 border-bottom: solid 1px #a0a0a0;
 table-layout: fixed;
 word-break: break-all;
 word-wrap: break-word;
}
.post-body table th, .m-table th {
 padding: 20px;
 font-size: 1.6rem;
 line-height: 1.2;
 font-weight: bold;
 border-top: solid 1px #a0a0a0;
 border-right: solid 1px #a0a0a0;
}
.post-body table thead th, .m-table thead th {
 background-color: #0d7eaf;
 color: #fff;
 vertical-align: middle;
}
.post-body table tbody th, .m-table tbody th {
 color: #0d7eaf;
}
.th10 {
 width: 10%;
}
.th20 {
 width: 20%;
}
.th30 {
 width: 30%;
}
.th40 {
 width: 40%;
}
.post-body table td, .m-table td {
 padding: 20px 15px;
 text-align: left;
 line-height: 1.5;
 background-color: #fff;
 border-top: solid 1px #a0a0a0;
 border-right: solid 1px #a0a0a0;
}
.m-caution {
 margin-left: 2em;
 text-indent: -2em;
 display: block;
 font-size: 1.5rem !important;
 font-weight: normal;
}
/* access ---------------- */
.access-area {
 padding: 0;
}
.access-area img {
 margin: 20px auto;
}
.gmap {
 height: 0;
 overflow: hidden;
 padding-bottom: calc(450 / 950 * 100%);
 position: relative;
}
.gmap iframe {
 width: 100%;
}
/* company ---------------- */
.company-area p {
 padding-bottom: 1em;
 line-height: 2;
}
/* sitemap ---------------- */
.sitemap-area {
 padding-top: 20px;
}
.sitemap-area a {
 color: #0565a8;
}
.sitemap-list {
 font-size: 2.0rem;
}
/* privacy page ---------------- */
.privacy-area {
 padding-bottom: 20px;
}
.privacy-area .m-list li {
 margin-bottom: 2em;
}
/* contact page ---------------- */
.form-table {
 margin: 0 auto 30px;
 width: 100%;
 border: none;
}
.form-table th {
 padding: 10px 10px 10px 30px;
 width: 200px;
 text-align: left;
 font-size: 1.6rem;
 line-height: 1.2;
 font-weight: bold;
 color: #0d7eaf;
}
.form-table td {
 padding: 8px;
 text-align: left;
 line-height: 1.4;
 vertical-align: middle;
 background-color: #fff;
}
.form-table input, .form-table textarea, .form-table select {
 padding: 10px;
 font-size: 1.6rem;
 border: 0;
 border: solid 1px #ccc;
 border-radius: 6px;
 margin: 0;
 width: 94%;
 max-width: 100%;
}
.txt-caution {
 margin-left: 1em;
 text-indent: -1em;
 display: block;
 font-size: 1.6rem;
 font-weight: normal;
}
.txt-sup {
 color: #C93436;
}
button, input, select, textarea {
 margin: 0;
 line-height: 1;
}
input[type="submit"], input[type="reset"] {
 border: none;
 outline: none;
 margin: 0;
 width: 220px;
}
.m-btn-form li {
 margin: 10px 5px;
 display: inline-block;
 /*  border: 1px solid #ccc; */
}
.btn-contact, .btn-back {
 display: block;
 width: 100%;
 max-width: 220px;
 margin-bottom: 5px;
 padding: 1em 0;
 font-size: 1.8rem;
 line-height: 1;
 text-align: center;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;
 color: #fff !important;
}
.btn-back {
 position: relative;
 background-color: #efefef !important;
 color: #006ab4 !important;
}
.btn-contact {
 position: relative;
 background-color: #006ab4;
}
.btn-contact::after {
 display: block;
 content: '';
 position: absolute;
 top: 50%;
 right: 18px;
 width: 9px;
 height: 9px;
 margin-top: -4.5px;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.error {
 font-size: 93%;
 color: #B70000;
 display: block;
}
/* archive page ---------------- */
.category-description {
 margin: 0 0 20px !important;
 padding: 20px 3%;
 max-width: inherit !important;
 //background-color: #ecf5f1;
 border: solid 2px #ecf5f1;
 font-size: 1.4rem;
}
.category-description p {
 margin-bottom: 0 !important;
}
.post-item-list {
 margin: 0 -20px 40px;
 display: flex;
 flex-wrap: wrap;
}
.post-item {
 margin: 20px 20px;
 width: calc(100% / 3 - 40px);
}
.post-item a {
 color: #374A58;
}
.post-item a:hover {
 text-decoration: none;
 /* color:#0d7eaf;*/
}
.post-item-thumb {
 position: relative;
 /* height: 300px;*/
 max-width: 354px;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #badbe9;
 cursor: pointer;
 z-index: 1;
}
.post-item-thumb img {
 max-width: 100%;
 height: auto;
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 flex-shrink: 0; /* IE */
}
.post-item-thumb:hover img {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}
.post-item-meta {
 display: block;
 padding: 0 20px;
 position: absolute;
 right: 0;
 bottom: 0;
 background-color: #0D7EAF;
 color: #fff;
}
.post-item-date {
 font-size: 1.4rem;
 color: #fff;
}
.post-item-title {
 margin-top: 20px;
 font-size: 2.0rem;
 font-weight: bold;
 line-height: 1.5;
 color: #3B4043;
}
.post-item-title br {
 display: none;
}
/*
.post-item-cat {
  margin: 0 5px;
}
.post-item-cat a{
  display: inline-block;
  min-width: 50px;
  padding: 2px 5px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  border:solid 1px #374A58!important;
  border-radius: 3px;
  color:#374A58;
}
.post-item-cat a:hover{
  text-decoration: none;
  background-color:#374A58;
  color: #fff;
}
*/
/* wordpress post ---------------- */
.section-post {
 padding: 20px 0;
 /*  min-height: 400px; */
}
.post-head {
 margin: 0 auto;
 width: 100%;
 background-color: #EFF8FC;
}
.post-head-inner {
 position: relative;
 margin: 0 auto;
 padding: 30px 0;
 max-width: 950px;
}
.post-head-inner::before {
 position: absolute;
 content: "";
 top: 36px;
 left: -10px;
 width: 82px;
 height: 42px;
 background: url("../../images/ico_fish2_bl.svg") no-repeat;
 background-size: cover;
}
.post-title {
 padding-left: 80px;
 line-height: 1.5;
 font-size: 3.2rem;
 font-weight: bold;
}
.post-meta {
 display: block;
 padding: 0 20px;
 position: absolute;
 right: 0;
 bottom: 0;
 background-color: #0D7EAF;
 color: #fff;
}
.post-date {
 font-size: 1.4rem;
 color: #fff;
}
.post-cat {
 display: inline-block;
 margin: 0 5px;
}
.post-cat a {
 display: inline-block;
 min-width: 50px;
 padding: 2px 5px;
 text-align: center;
 font-size: 1.2rem;
 line-height: 1.2;
 border: solid 1px #374A58 !important;
 border-radius: 3px;
 color: #374A58;
}
.post-cat a:hover {
 text-decoration: none;
 background-color: #374A58;
 color: #fff;
}
.post-body {
 clear: both;
 margin: 40px auto 40px;
 padding: 20px;
 width: calc(100% - 40px);
 max-width: 910px;
 /* min-height: 400px; */
}
.post-body a {
 text-decoration: underline;
}
.post-body a:hover {
 text-decoration: none;
}
.post-body img {
 max-width: 100%;
 height: auto;
}
.post_thumbnail {
 margin-bottom: 40px;
}
.post_thumbnail img {
 width: 100%;
 height: auto;
}
/*
.post-body img.size-thumbnail {
  width: 250px;
  max-width: 100%;
}
.post-body img.size-medium {
  width: 300px;
  max-width: 100%;
}
*/
/* youtube */
.post-body .wp-block-embed__wrapper {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin-bottom: 40px;
}
.post-body .wp-block-embed__wrapper iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
.post-body p {
 margin-bottom: 30px;
 line-height: 2.25;
}
.post-body h1 {
 margin: 10px auto;
 padding: 10px;
 background-color: #e8f4fc;
 font-size: 2.6rem;
 font-weight: bold;
}
.post-body h2 {
 margin: 30px auto 20px;
 font-size: 2.4rem;
 font-weight: bold;
 border-bottom: solid 2px #e8f4fc;
}
.post-body h3 {
 margin: 0 auto 30px;
 font-size: 2.2rem;
 font-weight: bold;
}
.post-body h4 {
 margin: 30px auto;
 font-size: 2.0rem;
 font-weight: bold;
}
.post-body h5 {
 margin: 10px auto;
 font-size: 1.8rem;
 font-weight: bold;
}
.post-body ul {
 margin-left: 2.5em;
 padding-bottom: 20px;
 list-style-type: disc;
}
.post-body ul li {
 margin-bottom: 0.5em;
}
.post-body ul li ul {
 margin-left: 1.2em;
}
.post-body ol {
 margin-left: 2.5em;
 padding-bottom: 20px;
 list-style-type: decimal;
}
.post-body ol li {
 margin-bottom: 0.5em;
}
.post-body blockquote {
 margin: 2em 0;
 padding-left: 20px;
 border-left: 2px solid #0d7eaf;
}
.post-body strong, strong {
 font-weight: bold;
}
.alignright {
 float: right;
 margin-left: 60px;
 margin-bottom: 40px;
 max-width: 60% !important;
}
.alignleft {
 float: left;
 margin-right: 60px;
 margin-bottom: 40px;
 max-width: 60% !important;
}
/**  pager  **/
.pager-area {
 clear: both;
 margin: 40px auto;
 max-width: 950px;
 padding: 15px 0;
 border-top: 5px dotted #389ECA;
 ;
}
.btn-pager-list li {
 display: inline-block;
 font-weight: bold;
}
.btn-pager-prev {
 float: left;
}
.btn-pager-prev a {
 position: relative;
 color: #389ECA;
 padding-left: 25px;
}
.btn-pager-prev a::after {
 display: inline-block;
 content: '';
 position: absolute;
 top: 0;
 left: 12px;
 bottom: 0;
 margin: auto;
 width: 6px;
 height: 6px;
 border-top: 2px solid #389ECA;
 border-left: 2px solid #389ECA;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.btn-pager-next {
 float: right;
 padding-right: 25px;
}
.btn-pager-next a {
 position: relative;
 color: #389ECA;
}
.btn-pager-next a::after {
 display: inline-block;
 content: '';
 position: absolute;
 top: 0;
 right: -12px;
 bottom: 0;
 margin: auto;
 width: 6px;
 height: 6px;
 border-right: 2px solid #389ECA;
 border-bottom: 2px solid #389ECA;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
/**  pagenavi  **/
.wp-pagenavi {
 display: table;
 margin: 40px auto;
 text-align: center;
}
.page-numbers li {
 display: inline-block;
}
.page-numbers a, .page-numbers span {
 margin: 10px 10px;
 display: inline-block;
 width: 50px;
 height: 50px;
 line-height: 50px;
 /* font-size: 1.8rem; */
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 color: #389ECA;
 background-color: #fff;
 border: solid 2px #389ECA;
 border-radius: 50%;
}
.page-numbers a:hover, .page-numbers .current {
 color: #fff;
 background-color: #389ECA;
 border: solid 2px #389ECA;
}
/**  ban-area  **/
.ban-area {
 position: relative;
 text-align: center;
 margin: 40px auto;
}
.ban-area img {
 max-width: 100%;
}
/*
.ban-area::before {
  position: absolute;
  content: "調整中";
  padding: 20px;
  color: #fff;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.0em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  width: 60%;
  height: 40%;
  background-color: rgba(100,100,100, 0.7);
}
*/
/**  author-area  **/
.author-area {
 display: flex;
 align-items: center;
 padding: 25px 30px;
 max-width: 800px;
 background-color: #F7F7F7;
}
.author-thumb {
 width: 100px;
 height: 100px;
 border-radius: 50%;
 background-color: #fff;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.author-txt {
 margin-left: 30px;
 font-size: 2.0rem;
}
/**  comment-area  **/
.comment-area {
 clear: both;
 margin: 40px auto 0;
 padding: 25px 30px;
 max-width: 860px;
}
.comment-reply-title {
 font-weight: bold;
}
.comment-notes {
 font-size: 1.3rem;
}
/* #respond */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
 padding: 10px;
 border: 1px solid #E3E3E3;
 border-radius: 2px;
 font-size: 1.6rem;
 width: calc(100% - 20px) !important;
 margin-bottom: 10px;
}
.comment-form label {
 font-weight: bold;
}
.comment-form-cookies-consent label {
 font-weight: normal !important;
}
.form-submit {
 text-align: center;
}
input[type='submit'], #bbp_reply_submit {
 padding: 20px;
 width: 240px;
 margin: 10px auto;
 cursor: pointer;
 font-weight: bold;
 background-color: #0d7eaf;
 color: #fff;
 border-radius: 6px;
}
/*
#wpadminbar{ ツールバーの位置下に
	top:inherit !important;
	bottom:0 !important;
	}
*/