@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #403D34;
	letter-spacing: calc((0/1000)*1em);
	background-color: #F4F4F4;
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden!important;
}

.g_light01{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.g_regular02{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.g_mid02{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.g_bold02{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.thin{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.elight{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.light{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.g_elight{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.g_light{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.g_regular{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_ebold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.g_black{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

.svg > svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.iframe > iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}
::before,
::after{
	box-sizing: border-box;
}

body,
main,
header,
footer{
	min-width: 1280px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	padding-top: 90px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 55px;
	}
}

.eng{
	word-break: break-word;
}

/*headerここから*/
header{
	width: 100%;
	height: 90px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #ffffff;
	box-shadow: none;
}
@media only screen and (max-width: 767px){
	header{
		height: 55px;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 264px 0 24px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 14px;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 .l_side{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 .l_side{
		width: calc(100% - 55px);
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
header .header01 .l_side h1{
	width: 351px;
	height: auto;
	margin: 0 23px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 .l_side h1{
		width: 100%;
		/*max-width: 268px;*/
		position: relative;
		z-index: 0;
		transition: all 0s;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	header .header01 .l_side h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 .l_side h1 a.logo{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 .l_side h1 a.logo{
		width: 100%;
		max-width: 282px;
		height: auto;
		margin: 0;
		display: block;
	}
}
header .header01 .l_side h1 a.logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 .l_side .limited_btn{
	width: 90px;
	height: 38px;
	background-color: #403D34;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: calc((75/1000)*1em);
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 .l_side h1 > .insta{
		width: 23px;
		height: auto;
		display: block;
		flex-shrink: 0;
	}
	header .header01 .l_side h1 > .insta img{
		width: 100%;
		height: auto;
		display: block;
	}
}	



@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: auto;
		height: 100%;
		aspect-ratio: 1/1;
		margin: 0;
		/*background-color: #254A9D;*/
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
		cursor: pointer;
		position: relative;
		z-index: 10;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar_area{
		width: 25px;
		height: 8px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	header .header01 .slide-menu-btn .line-bar_area::before{
		content: '';
		width: 100%;
		height: 1px;
		background-color: #020A43;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::before{
		background-color: #020A43;
		transform: rotate(calc(180deg + 45deg));
		bottom: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: 1px;
		background-color: #020A43;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::after{
		background-color: #020A43;
		transform: rotate(calc(180deg + 45deg + 90deg));
		top: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area .line-bar{
		width: 100%;
		height: 1px;
		margin: 0;
		background-color: #020A43;
		display: block;
		transition: all 1.0s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area .line-bar{
		background-color: transparent;
		transition: all 1.0s ease;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
header .header01 nav .nav_top{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
	gap: 17px;
}
header .header01 nav .nav_top .tel_info{
	font-size: 12px;
	line-height: 24px;
	color: #403D34;
	letter-spacing: calc((20/1000)*1em);
}
header .header01 nav .nav_top .tel_info a{
	font-size: 19px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
}
header .header01 nav .nav_top .tel_info span{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((90/1000)*1em);
}
header .header01 nav .nav_top a.link01{
	width: auto;
	height: auto;
	display: block;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((90/1000)*1em);
	position: relative;
	padding-left: 13px;
}
header .header01 nav .nav_top a.link01 .icon01{
	width: 9px;
	height: auto;
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	margin: auto;
}
header .header01 nav .nav_top a.insta{
	width: 27px;
	height: auto;
	display: block;
}
header .header01 nav .nav_top a.insta img{
	width: 100%;
	height: auto;
	display: block;
}

/*最右のリンクボックス*/
header .header01 .info{
	width: 120px;
	height: 90px;
	background-color: #A7976C;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
header .header01 .info02{
	width: 120px;
	height: 90px;
	background-color: #403D34;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 120px;
}
/*右側*/
header .header01 nav{
	box-sizing: border-box;
	width: auto;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		padding: 80px 0 30px;
		background-color: #fff;
		display: block;
		position: fixed;
		top: calc(var(--vh, 1vh) * -100);
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}

header .header01 nav .nav_wrap{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		display: block;
		/*overflow-y: scroll;
		overflow-x: hidden;*/
		border-bottom: 1px solid #C4C7CC;
	}
}
header .header01 nav .nav_01 > li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
		width: 100%;
		height: auto;
		min-height: 60px;
		border-top: 1px solid #C4C7CC;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
	header .header01 nav .nav_01 > li:nth-of-type(1){
		border-top: 0;
	}
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		width: auto;
		height: auto;
		padding: 5px 0;
		font-size: 16px;
		line-height: 20px;
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .sp_info{
		width: 100%;
		max-width: 320px;
		height: 50px;
		background-color: #403D34;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: calc((50/1000)*1em);
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 28px auto 0;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .tel_info{
		font-size: 12px;
		line-height: 24px;
		color: #403D34;
		margin-top: 30px;
		letter-spacing: calc((20/1000)*1em);
		text-align: center;
	}
	header .header01 nav .tel_info a{
		font-size: 19px;
		line-height: 24px;
		letter-spacing: calc((50/1000)*1em);
	}
	header .header01 nav .link_btn_sp{
		width: 250px;
		height: auto;
		display: block;
		margin: 34px auto 0;
	}
	header .header01 nav .link_btn_sp img{
		width: 100%;
		height: auto;
		display: block;
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px  0 12px;
}
@media only screen and (max-width: 767px){
	footer{
		padding: 20px  0 7px;
	}
}
footer .f_btn{
	width: 320px;
	height: auto;
	display: block;
	margin: 0 auto 23px;
}
@media only screen and (max-width: 767px){
	footer .f_btn{
		width: 100%;
		max-width: 320px;
	}	
}
footer .f_btn .f_btn_img{
	width: 100%;
	height: auto;
	display: block;
}

footer .footer01{
	width: 630px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
footer .footer01 li{
	width: auto;
	height: auto;
}
footer .footer01 li a{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: calc((40/1000)*1em);
}
footer .to_privacy{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 26px;
	padding: 0 20px;
	border-right: 1px solid #241F1A;
	border-left: 1px solid #241F1A;
}
@media only screen and (max-width: 767px){
	footer .to_privacy{
		margin-top: 0;
	}
}
footer .f_text01{
	font-size: 10px;
	line-height: 25px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 43px;
}
@media only screen and (max-width: 767px){
	footer .f_text01{
		margin-top: 15px;
	}
}


/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/

/*.fix_nav{
	width: 100%;
	height: 55px;
	background-color: #A7976C;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
}*/

.fixed-cta01 {
	width: 152px;
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 35px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.fixed-cta01.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.fixed-cta01 a{
	width: 100%;
	height: auto;
	display: block;
}
.fixed-cta01 a img{
	width: 100%;
	height: auto;
	display: block;
}



.fixed-cta {
	width: 100%;
	height: 55px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-cta.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.fixed-cta a{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: calc((20/1000)*1em);
	color: #907B41;
	background-color: #EFEDE7;
	flex-direction: column
}
.fixed-cta a span{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: calc((80/1000)*1em);
}
.fixed-cta a.to_contact{
	background-color: #A7976C;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
}






/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1180px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.eyecatch_inc.top .swiper.is-disabled .swiper-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.eyecatch_inc.top .eyecatch_inc02 .swiper-wrapper .eyecatch_inc02_01{
	width: 100%;
	height: calc(100vh - 74px);
	height: calc(var(--vh_2, 1vh) * 100 - 74px);
	min-height: 500px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .swiper-wrapper .eyecatch_inc02_01{
		min-height: initial;
	}
}
.eyecatch_inc.top .swiper-button-prev,
.eyecatch_inc.top .swiper-button-next{
	width: 18px;
	height: 33px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	transition: all .5s;
}
.eyecatch_inc.top .swiper-button-prev{
	left: 30px;
	right: auto;
}
.eyecatch_inc.top .swiper-button-next{
	left: auto;
	right: 30px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .swiper-button-prev{
		left: 10px;
	}
	.eyecatch_inc.top .swiper-button-next{
		right: 10px;
	}
}
.eyecatch_inc.top .swiper-button-prev::before,
.eyecatch_inc.top .swiper-button-next::before{
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	opacity: 1;
}
.eyecatch_inc.top .swiper-button-prev::before{
	background-image: url(../img/slick/arrow01.png);
}
.eyecatch_inc.top .swiper-button-next::before{
	background-image: url(../img/slick/arrow02.png);
}
.eyecatch_inc.top .swiper-button-prev > svg,
.eyecatch_inc.top .swiper-button-next > svg{
	display: none;
}
.eyecatch_inc.top .swiper-pagination{
	width: 200px;
	height: auto;
	margin: 20px auto 0;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.eyecatch_inc.top .swiper-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0 !important;
	display: block;
	border-radius: 50%;
	background-color: #abbcca;
	opacity: 1;
}
.eyecatch_inc.top .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+12){
	margin-top: 0 !important;
}
.eyecatch_inc.top .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #19496f;
}
.eyecatch_inc.short{
	width: 100%;
	height: 422px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		height: 205px;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc02{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-color:#104EA3;
}
/*.eyecatch_incここまで*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 90%;
		max-width: 320px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 12px;
		line-height: 22px;
	}
}
/*.pan_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 1180px;
	height: auto;
	margin: calc(-30px / 2) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		width: 100%;
		max-width: 320px;
	}
}
.wp-pagenavi span{
	width: 37px;
	height: 37px;
	font-size: 13px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(30px / 2);
	border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi a{
	width: 37px;
	height: 37px;
	font-size: 13px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(30px / 2);
	border: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi .current{
	width: 37px;
	height: 37px;
	font-size: 13px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(30px / 2);
	border: 1px solid #E9EAEF;
	background-color: #E9EAEF;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 -3px 0 0;
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 -3px;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/


.cta{
	width: 100%;
	height: auto;
	padding: 70px 0 60px;
	background-color: #241F1A;
}
@media only screen and (max-width: 767px){
	.cta{
		width: 100%;
		height: auto;
		padding: 50px 0 50px;
		background-color: #241F1A;
	}
}
.cta .cta_inner{
	width: 1280px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner{
		width: 90%;
		max-width: 320px;
		height: auto;
	}
}
.cta .cta_inner .cta01{
	font-size: 25px;
	line-height: 38px;
	letter-spacing: calc((150/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta01{
		font-size: 20px;
		line-height: 38px;
		letter-spacing: calc((100/1000)*1em);
	}
}
.cta .cta_inner .cta02{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	margin-top: 19px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta02{
		font-size: 13px;
		line-height: 28px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 20px;
	}
}
.cta .cta_inner .btn01{
	width: 380px;
	height: 70px;
	border-radius: 4px;
	background-color: #A7976C;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	line-height: 53px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	margin-top: 24px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .btn01{
		width: 250px;
		height: 50px;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: calc((100/1000)*1em);
		margin-top: 30px;
	}
}
.cta .cta_inner .tel_info{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: calc((20/1000)*1em);
	margin-top: 14px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .tel_info{
		margin-bottom: 0;
		margin-top: 35px;
		text-align: center;
	}
}
.cta .cta_inner .tel_info a{
	font-size: 19px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
}
.cta .cta_inner .tel_info span{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((90/1000)*1em);
}

.cta .cta_inner .cta03{
	font-size: 13px;
	line-height: 30px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	margin-top: 30px;
}
.cta .cta_inner .cta_btn{
	width: 530px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta_btn{
		width: 100%;
		max-width: 250px;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
	}
}
.cta .cta_inner .cta_btn .link_btn02{
	width: 250px;
	height: auto;
	display: block;
	margin-top: 13px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta_btn .link_btn02{
		width: 100%;
		margin-top: 12px;
	}
}
.cta .cta_inner .cta_btn .link_btn02 img{
	width: 100%;
	height: auto;
	display: block;
}

/*includeここまで*/