@charset "utf-8";
/* CSS Document */
:root {
	--txt_color: #002E3B;
	--dark_color: #002E3B;
	--bg_color: #F1F3F4;
	--gold_color: #967419;
	--bg_mid_color: #DDE0E2;
}

html{
	font-size: 62.5%;
}
body{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
	background-color: var(--bg_color);
	color: var(--txt_color);
}
p{
	font-size: 1.6rem;
	line-height: 1.8;
}
img{
	/*display: block;*/
	width: 100%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.txt_narrow {
	letter-spacing: -0.005em;
}
#header_fix{
	height: 175px;
	width: 100%;
	/*20211110追加*/
	/*position: fixed;*/
	z-index: 100000;
	/*20211110追加*/	
}
#header_fix.fixed{
	position: fixed;
  z-index: 999;
  top:0;
  left:0;
}
#header_fix_02{
	height: 105px;
	width: 100%;
}
#header_fix_02.fixed{
	position: fixed;
  z-index: 999;
  top:0;
  left:0;
}
.header{
	background-color: var(--dark_color);
	box-shadow: 0 2px 4px #d2d2d2; 
	position: relative;
}
.header_inner{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}
.logo{
	float: left;
	margin: 10px 0 8px;
    width: 97px;
}
.logo a,.logo img{
	display: block;
}
.btn_inquiry{
	background-color: var(--gold_color);
	float: right;
	position: relative;
}
.btn_inquiry a{
	color: #fff;
	font-size: 1.3rem;
	padding: 20px 20px 15px 24px;
}
.txt-link {
	color: var(--gold_color);
}
.arrow{
	position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #393618;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
	top:4px;
	left: 14px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gnav_sp{
		display: none;
	}
.icon_blank img{
	display: inline-block;
	margin:0 0 4px 4px;
	height: 7px;
	width: 10px;
}
.breadcrumb{
	background-color: var(--bg_mid_color);
}
.breadcrumb_inner{
	margin: 0 auto;
	max-width: 1200px;
	padding: 12px 0;
}
.breadcrumb_inner li{
	display: inline-flex;
	font-size: 1.2rem;
}
.breadcrumb_inner li::after{
	content: ">";
	display: block;
	margin: 0 5px;
}
.breadcrumb_inner li:last-child::after{
	content: "";
	display: block;
	margin: 0;
}
.gnav{
	background-color: var(--bg_color);
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
	justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.local-link {
	border: 1px solid var(--gold_color);
    padding: 8px 12px;
    color: var(--gold_color);
}
.local-link p {
	line-height: 1.2;
}
.local-txt {
	font-size: 1.3rem;
}
.local-cap {
	font-size: 1rem;
	text-align: center;
	margin-top: 2px;
}
.gnav_inner{
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 0;
	text-align: center;
}
.gnav_inner li{
	display: inline-flex;
}
.gnav_inner li:first-child{
	border-left: 1px solid #393618;
	padding-left: 16px;
}
.gnav_inner li::after{
	content: "|";
	display: block;
	margin: 0 16px;
}
#modal_gnav p{
	text-align: center;
}
#modal_gnav2 p{
	text-align: center;
}
.modal_gnav_link a{
	background-color: #FC6C0C;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin: 20px auto;
	max-width: 300px;
	padding: 10px;
}
.mainvisual{
	overflow: hidden;
	/*20211110追加*/
	z-index: 200;
	/*padding-top: 175px;*/
	/*20211110追加*/	
}
.main{
	margin: 0 auto;
	max-width: 1200px;
}
h1{
	font-size: 3.2rem;
	text-align: center;
	margin: 80px 0 24px;
	line-height: 1.5em;
}
hgroup p {
	font-size: 2.2rem;
    line-height: 2;
    text-align: center;
}
hgroup {
	margin-bottom: 80px;
}
 h2{
	color: var(--gold_color);
	font-size: 5rem;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
h3{
	color: var(--gold_color);
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
}
.main_inner{
	margin: 0 10%;
}
.sec01{
	margin-bottom: 80px;
}
.intro_box {
	display: grid;
	grid-template-columns: 45% 55%;
	width: 960px;
	margin: 0 auto;
}
.intro_txt {
	background: #fff;
    padding: 50px 45px 45px 45px;
}
.intro_ttl {
	color: var(--txt_color);
	font-size: 2.4rem;
    margin: 0 0 32px;
    text-align: left;
}
/*#gallery{
	margin-top: -175px;
	padding-top: 175px;
}*/
/*#gallery2{
	margin-top: -175px;
	padding-top: 175px;
}*/
.sec02 h2 span{
	font-size: 3rem;
}
.sec02 {
	margin-bottom: 40px;
}
.sec02 ul li {
	float: left;
	margin-right: 2.5%;
	width: 31.66666%;
	margin-bottom: 40px;
}
.sec02 ul li:nth-child(3n) {
	margin-right: 0;
}
.sec02 ul li figcaption {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	height: 10px;
	margin: 16px 0 4px;
}
.num-lists {
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 24px;
}
.num-list .num {
	position: relative;
}
.num-list .num::before {
	position: absolute;
	content: "①";
	display: block;
	color: var(--gold_color);
	font-size: 2.4rem;
	bottom: 0;
	z-index: 2;
}
.num-list:nth-child(1) .num::before {
	content: "①";
}
.num-list:nth-child(2) .num::before {
	content: "②";
}
.num-list:nth-child(3) .num::before {
	content: "③";
}
.num-list:nth-child(4) .num::before {
	content: "④";
}
.num-list:nth-child(5) .num::before {
	content: "⑤";
}
.num-list:nth-child(6) .num::before {
	content: "⑥";
}
.num-list:nth-child(7) .num::before {
	content: "⑦";
}
.num-list:nth-child(8) .num::before {
	content: "⑧";
}
.num-list:nth-child(9) .num::before {
	content: "⑨";
}
.num-list:nth-child(10) .num::before {
	content: "⑩";
}
.num-list:nth-child(11) .num::before {
	content: "⑪";
}
.num-list:nth-child(12) .num::before {
	content: "⑫";
}
.num-list .num::after {
	position: absolute;
	content: "";
	display: block;
	background: var(--bg_color);
	border-top-right-radius: 22px;
	width: 36px;
	height: 36px;
	bottom: 0;
	z-index: 1;
}
.spot-caption {
	display: grid;
    grid-template-columns: 1fr auto;
	margin-top: 14px;
}
.spot-name {
	display: grid;
	color: var(--gold_color);
	font-size: 2rem;
	text-align: left;
	margin-bottom: 0;
}
.spot-name-jp {
	color: #393618;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-bottom: 2px;
}
.spot-from {
	font-size: 1.4rem;
    display: grid;
    justify-items: end;
    align-items: end;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
	z-index: 100001;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;		
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content2{
    background: #fff;
    left: 50%;
    padding: 40px 40px 20px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.js-modal-close{
	display: block;
	text-align: center;
	/*margin: 10px 0;*/
	padding: 10px 0;
}
.js-modal-close2{
	display: block;
	text-align: center;
	/*margin: 10px 0;*/
	padding: 10px 0;
}
.js-modal-open .figure-open {
	position: relative;
}
.js-modal-open .figure-open::after {
	position: absolute;
	content: "";
    display: block;
	background: url("../img/common/img_icon_open.png") no-repeat center center/cover;
	width: 32px;
	height: 32px;
	right: 0;
    bottom: 0px;
}
#map img {
	width: 100%;
}	
#map .mapimg {
	margin: 0;
	max-width: 100%;
	margin-bottom: 80px;
}
#map .mapcap {
	font-size: 1.3rem;
	text-align: right;
}
#map .locationimg {
	margin: 0 0 40px 0;
	max-width: 32%;
}
#map .flex{
	display: flex;
	justify-content: space-between;
}
#map .flex ul li span{
	display: block;
	font-size: 1.4rem;
	text-align: center;
	height: 10px;
	margin: 16px 0 50px;
}
#map .flex ul li:last-child span{
	margin: 16px 0 0;
}
.sec03{
	margin-bottom: 80px;
}
.sec03 .detail_btn a{
	display: block;
	margin: 40px auto;
	max-width: 400px;
}

