@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', sans-serif;
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *: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: #5AB531;
}
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: #00B900;
	border: 2px solid #ffffff;
	color: #ffffff;
	border-radius: 50px;
}
.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 #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block_btn .blue:hover{
	background: #ffffff;
	color: #00B900;
	border: 2px solid #00B900;
	opacity: 1;
}
.block_btn .blue:hover::after{
	border-top: 2px solid #00B900;
	border-right: 2px solid #00B900;
}
.block_btn .white{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #357517;
}
.block_btn .white:hover{
	background: #357517;
	color: #ffffff;
	opacity: 1;
}
.sns_btn.facebook li{
	display: inline-block;
	width: 100%;
}
.sns_btn.facebook a{
	background: linear-gradient(to right, #33A4E0, #427BB4);
	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: fixed;
	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;
}
.global-header .header-contact li{
	width: 100px;
	text-align: center;
}
.global-header .header-contact li:nth-child(2) a {
	background: #5AB531; /* オレンジ系の色（お好きな色に変更OK） */
}
.global-header .header-contact li a{
	display: block;
	background: #FFBB00;
	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(255,51,51,1);
	background: linear-gradient(132deg, rgba(255,51,51,1) 0%, rgba(255, 77, 77, 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 {
	display: inline-block;
}
/* .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(47, 165, 0);
		background: linear-gradient(132deg, rgb(67, 148, 0) 0%, rgba(47, 165, 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
----------------------------------------------- */
.sidebar-ad{
	position: fixed;
	top: 70%;
	right: 0;
	z-index: 1000;
}
.sidebar-ad a{
	display: block;
	background: rgb(16,88,126,0.4);
	background: linear-gradient(335deg, rgba(16,88,126,0.4) 0%, rgba(22,46,69,0.4) 35%);
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.1em;
	outline: 1px solid #FFFFFF;
	outline-offset: -12px;
	text-align: center;
	padding: 75px 63px 63px 63px;
}
.page-guide{
	padding: 50px 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) {
	.sidebar-ad{
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.sidebar-ad a{
		font-size: 5vw;
		outline-offset: -5px;
		padding: 5%;
	}
	.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){
	.sidebar-ad{
		top: 60%;
	}
	.sidebar-ad a{
		font-size: 20px;
		outline-offset: -8px;
		padding: 49px 40px 47px 40px;
	}
	.page-guide{
		padding: 60px 0 80px 0;
	}
	.single-guide{
		padding: 50px 0 60px 0;
	}
}
/**
/* 見出し　CSS
----------------------------------------------- */
.page-view{
	background: url(image/page-view.webp) 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;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.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{
	color: #5AB531;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.grid-ttl .roma{
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
	.page-view{
		background: url(image/page-view.webp) no-repeat left 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.webp) 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: #B5B5B5;
}
.breadcrumbs i{
	color: #5AB531;
	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: #5AB531;
	border: 1px solid #5AB531;
	color: #ffffff;
	padding: 10px 13px 9px 13px;
}
.wp-pagenavi a:hover{
	background: #5AB531;
	border: 1px solid #5AB531;
	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
----------------------------------------------- */
.bottom-inquiry{
	background: linear-gradient(90deg, #5AB531 0%, #5AB531 50%, #357517 50%, #357517 100%);
}
.bottom-inquiry .inquiry-list{
	align-items: center;
}
.inquiry-list .inquiry-items{
	width: 50%;
	padding: 40px 0;
}
.inquiry-list .tel-items{
	max-width: 420px;
}
.inquiry-list .mail-items{
	max-width: 390px;
}
.inquiry-list .inquiry-items .iconArea{
	text-align: center;
}
.inquiry-list .tel-items .iconArea{
	margin-bottom: 9px;
}
.inquiry-list .mail-items .iconArea{
	margin-bottom: 16px;
}
.inquiry-list .inquiry-items .ttl{
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
}
.inquiry-list .tel-items .tel_btn{
	margin-top: 12px;
}
.inquiry-list .tel-items .tel_btn a{
	font-family: 'Alata', sans-serif;
	display: block;
	color: #ffffff;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.inquiry-list .mail-items .block_btn{
	margin-top: 20px;
}
.inquiry-list .mail-items .block_btn li{
	max-width: 390px;
}
.inquiry-list .mail-items .block_btn .btn{
	font-weight: 700;
	line-height: 2.9;
}
@media only screen and (max-width: 767px) {
	.bottom-inquiry .inquiry-list{
		width: 100%;
	}
	.inquiry-list .inquiry-items{
		width: 100%;
		padding: 6% 5% 5% 5%;
	}
	.inquiry-list .tel-items{
		background: #5AB531;
		max-width: 100%;
	}
	.inquiry-list .mail-items{
		background: #357517;
		max-width: 100%;
	}
	.inquiry-list .tel-items .iconArea{
		margin-bottom: 2%;
	}
	.inquiry-list .tel-items .iconArea img{
		width: 12vw;
	}
	.inquiry-list .mail-items .iconArea{
		margin-bottom: 3%;
	}
	.inquiry-list .mail-items .iconArea img{
		width: 10vw;
	}
	.inquiry-list .inquiry-items .ttl{
		font-size: 4.2vw;
	}
	.inquiry-list .tel-items .tel_btn{
		margin-top: 2%;
	}
	.inquiry-list .tel-items .tel_btn a{
		font-size: 8vw;
		text-align: center;
	}
	.inquiry-list .mail-items .block_btn{
		text-align: center;
		margin-top: 2%;
	}
	.inquiry-list .mail-items .block_btn li{
		width: 90%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-inquiry .inquiry-list{
		width: 94%;
	}
	.inquiry-list .inquiry-items{
		padding: 30px 0;
	}
	.inquiry-list .tel-items{
		max-width: 420px;
	}
	.inquiry-list .mail-items{
		max-width: 300px;
	}
	.inquiry-list .tel-items .iconArea{
		margin-bottom: 7px;
	}
	.inquiry-list .tel-items .iconArea img{
		width: 46px;
	}
	.inquiry-list .mail-items .iconArea{
		margin-bottom: 16px;
	}
	.inquiry-list .mail-items .iconArea img{
		width: 40px;
	}
	.inquiry-list .inquiry-items .ttl{
		font-size: 16px;
	}
	.inquiry-list .tel-items .tel_btn{
		margin-top: 10px;
	}
	.inquiry-list .tel-items .tel_btn a{
		font-size: 34px;
	}
	.inquiry-list .mail-items .block_btn{
		margin-top: 15px;
	}
	.inquiry-list .mail-items .block_btn li{
		max-width: 300px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
footer .footer-top{
	text-align: center;
	padding: 35px 0 45px 0;
}
.footer-top .footer-logo{
	margin-bottom: 20px;
}
.footer-top .footer-add{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
.footer-top .footer-tel{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.footer-top .footer-tel a{
	color: #171717;
}
.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: #FFBB00;  /* 緑色の丸 */
  width: 6px;           /* 丸の直径 */
  height: 6px;
  border-radius: 50%;   /* 丸くする */
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 縦中央に配置 */
}
.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 .footer-top{
		padding: 5% 0;
	}
	.footer-top .footer-logo{
		margin-bottom: 3%;
	}
	.footer-top .footer-logo img{
		width: 76vw;
	}
	.footer-top .footer-add{
		font-size: 3.8vw;
	}
	.footer-top .footer-tel{
		font-size: 4vw;
	}
	.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 .footer-top{
		padding: 30px 0 35px 0;
	}
	.footer-top .footer-logo{
		margin-bottom: 15px;
	}
	.footer-top .footer-add{
		font-size: 14px;
	}
	.footer-top .footer-tel{
		font-size: 16px;
	}
	.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;
	}
}

.banner2 {
	width: 1000px; /* 必ず幅を指定する */
	margin: 0 auto;
	margin-bottom: 100px;

}

@media screen and (max-width: 767px) {
    .banner2 {
		width: 380px; /* 必ず幅を指定する */
        flex-direction: column;
    }
}

.banner {
    display: flex;
	max-width: 950px;
    width: 100%;
	margin: 0 auto;
}

.column {
    padding: 5px;
    text-align: center;
}

/* 左カラム（幅 30%） */
.left {
    width: 50%;
}

/* 右カラム（幅 70%） */
.right {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .banner {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;  /* 幅を100%にして縦並び */
    }
}

.introduction {
    width: 100%;
	text-align: center;
}

.introduction img {
    width: 600px;
}

@media screen and (max-width: 767px) {
.introduction img {
    width: 300px;
}

}

.introduction p {
	color: #000;
	font-size: 24px;
	margin-bottom: -5px;
	letter-spacing: 0.3em;
    text-transform: uppercase;
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #333;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	padding-top: 50px;
}

.introduction h2 {
font-size: 14px;
  color:#5AB531;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
    text-transform: uppercase;
}

.image-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
  }
  
  .image-container img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }
  
  .main-text {
	font-size: clamp(16px, 5vw, 20px); /* メインの文字、大きめに */
	font-weight: bold;
	margin-bottom: 0.2em;
	white-space: nowrap;
	color: #FFFFFF;
  }
  
  .sub-text {
	font-size: clamp(12px, 3vw, 18px); /* サブの文字、小さめに */
	opacity: 0.9;
	color: #FFFFFF;
  }


  .hero-container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: auto;
  }
  
  .hero-container img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 1100px;
	padding: 0 1rem;
	box-sizing: border-box;
  }
  
  .hero-text {
	color: white;
	font-size: clamp(20px, 5vw, 40px);
	font-weight: bold;
	margin-bottom: 1em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  }
  
  .button-group {
	display: flex;
	justify-content: space-between; /* 均等配置 */
	gap: 1em;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
  }
  
  .cta-button {
	flex: 1; /* 均等幅にする */
	min-width: 0; /* はみ出し防止 */
	padding: 1em 6em;
	font-size: clamp(14px, 3vw, 18px);
	background-color: rgba(255, 255, 255, 0.2);	border: 2px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
	background: #707070;
	border: 2px solid #707070;
	color: #ffffff;
	opacity: 1;
  }
  
  /* スマホなど画面が狭いときに縦並び */
  @media (max-width: 600px) {
	.button-group {
	  flex-direction: column;
	  align-items: center;
	}
  }

  .container-back {
	background:#FFFAEC;
  text-align: center;
  padding-bottom: 20px;
}

  .news-container-back {
  background-image: url('image/sky-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	gap: 20px;
	margin: 0 auto;
	margin-bottom: 100px;
	z-index: 5;
  }

 .card {
  position: relative;
  flex: 1 1 33.33%;
  max-width: 350px;
  min-height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
}

.card .overlay-text {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0; /* inset: 0 の代わり */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  box-sizing: border-box;
  padding: 0; /* ここが原因のことが多い */
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.3em;
  font-size: 24px;
  z-index: 2;
}

.card .caption-text {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 70px;
  z-index: 3;
  position: relative;
}

  /* スマホ表示では1列に */
  @media screen and (max-width: 768px) {
	.card {
	max-width: 1100px;
	  flex: 1 1 100%;
	  padding: 10px;
	}
  }

/**
/* Slick CSS カスタマイズ
----------------------------------------------- */
/* スマホ表示では矢印非表示 */
@media screen and (max-width: 768px) {
	.slick-arrow:before{
		content:""!important;
	}
}

.slick-prev:before
, .slick-next:before {
	font-size: 50px !important;
}

.slick-next {
	margin-right: 30px;
}

.header-right {
	display: flex;
	align-items: center;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3カラム */
  gap: 20px;
  padding: 12px;
  max-width: 1000px;      /* 最大幅を指定 */
  margin: 0 auto;         /* 中央寄せ */
  box-sizing: border-box; /* パディング含めて幅制御 */

}

.grid-container h2 {
  font-size: 28px;
  color: #ff6600;
}

.grid-container p {
	font-size: 16px;
  	color: #000;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
	letter-spacing: 0.02em;
}

.item {
  text-align: center;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease; /* ← アニメーションを追加 */
}

.item img:hover {
  transform: scale(1.05); /* ← ホバー時に拡大 */
  z-index: 1;
}

/* スマホ対応（画面幅768px以下は2カラム） */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product h2 {
  font-size: 28px;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}

.product p {
  font-size: 14px;
  color: #5AB531;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.photos{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap:10px;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 50px;
  align-items:start;
}
.photos img{
  width:80%;
  display:block;
  height:auto; 
  margin:0 auto;
}

.phototext{
  margin-left: 10px;
  margin-right: 10px;
}


/* スマホ：1列。1枚目・5枚目は非表示（=3枚を縦に並べる） */
@media (max-width: 600px){
  .photos{
    grid-template-columns: repeat(3, 1fr); /* 1列 */
  }
  .photos img:nth-child(1),
  .photos img:nth-child(5){
    display:none;
  }
}

.fullbleed-photos{
  /* センターコンテナからはみ出して幅=100vwに */
  inline-size: 100vw;
  margin-inline: calc(50% - 50vw);
  /* 写真並び */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 50px;
}

/* 画像の比率は維持（高さは自動） */
.fullbleed-photos > img{
  width: 100%;
  height: auto;
  display: block;
}


html, body { overflow-x: hidden; }

/* === スマホ：1列、1枚目/5枚目を非表示（=計3枚を縦並び） === */
@media (max-width: 600px){
  .fullbleed-photos{
    grid-template-columns: repeat(3, 1fr);
  }
  .fullbleed-photos > img:nth-child(1),
  .fullbleed-photos > img:nth-child(5){
    display: none;
  }
}

.hover-button {
  display: inline-block;
  background-color: #ffa702;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ffa702;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-top: 25px;
  padding: 5px 50px 5px 50px;
}

.hover-button:hover {
  background-color: #fff;
  color: #ffa702;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

.black-container {
  background-color: #171717;
}

.contact-container {
	 position: relative;
	max-width: 980px;
	margin: 0 auto;
	z-index: 5;
}

.product-no{
	display: inline-block;
	background-color: #ff6600;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.concept-text{
	color: #7a4100;
	font-weight: bold;
	font-size: 32px;
	font-family: "Zen Maru Gothic", sans-serif;
}

.mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mv-video {
  width: 100%;
  height: auto;
  display: none; /* 初期状態では非表示 */
  object-fit: cover;
}

/* PC：横長動画（1920×900）を表示 */
@media screen and (min-width: 769px) {
  .pc-video {
    display: block;
  }
}

/* スマホ：縦長動画（850×1260）を表示 */
@media screen and (max-width: 768px) {
  .sp-video {
    display: block;
    width: 100%;
	max-width: 100%;
    height: 100vh; /* 高さを画面いっぱいに */
    object-fit: cover; /* はみ出し部分は切り取り表示 */
  }
}

.mv-overlay {
  position: relative;
  line-height: 0;
}

.mv-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  z-index: 1;
}

.mv-text {
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95); /* 最初少し縮小 */
  color: white;
  font-size: clamp(1.6rem, 5vw, 3rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  animation: fadeInSoft 3.5s ease-out 1s forwards; /* フェードインのみ */
  pointer-events: none;
  z-index: 2;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.mv-text-second {
  line-height: 1;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95); /* 最初少し縮小 */
  color: white;
  font-size: clamp(0.8rem, 5vw, 1rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  animation: 
    fadeInSoft 5s ease-out 1s forwards,
	fadeOutSoft 8.5s ease-in 4.5s forwards;  
  pointer-events: none;
  z-index: 2;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

@keyframes fadeInSoft {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes fadeOutSoft {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
}

/* ===== 配色（必要に応じて調整） ===== */
:root{
  --qa-green: #b6c85a;  /* 見出しの緑 */
  --qa-green-d: #9fb244;/* 枠色（少し濃い） */
  --qa-text:  #333;
  --qa-muted: #666;
}

/* ===== レイアウト全体 ===== */
.qa-section{
  padding: 24px 16px 32px;
  background: #fff; /* 背景を色にしたい場合はここを変更 */
}
.qa-headline{
  text-align:center;
  margin-bottom: 12px;
}
.qa-headline h2{
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}
.qa-headline p{
  margin:4px 0 0;
  font-size:12px;
  color:var(--qa-muted);
  letter-spacing:.18em;
}

.qa-sub-text{
  font-size: 14px;
  color: #5AB531;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
}

/* 2列グリッド（スマホで1列） */
.qa-grid{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px 22px;
}

/* ===== カード ===== */
.qa-card{
  display:flex;
  flex-direction:column;
  color:var(--qa-text);
}

/* 上段：緑の見出し帯 */
.qa-head{
  background: var(--qa-green);
  color:#fff;
  font-weight:700;
  line-height:1.6;
  padding: 16px 18px;
  border-radius: 12px 12px 0 0;
}

/* 下段：白い本文ボックス（緑の枠） */
.qa-body{
  border: 3px solid var(--qa-green-d);
  border-top: none;                 /* 見出しと一体化 */
  border-radius: 0 0 12px 12px;
  background:#fff;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 68px 1fr;  /* イラスト + 文章 */
  gap: 12px;
  align-items: center;
}

/* イラスト（比率維持） */
.qa-illust{
  width: 64px;
  height: 64px;
  object-fit: contain;
  display:block;
}

/* スマホ：1列に */
@media (max-width: 768px){
  .qa-grid{ grid-template-columns: 1fr; }
}

/* 余白のない横幅いっぱいの帯（必要なら親に追加）
.qa-fullbleed{ inline-size:100vw; margin-inline:calc(50% - 50vw); }
*/

:root{
  --brand:#07a33a;
  --shadow:0 8px 24px rgba(0,0,0,.12);
  --shadow-sm:0 4px 12px rgba(0,0,0,.10);
}

/* 横並びレイアウト */
.link-panels{
  max-width:1100px;
  margin:0 auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
}

/* パネル本体 */
.link-panel{
  position:relative;
  display:block;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  background:#fff;
  transition:transform .25s ease, box-shadow .25s ease;
  min-height:180px;
  margin-top: 50px;
}

/* 背景写真 */
.link-panel::before{
  content:"";
  position:absolute; inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  opacity:.22;
  filter:saturate(.8);
}

/* 白ベール */
.link-panel::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(255,255,255,.50), rgba(255,255,255,.50));
}

/* 中身 */
.link-panel__inner{
  position:relative;
  z-index:1;
  padding:28px 28px;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  justify-content:center;
  text-align: center;
}
.link-panel__eyebrow{
  font-size:12px;
  color:var(--brand);
  letter-spacing:.2em;
  text-transform:lowercase;
  padding-bottom: 2px;
}
.link-panel__title{
  margin:0;
  font-size:22px;
  letter-spacing:.04em;
  color:#222;
}

/* CTAボタン */
.link-panel__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--brand);
  color:#fff;
  padding:10px 30px;
  border-radius:999px;
  box-shadow:0 6px 14px rgba(7,163,58,.25);
  font-weight:700;
  transition:transform .2s ease, filter .2s ease;
}
.arrow{ margin-left:2px; font-size:18px; line-height:1; }

/* ホバー */
.link-panel:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.link-panel:hover .link-panel__cta{
  transform:translateY(-1px);
  filter:brightness(1.05);
}

/* スマホ：1列 */
@media (max-width:768px){
  .link-panels{ grid-template-columns:1fr; gap:16px; }
  .link-panel__title{ font-size:20px; }
}

/* 下層ページ */

.image-row {
  width: 1240px;
  display: flex;
  gap: 20px; /* 画像の間隔 */
  justify-content: center; /* 中央寄せ（オプション） */
  padding-bottom: 30px;
  margin: 0 auto;
}

.image-row img {
  width: 100%;
  max-width: 400px; /* 画像1枚の最大幅 */
  height: auto;
  object-fit: cover;
}

/* スマホ表示：768px以下のとき */
@media screen and (max-width: 768px) {
  .image-row {
    flex-direction: column;
    width: 100%;
    gap: 10px; /* スマホ時の画像間隔を少し小さくしてもOK */
    align-items: center; /* 中央揃え */
  }

  .image-row img {
    max-width: 90%; /* 画面幅に近づける */
  }
}

.image-row-b {
  width: 1240px;
  display: flex;
  flex-wrap: wrap; /* 折り返し可能に */
  gap: 20px;
  justify-content: flex-start; /* 左寄せ（中央にしたい場合は center） */
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.image-row-b img {
  width: calc((100% - 60px) / 4); /* gapを考慮した4列分 */
  max-width: none; /* 自動調整に任せる */
  height: auto;
  object-fit: cover;
}

/* スマホ：2列表示 */
@media screen and (max-width: 768px) {
  .image-row-b img {
    width: calc((100% - 20px) / 2); /* gapを考慮した2列分 */
  }

  .image-row-b {
    width: 100%;
    padding: 0 10px 30px;
    justify-content: center; /* スマホ時は中央寄せでもOK */
  }
}

  .main-body {
      margin: 0;
      padding: 0;
      background: linear-gradient(135deg,rgb(231,248,255) 35%,rgb(251,255,154) 100%);
      font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	  padding-bottom: 20px;
    }

	.table-wrapper {
  max-width: 1000px;
  margin: 0 auto 20px auto;
}

	.table-wrapper p {
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-table-2025 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 0;  /* 初期化 */
  padding-right: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .custom-table-2025 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

  .custom-table-2025 thead th {
    background-color: rgb(255, 167, 4); /* ヘッダー背景茶色 */
    color: white;             /* ヘッダー文字白 */
    padding: 8px;
    text-align: left;
    border: 1px solid #ccc;
  }

  .custom-table-2025 td {
    background-color: white;  /* データセル背景白 */
    padding: 15px;
    border: 1px solid #ccc;
  }

.custom-table {
  border-collapse: collapse;
  width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.custom-table td {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: rgb(255, 255, 255); 
  text-align: left;
}

.custom-table .left-column {
  width: 120px;
  background-color: rgb(255, 167, 4); /* グレー背景 */
  color: #fff;         /* 任意：左列を強調 */
  text-align: left;
}

.full-width-img {
  width: 100vw;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.sauna-hero {
  position: relative;
  width: 100%;
  height: 100dvh; /* iOS向けに安全 */
  min-height: 100vh;
  background-image: url(image/back_3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.sauna-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sauna-content {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.sauna-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.sauna-content p {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.bbq-hero {
  position: relative;
  width: 100%;
  height: 100dvh; /* iOS向けに安全 */
  min-height: 100vh;
  background-image: url(image/back_7.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.bbq-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bbq-content {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.bbq-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.bbq-content p {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.company-hero {
  position: relative;
  width: 100%;
  height: 100dvh; /* iOS向けに安全 */
  min-height: 100vh;
  background-image: url(image/back_5.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.company-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.company-content {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.company-content h2 {
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.company-content p {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

/* TOPページのみ：初期状態を透明背景・白文字に上書き */
body.home .global-header .global-nav {
    background: transparent;
    transition: background-color 0.3s ease;
}

body.home .global-header .header-nav li a {
    color: white;
    transition: color 0.3s ease;
}

/* ハンバーガーメニューを白に（詳細度を上げて上書き） */
body.home .global-header .global-nav .drawer-hamburger-icon {
    background: white;
    transition: background-color 0.3s ease;
}

body.home .global-header .global-nav .drawer-hamburger-icon::after,
body.home .global-header .global-nav .drawer-hamburger-icon::before {
    background: white;
    transition: background-color 0.3s ease;
}

/* TOPページのみ：スクロール後は白背景に戻す */
body.home .global-header.scrolled .global-nav {
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.home .global-header.scrolled .header-nav li a {
    color: #171717;
}

body.home .global-header.scrolled .global-nav .drawer-hamburger-icon {
    background: #171717;
}

body.home .global-header.scrolled .global-nav .drawer-hamburger-icon::after,
body.home .global-header.scrolled .global-nav .drawer-hamburger-icon::before {
    background: #171717;
}

/* ドロワーが開いている時の状態も考慮 */
body.home.drawer-open .global-header .global-nav .drawer-hamburger-icon::after,
body.home.drawer-open .global-header .global-nav .drawer-hamburger-icon::before {
    background: #ffffff;
}

body.home.drawer-open .global-header .global-nav .drawer-hamburger-icon {
    background-color: transparent;
}

/* 動画表示切り替え */
.pc-video, .sp-video {
    display: none;
}

/* PC表示 */
@media screen and (min-width: 769px) {
    .pc-video {
        display: block;
    }
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
    .sp-video {
        display: block;
    }
}

/* ロゴの基本設定 */
.global-header .header_logo .logo-normal,
.global-header .header_logo .logo-white {
    transition: opacity 0.3s ease;
}

/* 通常状態：黒ロゴを表示、白ロゴを非表示 */
.global-header .header_logo .logo-normal {
    opacity: 1;
}

.global-header .header_logo .logo-white {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* TOPページのみ：初期状態で白ロゴを表示 */
body.home .global-header .header_logo .logo-normal {
    opacity: 0;
}

body.home .global-header .header_logo .logo-white {
    opacity: 1;
}

/* TOPページ：スクロール後は黒ロゴに切り替え */
body.home .global-header.scrolled .header_logo .logo-normal {
    opacity: 1;
}

body.home .global-header.scrolled .header_logo .logo-white {
    opacity: 0;
}

/* ロゴコンテナの位置調整 */
.global-header .header_logo a {
    position: relative;
    display: inline-block;
}

.greeting-container{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.greeting{
  display: grid;
  grid-template-columns: 1fr 1fr; /* PCでは2列 */
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
  padding: 40px 20px;
  text-align: left;
}

/* テキスト側 */
.greeting__text h2{
  font-size: 24px;
  margin-bottom: 16px;
}
.greeting__text h2 span{
  display: block;
  font-size: 14px;
  color: #5AB531;
  font-weight: normal;
  margin-top: 6px;
}
.greeting__text p{
  line-height: 1.9;
  color: #333;
}

/* プロフィールカード側 */
.profile-card{
  background: #f9fff7;
  border: 1px solid #cdddbf;
  border-radius: 8px;
  padding: 20px;
}
.profile-card h3{
  background: #5AB531;
  color: #fff;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  margin: -20px -20px 16px;
  font-size: 18px;
}
.profile-card img{
  width: 140px;
  display: block;
  margin: 0 auto 16px;
  border-radius: 6px;
}
.profile-card ul{
  padding-left: 20px;
  margin: 0;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

@media (max-width: 768px){
  .greeting{
    grid-template-columns: 1fr; /* 1列 */
  }
}

.contact-box {
  background: #f9fdf4;
  border: 2px solid #B3BB44;
  border-radius: 8px;
  text-align: center;
  padding: 1.5rem;
  max-width: 800px;   /* 最大幅 */
  margin: 0 auto;      /* 中央寄せ */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 600px) {
  .contact-box {
    margin: 0 10px;   /* 左右に10px余白 */
  }
}

.contact-text {
  background: #B3BB44;
  color: #fff;
  font-weight: bold;
  padding: 0.6rem 0;
  border-radius: 6px 6px 0 0;
  margin: -1.5rem -1.5rem 1rem -1.5rem;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #B3BB44;
  text-decoration: none;
  margin: 1rem 0;
  transition: color 0.2s;
}

.contact-phone:hover {
  color: #B3BB44;
}

.phone-icon {
  width: 40px;   /* PNGアイコンのサイズ調整 */
  height: auto;
  margin-right: 0.6rem;
}

.contact-time {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}

.flow-img{
	max-width: 800px;
	padding: 50px 10px;
	margin: 0 auto;
}

.service-box {
  background: #f9fdf4;
  border: 2px solid #B3BB44;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width: 600px) {
  .service-box {
    margin: 0 10px;   /* 左右に10px余白 */
  }
}


.service-title {
  background: #B3BB44;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem 0;
  border-radius: 6px 6px 0 0;
  margin: -1.5rem -1.5rem 1rem -1.5rem;
}

.service-list {
  list-style: none;       /* デフォルト番号を消す */
  margin: 0;
  padding: 0;
  counter-reset: item;    /* カウンター初期化 */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1rem; /* 行間と列間 */
}

.service-list li {
  display: flex;          /* 丸数字とテキストを横並び */
  align-items: center;    /* 垂直方向の中央揃え */
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #333;
}

.service-list li::before {
  content: counter(item) "";
  counter-increment: item;
  flex: 0 0 22px;         /* 幅固定（丸の大きさ） */
  height: 22px;
  border-radius: 50%;
  background: #B3BB44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 12px;     /* テキストとの余白 */
}


@media (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr;
  }
}

/* カウンター初期化 */
.service-list {
  counter-reset: item;
}

.pc-service-box {
  background: #f9fdf4;
  border: 2px solid #B3BB44;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width: 600px) {
  .pc-service-box {
    margin: 0 10px;   /* 左右に10px余白 */
  }
}

.pc-service-title { 
	background: #B3BB44; 
	color: #fff; 
	font-weight: bold;
	font-size: 22px;
	text-align: center; 
	padding: 0.6rem 0; 
	border-radius: 6px 6px 0 0; 
	margin: -1.5rem -1.5rem 1rem -1.5rem; }

.pc-service-list {
  list-style: none;       /* デフォルト番号を消す */
  margin: 0;
  padding: 0;
  counter-reset: item;    /* カウンター初期化 */
  display: block;         /* gridをやめて縦並びに */
  text-align: left;     /* ← リスト全体を左寄せ */
}

.pc-service-list li {
  display: flex;          /* 丸数字とテキストを横並び */
  align-items: center;    /* 垂直方向の中央揃え */
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #333;
  text-align: left;     /* ← リスト全体を左寄せ */
}

.pc-service-list li::before {
  content: counter(item) "";
  counter-increment: item;
  flex: 0 0 22px;         
  height: 22px;
  border-radius: 50%;
  background: #B3BB44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 12px;
}

.pc-service-list p {
  padding-bottom: 30px;
}

.access-box {
  display: grid;
  grid-template-columns: 3fr 7fr; /* 左右の比率3:7 */
  gap: 1rem;                      /* カラム間の余白 */
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: left;
}

/* 左側の画像 */
.access-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* スマホでは1列表示 */
@media (max-width: 768px) {
  .access-box {
    grid-template-columns: 1fr; /* 1カラムに変更 */
	 margin: 0 15px;   /* 左右に10px余白 */
  }
  .access-map iframe {
    height: 250px; /* スマホで少し高さ調整 */
  }
}

.access-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 20px; /* ← 角を丸くする */
    overflow: hidden;     /* 角丸の外にはみ出させない */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* ← 影を追加 */
}

.pc-service-table {
  width: 100%;
  max-width: 800px;
  margin: 1.5rem auto;
  border-collapse: collapse;   /* 枠線を重ねる */
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden; /* 角丸を適用するため */
}

.pc-service-table th,
.pc-service-table td {
  border: 1px solid #B3BB44;
  padding: 0.8rem 1rem;
  text-align: left;
}

.pc-service-table thead th {
  background: #B3BB44;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pc-service-table tbody tr:nth-child(even) {
  background: #f9fdf4; /* 偶数行に薄い背景色 */
}


.entry-content h3,
.page .entry-content h3 {
  font-size: 1.4rem;
  border-left: 5px solid #B3BB44;
  padding-left: 0.8rem;
  margin: 1.8rem 0 1rem;
  font-weight: bold;
  color: #333;
}