@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: #ff9900;
}
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: #ff8e24;
}
.block_btn .white:hover{
	background: #ff8e24;
	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: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	position: fixed;
}
.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, 174, 0);
		background: linear-gradient(132deg, rgb(255, 174, 0) 0%, rgb(255, 94, 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: 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) {
	.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.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: #9e6a9e;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	 font-family: "Zen Maru Gothic", sans-serif;
}
@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
----------------------------------------------- */
.bottom-inquiry{
	background: linear-gradient(90deg, #9e5a00 0%, #9e5a00 50%, #ff8e24 50%, #ff8e24 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: #704000;
		max-width: 100%;
	}
	.inquiry-list .mail-items{
		background: #ff8e24;
		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: 1080px;
}
.footer-wrap .footer-nav{
	width: calc(100% - 400px);
	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: 400px;
}
.footer-wrap .footer-bottom p {
    text-align: center;
}
.footer-wrap .footer-bottom img {
	display: block;
    margin: 0 auto;
}
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: 561px; /* 必ず幅を指定する */
	margin: 0 auto;
	margin-bottom: 100px;
}

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

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

.banner h2 {
  display: inline-block;
  font-size: 72px;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
  background-color: #ff6600;
  border-radius: 5px;
  padding: 2px 10px 2px 10px;
  margin-bottom: 10px;
}

.column {
    padding: 20px;
}

/* 左カラム（幅 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%;
	margin-bottom: 20px;
	text-align: center;
}

.introduction p {
	color: #FF6B01;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
    text-transform: uppercase;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

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

.introduction img {
    width: 150px;
	margin-top: 15px;
	text-align: center;
}


.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(20px, 5vw, 24px); /* メインの文字、大きめに */
	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;
	}
  }

  .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;
	}
  }

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

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

  /* テキストの背景に薄い黒を追加 */
  .card .overlay-text {
	position: absolute;
	inset: 0; 
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(66, 123, 180, 0.5); 
	color: white;
	padding: 20px;
	box-sizing: border-box;
  }

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

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


  .main-body {
      margin: 0;
      padding: 0;
      background-color: rgba(255, 212, 162, 0.5); 
      background-size: cover;
      font-family: "Zen Maru Gothic", sans-serif;
    }

    .container_store {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 40px;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap; /* 必須: 折り返し可能に */
    }

    .column {
      flex: 1;
      min-width: 350px; /* 最小幅（必要に応じて調整） */
    }

	/* 画像が親を超えないようにする */
.column img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .container_store {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .column {
    width: 100%;
    min-width: auto;
  }
}

.map {
	padding: 5px 5px 5px 5px;
	width:1100px;
    margin: 0 auto;
}

.concept {
  position: relative;
  background: url(image/businesses-bg-2sp.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 20px 0 20px;
}

.concept::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.85); /* ← 半透明の白 */
  z-index: 1;
}

.concept img {
    width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	z-index: 2;
}

.concept-content {
  position: relative;
  z-index: 2; /* ← 背景より前に出す */
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.concept-content h2 {
  font-size: 28px;
  color: #ff6600;
  font-family: "Zen Maru Gothic", sans-serif;
}

.concept-content h3 {
	font-size: 36px;
	font-weight: bold;
  	color: #000000;
	font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 20px;
	letter-spacing: 0.2em;
}

/* 画面幅が768px以下（スマホ）なら28pxに変更 */
@media screen and (max-width: 768px) {
  .concept-content h3 {
    font-size: 28px;
	font-weight: bold;
  	color: #000000;
	font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 20px;
	letter-spacing: 0.2em;
  }
}

.concept-content img {
	padding: 5px 10px 5px 10px;
	width:600px;
    margin: 0 auto;
}

.concept-content p {
    margin-bottom: 20px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3カラム */
  gap: 20px;
  padding: 16px;

  max-width: 1200px;      /* 最大幅を指定 */
  margin: 0 auto;         /* 中央寄せ */
  box-sizing: border-box; /* パディング含めて幅制御 */

}

.grid-container h2 {
  font-size: 28px;
  color: #ff6600;
  font-family: "Zen Maru Gothic", sans-serif;
}

.grid-container p {
	font-size: 24px;
	font-weight: bold;
  	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 20px;
}

.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);
}

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

.product {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.product h2 {
  font-size: 28px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.product p {
  font-size: 18px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
    max-width: 800px;
    font-family: "Zen Maru Gothic", sans-serif;
	margin: 0 auto;
}

.custom-table td {
  border: 1px solid #ccc;
  padding: 8px;
}

.custom-table .left-column {
  background-color: #f0f0f0; /* グレー背景 */
  font-weight: bold;         /* 任意：左列を強調 */
}

.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: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
}

.png-tate {
	object-fit: fill;
	width: 70% !important;
    margin: 0 auto;
}

@media (max-width: 768px) {
	select {
		outline: none;
	}
}


.rogo-fixed-image {
  max-width: 300px;
  margin-top: 50px;
}