@charset "utf-8";
/* cssのリセット */@import url("reset.css");

html{ font-size: 10px; }
body{
	-webkit-font-smoothing: antialiased;
	color: var(--main-color);
	font-weight: 500;
	background-color: var(--sub3-color);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	overflow-x: hidden;
}
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
.flex{display: block}
/* カラー */
:root {
	--main-color: #343434;
	--sub1-color: #f88600;
	--sub2-color: #ffac4a;
	--sub3-color: #fff;
	--sub4-color: #f4f4f4;
	}

.font-k{
	font-family:'Nerko One', sans-serif;
}
/* オブジェクトタウなどでSVG使用する場合の読み込み用のSVGを非表示にする */
.svg-none{ display: none; }

/* 共通 */
.text-content p + p{ margin-top: 1em; }
p,.txt-size16{
	font-size: 3.75vw;
	font-weight: 400;
}
.txt-size20{ font-size: 4.125vw; }
.txt-size18{ font-size: 4vw; }
.txt-size14{ font-size: 3.5vw; }
.txt-size13{ font-size: 3.375vw; }
.txt-size12{ font-size: 3.25vw; }
@media screen and (min-width: 750px) {
	.txt-size20{ font-size: 1.25rem; }
	.txt-size18{ font-size: 1.125rem; }
	p,.txt-size16{ font-size: 1.6em; }
	.txt-size14{ font-size: 1.4rem; }
	.txt-size13{ font-size: 1.3rem; }
	.txt-size12{ font-size: 1.2rem; }
}
.txt-w400{ font-weight: 400; }
.txt-w500{ font-weight: 500; }
.txt-w600{ font-weight: 600; }
.txt-w700{ font-weight: 700; }


.txt_WNerkoOne{font-family: 'Nerko One', cursive;}


a{
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
}
.txt-link{
	display: inline-block;
	text-decoration: underline;
}
.txt-link:hover{ text-decoration: none; }