.sec03 .gmapbtn a{
	display: block;
	margin: 0 auto;
	max-width: 400px;
}

#gmap {
   width: 100%;
   height: 540px;
	margin-bottom: 40px;
 }
 #location .mapimg {
	margin-bottom: 50px;
 }
.sec04{
	margin-bottom: 80px;
}
.sec04 h2 span{
	font-size: 3rem;
}

.feature_block {
	background-color: #fff;
	padding: 50px;
	margin-top: 80px;
}
.feature_lists {
	display: grid;
	gap: 25px;
}
.feature_lists li {
	display: grid;
	grid-template-columns: 31% 68%;
	gap: 1%;
	align-items: center;
	border: 1px solid #D3D4D5;
	padding: 25px 30px;
}
.feature_lists h4 {
	font-size: 2rem;
}
.feature_lists span {
	font-size: 2.2rem;
	color: var(--gold_color);
	padding-right: 6px;
}

.partner-box {
	margin-bottom: 50px;
}
.partner-ttl {
	color: var(--txt_color);
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-align: left;
}
.tbl{
	font-size: 1.6rem;
	border-collapse:collapse;
	margin-bottom: 50px;
	width: 100%;
}
.partner-box:last-child .tbl {
	margin-bottom: 80px;
}
.tbl th {
	color: var(--txt_color);
	font-weight: normal;
  	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
  	padding: 20px 0;
	width: 23%;
}
.tbl th span{
	font-size: 1.2rem;
}
.tbl td {
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	padding: 20px 0;
	width: 77%;
	line-height: 1.4em;
}
.sec05_text{
	margin-bottom: 40px;
}
.sec05_text p,.sec05_img p{
	float: left;
}
.sec05_text_l{
	margin-right: 2%;
	width: 60%;
}
.sec05_text_r{
	background-color: #059cb2;
	color: #fff;
	font-size: 2rem;
	padding: 10px 3%;
	width: 38%;
}
.sec05_img{
	margin-bottom: 80px;
}
.sec05_img_l{
	margin-right: 3%;
	width: 24%;
}
.sec05_img_r{
	width: 73%;
}
.corp-box {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.corp-ttl {
	font-size: 2rem;
	color: #FC6C0C;
	margin-bottom: 20px;
}
.corp-txt {
	margin-bottom: 16px;
}
.cap {
    font-size: 1.3rem;
}
.gaiyo_caption{
	color: var(--txt_color);
	font-size: 1.4rem;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.gaiyo_caption li{
	margin-bottom: 20px;
	line-height: 1.5em;
}
.cvbtn,
.gmapbtn {
	margin: 0 auto 90px;
	max-width: 400px;
}
.cvbtn .linkbtn,
.gmapbtn .linkbtn {
	display: block;
    color: #fff;
    font-size: 2.4rem;
    background: var(--gold_color);
    text-align: center;
    border-radius: 6px;
    padding: 0.5em 0;
    text-decoration: none;
    margin: 0 auto;
}
.gmapbtn .linkbtn {
	background: var(--dark_color);
}
.page-top{
	float: right;
	height: 60px;
	width: 60px;
}
.page-top img{
	margin-top: -60px;
}
.page-top:hover{
	opacity: 0.5;
}
.footer{
	background-color: var(--dark_color);
}
.footer_inner{
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 18px;
}
.footer_list li{
	color: #fff;
	display: inline-flex;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.footer_list li::after{
	content: "|";
	display: block;
	padding: 0 3px; 
}.footer_list li:last-child::after{
	content: "";
	display: block;
}
.copyright{
	color: #fff;
	display: block;
	font-size: 1.1rem;
	text-align: right;
	padding-bottom: 20px;
}
@media screen and (min-width:600px) and (max-width:1024px){
	.mainvisual {
		padding-top: 40px;
	}
}
@media screen and (max-width: 599px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#header_fix{
		height: 92px;
	}
	.btn_inquiry{
		display: none;
	}
	.logo img{
		margin-left: 10px;
		width: 80%;
	}
	.main h1 {
		font-size: 1.9rem;
	}
	.intro_box {
		display: block;
		width: inherit;
	}
	.intro_txt {
		padding: 32px 28px 28px 28px;
	}
	.main .intro_ttl {
		font-size: 2.2rem;
		text-align: center;
		margin: 0 0 20px;
		width: 100%;
	}
	.sec02 ul li figcaption {
		text-align: left;
		margin: 12px 0 4px;
	}
	.gnav_sp{
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background: var(--bg_color);
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	}

	.gnav_sp ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}

	.gnav_sp ul li{
	font-size: 24px;
	list-style-type: none;
	width: 80%;
	padding-bottom: 0px;
		margin: 0 auto;
		border-top: #c8c8c8 solid 1px;
	}

	.gnav_sp ul li:last-child{
	padding-bottom: 0;
	}

	.gnav_sp ul li a{
	display: block;
	color: var(--txt_color);
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	}
	.gnav_sp_inqury a{
		background-color: var(--gold_color);
		border-radius: 6px;
		color: #fff!important;
		margin-top: 50px;
	}

	.Toggle {
	position: absolute;
	right:18px;
	top: 7px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 13;
	display: block;
	}

	.Toggle span {
	display: block;
	position: absolute;
	width: 35px;
	border-bottom: solid 4px #C1C1C1;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
	}

	.Toggle span:nth-child(1) {
	top: 9px;
	}

	.Toggle span:nth-child(2) {
	top: 20px;
	}

	.Toggle span:nth-child(3) {
	top: 31px;
	}

	.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #C1C1C1;
	}
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #C1C1C1;
	}
	
	.breadcrumb_inner{
		margin: 0 0 0 10px;
	}
	.gnav{
		display: none;
	}
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl {
		width: 100%;
		margin-bottom: 20px;
	}
	.tbl th,
	.tbl td {
		border-bottom: none;
		display: block;
		width: 100%;
		border: none;
	}
	.tbl td {
		line-height: 2.2rem!important;
	}	
	.tbl th{
		background-color: var(--bg_mid_color);
        padding: 12px 0 12px 10px;
	}
	.tbl td:last-child{
		border-bottom: 0;
		padding: 13px 0 25px;
	}
	.main{
	margin: 0 5%;
	max-width: 100%;
	width: 90%;
}
	.main h1{
	font-size: 2.1rem;
	text-align: center;
	margin: 20px 0 40px;
	line-height: 1.5em;
	}
		.main h2{
		font-size: 3.6rem;
		margin-bottom: 30px;
	}
		.main_inner{
		margin: 0;
	}
		.sec01 h2,.sec01 p{
		float: none;
	}
	.sec01 h2{
		margin: 0 auto 30px;
		width: 80%;
	}
	.sec01 h2 img{
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.sec01 p{
		margin-left: 0;
		width: 100%;
	}
		#gallery{
		margin-top: -100px;
		padding-top: 100px;
	}
		#gallery2{
		margin-top: -100px;
		padding-top: 100px;
	}	
	.sec02 ul li {
	float: left;
	margin-right: 2.5%;
	width: 48.75%;
	}
	.sec02 ol {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 2.5%;
		row-gap: 0;
	}
	.sec02 ol li {
		float: initial;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.spot-caption {
		display: block;
	}
	.spot-name {
		font-size: 1.8rem;
		margin-top: 10px;
	}
	.spot-name-jp {
		font-size: 1.3rem;
	}
	.spot-from {
		justify-items: start;
	}
	.num-list .num::after {
		border-top-right-radius: 20px;
		width: 32px;
		height: 32px;
	}
	.num-list .num::before {
		font-size: 2.2rem;
	}
	#location .sec02 ul li {
        margin-bottom: 2.5%;
    }
	.from-station {
		grid-template-columns: 1fr;
		column-gap: initial;
		row-gap: 20px;
		margin-bottom: 50px;
	}
	.sec02 ul li:nth-child(3n){
		margin-right: 2.5%;
	}
	.sec02 ul li:nth-child(2n){
		margin-right: 0;
	}
		.modal__content{
		width: 90%;
	}
	#map{
		margin-top: -100px;
		padding-top: 100px;
		margin-bottom: 40px;
	}	
	#map .mapimg {
		margin: 0 0 40px 0;
		max-width: 599px;
	}
	#map .locationimg {
		display: none;
		margin: 0 0 40px 0;
		max-width: 599px;
	}
	#map .flex{
		display: block;
		justify-content: space-between;
	}	
	#map #gmap {/*20211111追加*/
		height: 350px!important;
	}
	#location{
		margin-top: -100px;
		padding-top: 100px;
	}
	#location iframe {/*20211111追加*/
		height: 350px!important;
	}
	.feature_block {
		padding: 30px 20px 20px;
		margin-top: 60px;
	}
	.feature_block h3 {
		font-size: 2.6rem;
		margin-bottom: 25px;
	}
	.feature_lists {
		gap: 20px;
	}
	.feature_lists li {
		grid-template-columns: initial;
		gap: 20px;
		padding: 25px 20px 20px;
	}
	#partner{
		margin-top: -100px;
		padding-top: 100px;
	}
	.sec02 h2 span {
    	font-size: 2.4rem;
	}	
	.sec04 h2 span {
    	font-size: 2.4rem;
	}
	.sec05 h3{
		font-size: 2.6rem;
		line-height: 1.2em;
	}
	.sec05_text p,.sec05_img p{
		float: none;
	}
		.sec05_text{
			margin-bottom: 0;
		}
	.sec05_text_l{
		margin:0 0 20px 0;
		width: 100%;
	}
	.sec05_text_r{
		padding: 10px 3%;
		text-align: center;
		width: 100%;
	}
	.sec05_img{
		margin-bottom: 120px;
	}
	.sec05_img_l{
		margin: 10px auto 10px;
		width: 90%;
		max-width: 230px;
		text-align: center;
	}
	.sec05_img_l img{
		max-width: 230px;
	}	
	.sec05_img_r{
		width: 100%;
	}
	.sec05 .partner-ttl {
		font-size: 2rem;
		margin-bottom: 20px;
		text-align: center;
	}
		.page-top img{
	}
		.footer_inner{
		margin: 0 20px;
	}
		#gaiyo{
		margin-top: -100px;
		padding-top: 100px;
	}
	.gmapbtn {
		margin-bottom: 40px;
	}
	.cvbtn .linkbtn,
	.gmapbtn .linkbtn {
		font-size: 2rem;
	}
		.copyright{
		text-align: center;
			line-height: 1.5em;
	}
	.alert{
		background-color: #888888;
	}
	.alert_main{
		background: #fff;
		left: 50%;
		line-height: 2.5em;
		padding:40px 40px 20px 40px;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
	}
	.alert_link a{
		color: #fff;
		background-color: #988123;
		border-radius: 5px;
		display: block;
		padding: 10px;
		margin: 20px 0 40px;
	}
	.alert_close a {
		display: block;
		margin: 0 auto;
	}
	.footer_inner .footer_list {
		margin-bottom: 20px;
	}
	.footer_list li{
		font-size: 1.0rem;
	}
	.footer_list li::after{
	}
	.footer_list li:nth-child(3)::after, .footer_list li:last-child::after{
		content: "";
		padding: 0; 
	}	
}