@charset "utf-8";
/*
Theme Name: EF_company
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, 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;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: "Zen Kaku Gothic New", system-ui, -apple-system,
               BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
               "Yu Gothic", sans-serif;
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
* {
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #34A4E0;
}
a:hover{
	opacity: 0.8;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img,
	br.pc_br{
		display: inline-block;
	}
	.pc{
		display: block;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_center{
	align-items: center;
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 275px;
}
.block_btn .btn{
	position:relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: center;
}
.block_btn .blue{
	background: #ffffff;
	border: 1px solid #707070;
	color: #707070;
}
.block_btn .blue::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block_btn .blue:hover{
	background: #707070;
	color: #ffffff;
	opacity: 1;
}
.block_btn .blue:hover::after{
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.block_btn .white{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #33A4E0;
}
.block_btn .white:hover{
	background: #33A4E0;
	color: #ffffff;
	opacity: 1;
}
.sns_btn.facebook li{
	display: inline-block;
	width: 100%;
}
.sns_btn.facebook a{
	color: #ffffff;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.sns_btn.facebook a i{
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 100%;
		max-width: 100%;
	}
	.block_btn .btn{
		font-size: 4vw;
		line-height: 3;
	}
	.block_btn .blue::after{
		right: 5%;
		width: 2vw;
		height: 2vw;
	}
	.sns_btn.facebook a i{
		font-size: 6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 230px;
	}
	.block_btn .btn{
		font-size: 16px;
	}
	.block_btn .blue::after{
		right: 20px;
		width: 8px;
		height: 8px;
	}
	.sns_btn.facebook a i{
		font-size: 26px;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	background: #FFFFFF;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
}
.global-header .header_logo{
	line-height: 0;
	padding: 12px 11px 12px 11px;
}
.global-header .header_logo img{
	width: 250px;
}
.global-header .header-contact{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}
.global-header .header-contact li{
	width: 100px;
	text-align: center;
}
.global-header .header-contact li:nth-child(3) a {
	background: #06C755; /* オレンジ系の色（お好きな色に変更OK） */
}
.global-header .header-contact li a{
	display: block;
	background: #FF6B01;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 25px 0 20px 0;
}
.global-header .header-contact li a .icon{
	display: block;
	margin-bottom: 8px;
}
.global-header .header-view{
	margin-top: 70px;
}
.global-header .header-view .view-mv{
	width: 55%;
	height: 420px;
}
.global-header .header-view img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.global-header .header-view .view-box{
	background: rgb(51,164,224);
	background: linear-gradient(132deg, rgba(51,164,224,1) 0%, rgba(66,123,180,1) 100%);
	position: relative;
	width: 45%;
}
.global-header .header-view .view-ttl{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #FFFFFF;
	padding: 0 50px 0 70px;
}
.global-header .header-view .roma{
	font-size: 80px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.global-header .header-view h2{
	font-size: 29px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 1400px) {
	.global-header .header_logo img{
		width: 250px;
	}
	.global-header .header-view .view-mv{
		height: 560px;
	}
	.global-header .header-view .view-ttl{
		padding: 0 30px 0 40px;
	}
	.global-header .header-view .roma{
		font-size: 74px;
	}
	.global-header .header-view h2{
		font-size: 26px;
	}
}
@media only screen and (max-width: 1280px) {
	.global-header .header_logo{
		padding: 15px 10px 14px 10px;
	}
	.global-header .header_logo img{
		width: 250px;
	}
	.global-header .header-contact li{
		width: 90px;
	}
	.global-header .header-contact li a{
		font-size: 13px;
	}
	.global-header .header-contact li a .icon img{
		width: 32px;
	}
	.global-header .header-view .view-mv{
		height: 500px;
	}
	.global-header .header-view .view-ttl{
		padding: 0 30px 0 30px;
	}
	.global-header .header-view .roma{
		font-size: 64px;
	}
	.global-header .header-view h2{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1024px){
	.global-header .global-nav{
		position: fixed;
		height: 64px;
	}
	.global-header .header-contact{
		margin-right: 55px;
	}
	.global-header .header-contact li{
		width: 64px;
	}
	.global-header .header-contact li a{
		font-size: 13px;
		padding: 22px 0 18px 0;
	}
	.global-header .header-contact li a .icon{
		margin-bottom: 0;
	}
	.global-header .header-contact li a .icon img{
		width: 32px;
	}
	.global-header .header-contact li a .text{
		display: none;
	}
	.global-header .header-view{
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .header_logo{
		padding: 10px;
	}
	.global-header .header_logo img{
		width: auto;
		height: 40px;
		max-width: 100%;
	}
	.global-header .header-view .view-mv{
		width: 100%;
		height: auto;
	}
	.global-header .header-view .view-box{
		width: 100%;
	}
	.global-header .header-view .view-ttl{
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		transform: translate(0%, 0%);
		padding: 8% 5% 5% 5%;
	}
	.global-header .header-view .roma{
		font-size: 14vw;
		margin-bottom: 2%;
	}
	.global-header .header-view h2{
		font-size: 5.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header_logo img{
		width: 295px;
	}
	.global-header .header-view .view-mv{
		height: 420px;
	}
	.global-header .header-view .view-ttl{
		padding: 0 20px;
	}
	.global-header .header-view .roma{
		font-size: 48px;
	}
	.global-header .header-view h2{
		font-size: 18px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.global-header .menu-global-nav-container{
	margin-right: 300px;
}
.global-header .header-nav li{
	display: inline-block;
}
.global-header .header-nav li a{
	display: block;
	color: #171717;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 0 20px;
}
@media only screen and (max-width: 1400px) {
	.global-header .menu-global-nav-container{
		margin-right: 100px;
	}
}
@media only screen and (max-width: 1280px) {
	.global-header .menu-global-nav-container{
		margin-right: 100px;
	}
	.global-header .header-nav li a{
		font-size: 15px;
		padding: 0 5px;
	}
}
@media only screen and (max-width: 1024px){
	.global-header .header-nav{
		display: none;
	}
	.global-nav .drawer-hamburger{
		display: block;
		width: 20px;
		z-index: 99999;
		padding: 24px 12px 29px 12px;
	}
	.drawer--top .global-nav .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav.clone-nav .drawer-nav {
		display: none;
	}
	.global-nav .drawer-hamburger-icon{
		background: #171717;
		height: 2px;
		width: 100%;
	}
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #171717;
		height: 2px;
		width: 140%;
		left: auto;
		right: 0;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.drawer--top .global-nav .drawer-nav{
		background: rgb(255, 94, 0);
		background: linear-gradient(132deg, rgb(255, 94, 0) 0%, rgb(255, 174, 0) 100%);
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 99998;
		padding: 70px 0 0 0;
	}
	.global-nav .drawer-nav .nav-items h4{
		background: rgba(255,255,255,.12);
		color: #ffffff;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.1em;
		padding: 15px;
	}
	.global-nav .drawer-nav .nav-items ul li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #ffffff;
		padding: 10px 15px;
	}
	.global-nav .drawer-nav .nav-items ul li:last-child a{
		border-bottom: none;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide{
	padding: 100px 0 130px 0;
}
.single-guide{
	padding: 83px 0 80px 0;
}
.inner-wrap{
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.roma{
	font-family: 'Raleway', sans-serif;
}
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt,
dl.dl_table dd{
	display: table-cell;
}
@media only screen and (max-width: 767px) {
	.page-guide{
		padding: 12% 0 15% 0;
	}
	.single-guide{
		padding: 10% 0 15% 0;
	}
	.inner-wrap{
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 60px 0 80px 0;
	}
	.single-guide{
		padding: 50px 0 60px 0;
	}
}
/**
/* 見出し　CSS
----------------------------------------------- */
.page-view{
	background: url(image/page-view.png) no-repeat right center;
	background-size: cover;
	position: relative;
	padding: 67px 0 69px 0;
	margin-top: 70px;
}
.page-view .view-ttl{
	color: #FFFFFF;
}
.page-view .view-ttl h1{
	font-size: 34px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
.page-view .view-ttl .roma{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.166;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.grid-ttl{
	margin-bottom: 16px;
}
.grid-ttl h2{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.grid-ttl .roma{
	color: #FF6B01;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.page-view{
		background: url(image/sp_page-view.png) no-repeat right center;
		background-size: cover;
		padding: 10% 0;
		margin-top: 70px;
	}
	.page-view .view-ttl h1{
		font-size: 7vw;
		margin-bottom: 1%;
	}
	.page-view .view-ttl .roma{
		font-size: 4.4vw;
	}
	.grid-ttl{
		text-align: center;
		margin-bottom: 5%;
	}
	.grid-ttl h2{
		font-size: 4vw;
	}
	.grid-ttl .roma{
		font-size: 8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		background: url(image/page-view.png) no-repeat right 25% center;
		padding: 50px 0 50px 0;
		margin-top: 70px;
	}
	.page-view .view-ttl h1{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.page-view .view-ttl .roma{
		font-size: 16px;
	}
	.grid-ttl{
		margin-bottom: 12px;
	}
	.grid-ttl h2{
		font-size: 14px;
	}
	.grid-ttl .roma{
		font-size: 32px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding-top: 15px;
}
.breadcrumbs span{
	color: #B5B5B5;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.breadcrumbs a span{
	color: #171717;
}
.breadcrumbs i{
	color: #34A4E0;
	font-size: 14px;
	margin: 0 8px;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding-top: 3%;
	}
	.breadcrumbs span{
		font-size: 3.6vw;
	}
	.breadcrumbs i{
		font-size: 3.4vw;
		margin: 0 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumbs span{
		font-size: 14px;
	}
	.breadcrumbs i{
		font-size: 12px;
		margin: 0 5px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi{
	text-align: center;
	margin-top: 90px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #171717;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	border-radius: 4px;
	margin: 0 5px;
}
.wp-pagenavi a{
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding: 10px 13px 9px 13px;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi a.previouspostslink{
	font-weight: 700;
	margin: 0 30px 0 0;
}
.wp-pagenavi a.nextpostslink{
	font-weight: 700;
	margin: 0 0 0 30px;
}
.wp-pagenavi span.current{
	background: #34A4E0;
	border: 1px solid #34A4E0;
	color: #ffffff;
	padding: 10px 13px 9px 13px;
}
.wp-pagenavi a:hover{
	background: #34A4E0;
	border: 1px solid #34A4E0;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi{
		margin-top: 15%;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		font-size: 3.4vw;
		margin: 0 0.5%;
	}
	.wp-pagenavi a{
		padding: 2% 3% 1% 3%;
	}
	.wp-pagenavi a.previouspostslink{
		margin: 0 2% 0 0;
		padding: 2% 2% 1% 2%;
	}
	.wp-pagenavi a.nextpostslink{
		margin: 0 0 0 2%;
		padding: 2% 2% 1% 2%;
	}
	.wp-pagenavi span.current{
		padding: 2% 3% 1% 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wp-pagenavi{
		margin-top: 70px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		font-size: 16px;
		margin: 0 3px;
	}
	.wp-pagenavi a{
		padding: 10px 12px 7px 12px;
	}
	.wp-pagenavi a.previouspostslink{
		margin: 0 20px 0 0;
	}
	.wp-pagenavi a.nextpostslink{
		margin: 0 0 0 20px;
	}
	.wp-pagenavi span.current{
		padding: 10px 12px 7px 12px;
	}
}
/**
/* お問い合わせ CSS - 削除済み
----------------------------------------------- */

/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
.footer-wrap{
	background: #F8F8F8;
	padding: 38px 0;
}
.footer-wrap .inner{
	max-width: 900px;
}
.footer-wrap .footer-nav{
	width: calc(100% - 243px);
	padding-left: 35px;
}
.footer-nav .nav-items{
	width: 28%;
}
.footer-nav .nav-items h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer-nav ul li + li{
	margin-top: 8px;
}
.footer-nav ul li a{
	position: relative;
	display: block;
	color: #171717;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.footer-nav ul li a::before{
	position: absolute;
	content: '';
	background: #ff6600;
	width: 10px;
	height: 2px;
	top: calc(50% - 1px);
	left: 0;
}
.footer-wrap .footer-bottom{
	display: flex;
	flex-direction: column;
	width: 243px;
}
footer .sns_btn.facebook a{
	font-size: 16px;
	padding: 12px;
}
footer .sns_btn.facebook a i{
	margin-right: 8px;
}
footer .copy{
	font-size: 10px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 8% 0 20% 0;
	}
	.footer-wrap .footer-nav{
		width: 100%;
		padding-left: 0;
	}
	.footer-nav .nav-items{
		width: 100%;
		margin-bottom: 8%;
	}
	.footer-nav .nav-items h4{
		font-size: 4vw;
		padding-bottom: 2%;
		margin-bottom: 3%;
	}
	.footer-nav ul li + li{
		margin-top: 2%;
	}
	.footer-nav ul li a{
		font-size: 3.8vw;
		padding-left: 5vw;
	}
	.footer-nav ul li a::before{
		width: 3vw;
	}
	.footer-wrap .footer-bottom{
		width: 100%;
	}
	footer .sns_btn.facebook{
		margin-bottom: 5%;
	}
	footer .sns_btn.facebook a{
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 4vw;
		padding: 3%;
	}
	footer .sns_btn.facebook a i{
		margin-right: 2%;
	}
	footer .copy{
		font-size: 2.8vw;
		text-align: center;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.footer-wrap{
		padding: 30px 0;
	}
	.footer-wrap .inner{
		width: 94%;
	}
	.footer-wrap .footer-nav{
		width: calc(100% - 210px);
		padding-left: 25px;
	}
	.footer-nav .nav-items{
		width: 30%;
	}
	.footer-nav .nav-items h4{
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.footer-nav ul li + li{
		margin-top: 5px;
	}
	.footer-nav ul li a{
		font-size: 13px;
		padding-left: 15px;
	}
	.footer-nav ul li a::before{
		width: 10px;
	}
	.footer-wrap .footer-bottom{
		width: 210px;
	}
	footer .sns_btn.facebook a{
		font-size: 14px;
		padding: 10px;
	}
	footer .sns_btn.facebook a i{
		margin-right: 6px;
	}
}

.fixed-image {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: auto;
	z-index: 9999;
	opacity: 0;
	transform: translateY(20px);
  	transition: opacity 0.8s ease, transform 0.8s ease;
  	pointer-events: none;
}

.fixed-image.visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

@media screen and (max-width: 768px) {
	.fixed-image {
	  display: none;
	}
}

/* =========================
  MAIN VISUAL
========================= */
.mv {
  position: relative;
  width: 100%;
  height: 80vh;          /* ← 70 → 80 */
  min-height: 600px;     /* ← 520 → 600 */
  max-height: 860px;     /* ← 720 → 860 */
  overflow: hidden;
  touch-action: pan-y;   /* タッチ操作を縦スクロールのみに制限 */
}

.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0); /* GPU加速でスムーズに */
}

@media (max-width: 768px) {
  .mv {
    height: 500px;       /* スマホでは固定の高さを使用 */
    min-height: 500px;
    max-height: 500px;
  }

  .mv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* 右固定ボタン */
.mv-side {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}


.mv-btn {
  writing-mode: vertical-rl;
  padding: 18px 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.mv-btn.reserve {
  background: #0b5c3b;
}

.mv-btn.group {
  background: #5a3a00;
}

/* =========================
  NEWS BAR
========================= */
.mv-news {
  background: #0b5c3b;
  color: #fff;
  padding: 14px 24px;

  display: flex;
  flex-direction: column; /* ← 縦積み */
  align-items: center;
  gap: 12px;
}

/* 1件ごと */
.news-item {
  text-align: left;
    width: 100%;
  max-width: 800px; /* 適宜調整 */
}

.news-item p span {
  color: rgb(255, 255, 255);
}


/* NEWS + 日付 */
.news-head {
  display: flex;
  justify-content: flex-start; /* center → flex-start に変更 */
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}

.mv-news .label {
  background: red;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
}

.mv-news time {
  font-weight: bold;
}

.mv-news p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6; /* ← 行間調整 */
  font-weight: 600;
}

/* =========================
  ICON MENU
========================= */
.icon-nav {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.icon-nav ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}

.icon-nav img {
  width: 42px;
  margin-bottom: 6px;
}

.icon-nav span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.icon-nav li {
  border-right: 1px solid #ccc;
}

.icon-nav li:last-child {
  border-right: none;
}

/* =========================
  RESPONSIVE
========================= */
@media (max-width: 768px) {
  .mv {
    height: 50vh;
    min-height: 360px;
  }

  .mv-side {
    display: none;
  }

  .icon-nav ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}


/* =========================
  ヘッダーの白背景を消す
========================= */
.global-header .global-nav {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.global-header {
  height: auto;
}

.global-header .global-nav {
  padding: 0;
}

.header_logo {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 20;
}

/* =========================
  ABOUT AREA
========================= */
.about-area {
  background: #6c8f3d url(image/bg_green.webp) repeat;
  background-size: 200px 200px; /* 元画像のサイズに合わせて調整 */
  padding: 80px 20px 20px;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* 共通BOX */
.about-box {
  position: relative;
}

/* 英字 */
.about-en {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
	font-style: italic;
}
.about-en span {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;

  color: #f5e400;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 8px;
}

.about-en span {
  font-family: 'Pacifico', cursive;
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 6px;
}

/* タイトル */
.about-title {
  font-size: 56px;
  font-weight: 900;
  color: #3b2a00;
  margin-bottom: 20px;
padding-bottom: 5px;

  font-family: "ads-rumba", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0.04em;
    line-height: 0.9;

  color: #3b2a00;
  z-index: 5;             /* カードより上 */
  pointer-events: none;  /* クリック邪魔しない */
      text-align: center;
}

.about-title p {
  font-family:'Rammetto One', cursive; 
  color: #006534;
  font-size: 24px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 48px;    /* スマホ用サイズ */
    line-height: 0.95;  /* 行間も詰める */
        text-align: center;
  }
}

.about-title p {
  font-family:'Rammetto One', cursive; 
  color: #006534;
  font-size: 18px;
  padding-bottom: 10px;
}

.map-wrap,
.event-card {
  position: relative;
  z-index: 2;
  margin-top: 10px; /* ← 文字と重なる余白 */
}

.about-title br {
  display: block;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 45px;
    top: 40px;
  }

  .map-wrap,
  .event-card {
    margin-top: 10px;
  }
}

/* MAP */
.map-wrap {
  background: #f6f0cf;
  border-radius: 30px;
  padding: 30px;
}
.map-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* EVENT */
.event-card {
  background: #f6f0cf;
  border-radius: 30px;
  padding: 30px;
}
.event-card dt {
  font-weight: bold;
  margin-top: 16px;
}
.event-card dd {
  margin-left: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}

/* =========================
  SMARTPHONE（2カラム維持）
========================= */
@media (max-width: 768px) {
  .about-inner {
    grid-template-columns: 1fr; /* ← ここが重要 */
    gap: 16px;
  }

  .map-wrap,
  .event-card {
    padding: 16px;
    border-radius: 20px;
  }
}


/* =========================
  ABOUT NOTICE
========================= */
.about-notice {
  max-width: 1200px;
  margin: 0 auto 80px;
  text-align: center;
}

.about-notice-logo {
  margin-bottom: 24px;
}

.about-notice-logo img {
  width: 260px;
  max-width: 80%;
  height: auto;
}

.about-notice-box {
  border: 5px solid #fff;
  border-radius: 18px;
  padding: 22px 28px;
  color: #fff;
}

.about-notice-box p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* スマホ */
@media (max-width: 768px) {
  .about-notice {
    margin-bottom: 48px;
  }

  .about-notice-logo img {
    width: 200px;
  }

  .about-notice-box {
    padding: 16px;
  }

  .about-notice-box p {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* =========================
  EVENT OVERVIEW DETAIL
========================= */
.event-card {
  background: #f6f0cf;
  border-radius: 30px;
  padding: 30px;
  color: #3b2a00;
}

/* 共通タグ */
.event-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* 枠線タグ（開催期間など） */
.event-tag.outline {
  border: 2px solid #3b2a00;
  background: #fff;
}

/* 塗りタグ（平日・主催など） */
.event-tag.fill {
  background: #3b2a00;
  color: #fff;
  min-width: 64px;
  text-align: center;
}

/* ブロック */
.event-block {
  margin-bottom: 20px;
     font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-weight: 700;
}

.event-text {
  font-size: 18px;
  line-height: 1.7;
}
.event-text small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

/* 点線 */
.event-line {
  border: none;
  border-top: 1px dotted #3b2a00;
  margin: 16px 0;
}

/* タイムテーブル */
.time-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}
.time-row p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

/* 主催など */
.event-meta {
  margin-top: 10px;
}
.meta-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.meta-row p {
  margin: 0;
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-weight: 700;
}

/* スマホ */
@media (max-width: 768px) {
  .event-card {
    padding: 18px;
  }

  .event-text {
    font-size: 18px;
  }

  .time-row p,
  .meta-row p {
    font-size: 18px;
      font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-weight: 700;
  }
}

/* =========================
  BANNER AREA
========================= */
.banner-area {
  padding: 40px 20px;
}

.banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.banner-item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
  BANNER スマホ対応
========================= */
@media (max-width: 768px) {
  .banner-area {
    padding: 24px 16px;
  }

  .banner-inner {
    grid-template-columns: repeat(2, 1fr); /* 2カラム */
    gap: 12px;
  }

  /* 3枚目を横幅いっぱいに */
  .banner-item:nth-child(3) {
    grid-column: 1 / -1; /* 1列目から最後まで（横幅いっぱい） */
  }

  .banner-item:nth-child(3) img {
    width: 100%;
    height: auto;
  }
}

/* =========================
  FEE AREA
========================= */
.fee-area {
  padding: 20px 20px;
  max-width: 1350px;
  margin: 0 auto;
}

/* タイトル */
.fee-header {
  margin-bottom: 40px;
}

.fee-about {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #0b5c3b;
}

.fee-about span {
  font-family: 'Pacifico', cursive;
  margin-left: 8px;
  color: #f5e400;
}


.fee-title {
font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 64px;
  color: #3b2a00;
    position: relative; /* 追加 */
}

.fee-title span {
    color: #3b2a00;
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
    font-family:'Rammetto One', cursive;
}

.fee-lead {
  margin-top: 5px;
  font-size: 20px;
    font-weight: 800;
      color: #3b2a00;
}

/* 含まれる内容 */
.fee-note {
  border: 3px solid #0b5c3b;
  border-radius: 20px;
  padding: 24px 28px;
  margin-bottom: 80px;
}

.fee-note-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* 各ゾーン */
.fee-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}

/* テキスト */
.fee-text h3 {
  font-family: "ads-rumba", sans-serif;
  font-size: 46px;
  margin-bottom: 20px;
  line-height: 0.5;
  	 color: #382900;
}

.fee-text h3 span {
  font-size: 14px;
  font-weight: normal;
}

/* 料金テーブル */
.fee-table {
  width: 100%;
  max-width: 500px;
     font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-size: 20px;
	 font-weight: 700;
	 color: #382900;
}

.fee-table span {
     font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-size: 12px;
	 font-weight: 700;
	 color: #382900;
}

.fee-table dt {
  float: left;
  clear: both;
  width: 70%;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}

.fee-table dd {
  float: right;
  width: 30%;
  margin: 0;
  font-weight: bold;
  padding: 12px 0;
  text-align: right;
  border-bottom: 1px dotted #ccc;
}

.fee-table::after {
  content: "";
  display: table;
  clear: both;
}

.fee-attention {
  margin-top: 12px;
  font-size: 13px;
  clear: both;
}

/* 画像 */
.fee-image img {
  width: 100%;
  border-radius: 24px;
}

/* =========================
  FEE スマホ対応
========================= */
@media (max-width: 768px) {
  .fee-title {
    font-size: 40px;
  }

    .fee-title span {
    font-size: 16px;
    bottom: 19px;
    left: 50px; /* スマホ用に調整 */
  }


  .fee-block {
    grid-template-columns: 1fr;
  }

  .fee-text {
    order: 1;
  }

  .fee-image {
    order: 2;
  }

  .fee-table {
    max-width: 100%;
     font-family: 'Zen Kaku Gothic New', sans-serif;
	 font-size: 20px;
	 font-weight: 700;
	 color: #382900;
  }

  .fee-table dt {
    float: left;
    clear: both;
    width: 65%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
  }

  .fee-table dd {
    float: right;
    width: 35%;
    margin: 0;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px dotted #ccc;
  }

  .fee-attention {
    clear: both;
  }
}

/* =========================
  FEE スマホ時の並び順制御
========================= */
@media (max-width: 768px) {

  /* 1カラム */
  .fee-block {
    grid-template-columns: 1fr;
  }

  /* 並び順：テキスト → 画像 */
  .fee-text {
    order: 1;
  }

  .fee-image {
    order: 2;
  }
}

/* 英字 */
.add-option-about {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
}

.add-option-title {
  font-family:'Rammetto One', cursive;
  font-weight: 800;
  font-style: italic;
}

.add-option-script {
  font-family: 'Pacifico', cursive;
}

/* 日本語 */
.add-option-section {
    font-family: 'Zen Kaku Gothic New', sans-serif;
  background-color: #0f7f7f; /* ← 画像のような深いグリーン */
  color: #fff;
  padding: 80px 24px;
}


.plan-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.plan-tabs button {
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.plan-tabs button.is-active {
  background: #fff;
  color: #0f7f7f;
}

.other-section {
  background: #0f7f7f;
  color: #fff;
  padding: 40px 0 60px;
}

.other-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 見出し */
.other-title {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 24px;
}

.other-title span {
  font-family: 'Pacifico', cursive;
  font-weight: normal;
  margin-left: 8px;
}

/* グリッド */
.other-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* カード */
.other-item {
  text-align: center;
  font-size: 13px;
}

.other-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.other-thumb img {
  width: 100%;
  display: block;
}

/* SAMPLE文字 */
.other-thumb .sample {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.25);
}

/* テキスト */
.other-name {
  margin-top: 6px;
}

.other-price {
  font-weight: bold;
}

@media (max-width: 768px) {
  .other-grid {
    grid-template-columns: repeat(2, 1fr); /* ← ここだけ変更 */
    gap: 12px;
  }

  .other-item {
    font-size: 12px;
  }
}


/* =========================
  FOR GROUPS
========================= */
.group-section {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 上の写真 */
.group-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下のグリーンエリア */
.group-content {
  background: #0f7f7f;
  color: #fff;
  padding: 48px 0;
}

.group-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

/* 左側 */
.group-about {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
    font-style: italic;
  font-weight: 800;
}

.group-about span {
  font-family: 'Pacifico', cursive;
  margin-left: 8px;
  color: #f5e400;
}

.group-title {
font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 60px;
  margin: 8px 0;
}

.group-sub {
  font-family:'Rammetto One', cursive;
  margin-bottom: 24px;
}

.group-plan {
  background: #3b2a00;
  padding: 12px 20px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 16px;
}

.group-notes {
  font-size: 14px;
  line-height: 1.6;
}

.group-notes-text {
  font-size: 18px;
  line-height: 1.6;
   font-weight: 800;
}

/* 右側（料金） */
.group-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.group-price {
  text-align: left;
}

.price-label-nomal {
  position: relative;
  display: inline-block;
}

.price-label-nomal::before,
.price-label-nomal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: red;
}

.price-label-nomal::before {
  transform: rotate(5deg);
}

.price-label-nomal::after {
  transform: rotate(-5deg);
}

.price-label-nomal span {
  font-size: 32px;
  font-weight: bold;
}

.price-label {
  font-size: 18px;
}

.price-main {
  font-size: 80px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.price-main span {
  font-size: 18px;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .group-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .group-title {
    font-family: "ads-rumba", sans-serif;
    font-size: 36px;
  }

  .group-right {
    text-align: left;
  }

  .group-price {
    text-align: left;
  }

  .price-main {
    font-size: 42px;
	font-family: 'Montserrat', sans-serif;
  }
}


/* =========================
  IMAGE 2-COLUMN
========================= */
.group-image-section {
  background: #0f7f7f;
}

.group-image-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.group-image {
  border-radius: 24px;
  overflow: hidden;
}

.group-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .group-image-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .group-image {
    border-radius: 16px;
  }
}

/* =========================
  CALENDAR + BANNER
========================= */
.group-calendar-section {
  background: #0f7f7f;
  padding: 40px 0 60px;
}

.group-calendar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 6fr 4fr; /* ← 6:4 */
  gap: 24px;
  align-items: start;
}

/* 共通 */
.calendar-area img,
.support-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .group-calendar-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .calendar-area img,
  .support-banner img {
    border-radius: 12px;
  }
}

/* =========================
  ACCESS
========================= */
.access-section {
  background: #6c8f3d url(image/bg_green.webp) repeat;
  background-size: 200px 200px; /* 元画像のサイズに合わせて調整 */
  padding: 20px 20px 20px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.access-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 見出し */
.access-about {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
    font-style: italic;
  font-weight: 800;
}

.access-about span {
  font-family: 'Pacifico', cursive;
  margin-left: 8px;
  color: #f5e400;
}

.access-title {
  font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 64px;
  margin: 8px 0 0;
}

.access-title span {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
    font-family:'Rammetto One', cursive;
}

.access-sub {
  margin-bottom: 24px;
}

/* テキスト */
.access-text p {
  line-height: 1.8;
  margin-bottom: 16px;
}

.access-text a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 768px) {
  .access-section {
    padding: 56px 0;
  }

  .access-title {
  font-family: "ads-rumba", sans-serif;
  font-weight: 400;
    font-size: 40px;
  }
}

/* =========================
  ACCESS MAP
========================= */
.access-map-section {
  background: #6f9f45; /* ACCESSと同じ背景 */
}

.access-map {
  width: 100%;
  height: 420px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .access-map {
    height: 300px;
  }
}

/* =========================
  USE
========================= */
.use-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.use-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 見出し */
.use-about {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
    font-style: italic;
  font-weight: 800;
}

.use-about span {
  font-family: 'Pacifico', cursive;
  margin-left: 8px;
  color: #f5e400;
}

.use-title {
font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 56px;
  margin: 8px 0 40px;
}

.use-title span {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
  font-family:'Rammetto One', cursive;
}

/* ステップ */
.use-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.use-step {
  background: #fff;
  color: #000;
  border-radius: 24px;
  padding: 32px 16px;
  text-align: center;
}

.step-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 80px;
  display: block;
  margin-bottom: 8px;
}

.use-step p {
  font-weight: bold;
  line-height: 1.4;
}

/* 説明文 */
.use-note {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.8;
}

/* ボタン */
.use-button {
  margin-top: 40px;
  text-align: center;
}

.use-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #000;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
}

.use-btn .arrow {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

@media (max-width: 768px) {
  .use-title {
    font-family: "ads-rumba", sans-serif;
    font-size: 32px;
  }

  .use-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 5番目だけ中央寄せ */
  .use-step:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }
}

/* =========================
  PHOTO HERO
========================= */
.photo-hero {
  width: 100%;
  background: #000;
}

.photo-hero-inner {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.photo-hero-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .photo-hero-inner {
    height: 70vh;
  }
}

.faq-section {
  background: #6c8f3d url(image/bg_green.webp) repeat;
  background-size: 200px 200px; /* 元画像のサイズに合わせて調整 */
  padding: 30px 20px 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 32px 60px;
}

.faqtittle-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.use-title_qa {
font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 64px;
  margin: 8px 0 40px;
  color: #fff;
}

.use-title_qa span {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
  font-family:'Rammetto One', cursive; 
}

@media (max-width: 768px) {
.use-title_qa {
font-family: "ads-rumba", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin: 8px 0 40px;
  color: #fff;
}

.use-title_qa span {
  font-size: 18px;
  font-style: normal;
  margin-left: 12px;
  font-family:'Rammetto One', cursive; 
}
}

.faq-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.faq-sub span {
  font-family: 'Pacifico', cursive;
  color: #ffd800;
}

.faq-title {
  font-family: 'Rammetto One', sans-serif;
  font-size: 64px;
}

.faq-category-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.faq-category-item {
  background: #8a6a00;      /* 仮：色は後で触る */
  color: #fff;
  height: 220px;            /* ← 高さを固定するのが超重要 */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 45px 20px;
}

.faq-cat-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.faq-cat-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  border-radius: 50%;

  background: #fff;
  color: #8a6a00;
  font-weight: bold;
}

@media (max-width: 768px) {
  .faq-category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .faq-category-item {
    height: 200px;
    padding: 20px 16px;
  }
}

.faq-question {
  width: 100%;
  background: #3a2b00;
  color: #fff;
  padding: 24px 32px;
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:15px 0 0 0;
}

.faq-answer {
  display: none;
  padding: 30px;
  border: 2px solid #3a2b00;
  margin-bottom: 15px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

@media (max-width: 768px) {
  .faq-inner {
    padding: 40px 20px;
  }

  .faq-category {
    grid-template-columns: 1fr 1fr;
  }

  .faq-title {
    font-size: 40px;
  }
}

/* 見出し */
.use-about_qa {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-style: italic;
  font-weight: 800;
}

.use-about_qa span {
  font-family: 'Pacifico', cursive;
  margin-left: 8px;
  color: #f5e400;
}


.faq-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 45px;
  margin-bottom: 16px;
}

.faq-heading__icon {
  width: 48px;   /* ← 好みで調整 */
  height: auto;
  flex-shrink: 0;
}

.faq-heading__title {
  font-size: 18px;
  font-weight: 700;
  color: #3a2a00; /* 濃いブラウン系 */
  margin: 0;
}

@media (max-width: 768px) {
  .faq-heading__icon {
    width: 36px;
  }

  .faq-heading__title {
    font-size: 16px;
  }
}

.add-option {
  background: #0e7f7f; /* 仮：後で調整 */
  color: #fff;
  padding: 120px 0;
}

.add-option__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.add-option__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.add-option__slider .plan-list {
  display: flex;
  gap: 32px;
  overflow: visible;
}

.add-option__eyebrow {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .2em;
  font-style: italic;
  font-weight: 800;
}

.add-option__eyebrow span {
  font-family: 'Pacifico', cursive;
  color: #ffe600;
  margin-left: 8px;
}

.add-option__title {
font-family: "ads-rumba", sans-serif;
  font-size: 72px;
  margin: 8px 0;
}

.add-option__sub {
    font-family:'Rammetto One', cursive;
  font-size: 20px;
  margin-bottom: 24px;
}

.add-option__notes {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.add-option__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.add-option__tabs button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
}

.plan-card {
  position: relative;
  padding-top: 30px;
  transition: all 0.3s ease;
  height: 100%;
  margin: 0 auto;
}

.plan-card__number {
  position: absolute;
  top: -20px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: #ffe600;
  letter-spacing: 0.05em;
  z-index: 5;
  pointer-events: none;
}

.plan-card__number span {
  font-size: 60px;
}

.plan-card__inner {
  background: #fff;
  border-radius: 20px;
  border: 4px solid #3dbb6b;
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-card__image {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.plan-card__image img {
  width: 100%;
  display: block;
}

.plan-card__body {
  padding: 16px;
  color: #3a2a00;
}

.plan-card__label {
  display: inline-block;
  background: #000;
  color: #ffe600;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.plan-card__title {
  background: #3a2a00;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 12px;
  font-size: 22px;
}

.plan-card__list {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.plan-card__price-label {
  font-size: 14px;
  margin-bottom: 4px;
  text-align: right;
}

.plan-card__price {
  font-weight: bold;
  text-align: right;
}

.price-main-card {
  font-size: 55px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}

.price-sub {
  font-size: 14px;
  margin-left: 4px;
}

.plan-section {
  background: #0f8a8a;
  padding: 40px 0;
  padding-left: calc((100vw - 1200px) / 2); /* 左だけサイト幅基準 */
}

.plan-scroll {
  /* overflow: hidden;  左側のはみ出たカードを非表示 */
  width: 100%;
}

.plan-list {
  /* Swiperがレイアウトを管理 */
}

.plan-swiper {
  overflow: visible;
  padding-bottom: 20px;
}

.plan-swiper .swiper-wrapper {
  align-items: stretch;
}

.plan-swiper .swiper-slide {
  height: auto;
  transition: all 0.4s ease;
}

/* 非アクティブスライドのカードを小さく */
.plan-swiper .swiper-slide .plan-card {
  transform: scale(0.85);
  opacity: 0.5;
  transition: all 0.4s ease;
}

/* アクティブスライドのカードを通常サイズ */
.plan-swiper .swiper-slide-active .plan-card {
  transform: scale(1);
  opacity: 1;
}

/* アクティブスライドを前面に */
.plan-swiper .swiper-slide-active {
  z-index: 2;
}

/* 左側のスライド（アクティブより前）を非表示 */
.plan-swiper .swiper-slide-prev {
  visibility: hidden;
  opacity: 0;
}

/* ダミースライド（ループ用・透明） */
.dummy-slide {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

.plan-card--dummy {
  visibility: hidden;
  height: 100%;
}

@media (min-width: 769px) {
  .plan-card {
    width: 100%;
  }
  /* PC表示で3枚表示の場合もアクティブを強調 */
  .plan-swiper .swiper-slide .plan-card {
    transform: scale(0.9);
    opacity: 0.6;
  }

  .plan-swiper .swiper-slide-active .plan-card {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .plan-card {
    width: 100%;
  }
}

.add-option,
.add-option__inner,
.add-option__slider,
.plan-section,
.plan-list,
.plan-card {
  overflow: visible;
}

/* =========================
  ADD OPTION スマホ対応
========================= */
@media (max-width: 768px) {
  .add-option {
    padding: 60px 0;
  }

  .add-option__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: .15em;
  }

  .add-option__eyebrow span {
    font-family: 'Pacifico', cursive;
    font-size: 14px;
    margin-left: 6px;
  }

  .add-option__title {
font-family: "ads-rumba", sans-serif;
    font-size: 40px;
    margin: 6px 0;
  }

  .add-option__sub {
    font-family:'Rammetto One', cursive;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .add-option__notes {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .add-option__tabs {
    gap: 8px;
    margin-bottom: 32px;
  }

  .add-option__tabs button {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ===== OTHER ===== */
.other-section {
  padding: 20px 0;
}

.other-title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 32px;

  position: relative;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 40px 0 32px;
  padding-top: 32px; /* 点線との距離 */
}

.other-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;              /* ← ここが重要（短く） */
  border-top: 2px dotted rgba(255,255,255,0.6);
}

.other-title span {
  color: #ffe600;
  font-style: italic;
  margin-left: 12px;
}

.other-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

/* item */
.other-item {
  color: #fff;
  text-align: center;
}

.other-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.other-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SAMPLE */
.other-sample {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
}

/* text */
.other-name {
  margin-top: 12px;
  font-size: 16px;
    text-align: right;
}

.other-price {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: right;
}

@media (max-width: 1024px) {
  .other-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .other-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}

.sp_br {
  display: none;
}

/* スマホ時のみ表示 */
@media only screen and (max-width: 767px) {
  .sp_br {
    display: inline;
  }
}

/* プランタブとカードの連動スタイル */
.add-option__tabs button {
  transition: all 0.3s ease;
  cursor: pointer;
}

.add-option__tabs button.active {
  background-color: #2a7a6a;
  color: #fff;
  font-weight: bold;
  transform: scale(1.05);
}

/* Swiperナビゲーションボタン */

.plan-scroll {
  position: relative;
}

/* カスタムナビゲーションボタン */
.plan-nav-prev,
.plan-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #1a5a4a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
}

/* 前へボタン（左側）- カードの左端に配置 */
.plan-nav-prev {
  left: 20px;
}

/* 次へボタン（右側） */
.plan-nav-next {
  right: 150px;
}

/* カスタム矢印アイコン */
.plan-nav-prev::before {
  content: '←';
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.plan-nav-next::before {
  content: '→';
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

/* ホバー効果 */
.plan-nav-prev:hover,
.plan-nav-next:hover {
  background-color: #2a7a6a;
  transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {
  .plan-nav-prev,
  .plan-nav-next {
    width: 50px;
    height: 50px;
  }

  .plan-nav-prev {
    left: 10px;
  }

  .plan-nav-next {
    right: 10px;
  }

  .plan-nav-prev::before,
  .plan-nav-next::before {
    font-size: 24px;
  }
}

/* =========================
  FOOTER
========================= */
.site-footer {
  background: #000;
  padding: 60px 20px 40px;
  text-align: center;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ロゴ */
.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  width: 280px;
  height: auto;
}

/* ナビ */
.footer-nav {
  margin-bottom: 30px;
}

.footer-nav p {
  margin: 0 0 12px;
}

.footer-nav p:last-child {
  margin-bottom: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* コピーライト */
.footer-copy {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0;
}

/* =========================
  FOOTER スマホ対応
========================= */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 20px 30px;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .footer-copy {
    font-size: 11px;
  }
}


/* =========================
  固定サイドボタン
========================= */
.fixed-side-btns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* 共通ボタンスタイル */
.side-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 20px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.side-btn span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
}

/* 予約するボタン */

.side-btn.reserve {
  background: #ff7b00;
  flex-direction: column;
  gap: 2px;
  border-radius: 20px 0 0 20px;
  box-shadow:
    0 -4px 10px rgba(0, 0, 0, 0.3),
    inset 0 -7px 0 rgba(0, 0, 0, 0.3);
  animation: bounce-attention 10s ease-in-out 2;
}

.side-btn.reserve:active {
  box-shadow: 
    0 -2px 5px rgba(0, 0, 0, 0.2),
    inset 0 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
}

/* 団体向けボタン */
.side-btn.group {
  background: #5a3a00;
  border-radius: 10px 0 0 10px;
}

.side-btn-icon {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

/* TOPへ戻るボタン（画像） */
.side-btn.totop {
  background: transparent;
  padding: 0;
  width: auto;
  margin-top: 20px; /* 上との隙間 */
}

.side-btn.totop img {
  width: 120px; /* 2倍サイズ（60px → 120px） */
  height: auto;
  display: block;
}

/* ホバー効果 */
.side-btn:hover {
  opacity: 0.8;
}

/* =========================
  スマホ用 固定右サイドボタン
========================= */
.fixed-bottom-btns {
  position: fixed;
  right: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 20px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.bottom-btn span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  font-size: 20px;
}



.bottom-btn.reserve {
  background: #ff7b00;
  flex-direction: column;
  gap: 2px;
  border-radius: 20px 0 0 20px;
  box-shadow: 
    0 -4px 10px rgba(0, 0, 0, 0.3),
    inset 0 -7px 0 rgba(0, 0, 0, 0.3);
      animation: bounce-attention 10s ease-in-out 2;
}

@keyframes bounce-attention {
  0%, 10%, 100% {
    transform: translate(0, 0);
  }
  1% {
    transform: translate(-2px, -2px);
  }
  2% {
    transform: translate(2px, 2px);
  }
  3% {
    transform: translate(-2px, 2px);
  }
  4% {
    transform: translate(2px, -2px);
  }
  5% {
    transform: translate(-2px, -2px);
  }
  6% {
    transform: translate(2px, 2px);
  }
  7% {
    transform: translate(-2px, 2px);
  }
  8% {
    transform: translate(2px, -2px);
  }
  9% {
    transform: translate(-1px, 1px);
  }
}

.bottom-btn.reserve:active {
  box-shadow: 
    0 -2px 5px rgba(0, 0, 0, 0.2),
    inset 0 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
}

.bottom-btn-icon {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

.bottom-btn.totop {
  background: transparent;
  padding: 0;
  width: auto;
  margin-top: 20px;
}

.bottom-btn.totop img {
  width: 60px;
  height: auto;
  display: block;
}

.bottom-btn:hover {
  opacity: 0.8;
}

/* =========================
  PC/スマホ 表示切り替え
========================= */
.fixed-side-btns.pc {
  display: flex;
}

.fixed-bottom-btns.sp {
  display: none;
}

@media (max-width: 768px) {
  .fixed-side-btns.pc {
    display: none;
  }

  /* JSで表示される時のスタイル */
  .fixed-bottom-btns.sp {
    display: flex;
  }
}

html {
  scroll-behavior: smooth;
}

/* =========================
  タイトルアニメーション
========================= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 初期状態（非表示） */
.animate-title {
  opacity: 0;
  transform: translateY(30px);
}

/* アニメーション発動時 */
.animate-title.is-visible {
  animation: fadeInUp 0.8s ease forwards;
}

/* スマホ用改行（デフォルトは非表示） */
.sp-br {
  display: none;
}

/* スマホ時のみ表示 */
@media only screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}


/* 特定商取引法に基づく表記 テーブルスタイル */
.tokushoho-table {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.tokushoho-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.tokushoho-row:first-child {
  border-top: 1px solid #ddd;
}

.tokushoho-row dt {
  width: 30%;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-sizing: border-box;
       font-family: 'Zen Kaku Gothic New', sans-serif;
}

.tokushoho-row dd {
  width: 70%;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
       font-family: 'Zen Kaku Gothic New', sans-serif;
}

.tokushoho-row dd small {
  color: #888;
  font-size: 0.85em;
       font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .tokushoho-table {
    padding: 10px;
  }

  .tokushoho-row {
    flex-direction: column;
  }

  .tokushoho-row dt,
  .tokushoho-row dd {
    width: 100%;
    padding: 15px;
  }

  .tokushoho-row dt {
    padding-bottom: 10px;
  }

  .tokushoho-row dd {
    padding-top: 10px;
    background-color: #fff;
  }
}