/* //////////////////
まる矢印
////////////////// */
/* まる矢印 base */
.txt-green{ color: var(--sub2-color); }
.txt-wh{ color: var(--sub3-color); }
.bg-green{background: var(--sub2-color);}
.bg-sub{background: #e0634d;}
.txt-gray{ color: #bbb; }
.txt-sub{ color: #e0634d; }

/* .circle-icon.bg-green{ background: var(--sub2-color); }
.circle-icon.bg-none{ background: transparent; border: solid 2px var(--sub3-color); }
.circle-icon.bg-none{ background: transparent; border: solid 2px var(--sub3-color); } */
/* .circle-icon{
	box-sizing: border-box;
	position: relative;
	display: block;
	border-radius: 50%;
	width: 12vw;
	height: 12vw;
	background: var(--main-color);
} */
.circle-icon.bg-sub{ background-color: var(--main-color); }
.circle-icon.bg-sub:hover{ background-color: var(--sub1-color); }
.arow-solo,
.circle-icon .arow{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
/* 右向き */
.arow-solo-r,
.circle-icon.circle-icon-r .arow{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/* 下向き */
.arow-solo-b,
.circle-icon.circle-icon-b .arow{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.arow-solo:before,
.arow-solo:after,

.circle-icon .arow:before{
	text-align: center;
	content:url(../img/index/arow_f_t.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/* 矢印のみ色 */
.arow-solo:after{ background: var(--main-color); }
.arow-solo:before{ border-color: var(--main-color); }
.arow-solo_green:after{ background: var(--sub2-color); }
.arow-solo_green:before{ border-color: var(--sub2-color); }
.arow-solo_wh:after{ background: var(--sub3-color); }
.arow-solo_wh:before{ border-color: var(--sub3-color); }
.circle-icon{
	box-sizing: border-box;
	position: relative;
	display: block;
	border-radius: 50%;
	width: 18vw;
	height: 18vw;
	background: var(--main-color);
}

@media screen and (min-width: 750px) {
	
	.circle-icon{
		width: 80px;
		height: 80px;
	}
	.arow-solo,
	.circle-icon .arow{
		width: 10px;
		height: 12px;
	}
	.arow-solo:before,
	.circle-icon .arow:before{
		width: 12px;
		height: 15px;
	}
	.arow-solo:after,
	.circle-icon .arow:after{ width: 2px; }
	.circle-icon.bg-sub.arow-solo:hover{ opacity: 0.5; }

}
@media screen and (min-width: 1024px) {
	.circle-icon .arow,.arow-solo{
		width: 12px;
		height: 12px;
	}
	.circle-icon .arow:after,.arow-solo:after{ width: 2px; }
	.circle-icon{
		width: 100px;
		height: 100px;
	}
	/* {
		width: 12px;
		height: 12px;
	} */
}
/* テキスト付きパターン */
.arow-link{
	display: inline-block; }
.arow-link .arow{
	position: relative;
	height: 60px;
	width: 60px;
    background: var(--sub1-color);
    border-radius: 50%;
}


.arow-link .arrow::before,
.arow-link .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arow-link .arow:before{
	content: url(../img/index/arow_f.png);
	display: block;
	position: absolute;
	left: 50%;
	top: 53%;
	transform: translate(-50%,-50%);
}



/* .arow-link .arow::before{
    left: 4px;
    width: 6px;
    height: 2px;
    background: #7a0;
}
.arow-link .arow::after{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */



.arow-link .arow-link__item.bg-sub .arow:before{
	border-right: solid 3px var(--sub3-color);
	border-bottom: solid 3px var(--sub3-color); }
.arow-link.txt-wh .arow-link__item { border-color: var(--sub3-color); }
.arow-link.txt-wh .arow:before{ border-right-color: var(--sub3-color); border-bottom-color: var(--sub3-color); }
.arow-link__item{
	border-radius: 30px;
	color:var(--sub1-color);
	-moz-transition: .2s;
	-webkit-transition: .2s;
	display: flex;
	font-weight: 400;
	font-family: 'Nerko One', cursive; 
	position: relative;

}


.arow-link__item.arow-link__block .txt{ display: inline-block; margin-left: 0; margin-top: 0.5em; }
.arow-link__item.arow-link__block .circle-icon{ margin: 0 auto; }
.arow-link .txt{
	-moz-transition: .2s;
	-webkit-transition: .2s;
	font-weight: 400;
	font-size: 24px;
	padding: 20px 0 20px 25px;
	line-height: 1;
}

.arow-link .circle-icon{
	-moz-transition: .2s;
	-webkit-transition: .2s;
}
/* テキスト付きパターン改行あり */
.arow-link__item.arow-link__block{
	display: block;
	align-items: center;
}
/* hover 丸矢印のみ */
/* hover textあり base */
/* a.arow-link__item:hover { background-color: #e0634d; } */
a.arow-link__item :hover{ color:var(--sub2-color);}

a.arow-link__item:hover .txt{ color: var(--sub2-color); }




a.arow-link__item:hover .arow:before{ border-right-color: var(--sub3-color); border-bottom-color: var(--sub3-color); }
/* hover textあり green */
a.arow-link__item:hover .txt.txt-green{ color: var(--main-color); }
a.arow-link__item:hover .circle-icon.bg-green{ background: var(--main-color); }

/* hover textあり 透明 */
a.arow-link__item:hover .txt.txt-wh{ color: var(--sub3-color); }
a.arow-link__item:hover .circle-icon.bg-none{ background: transparent; }

a:hover .arow-link__item .circle-icon.bg-green{ background: var(--main-color); }
a:hover .arow-link__item .txt-green{ color: var(--main-color); }

@media screen and (min-width: 750px) {
	.arow-link .txt{ font-size: 1.8rem; }
}
@media screen and (min-width: 1024px) {
	.arow-link .txt{ font-size: 2.4rem; }
}


/* //////////////////
文字周り
//////////////////*/
/* text-alighn */
.taL{ text-align: left; }
.taC{ text-align: center; }
.taR{ text-align:  right; }
@media screen and (min-width: 750px) {
	.taC_pc{ text-align: center; }
}
/* 行間 */
.lHeight_1{ line-height: 1; }
.lHeight_1_5{ line-height: 1.5; }
.lHeight_1_75{ line-height: 1.75; }
.lHeight_2{ line-height: 2; }
/* インデント */
.l_em1{ text-indent: -1em; padding-left: 1em; }
/* 開業不可 */
.noWrap{
	display: inline-block;
	white-space: nowrap;
}
/* 文字色 */
.txtColor-main{ color: var(--main-color); }/* 本文など */
.txtColor-highlight{ color: var(--sub2-color); }/* 目立たせたい部分 */
.txtColor-sub01{ color: #7a7a7a; }/* サブのカラー */



/*背景色*/



/* ロゴ */
.logo img{ max-width: 100%; }
.logo span{display: block;}
.logo strong{ font-size: 2em; font-weight: 700; }
/* //////////////////
H E A D E R
////////////////// */
header{
	top: 0;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
}
.head-inner{
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	background-color: var(--sub3-color);
	top: 0;
}
.head-logo p{ font-size: 2.2vw; }
.head-logo{
	display: block;
	padding: 3vw;
	left: 0;
	top: 0;
	z-index: 2;
	
}
.head-logo h1{
	font-size:6vw;
	font-weight: 900;
}
.head-logo h1 span{
	font-size:0.6125em;
	font-weight: Bold;
}
.flex-menu__item a:hover {
	color: var(--sub2-color);}


.head-logo:hover{ color: var(--sub2-color); }
.head-menu{ display: none; }
/* ハンバーガーオープン時の色変更 */
.hamburger-open .head-logo{ color: var(--sub3-color); }
.hamburger-open .head-logo:hover{ opacity: 0.7; }
@media screen and (min-width: 480px) {}
@media screen and (min-width: 750px) {
	.head-logo{
		padding: 0;
		position: absolute; }
	.head-logo h1{
		font-size:26px;
		font-weight: 900;
	}
	.head-logo h1 span{
		font-size:12px;
		font-weight: Bold;
	}
	.head-inner{
		padding: 0;
		left: 0;
		top: 0;
		justify-content: flex-end;
		display: flex;
		width: 100%;
		box-sizing: border-box;
		padding-right: 120px;
	}
	.head-logo p{ font-size: 1.2rem; }
	.head-logo{
		left: 3vw;
		top: 10px;
	}

	.flex-menu{ display: flex; }
	.flex-menu__item a:hover{ text-decoration: underline; }
	.flex-menu__item:nth-child(n+2){ margin-left: 1.5em; }
	.flex-menu__contact{
		margin-left: 1em;
		padding-left: 1em;
		border-left: solid 1px #b1b1b1;
	}
	.head-menu{
		margin-right: 20px;
	}
	.head-menu .flex-menu__item{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.flex-menu__item:nth-child(n+2){ margin-left: 1.5em; }
	.flex-menu__item{
		position: relative;
		font-size: 1.2rem; }
}
@media screen and (min-width: 1024px) {
	.head-logo{
		left: 30px;
		top: 20px;
	}
	.head-logo p{ font-size: 1.3rem; }
	.head-menu{
		margin-right: 30px;
	}
	.head-menu .flex-menu__item{
		padding-top: 45px;
		padding-bottom: 45px;

	}
	.flex-menu__item{ font-size: 1.5rem; font-weight: 500;}
}
/* .head-menu .flex-menu__item:first-child{
	color:var(--sub1-color);
	text-decoration: underline;;
} */
/* .head-menu .flex-menu__item:first-child:hover{opacity: 0.5;} */

.dropdown__lists {
	display: none;/*デフォルトでは非表示の状態にしておく*/
	position: absolute;
	left: 0;
	top: 90%;
}
.dropdown__list:first-child{
}
.dropdown__list a{
	font-weight: bold;
	display: block;
	position: relative;
	background-color: #eee;
	white-space: nowrap;
	padding: 16px 64px 16px 16px;
}
.dropdown__list a:after{
	content: "→";
	display: flex;
	align-items: center;
	right: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
}
.dropdown__list:nth-child(n+2){
	border-top: solid 2px #fff;
}
.flex-menu__item:hover .dropdown__lists {
	display: block;/*Gナビメニューにホバーしたら表示*/
}

.head-inner .head-buton{
	display: none;
}
.index-arow{
	width: 210px;
	border:solid 2px var(--main-color);
	background-color:#eeeeee;
	border-radius:20px;
	height: 35px;
	bottom: 40px;
	right: 2vw;
	display: flex;
	align-items:center;
}
.index-arow:hover{
	opacity: 0.5;
}
.index-arow .imgbox{ 
	width: auto; 
	height: 35px;
	border-right:solid 2px var(--main-color);
}
.index-arow .textbox {
	padding-left: 15px;
}
.index-arow p {
	font-size: 4.25vw;
	height: 35px;
	box-sizing:border-box;
	position: relative;
	display: flex;
	align-items:center;
	font-weight: bold;
}

.index-arow p span{
display: block;
padding: 0 0 5px 20px;
}
.index-arow .imgbox img{
	padding: 0 10px 0 15px;
}

@media screen and (min-width: 750px) {
	.index-arow p{
		font-size: 16px;
	}
	.head-inner .head-buton{
		display: flex;
		align-items: center;
		margin-right: 30px;
	}
}


/* ハンバーガーボタン */
.hamburger-button{
	width: 18vw;
	height: 18vw;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	border-left:50%;
	position: fixed;
	border-radius: 0 0 0 10px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	z-index: 1;
	/* ハンバーガー背景・テキスト色 */
	right: 0;
	top:0;
	border-bottom: 2px #000 solid;
	border-left: 2px #000 solid;
	background: var(--sub1-color);
	color: var(--sub3-color);
	cursor: pointer; }

.hamburger-button:hover{ background: var(--main-color); }
.hamburger-button p{ line-height: 1; }
.hamburger-text{ font-size: 2.2vw; }
.hamburger-line span{
	display: block;
	width: 100%;
	height: 2px;
	/* ハンバーガー線の色 */
	background: var(--sub3-color);
}
.hamburger-line span:first-child,
.hamburger-line span:nth-child(2),
.hamburger-line span:nth-child(3){
	-moz-transition: .2s;
	-webkit-transition: .2s;
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	/* ハンバーガー線の色 */
	background: var(--sub3-color);
}
.hamburger-line .txt_WNerkoOne{
	content:"MENU";
	position: absolute;
	color:var(--sub3-color);;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
	background:none
}


.hamburger-line span:first-child{ top: 0; }
.hamburger-line span:nth-child(3){ bottom: -2px; }
.hamburger-button .hamburger-text{
	margin-top: 0.7143em;
}
.hamburger-button .hamburger-text span{
	display: inline-block;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
}

/* ハンバーガーボタン */
/* オープン時 */
.hamburger-open .hamburger-button{
	background: var(--sub2-color);
	color: var(--sub3-color);
}
.hamburger-open .hamburger-line span{ background-color: var(--sub2-color); }
.hamburger-open .hamburger-line span:nth-child(3),
.hamburger-open .hamburger-line span:first-child{
	/* ハンバーガー線の色 */
	background: var(--sub3-color);
	top: 0;
	bottom: 0;
	margin: auto;
}
/* ホバー時 */
.hamburger-open .hamburger-button:hover{ color: var(--main-color); }
.hamburger-open .hamburger-button:hover .hamburger-line span:nth-child(3),.hamburger-open .hamburger-button:hover .hamburger-line span:first-child{ background: #e0634d;/* ハンバーガー線の色 */ }
.hamburger-open .hamburger-line span:first-child{
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.hamburger-open .hamburger-line span:nth-child(3){
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.hamburger-text span.on{ display: none; }
.hamburger-open .hamburger-text span.on{ display: block; }
.hamburger-open .hamburger-text span.off{ display: none; }

/* ハンバーガーメニュー */
.hamburger-content{
	padding-bottom: 10vw;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	min-height: 100%;
	position: fixed;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	/* ハンバーガー背景・テキスト色 */
	background: var(--sub3-color);
}
.hamburger-nav{
	margin-bottom: 12vw;
	margin-top: 24vw;
	padding: 0 8vw;
}
.hamburger-list__item span{
	display: block;
	line-height: 1;
}
.hamburger-list__item ul{
	margin-top: 0.75em;
	font-size: 2em;
	padding-left: 0.5em;
	margin-bottom: 1.25em;
}
.hamburger-list__item li+li{
	margin-top: 0.5em;
}
.hamburger-list__item li::first-letter{
	color: #f88600;
}
.hamburger-list__item p{ display: inline-block; font-weight: 400; }
.hamburger-list__item .jp{
	font-size: 6vw;
	font-weight: bold;
}
.hamburger-list__item .en{
	color: var(--sub1-color);
	margin-bottom: 0.25em;
	font-size: 4.25vw;
}
/* ハンバーガーメニュー */
/* オープン時 */
.hamburger-open{
	overflow: hidden;
}
.hamburger-open .hamburger-content{
	visibility: visible; opacity: 1; overflow-x: scroll;  }
.hamburger-foot{
	text-align: center;
	bottom:6vw;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: 20vw;
	margin-bottom: 6vw;
}
.hamburger-foot__nav a{ font-size: 3vw; }
.hamburger-foot .copy{
	font-size: 2.725vw;
	margin-top: 1em;
	font-weight: 500;
}
.hamburger-rowlist li{ margin-top: 2em; }
.hamburger-rowlist li + li{ margin-top: 1.6em; }
.hamburger-list + .hamburger-list{ margin-top: 5.25vw; }
.hamburger-list__item + .hamburger-list__item{ margin-top: 5.25vw; }
.hamburger-rowlist a{
	font-size: 3.25vw;
	display: inline-block;
	padding-left: 1.8em;
	position: relative;
}
.hamburger-list__item a:hover{ opacity: .6; }
.hamburger-rowlist .arow01{
	position: absolute;
	display: block;
	width: 0.4em;
	height: 0.4em;
	left: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hamburger-rowlist .arow01:before{
	content: "";
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-right: solid 2px;
	border-bottom: solid 2px;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.hamburger-line{
	margin: -10px auto 0;
	padding: 1.5vw 0;
	position: relative;
	width: 20px;
}
.hamburger-line .txt_WNerkoOne {
    content: "MENU";
    position: absolute;
    color: var(--sub3-color);;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    background: none;
}



@media screen and (min-width: 480px) {
	.hamburger-line{
		margin: -15px auto 0;
		padding: 1vw 0;
		position: relative;
		width: 20px;
	}
	.hamburger-line .txt_WNerkoOne {
		content: "MENU";
		position: absolute;
		color: var(--sub3-color);;
		font-size: 10px;
		font-weight: 400;
		text-align: center;
		margin-top: 13px;
		background: none;
	}
	
}
@media screen and (min-width: 750px) {
	.hamburger-button{
		right: 0px;
		top: 0px;
		width: 120px;
		height: 120px;
		border-radius: 0 0 0 20px;
		border-bottom: 2px #000 solid;
		border-left: 2px #000 solid;
	}
	.hamburger-line{ width: 30px; padding: 8px 0; }
	.hamburger-text{ font-size: 1.2rem; }
	/* ハンバーガーメニュー */
	.hamburger-list + .hamburger-list{ margin-left: 72px; margin-top: 0; }
	.hamburger-list__item + .hamburger-list__item{ margin-top: 30px; }
	.hamburger-nav{ display: flex; justify-content: center; }
	.hamburger-nav{
		margin-top: 0;
		margin-bottom: 0;
		top: 50%;
		position: relative;
		transform: translateY(-50%);
		/* -webkit- transform: translateY(-50%); */
	}

	.hamburger-foot{
		margin: 0;
		text-align: right;
		position: absolute;
		right: 40px;
		bottom: 40px;
	}
	.hamburger-list__item .en{
		margin-bottom: 0.5em;
		font-size: 1.6rem; }
	.hamburger-list__item .jp{ font-size: 2.4rem; }

	.hamburger-foot__nav a{ font-size: 1.4rem; }
	.hamburger-rowlist a{ font-size: 1.3rem; }
	.hamburger-foot .copy{ font-size: 1.1rem; }
}
@media screen and (min-width: 896px) {
	/* ハンバーガーボタン */
	.hamburger-text{ font-size: 1.2rem; }

	/* ハンバーガーメニュー */
	.hamburger-list__item .jp{ font-size: 2.8rem; }
	.hamburger-list__item .en{ font-size: 1.8rem; }
	.hamburger-foot{
		right: 60px;
		bottom: 60px;
	}
}
@media screen and (min-width: 1024px) {
	/* ハンバーガーボタン */
	.hamburger-text{ font-size: 1.4rem; }

	/* ハンバーガーメニュー */
	.hamburger-foot__nav a{ font-size: 1.6rem; }
	.hamburger-rowlist a{ font-size: 1.6rem; }
	.hamburger-foot .copy{ font-size: 1.2rem; }
}
@media screen and (min-width: 768px) {
	.hamburger-line .txt_WNerkoOne{
		content:"MENU";
		position: absolute;
		color:var(--sub3-color);;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		margin-top: 15px;
		background:none
	}
	
	
	
}
/* //////////////////
F O O T E R
////////////////// */
footer{
	/* margin-top: 18vw; */
	padding: 12vw 6vw 10vw;
	position: relative;
	background-color:#eeeeee;
}
footer .top_link{
	top: 0;
	right: 3vw;
	transform: translateY(-50%);
	/* -webkit- transform: translateY(-50%); */
}

.foot-logo{
	left: 0;
	top: 0;
	z-index: 2;
}
.foot-logo h2{
	margin-bottom: 1.5em;
	font-size: 2.25em; font-weight: 900;}
.foot-logo h2 span{
	margin-top: 0.5em;
	display: block;
	font-size: 0.5em;}

footer .top_link:hover{
	background: var(--main-color);
}
footer .flex-menu{ display: none; }
.flex-menu__contact{
	border-left: solid 1px #b1b1b1;
}
footer .foot-innerbox{position: relative;}

.foot-outline{
	margin-top: 1.4286em;
	margin-bottom: 3.4286em;
	line-height: 2;
	font-size: 3.25vw;
	color: #797a7a;
}
.foot-sns{
	display: flex;
}
.foot-sns a:nth-child(n+2){ margin-left: 2vw; }
.foot-logo p{ font-size: 3.725vw; }
footer .copy{
	/* margin-top: 1.66667em; */
	font-weight: bold;
	font-size: 3.25vw;
}
footer .top_link{ position: absolute; }





footer .flex-menu .flex-menu__item ul{
	display: block;
	padding-left: .5em;
	margin-top: 0.75em;
	font-size: 0.875em;
	color: #797a7a;
}
footer .flex-menu .flex-menu__item ul li+li{
	margin-top: 0.5em;
}

footer .index-arow{
	display: none;
}
@media screen and (min-width: 480px) {}

@media screen and (min-width: 570px){
	footer .index-arow{
		width: 210px;
		border:solid 2px var(--main-color);
		background-color:#eeeeee;
		border-radius:20px;
		height: 35px;
		top: 0;
		right: 0;
		position: absolute;
		display: flex;
		align-items:center;
	}
	footer .index-arow:hover{
		opacity: 0.5;
	}
	footer .index-arow .imgbox{ 
		width: auto; 
		height: 35px;
		border-right:solid 2px var(--main-color);
	}
	footer .index-arow .textbox {
		padding-left: 15px;
		padding-right: 35px;
	}
	footer .index-arow p {
		font-size: 16px;
		height: 35px;
		box-sizing:border-box;
		position: relative;
		display: flex;
		align-items:center;
		font-weight: bold;
	}
	footer .index-arow p span{
	display: block;
	position: absolute;
	right: 0;
	top: 25%;
	line-height: 1;
	}
	footer .index-arow .imgbox img{
		padding: 0 10px 0 15px;
	}






	.foot-outline {
		margin-top: 40px;
		margin-bottom: 80px;
		line-height: 2;
		font-size: 3.25vw;
		color: #797a7a;
	}
}
@media screen and (min-width: 750px) {
	footer{
		margin-top: 0px;
	}
	footer .top_link{ right: 30px; }
	.foot-sns{
		justify-content: flex-end;
	}
	.foot-sns a:nth-child(n+2){ margin-left: 12px; }
	footer .flex-menu{ display: flex; }
	.foot-bottom{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.foot-logo p{ font-size: 1.4rem; }
	.foot-outline{ font-size: 1.2rem; }
	footer .copy{ font-size: 1.1rem; }

	.foot-logo h2{ font-size: 2.8em; font-weight: 900;}
	.foot-logo h2 span{font-size: 0.4286em;}

}
@media screen and (min-width: 896px) {
	footer{
		margin-top: 142px;
	}
	.foot-outline{ font-size: 1.3rem; }

}
@media screen and (min-width: 1024px) {
	footer{
		margin-top: 0px;
		padding: 90px 6vw 80px;
	}
	.foot-logo p{ font-size: 1.6rem; }
	.foot-outline{ font-size: 1.4rem; }
	footer .copy{ font-size: 1.2rem; }
}


/* //////////////////
コンテンツ部分共通
////////////////// */
/* コンテンツ幅など */
.content-wrap{ padding: 0 6vw; }
.content-section{ padding: 16vw 0 18vw; position: relative; }
/* .content-section:first-child{ padding-top: 26vw; } */
.content-section:nth-child(n+2){ z-index: -2; border-top: solid 2px var(--sub3-color); }
.content-section:last-child{ padding-bottom: 0; }
.content-section.brder-none__section{ border-top: none; padding-top: 0; }
.content-inner{
	width: 100%;
	max-width: 1180px; margin: 0 auto; }
@media screen and (min-width: 750px) {
	.content-section{ padding: 120px 0; }
	.content-section:first-child{ padding-top: 135px; }
}
@media screen and (min-width: 1024px) {
	.content-wrap{ padding: 0 4vw; }
	.content-section{ padding: 140px 0; }
}
/* マージン */
.content-item{ margin-bottom: 10vw; }
.content-item0{ margin-bottom: 0; }
.content-item2{ margin-bottom: 14vw; }
.content-item3{ margin-bottom: 7vw; }
.content-item4{ margin-bottom: 18vw; }
.content-item5{ margin-bottom: 16vw; }
@media screen and (min-width: 750px) {
	.content-item{ margin-bottom: 52px; }
	.content-item2{ margin-bottom: 70px; }
	.content-item3{ margin-bottom: 36px; }
	.content-item4{ margin-bottom: 120px; }
	.content-item5{ margin-bottom: 90px; }
}
@media screen and (min-width: 1024px) {
	.content-item{ margin-bottom: 60px; }
	.content-item2{ margin-bottom: 80px; }
	.content-item3{ margin-bottom: 40px; }
	.content-item4{ margin-bottom: 140px; }
	.content-item5{ margin-bottom: 100px; }
}
/* オブジェクトに対するマージン */
.mB_40{ margin-bottom: 7vw; }
.mB_50{ margin-bottom: 9vw; }
.mB_60{ margin-bottom: 10vw; }
.mB_80{ margin-bottom: 14vw; }
@media screen and (min-width: 750px) {
	.mB_40{ margin-bottom: 36px; }
	.mB_50{ margin-bottom: 46px; }
	.mB_60{ margin-bottom: 52px; }
	.mB_80{ margin-bottom: 70px; }
}
@media screen and (min-width: 1024px) {
	.mB_40{ margin-bottom: 40px; }
	.mB_50{ margin-bottom: 50px; }
	.mB_60{ margin-bottom: 60px; }
	.mB_80{ margin-bottom: 80px; }
}


.content-section .content-title01{ margin-bottom: 12vw; }
@media screen and (min-width: 750px) {
	.content-section .content-title01{ margin-bottom: 62px; }
}
@media screen and (min-width: 1024px) {
	.content-section .content-title01{ margin-bottom: 70px; }
}

/* 見出し////////////////// */
/* 見出し01 */
.content-title01{
	font-size: 30px;
	font-weight: 400;
}
.content-title01 .en{
	font-family: 'Nerko One', cursive;
	display: inline-block;
	line-height: 0.9;
	font-size: 1.7778em;
	position: relative;
	padding: 0 0 0;
	z-index: 1;
}
.content-title01 .en::before{
	content:"";
	position: absolute;
	top:-5px;
	left: -0.5em;
	width: 1em;
	height: 1em;
	background-color: var(--sub2-color);
	border-radius: 50%;
	z-index: -1;
}

.content-title01 .en.text-sub{ color: #e0634d; }
.content-title01 .jp{
	display: block;
	font-weight: 900;
    font-size: 0.555555em;
	padding: 1em 0 0;
	line-height: 1;

}
@media screen and (min-width: 750px) {
	.content-title01 .en{
		padding-top: 20px;
	}
	.content-title01{ font-size: 3.2rem; }
	.content-title01 .en::before{
		content:"";
		position: absolute;
		top:-5px;
		left: -30px;
		width: 96px;
		height: 96px;
		background-color: var(--sub2-color);
		border-radius: 50%;
		z-index: -1;
	}
	.content-title01 .jp{
		padding: 30px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.content-title01{ font-size: 3.6rem; }
}
/* 見出し02 */
.content-title02{
	align-items: center;
	font-size: 4.5vw;
	font-weight: 400;
}
.content-title02 span{ display: block; }
.content-title02 .en{
	margin-bottom: 0.5em;
	position: relative;
	padding-top: -4px;
	padding-left: 0px;
    display: flex;
    margin: 20px auto 0px;
	z-index: 3;
}
.content-title02 .jp{
	font-weight: bold;
	font-size: 1.5em;
	z-index: 3;
}
.content-title02 .en:before{
	content: "";
	display: block;
	left: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius:50%;
	z-index: -1;
	background-color:var(--sub2-color);
}



@media screen and (min-width: 750px) {
	.content-title02 .en:before{
		content: "";
		display: block;
		top:-5px;
		left: -15px;
		width: 30px;
		height: 30px;
		position: absolute;
		border-radius:50%;
		z-index: -1;
		background-color:var(--sub2-color);
	}
	
	.content-title02{ font-size: 1.4rem; }
	.content-title02 .jp{
		font-weight: bold;
		font-size: 1.875em;
	}
	
	
}
@media screen and (min-width: 1024px) {
	.content-title02{ font-size: 1.6rem; }
}
/* 見出し03 */
.content-title03{
	font-size: 7vw;
	font-weight: 900; }
.content-title03 .border-b{ position: relative; }
/* .content-title03 .border-b:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--main-color);
	bottom: 0;
	position: absolute; } */
@media screen and (min-width: 768px) {
	.content-title03{ font-size: 3.8rem; }
	.content-title02 .en{
		margin-bottom: 0.5em;
		position: relative;
		padding-left: 0em;
		display: flex;
		/* width: auto; */
		margin: 0px auto;
	}
	
}
@media screen and (min-width: 1024px) {
	.content-title03{ font-size: 4.2rem; }
}
/* 見出し04 */
.content-title04{
	font-size: 3.275vw;
	padding-top: 1.7778em;
	position: relative;
}
/* .content-title04:before{
	content: "";
	display: block;
	top: 0;
	position: absolute;
	background: var(--main-color);
	width: 2.2223em;
	height: 1px;
} */
.content-title04.content-title04__GrayB:before{ background: #bbb; }
.content-title04.content-title04__nonB{ padding-top: 0; }
.content-title04.content-title04__nonB:before{ display: none; }
.content-title04 .title-min{ font-weight: 700; }
.content-title04 .title-normal{ font-size: 1.7778em; }
@media screen and (min-width: 750px) {
	.content-title04{ font-size: 1.6rem; }
}
@media screen and (min-width: 1024px) {
	.content-title04{ font-size: 1.8rem; }
}
/* 見出し05 */
.content-title05{ font-size: 7vw; font-weight: bold; }
.content-title05 span{ display: block; text-align:left;}
.content-title05 .en{
	margin-bottom: 0.5em;
	font-size: 0.5em; }


	
@media screen and (min-width: 750px) {
	.content-title05{ font-size: 3rem; }
}
@media screen and (min-width: 1024px) {
	.content-title05{ font-size: 3.6rem; }
}
/* 見出し06 */
.content-title06{ font-size: 3.725vw; font-weight: 400; margin: 0.8em 0 0.5em; }
@media screen and (min-width: 750px) {
	.content-title06{ font-size: 1.725rem; }
}
@media screen and (min-width: 1024px) {
	.content-title06{ font-size: 2rem; }
}


/* 画像リンク周り */
.kadomaru-img{
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.kadomaru-img10{ border-radius: 10px; }
.kadomaru-img img{ width: 100%;
    display: flex;}
/* 画像自体がリンクになるもの（テキストとか矢印載せたり） */
.link-img{ position: relative; }
.link-img .link-img__over{
	/* 基本中央に */
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}
/* hover時暗転 */
.link-img__black:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}
/* 常に表示する場合はこれを指定しない */
.link-img__over_off{
	-moz-transition: .2s;
	-webkit-transition: .2s;
	opacity: 0;
}
a:hover .link-img__black:before,
a:hover .link-img__over_off{ opacity: 1; }


/* 画像センタリング */
.flex-img__center{ position: relative; }
.flex-img__center img{
		width: 100%;
}
@media screen and (min-width: 750px) {
	.flex-img__center img{
			top: 50%;
			left: 50%;
			width: 100%;
			height: 100%;
			object-fit: cover;
			position: absolute;
			transform: translateY(-50%) translateX(-50%);
			/* -webkit- transform: translateY(-50%) translateX(-50%); */
	}
}

/* リスト////////////////// */
/* flex-list01 */
.flex-list01{
	flex-wrap: wrap;
	display: flex;
}
.flex-list01 .flex-list__item{ width: 100%; }
.flex-list01 .flex-list__item:nth-child(n+2){ margin-top: 10vw; }

@media screen and (min-width: 768px) {
	.flex-list01 .flex-list__item{ width: 100%; }
	.flex-list01 .flex-list__item{ width: calc((100% - 30px) / 2); margin-right: 30px; }
	.flex-list01 .flex-list__item:nth-child(n+4){ margin-top: 30px; }
	.flex-list01 .flex-list__item:nth-child(3n){ margin-top: 0; margin-right: 0; }
	.flex-list01 .flex-list__item:nth-child(n+2){ margin-top: 0; margin-right: 0;}
}
@media screen and (min-width: 1024px) {
	.flex-list01 .flex-list__item{display: flex; width: calc((100% - 120px) / 2); margin-right: 60px; }
	.flex-list01 .flex-list__item:nth-child(2){margin-right: 0px; }
	.flex-list01 .flex-list__item:nth-child(n+4){ margin-top: 40px; }
}


/* 普通のリスト */
.simple-list{
	margin-top: 1.5em;
	padding-left: 1em; }

.simple-list__item{ padding-left: 1.2em; position: relative; }
.simple-list__item:before{
	left: 0;
	position: absolute;
	display: block;
}
.simple-list__item .simple-list{
	margin: 1.2em 0 1.5em;
}
.simple-list__item:nth-child(n + 2){ margin-top: 0.1em; }

/* ドット */
.dots-list__item:before{
	content: "・";
}

/* 数字 */
.nom-list{ counter-reset: item; }
.nom-list__item:before{
	 counter-increment: item;
	content: counter(item)'.';
}


/* お知らせ */
.news-list li + li{ border-top: solid 1px #eeeeee; }
.news-list__item{ font-size: 3vw; }
.news-list__item span{ white-space: nowrap; }
.news-list__item a{
	overflow: hidden;
	position: relative;
	padding: 1.8em 0;
	display: block;
}
.news-cate{
	font-weight: bold;
	min-width: 4em;
	margin-right: 1.25em;
}
.news-list__item h3{ padding-right: 3em; margin-top: 1em; line-height: 1.2;}
.news-data{ margin-right: 2.375em; }
.news-list__item .arow-solo{
	right: 1em;
	position: absolute;
	margin: auto 0;
	left: auto;
}
@media screen and (min-width: 750px) {
	.news-list__item h3{ padding-right: 6em; margin-top: 0;}
	.news-list__item .arow-solo{
		right: 3px;
	}
	.news-list__item{ font-size: 1.4rem; }
	.news-list__item a{ display: flex; align-items: center; }
}
@media screen and (min-width: 1024px) {
	.news-list__item{ font-size: 1.6rem; }
}
/* 矢印付ボタン */

.content-button{
	display: inline-block;
	border-radius: 5em;
	width: 100%;
	background:#eeeeee;
	padding: 1em 6em;
	max-width: 460px;
	position: relative;
	font-size: 3.25vw;
	color:var(--main-color);
	border:2px solid var(--main-color);
	font-weight: bold;
}
.content-button .arow-solo{
	right: 2em;
	left: auto;
}
.content-button:hover{ background: var(--sub2-color); }
.content-button.bg-green{ background: var(--sub2-color); }
.content-button.bg-green:hover{ background: var(--main-color); }
@media screen and (min-width: 750px) {
	.content-button{ font-size: 1.6rem; }
}
@media screen and (min-width: 1024px) {
	.content-button{ font-size: 1.8rem; }
}



/* flex-box */
.flex-box__50{/* 常に2分割 */
	display: flex;
	flex-wrap: wrap;
}
.flex-box__50.even-flex{ flex-direction: row-reverse; }
.flex-box__50 .flex-box__item{ width: calc(50% - 20px); }
.flex-box__50 .flex-box__item:last-child{ margin-right: 0; }
.flex-box__50-750{/* 750まで分割 */
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.flex-box__50-750 .flex-box__item{ width: 100%; }
@media screen and (min-width: 750px) {
	.flex-box__50-750 .flex-box__item{ width: calc(50% - 20px); }
	.flex-box__50-750 .flex-box__item:last-child{ margin-right: 0; }
	.flex-box__50 .flex-box__item.flex-item__pd30,
	.flex-box__50-750 .flex-box__item.flex-item__pd30{ padding: 24px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd40,
	.flex-box__50-750 .flex-box__item.flex-item__pd40{ padding: 32px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd50,
	.flex-box__50-750 .flex-box__item.flex-item__pd50{ padding: 44px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd60,
	.flex-box__50-750 .flex-box__item.flex-item__pd60{ padding: 52px 0; }
	/* 反転 */
	.flex-box__50-750.even-flex{ flex-direction: row-reverse; }
	.flex-box__50-750.even-flex .flex-box__item{ margin-right: 0; }
	.flex-box__50-750.even-flex .flex-box__item:last-child{ }
}
@media screen and (min-width: 896px) {
	.flex-box__50-896.even-flex{ flex-direction: row-reverse; }
	.flex-box__50-896{/* 896まで分割 */
		display: flex;
		flex-wrap: wrap;
	}
	.flex-box__50-896 .flex-box__item{ width: 47.5%; margin-right: 5%; }
	.flex-box__50-896 .flex-box__item:last-child{ margin-right: 0; }
	.flex-box__50-896 .flex-box__item.flex-item__pd30{ padding: 24px 0; }
	.flex-box__50-896 .flex-box__item.flex-item__pd40{ padding: 32px 0; }
	.flex-box__50-896 .flex-box__item.flex-item__pd50{ padding: 44px 0; }
	.flex-box__50-896 .flex-box__item.flex-item__pd60{ padding: 52px 0; }
}
@media screen and (min-width: 1024px) {
	.flex-box__50 .flex-box__item.flex-item__pd30,
	.flex-box__50-750 .flex-box__item.flex-item__pd30,
	.flex-box__50-896 .flex-box__item.flex-item__pd30{ padding: 30px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd40,
	.flex-box__50-750 .flex-box__item.flex-item__pd40,
	.flex-box__50-896 .flex-box__item.flex-item__pd40{ padding: 40px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd50,
	.flex-box__50-750 .flex-box__item.flex-item__pd50,
	.flex-box__50-896 .flex-box__item.flex-item__pd50{ padding: 50px 0; }
	.flex-box__50 .flex-box__item.flex-item__pd60,
	.flex-box__50-750 .flex-box__item.flex-item__pd60,
	.flex-box__50-896 .flex-box__item.flex-item__pd60{ padding: 60px 0; }
}
.flex-box__33{/* 常に2分割 */
	display: flex;
	flex-wrap: wrap;
}
.flex-box__33.even-flex{ flex-direction: row-reverse; }
.flex-box__33 .flex-box__item{ width: 31%; margin-right: 3.5%; }
.flex-box__33 .flex-box__item:nth-child(3n){ margin-right: 0; }

.flex-box__33-750 .flex-box__item:nth-child(n + 2),
.flex-box__33-896 .flex-box__item:nth-child(n + 2){ margin-top: 6vw; }
@media screen and (min-width: 750px) {
	.flex-box__33-750{/* 750まで分割 */
		display: flex;
		flex-wrap: wrap;
	}
	.flex-box__33-750 .flex-box__item{ width: 31%; margin-right: 3.5%; }
	.flex-box__33-750 .flex-box__item:nth-child(3n){ margin-right: 0; }

	.flex-box__33-750 .flex-box__item:nth-child(n + 2){ margin-top: 0; }
}
@media screen and (min-width: 896px) {
	.flex-box__33-896{/* 896まで分割 */
		display: flex;
		flex-wrap: wrap;
	}
	.flex-box__33-896 .flex-box__item{ width: 31%; margin-right: 3.5%; }
	.flex-box__33-896 .flex-box__item:nth-child(3n){ margin-right: 0; }
	.flex-box__33-896 .flex-box__item:nth-child(n + 2){ margin-top: 0; }
}

/* テーブル */
.caontent-table01{ width: 100%; }
.caontent-table01 tr:nth-child(n+2) th,
.caontent-table01 tr:nth-child(n+2) td{
	border-top: solid 1px #c1c1c1;
}
.caontent-table01 tbody{ max-width: 100%; }
.caontent-table01 th,
.caontent-table01 td{
	box-sizing: border-box; padding: 20px 0 25px; }
.caontent-table01 td{
	white-space: wrap;
}
.caontent-table01 th{
	white-space: nowrap;
	padding-right: 1.5em; }




/* //////////////////
お問い合わせ
////////////////// */

.index-contact-section{

	
	padding-top: 0; margin: 20px auto;}
.index-contact-section .content-wrap{
	padding: 0 6vw;
}
.content-inner{
	width: 100%;
	max-width: 1180px; margin: 0 auto; }
.contact-bana{
	position: relative;
	background-color: #eeeeee;
	padding: 50px; }
.contact-bana::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/dot.png); }
.contact-bana .read { margin: 1.5em auto 0.5em;}
.contact-bana .link-img__over:before,
.contact-bana .link-img__over:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.contact-bana .img__over__inner{
	position: relative;
	z-index: 2;
	justify-content: center;
	align-items: flex-start;
}
.contact-bana {
	overflow: hidden;
	border-radius: 40px;
	padding: 8vw 4vw;
	display: block;
	border: solid 2px var(--main-color);
}
.contact-bana .leftbox{align-items:center; }
.contact-bana .leftbox .content-title02 .en{
	margin-top: 0;
}
.contact-bana .leftbox img{
	margin-right: 6vw;
	width: 18vw;
}
.contact-bana .read{ max-width: 768px; }
.contact-bana:hover figure img{ width: 103%; height: 103%; }
.contact-bana .link-img__over:after{ background: url(../img/index/contact-cots.png); }
.contact-bana .flex{ display: block;}


.contact-bana .rightbox{text-align: center;}

.contact-bana .tel span{
	font-size: 0.75em;
}
.contact-bana .tel a{font-size: 1.75em;}
.contact-bana .arow-link{
	display: inline-block;
	margin-top: 30px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
}
.contact-bana .content-title02 .en:before{
	content: "";
	display: block;
	left: -15px;
	top:-4px;
	width: 25px;
	height: 25px;
	position: absolute;
	border-radius:50%;
	z-index: -1;
	
	background-color:var(--sub2-color);
}
.contact-bana .leftbox{
	text-align: center;
	display: flex;
	justify-content: center;
}
.content-section.content-wrap {
	padding: 0 2vw!important;
}
.contact-bana .tel {
	color: var(--sub1-color);
	font-size: 2em;
	line-height: 1;
}
.contact-bana .read{ margin: 1em auto 0.5em ; text-align: left;}
.contact-bana .arow-link__item:hover{background-color:var(--sub1-color); color:var(--sub3-color);;}
.contact-bana .arow-link__item .textbox:hover{ color:var(--sub3-color);}
.contact-bana .arow-link__item .imgbox{
	display: flex;
	align-items: center;
	width: 8vw;
	padding-left: 3vw;
}
.contact-bana .arow-link__item .imgbox img{
	width: 100%;
}
.contact-bana .arow-link__item .textbox{
	padding-left: 10px;
	padding-right: 15px;
	font-size: 14px;

}

.contact-bana .arow-link__item {
	border-radius: 30px;
	color:var(--sub3-color);;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	width: 280;
	align-items:center;
	display: flex;
	justify-content: center;
	margin: 20px auto;
	background-color:var(--main-color);
}




@media screen and (min-width: 786px) {
	.contact-bana{
		padding: 50px; }
	.contact-bana .arow-link__item {
		border-radius: 30px;
		color:var(--sub3-color);;
		font-size: 18px;
		font-weight: bold;
		height: 60px;
		width: 380px;
		align-items:center;
		display: flex;
		justify-content: left;
		margin:20px 0 0 ;
	
		background-color:var(--main-color);
	}
	.contact-bana .arow-link__item .textbox{
		padding-left: 20px;
		padding-right: 15px;
		font-size: 18px;
		font-weight: bold;
	}

	.contact-bana .arow-link__item .imgbox{
		width: 50px;
		padding-left: 25px;
		display: flex;
		align-items: center;
	}
	.contact-bana .tel{
		align-items: center;
		display: flex;
		gap: 0.5em;
		flex-wrap: wrap;
	}
	.contact-bana .tel span{
		width: 3em;
		display: block;
		margin-top: 0.5em;
		font-size: 1em;
	}
	.contact-bana .tel a{font-size: 2.072em;}
	
}


@media screen and (min-width: 920px) {
	.contact-bana .leftbox{
		text-align: left;
		padding-right: 50px;
		padding-bottom: 50px;
		display: flex;
	}
	.contact-bana .leftbox img{
		width: auto;
		margin-right: 25px;}
	.contact-bana .rightbox{border-left:solid 2px var(--main-color);}
	.contact-bana .flex{ display: flex}
	.contact-bana .rightbox {
		text-align: left;
		padding-left: 50px;
		padding-bottom: 15px;
	}
	.contact-bana .read{ margin: 1em auto 0.5em ; }
}

@media screen and (min-width: 750px) {

	.contact-bana .content-title02 .en{ 
		font-family: 'Nerko One', cursive;
		font-size: 1.42858em;
		padding-left: 0;
		width: auto;
		z-index: 0;
	}
	.contact-bana .content-title02 .jp{position: relative;}
	.contact-bana .content-title02 .en:before {
		content: "";
		display: block;
		left: -15px;
		top:-5px;
		width: 30px;
		height: 30px;
		position: absolute;
		border-radius: 50%;
		z-index: -1;
		background-color: var(--sub2-color);
	}
	.contact-bana .read{ margin: 0 auto 10px; }
	.contact-bana{
		overflow: hidden;
		border-radius:40px;
		padding: 50px 4vw 40px;
		display: block;
	}
	.contact-bana .tel{
		color: var(--sub1-color);
		font-size: 2.8em;
		line-height: 1;
	}

	.contact-bana .link-img__over{
		padding: auto;
		position: absolute;
		height: 100%;
	}
	.contact-bana figure{position: relative;}
}

