@charset "utf-8";
/*
Theme Name: 
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #aaa;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #002E45;
	--color02: #002E45;
	--color03: #f6f6f6;
	--color04: #3b2c1b;
	--color05: #333333;
	--color06: #707070;
	--color07: #7a6e62;
	--color08: #;
	--color09: #;
	--color10: #;
	--color11: #;
	--color12: #;
	--color13: #;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw); 
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*リンク用クラス 色が代わり下線が付く*/
.txt_link {
	color: #aaa;
	text-decoration: underline;
}

/*フォントスタイル*/
.ten {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
}
.mgo_l {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.mgo_b {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}

.no_bg {
	background: none!important;
}
.no_pd {
	padding: 0!important;
}

/*サイト全体の基本設定CSS（フォントサイズ、太さ、行間、色、文字間、フォントスタイル）*/
html, body {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	color: #3b2c1b;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*フォントの太さ*/
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}

/*その他基本CSS*/
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}

/*インナー幅*/
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}

/*横幅100%*/
.w100 {
	width: 100%!important;
}

table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
/*サイズに合わせて非表示にしてくれるCSS*/
/*タブレットサイズの時だけ表示*/
.tb_only {
	display: none;
}
/*スマホサイズの時だけ表示*/
.sp_only {
	display: none;
}
/*タブレット～PCの時だけ表示*/
.tb_pc {
	display: inherit;
}
/*SPからタブレットの時だけ表示*/
.sp_tb {
	display: none;
}

/*横並び*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

/*角丸*/
.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

/*テキストなど内側要素の横揃え*/
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/*ボックスなど外側要素の横揃え*/
.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }

/*外側下部の余白*/
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

/*外側上部の余白*/
.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

/*外側右部の余白（あまり使わない）*/
.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

/*外側左部の余白（あまり使わない）*/
.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

/*要素の種類*/
.db { display: block; }
.dib { display: inline-block; }

/*ポジション*/
.por { position: relative; z-index: 1; }
.poa { position: absolute; }

/*重なり順*/
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

/*上部半分飛び出し固定*/
.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*行間*/
.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

/*内側要素の上部余白*/
.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

/*内側要素の下部余白*/
.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

/*内側要素の右部余白*/
.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

/*内側要素の左部余白*/
.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

/*内側要素の左右部余白*/
.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

/*フォントサイズ*/
.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

/*文字間*/
.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }
.ls3 { letter-spacing: .3em; }

/*テキスト白、背景白、白のシャドウ（ほわほわ）*/
.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.shadow_b {
    text-shadow: 0px 0px 10px #000, 0px 0px 15px #000;
}
.shadow_g {
    text-shadow: 0px 0px 5px #aaa, 0px 0px 5px #aaa, 0px 0px 10px #aaa, 0px 0px 10px #aaa, 0px 0px 15px #aaa, 0px 0px 15px #aaa;
}

em { font-style: normal; }

/*テキストカラー*/
.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

/*背景カラー*/
.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

/*ボーダーカラー*/
.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

/*白下線*/
.bbw {
	border-bottom: 1px solid #fff;
}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){ 
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
}


@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
	.copy_common01 {
		letter-spacing: 0;
		font-size: calc(38 / var(--break) * 100vw);
	}
	.copy_common02 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
}


/* ヘッダー＆メインイメージ01・header01 main_img01
------------------------------------------------------------------*/
.header01 h1 {
	max-width: calc(400 / var(--break) * 100vw);
}
.header01 .tel_main {
	font-size: 112.5%;
}
.main_img01 {
	min-height: calc(700 / var(--break) * 100vw);
	height: calc(100vh - calc(120 / var(--break) * 100vw));
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main_img01 .txt_main {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_img01 .logo {
	max-width: calc(400 / var(--break) * 100vw);
}
.main_img.tab .slide_main li {
	height: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img01 {
		height: auto;
	}
	.main_img01 .logo {
		max-width: calc(300 / var(--break)* 100vw);
	}
}
@media(max-width: 767px) {
	.header01 {
		padding: 3.5vw 0;
	}
	.header01 h1 {
		/* width: calc(500 / 750 * 100vw); */
		max-width: calc(400 / 750* 100vw);
		width: calc(400 / 750 * 100vw);
	}
	.main_img01 {
		min-height: auto;
		height: calc(100svh - calc(62 / var(--break) * 100vw));
		background-image: url("images/index/main01_sp.jpg");
	}
	.tel_head {
		width: calc(80 / 750 * 100vw);
		position: fixed;
		right: 3.2vw;
		top: 3vw;
		z-index: 10000;
	}
	.main_img01 h2 {
		font-size: 160%;
		line-height: 1.2;
		letter-spacing: .1em;
	}
	.main_img01 h2 em {
		font-size: calc(82 / var(--break) * 100vw);
	}
	.main_img01 .logo {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2vw;
	}
}

/* ヘッダー＆メインイメージ02・header02 main_img02
------------------------------------------------------------------*/
.header02 h1{
	top: calc(40 / var(--break) * 100vw);
	left: calc(40 / var(--break) * 100vw);
	max-width:calc(400 / var(--break) * 100vw);
	z-index: 10;
}
.main_img02 {
	min-height: calc(600 / var(--break) * 100vw);
	height: calc(100vh - calc(240 / var(--break) * 100vw));
	background:url(images/index/main01.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.main_img02 .bg_main {
	height: calc(330 / var(--break) * 100vw);
	background:url(images/index/tri_news.svg)no-repeat center bottom / 100% auto,url(images/index/cover_main.svg)no-repeat center top / cover;
}
.main_img02 .ballon{
	width: calc(175 / var(--break) * 100vw);
	height: calc(175 / var(--break) * 100vw);
	margin: auto;
	text-align: center;
	color: #fff;
	transform: rotate(-10deg);
	border-radius: 100%;
	position: absolute;
	top: calc(-180 / var(--break) * 100vw);
	left: 16%;
}
.main_img02 .ballon::before{
	content: "";
	display: block;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 0; bottom: 0;
	right: 0; left: 0;
}
@media(min-width: 768px) and (max-width: 1299px) {
	.main_img02{
		height: auto;
	}
	.main_img02 .ballon {
		left: 11%;
	}
}
@media(max-width: 767px) {
	.header02::before{
		background: url(images/index/tri_news_sp.svg)no-repeat center bottom / cover;
		height: calc(150 / 750 * 100vw);
	}
	.header02{
		padding: 3.5vw 3.2vw;
		background: #fff;
	}
	.header02 h1{
		margin: 0 auto 0 0;
		max-width: calc(400 / 750*100vw);
		/*↓.logo_mainがない場合は下記必要*/
		position: relative;
		top: auto;
		left: auto;
	}
	.main_img02{
		min-height: auto;
		height: calc(100svh - calc(530 / var(--break) * 100vw));
		background-image: url("images/index/main01_sp.jpg");
	}
	.main_img02 .bg_main {
		height: calc(600 / var(--break) * 100vw);
		background:url(images/index/tri_news_sp.svg)no-repeat center bottom / 100% auto;
	}
	.main_img02 .txt_main .h_01{
		font-size: 180%;
	}
	.main_img02 .txt_main .h_02{
		font-size: 225%;
	}
	.main_img02 .ballon{
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		margin: auto;
		padding-top: 2vw;
		top: -30vw;
		left: 5vw;
		right: auto;
	}
	.main_img02 .ballon span{
		display: block;
		font-size: 100%;
	}
	.main_img02 .ballon .more{
		font-size: 115%;
	}
	.main_img02 .ballon::before{
		width: calc(100% - calc(10 / var(--break) * 100vw));
		height: calc(100% - calc(10 / var(--break) * 100vw));
	}
}

/* 	header03
------------------------------------------------------------------*/
.header03 {
	padding: calc(30 / var(--break) * 100vw) 2%;
}
.header03 h1 {
	width: 35%;
	max-width: calc(400 / var(--break) * 100vw);
}
.header03 .wrap_head {
	width: 60%;
	max-width: calc(520 / var(--break) * 100vw);
	-ms-align-items: center;
	align-items: center;
}
.header03 .web_head {
	max-width: calc(240 / var(--break) * 100vw);
	width: 100%;
}
.header03 .web_head .icn {
	width: calc(35 / var(--break) * 100vw);
}
.main_img03 {
	min-height: calc(600 / var(--break) * 100vw);
	height: calc(100vh - calc(256 / var(--break) * 100vw));
	background: url(images/index/main01.jpg) no-repeat center / cover;
	position: relative;
}
.main_img03 .txt_main01 {
	font-weight: 500;
}
.main_img03 .txt_main02 {
	width: 35%;
	max-width: calc(595 / var(--break) * 100vw);
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.main_img03 .h_01{
	letter-spacing: .075em;
	font-size: 280%;
}
.main_img03 .h_02{
	line-height: 1;
	letter-spacing: .05em;
	font-size: 300%;
}
.main_img03 .ballon{
	width:calc(175 / var(--break) * 100vw);
	height:calc(175 / var(--break) * 100vw);
}
.main_img03 .ballon::before{
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 0; bottom: 0;
	right: 0; left: 0;
}
.main_img03 .txt_main01 .txt {
	font-size: 150%;
}

@media(max-width: 767px) {
	.header03 {padding: 3vw 3.2vw 4vw;}
	.header03 h1 {width: 50%;}
	.header03 .wrap_head {width: calc(80 / 750 * 100vw);}
	.header03 .web_head {display: none;}
	.header03  .tel_head {
		position: fixed;
		right: 3.2vw;
		top: 3vw;
		z-index: 10000;
		width: calc(80 / 750 * 100vw);
		line-height: 1;
	}
	.main_img03 {
		padding: 27.5vw 0 0;
		padding-bottom: 0;
		min-height: auto;
		height:auto;
		background: url(images/index/main01_sp.jpg) no-repeat center / cover;
		position: relative;
	}
	.main_img03 h2 {margin-bottom: 2vw;}
	.main_img03 .tel_main {
		margin-bottom: 5vw;
	}
	.main_img03 .tel_main a {
		font-size: 140%;
	}
	.main_img03 .tel_main span {font-size: 80%;}
	.main_img03 .txt_main02 {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		position: relative;
		padding: 4vw 3.2vw 5vw;
		writing-mode: inherit;
		font-size: 120%;
	}
	.main_img03 .h_01{font-size: 175%;}
	.main_img03 .h_02{font-size: 200%;}
	.main_img03 .ballon{
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		padding-top: 1vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.main_img03 .ballon::before{
		width: calc(100% - calc(12 / var(--break) * 100vw));
		height: calc(100% - calc(12 / var(--break) * 100vw));
	}
	.main_img03 .txt_main01 .txt {
		font-size: 125%;
	}
}
/* ヘッダー header
------------------------------------------------------------------*/
.logo_head {
	left: 3%;
	top: calc(40 / var(--break) * 100vw);
	max-width: calc(400 / var(--break) * 100vw);
}
.line_head {
	width: calc(100 / var(--break) * 100vw);
	right: calc(180 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
}
.insta_head {
	width: calc(100 / var(--break) * 100vw);
	right: calc(60 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
}
.main_img04 {
	min-height: calc(800 / var(--break) * 100vw);
	height: 100vh;
	background: url(images/index/main01.jpg)no-repeat center / cover;
}

.main_catch04  {
	background: url(images/index/bg_catch.jpg)no-repeat center / cover;
}

 @media(min-width: 961px) and (max-width:1280px) {
 	.main_img04 {
 		padding: calc(300 / 1600 * 100vw) 0 ;
 	}
 }
@media(min-width: 768px) and (max-width:960px) {
	.main_img04 {
		padding: calc(250 / 1000 * 100vw) 0 ;
	}
}
@media(max-width: 767px) {
	.logo_head {
		top: 3vw;
	}
	.line_head {
		width: calc(100 / 750 * 100vw);
		top: 5vw;
		right: 18%;
	}
	.insta_head {
		right: 2vw;
		width: calc(100 / 750 * 100vw);
		top: 5vw;
	}
	.main_catch04  {
		padding: 8vw 0 10vw;
	}
	.main_catch04 h3 {
		text-align: left;
	}
	.main_img04 h1 {
		max-width: calc(400 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.main_img04 {
		min-height: auto;
		height: 100svh;
		background-image: url("images/index/main01_sp.jpg");
	}
	.main_img04 .txt_main span {
		line-height: 1;
	}
	.main_img04 .txt_main {
		font-size: calc(48 / var(--break) * 100vw);
		margin-top: 5vw;
		line-height: 1.2;
		letter-spacing: .1em;
	}
	.main_img04 .txt_main em {
		letter-spacing: .1em;
		font-size: calc(80 / var(--break) * 100vw);
	}
	.main_img04 .tel_main {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.main_img04 .tel_main em{
		letter-spacing: 0;
		font-size: calc(66 / var(--break) * 100vw);
	}
}

/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}
.main03 {
	background: url(images/index/main03.jpg)no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_sp.jpg)no-repeat center / cover;
	}
	.main03 {
		background: url(images/index/main03_sp.jpg)no-repeat center / cover;
	}
}



/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}

/* 新着情報 index_news
------------------------------------------------------------------*/
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: #fff !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 1;
}
.ps-container{touch-action: auto !important;}

/* news01
------------------------------------------------------------------*/

.index_news .news01 .list_news {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	max-height: 170px;
	height: auto;
}
.index_news .news01 .list_news li {
	padding: calc(10 / var(--break) * 100vw) 0 calc(17 / var(--break) * 100vw);
}
.index_news .news01 .list_news dt {
	width: calc(128 / var(--break) * 100vw);
	letter-spacing: .15em;
	position: relative;
}
.index_news .news01 .list_news dt:after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(15 / var(--break) * 100vw);
	background: #333;
	right: 0;
	top: calc(7 / var(--break) * 100vw);
	margin: auto;
}
.index_news .news01 .list_news dd {
	width: calc(100% - calc(128 / var(--break) * 100vw));
	padding-left:calc(25 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:960px) {
}
@media(max-width: 767px) {
	.index_news .news01 .index_news {
		padding: 10vw 0 8vw;
	}
	.index_news .news01 .index_news .inner {
		display: block;
	}
	.index_news .news01 .index_news h2 {
		width: 100%;
		margin-bottom: 5vw;
	}
	.index_news .news01 .list_news {
		width: 100%;
	}
	.index_news .news01 .list_news li {
		padding: 3vw 0;
	}
	.index_news .news01 .list_news li:first-child {
		padding-top: 0;
	}
	.index_news .news01 .list_news dl {
		display: block;
	}
	.index_news .news01 .list_news dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.index_news .news01 .list_news dd {
		width: 100%;
	}
}
/* news02
------------------------------------------------------------------*/
.index_news .news02 h2:after {
	content: "";
	position: absolute;
	width: calc(80 / var(--break) * 100vw);
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-20 / var(--break) * 100vw);
}
.index_news .news02 .list_news {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	max-height: 170px;
	height: auto;
}
.index_news .news02 .list_news li {
	padding: calc(20 / var(--break) * 100vw) 0;
}
.index_news .news02 .list_news li:first-child {
	padding-top: 0;
}
.index_news .news02 .list_news li:not(:last-of-type) {
	border-bottom: 1px solid #fff;
}
.index_news .news02 .list_news dt {
	width: calc(125 / var(--break) * 100vw);
	font-weight: bold;
	color: #e7e8f2;
	position: relative;
}
.index_news .news02 .list_news dd {
	width: calc(100% - calc(125 / var(--break) * 100vw));
	color: #fff;
}
.index_news .news02 .list_news dd a {
	color: #fff;
	text-decoration: underline;
}
@media(min-width: 768px) and (max-width:960px) {
}
@media(max-width: 767px) {
	.index_news .news02 {
		padding: 15vw 0 12vw;
	}
	.index_news .news02 .index_news:before {
		content: "";
		position: absolute;
		background: url(images/index/tri_news_sp.png)no-repeat center bottom / cover;
		width: 100%;
		height: calc(150 / 750 * 100vw);
		top: calc(110 / 750 * 100vw * -1);
		left: 0;
		right: 0;
		margin: auto;
		z-index: 5;
	}
	.index_news .news02 .inner {
		display: block;
	}
	.index_news .news02 h2 {
		width: 100%;
		margin-bottom: 8vw;
		font-size: 150%;
	}
	.index_news .news02 h2 .ja {
		margin-bottom: 3vw;
		font-size: calc(64 / var(--break) * 100vw);
	}
	.index_news .news02 h2:after {
		width: calc(160 / 750 * 100vw);
		bottom: -4vw;
	}
	.index_news .news02 h2 .en {
		font-size:calc(32 / var(--break) * 100vw);
	}
	.index_news .news02 .list_news {
		width: 100%;
	}
	.index_news .news02 .list_news li {
		padding: 5vw 0;
	}
	.index_news .news02 .list_news li:first-child {
		padding-top: 0;
	}
	.index_news .news02 .list_news dl {
		display: block;
	}
	.index_news .news02 .list_news dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 1vw;
	}
	.index_news .news02 .list_news dt:after {
		width: calc(32 / 750 * 100vw);
		height: 1px;
		top: auto;
		bottom: -2vw;
		right: auto;
		left: 0;
	}
	.index_news .news02 .list_news dd {
		width: 100%;
	}
}

/* news03
------------------------------------------------------------------*/
.index_news .news03 h2 {
	width: calc(118 / var(--break) * 100vw);
}
.index_news .news03 .list_news {
	width: calc(100% - calc(118 / var(--break) * 100vw));
	border-left: 1px dashed #fff;
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: calc(170 / var(--break) * 100vw);
	height: auto;
}
.index_news .news03 .list_news li {
	padding: calc(10 / var(--break) * 100vw) 0;
}
.index_news .news03 .list_news dt {
	width: calc(150 / var(--break) * 100vw);
	padding-left: calc(30 / var(--break) * 100vw);
}
.index_news .news03 .list_news dd {
	width: calc(100% - calc(150 / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:960px) {
}
@media(max-width: 767px) {
	.index_news .news03 {
		padding: 10vw 0 8vw;
	}
	.index_news .news03 .inner > .flex {display: block;}
	.index_news .news03 h2 {
		width: 100%;
		margin-bottom: 5vw;
	}
	.index_news .news03 .list_news {
		width: 100%;
		border-top: 1px dashed #fff;
		border-left: none;
		padding-right: 3.2vw;
		max-height: calc(500 / var(--break)* 100vw);
	}
	.index_news .news03 .list_news li {
		padding: 5vw 0;
	}
	.index_news .news03 .list_news dl {
		display: block;
	}
	.index_news .news03 .list_news dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.index_news .news03 .list_news dd {
		width: 100%;
	}
}




/* 診療時間 index_time
------------------------------------------------------------------*/
.tbl_time{
	margin: auto;
}
.tbl_time table{
	border: 1px solid #7a6e62;
}
.tbl_time thead th{
	color: #fff;
}
.tbl_time tr:not(:last-child) th,
.tbl_time tr:not(:last-child) td{
	border-bottom: 1px solid #aaa;
}
@media(max-width: 767px) {
	.index_time {padding: 0 ;}
	.index_time {padding: 9.5vw 0;}
}

/* time03
------------------------------------------------------------------*/
.time03 .tbl_time {
	width: 48%;
}
@media(max-width: 767px) {
	.time03 .tbl_time {
		width: 100%;
	}
	.time03 .tbl_time:first-child {
		margin-bottom: 5vw;
	}
	.ttl_tbl_time01 {
		letter-spacing: 0;
		font-size: calc(40 / var(--break) * 100vw);
	}
}


/* 採用情報 index_recruit
------------------------------------------------------------------*/
/* .row_index .guide01 */
.row_index .guide01{
	padding: 80px 0 100px;
	text-align: center;
}
.guide01 .index_recruit
.guide01 .index_tour
{max-width: 48%;}
.row_index .guide01 h2 {
	font-size: 125%;
	line-height: 1.45;
	letter-spacing: .1em;
	margin-top: 45px;
	margin: 45px auto 43px;
	font-weight: normal;
}
/*.row_index .guide01 .index_tour h2{margin-bottom: 29px;}*/
.row_index .guide01 h2 span {
	font-size: 200%;
	display: block;
	letter-spacing: .11em;
}
.guide01 .btn_recruit a,
.guide01 .btn_tour a {
	display: block;
	position: relative;
}
.guide01 .btn_recruit a:before,
.guide01 .btn_tour a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 20px;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.guide01 .btn_recruit a:after,
.guide01 .btn_tour a:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-45deg);
	bottom: -7px;
	right: 6px;
	left: 0;
	margin: auto;
	z-index: 10;
}
@media(min-width: 768px) and (max-width:960px) {
	.row_index .guide01 .inner  > .flex{
		display: block;
		text-align: center;
	}
	.guide01 .index_recruit,
	.guide01 .index_tour {
		max-width: 100%;
		text-align: center;
	}
	.guide01 .index_recruit {margin-bottom: 60px;}
	.guide01 .row_index h2 {margin-bottom: 20px;}
	.guide01 .content_tour {
		display: inline-block;
		text-align: left;
	}
	.row_index .guide01 h2 {
		margin-bottom: 29px;
	}
	.row_index .guide01 h2 span {
		font-size: 190%;
		letter-spacing: .1em;
	}
}
@media(max-width: 767px) {
	.row_index .guide01{padding: 13vw 0 13vw;}
	.row_index .guide01 .inner > .flex{display: block;}
	.guide01 .index_recruit,
	.guide01 .index_tour
	{
		max-width: 100%;
		text-align: center;
	}
	.guide01 .index_recruit {margin-bottom: 12vw;}
	.guide01 .btn_recruit, .btn_tour {
		max-width: 250px;
		margin: 0 auto;
	}
	.guide01 .row_index h2 {margin: 8vw auto 4vw;}
	.row_index .guide01 h2 {
		margin-bottom: 7vw!important;
	}
	.row_index .guide01 h2 span {font-size: 180%;}
	.guide01 .content_tour {
		display: inline-block;
		text-align: left;
	}
}

/* guide03
------------------------------------------------------------------*/
.guide02 .index_recruit,
.guide02 .index_tour {
	width: 47.5%;
	position: relative;
}
.guide02 .ttl_en {
	left: calc(-3 / var(--break) * 100vw);
	top: calc(-25 / var(--break) * 100vw);
}
.guide02 .index_tour .ttl_en {
	left: calc(-32 / var(--break) * 100vw);
}
.row_index .guide02  h2 span {
	width: calc(80 / var(--break) * 100vw);
}
.guide02 .img_recruit {
	width: 80%;
	max-width: calc(450 / var(--break) * 100vw);
	margin-right: 0;
	margin-left: auto;
}
.guide02 .slider {
	width: 80%;
	max-width: calc(450 / var(--break) * 100vw);
	margin-right: 0;
	margin-left: auto;
}
.guide02 .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.guide02 .slick-dots {
	width: calc(10 / var(--break) * 100vw);
	left: calc(-23 / var(--break) * 100vw);
	bottom: calc(98 / var(--break) * 100vw);
}
.guide02 .slick-dots li,
.guide02 .slick-dots li button,
.guide02 .slick-dots li button:before
{
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	line-height: 1;
	margin: 0 auto calc(9 / var(--break) * 100vw);
	display: block;
}
.guide02 .slick-dots li button:before {transform: scale(.8);}
.guide02 .box_recruit_tour {
	background: #fff;
	width: 89.48%;
	max-width: calc(510 / var(--break) * 100vw);
	margin-top: calc(-100 / var(--break) * 100vw);
	position: relative;
}
.guide02 .box_recruit_tour a {
	display: block;
	padding: calc(52 / var(--break) * 100vw) 5% calc(57 / var(--break) * 100vw);
}
.guide02 .content_recruit_tour {
	max-width: calc(390 / var(--break) * 100vw);
	margin: 0 auto;
}
@media(min-width: 768px) and (max-width: 1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_index .guide02 {padding: 15vw 0 13vw;}
	.row_index .guide02  .inner > .flex {display: block;}
	.guide02  .index_recruit,
	.guide02  .index_tour {
		max-width: 100%;
		width: 100%;
	}
	.guide02 .img_recruit {
		max-width: 100%;
	}
	.row_index .guide02  .ttl_en {
		left: 0;
		font-size: calc(60 / var(--break) * 100vw);
		top: -4vw;
	}
	.row_index .guide02  h2 {
		font-size: 150%;
		margin-bottom: 3vw;
	}
	.row_index .guide02 h2 span {
		font-size: calc(24 / var(--break) * 100vw);
		width: calc(150 / var(--break)* 100vw);
		padding: 1vw 2vw;
	}
	.guide02 .index_recruit{margin-bottom: 15vw;}
	.guide02 .btn_recruit,.guide02  .btn_tour {
		max-width: 250px;
		margin: 0 auto;
	}
	.guide02 .box_recruit_tour {
		margin-top: -10vw;
		max-width: 100%;
	}
	.guide02 .box_recruit_tour a {
		padding: 4vw 4vw;
	}
	.guide02 .content_recruit_tour{
		max-width: 100%;
	}
	.guide02 .txt_recruit,
	.guide02 .box_recruit_tour ul {
		font-size: 87.5%;
	}
	.guide02 .slick-dots {bottom: 10vw;}
	.guide02 .slider {
		max-width: 100%;
	}
}


/* guide03
------------------------------------------------------------------*/
.guide03 .index_recruit .col,.guide03 .index_tour .col {
	width: 50%;
}
.guide03 .index_recruit .col_txt .wrap,.guide03 .index_tour .col_txt .wrap {
	max-width: 445px;
	width: 100%;
}
.guide03 .btn_more {
	max-width: calc(240 / var(--break) * 100vw);
	width: 100%;
}
.guide03 .btn_more a:after {
	content: "＞";
	font-size: 75%;
	position: absolute;
	right: calc(15 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
}
.guide03 .index_recruit .ttl_en,.guide03 .index_tour .ttl_en {
	color: rgba(255,255,255,.3);
	bottom:calc(-17 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}
.guide03 .index_recruit .col_img {
	background: url(images/index/img_recruit.jpg)no-repeat center / cover;
}
.guide03 .index_tour .col_img {
	background: url(images/index/img_tour.jpg)no-repeat center / cover;
}
.guide03 .index_feature01 .col_img {
	background: url(images/index/img_feature01.jpg)no-repeat center / cover;
}
.guide03 .index_feature02 .col_img {
	background: url(images/index/img_feature02.jpg)no-repeat center / cover;
}
.guide03 .index_feature03 .col_img {
	background: url(images/index/img_feature03.jpg)no-repeat center / cover;
}
.guide03 .index_tour dl {
	margin-bottom: calc(50 / var(--break) * 100vw);
}
.guide03 .index_tour dt {
	width: calc(85 / var(--break) * 100vw);
	line-height: 2.2;
}
.guide03 .index_tour dd {
	width: calc(100% - calc(85 / var(--break) * 100vw));
	text-align: left;
	line-height: 2.2;
}
.guide03 .list_index_tour01 .slick-list li:first-child {
	background: url(images/index/img_index_tour01.jpg)no-repeat center / cover;
}
.guide03 .list_index_tour01 .slick-list li:nth-child(2) {
	background: url(images/index/img_index_tour02.jpg)no-repeat center / cover;
}
.guide03 .list_index_tour01 .slick-list li:nth-child(3) {
	background: url(images/index/img_index_tour03.jpg)no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.guide03 .index_recruit .ttl_en, .guide03 .index_tour .ttl_en {
		font-size: calc(90 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.guide03 .index_recruit .ttl_en, .guide03 .index_tour .ttl_en {
		font-size: calc(60 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break)* 100vw);
	}
}
@media(max-width: 767px) {
	.guide03 .index_recruit > .flex,.guide03.guide03  .index_tour > .flex {
		display: block;
	}
	.guide03 .index_recruit .col,.guide03 .index_tour .col {
		width: 100%;
		padding: 10vw 5%;
	}
	.guide03 .index_recruit h2,.guide03 .index_tour h2 {
		font-size: 200%;
		margin-bottom: 3vw;
		line-height: 1.5;
	}
	.guide03 .txt_recruit,.guide03 .index_tour dl {
		margin-bottom: 5vw;
		font-size: 87.5%;
	}
	.guide03 .index_tour dt {
		width: 20%;
	}
	.guide03 .index_tour dd {
		width: 80%;
	}
	.guide03 .index_recruit .ttl_en,.guide03 .index_tour .ttl_en {
		font-size: 320%;
		left: 3vw;
		bottom: -2.5vw;
	}
	.guide03 .btn_more {
		max-width: calc(400 / var(--break) * 100vw);
	}
	.guide03 .btn_more a:after {
		width: calc(20 / var(--break)* 100vw);
    	height: calc(20 / var(--break)* 100vw);
	}
	.guide03 .btn_more a {
		font-size: 87.5%;
		padding: 3vw;
	}
	.guide03 .row_index {
		padding: 15vw 0 13vw;
	}
	.guide03 .index_recruit,
	.guide03 .index_tour {
		max-width: 100%;
		width: 100%;
	}
	.guide03 .row_index h2 {
		font-size: 150%;
		margin-bottom: 3vw;
	}
	
}

/* ご挨拶 greeting01
------------------------------------------------------------------*/
.greeting01 {
	background: url(images/index/bg_greeting.jpg)no-repeat center / cover;
}
.greeting01 .box_greeting {
	border: calc(10 / var(--break) * 100vw) solid #fff;
}
.greeting01 .name_dr {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.greeting01 .circle_blue {
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.greeting01 {
		padding: 3vw;
	}
	.greeting01 .box_greeting {
		border-width: calc(10 / var(--break) * 100vw);
		padding: 10vw 4vw;
	}
	.greeting01 .ttl_en {
		line-height: 1.4;
	}
	.greeting01 h2 {
		margin-bottom: 7vw;
	}
	.greeting01 .txt_greeting {
		line-height: 1.75;
		margin-bottom: 10vw;
	}
	.greeting01 .circle_blue {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.greeting01 .name .ja {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.greeting01 .name .en {
		font-size: calc(32 / var(--break) * 100vw);
	}
}

/* ご挨拶 greeting02
------------------------------------------------------------------*/
.greeting02 {
	background: url(images/index/bg_greeting.jpg)no-repeat center / cover;
}
.greeting02 .row_greeting .col_l {
	width: 50%;
}
.greeting02 .row_greeting .col_r {
	width: 44.2%;
	max-width: 530px;
}
.greeting02 .img_greeting {
	width: 45.37%;
	max-width: 240px;
}
.greeting02 .name_dr {
	width: 54.63%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.greeting02 .row_greeting .col_l {
		width: 100%;
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.greeting02 .row_greeting .col_r {
		width: 100%;
		max-width: calc(1000 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
}
@media(max-width: 767px) {
	.greeting02 {
		padding: 10vw 0 13vw;
	}
	.greeting02 .row_greeting {
		display: block;
	}
	.greeting02 .row_greeting .col_l {
		width: 100%;
		margin-bottom: 6vw;
	}
	.greeting02 .row_greeting .col_r {
		width: 100%;
	}
	.greeting02 h2 {
		line-height: 1.3;
		margin-bottom: 6vw;
	}
	.greeting02 h2 .en {
		font-size: calc(96 / var(--break) * 100vw);
	}
	.greeting02 h2 .ja {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.greeting02 .name_ja {
		font-size: calc(64 / var(--break) * 100vw);
	}
	.greeting02 .name_en {
		letter-spacing: .1em;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.greeting02 .name_ja,.greeting02 .name_en {
		padding-left: 0;
		text-align: center;
	}
}

/* ご挨拶 greeting03
------------------------------------------------------------------*/
.greeting03 .row_greeting .col_l {
	width: 75%;
}
.greeting03 .txt_greeting {
	line-height: 1.875;
}
.greeting03 .row_greeting .col_r {
	width: 20%;
	max-width: 220px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.greeting03 {
		padding: 10vw 0 13vw;
	}
	.greeting03 h2 {
		line-height: 1.3;
		margin-bottom: 4vw;
	}
	.greeting03 h2 .ja {
		font-size: calc(56 / var(--break) * 100vw);
	}
	.greeting03 h2 .en {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.greeting03 .row_greeting .col_l {
		width: 100%;
		order: 3;
		margin-bottom: 3vw;
	}
	.greeting03 .row_greeting .col_r {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		text-align: center;
		margin-bottom: 4vw;
		order:1;
	}
	.greeting03 .name_dr {
		text-align: center;
		justify-content: center;
		order: 2;
		margin-bottom:3vw;
	}
	.greeting03 .name_job {
		margin-right: 2vw;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.greeting03 .name_ja {
		margin-right: 2vw;
		font-size: calc(46 / var(--break) * 100vw);
	}
	.greeting03 .name_en {
		font-size: calc(26 / var(--break) * 100vw);
	}
}


/* 略歴 prof
------------------------------------------------------------------*/
.prof01 {
	padding: 94px 0 92px;
	color: #fff;
}
.prof01 .greeting01 {
	padding: 0;
}
.prof01 .col_prof {
	width: 45.8%;
}
.prof01 .col_prof h3 {
	background: url(images/index/bg_line.png)repeat-x center;
}
.prof01 .list_default li:before {
	background: #fff;
}
.prof01 .box_prof01 .year {
	font-weight: normal;
	width: calc(120 / var(--break) * 100vw);
}
.prof01 .box_prof01 .txt {
    width: calc(100% - calc(130 / var(--break)* 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.prof01 {
		padding: 15vw 0;
	}
	.prof01 .row_prof01 {
		display: block;
	}
	.prof01 .col_prof {
		width: 100%;
	}
	.prof01 .col_prof_l {
		margin-bottom: 10vw;
	}
	.prof01 .col_prof h3 {
		margin-bottom: 2vw;
		font-size: calc(48 / var(--break) * 100vw);
	}
	.prof01 .col_prof h3 span {
		padding-right: calc(20 / var(--break) * 100vw);
	}
	.prof01 .row_prof02 {
		display: block;
	}
	.prof01 .box_prof01 {
		padding: 0;
	}
	.prof01 ol,.prof01 ul {
		max-width: calc(680 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.prof01 .box_prof01 .year {
		width: calc(200 / var(--break)* 100vw);
	}
	.prof01 .box_prof01 .txt {
		width: calc(100% - calc(210 / var(--break)* 100vw));
	}
}


/* 略歴 prof02
------------------------------------------------------------------*/
.prof02 .box_prof01 .wrap,
.prof02 .box_prof02 .wrap{
	max-width: 930px;
}
.prof02 h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #5d5d5d;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.prof02 .list_default01 li {
	width: 48%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.prof02 {
		padding: 10vw 0 12vw;
	}
	.prof02 h2 {
		font-size: 150%;
		margin-bottom: 3vw;
	}
	.prof02 .box_prof {
		padding: 0;
		max-width: calc(660 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.prof02 .box_prof01 .txt {
		width: 100%;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.prof02 .list_default01 li {
		width: 100%;
		padding-left: 4vw;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.prof02 .box_prof01 {
		margin-bottom: 6vw;
	}
	.prof02 .list_prof01 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.prof02 .list_default li:before {
        width: calc(9 / var(--break)* 100vw);
        height: calc(9 / var(--break)* 100vw);
    }
}

/* お口の相談 & 矯正相談会   内覧会 index_consultation
------------------------------------------------------------------*/
.index_consultation .row_tour01{
	position: relative;
}
.index_consultation .row_tour01::after,.index_consultation .row_tour01::before{
	content: "";
	display: block;
	max-width: 960px;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}
.index_consultation .row_tour01::before{
	background:  url(images/index/bg_tour_l.png)no-repeat center / cover;
	left: 0;
	z-index: 1;
}
.index_consultation .row_tour01::after{
	background:  url(images/index/bg_tour_r.png)no-repeat center / cover;
	right: 0;
	z-index: 1;
}
.index_consultation .row_tour01 .circle_tour{
	max-width: 870px;
	width: 100%;
	max-height: 870px;
	margin: auto;
	padding: 70px 0 90px;
	text-align: center;
	background: url(images/index/bg_circle.png)no-repeat center / cover;;
	position: relative;
	z-index: 9;
}
.index_consultation .row_tour01 h2{
	display: inline-block;
	margin-bottom: 15px;
	letter-spacing: .1em;
	font-size: 222.22%;
	border-bottom: 7px dotted #d5d5d5;
}
.index_consultation .row_tour01 h2 .color01{color: #707070;}
.index_consultation .row_tour01 .txt01.date{
	line-height: 1.6;
	font-size: 277.78%;
}
.index_consultation .row_tour01 .date span{
	position: relative;
	letter-spacing: .1em;
}
.index_consultation .row_tour01 .date .wen::after,
.index_consultation .row_tour01 .date .thu::after,
.index_consultation .row_tour01 .date .fri::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.index_consultation .row_tour01 .date .wen{
	padding-right:  30px;
	letter-spacing: .105em;
}
.index_consultation .row_tour01 .date .wen::after{background-image: url(images/index/day_wednesday.png);}
.index_consultation .row_tour01 .date .thu{padding-right:  30px;}
.index_consultation .row_tour01 .date .thu::after{background-image: url(images/index/day_thursday.png);}
.index_consultation .row_tour01 .date .fri::after{background-image: url(images/index/day_friday.png);}
.index_consultation .row_tour01 .txt02.time{
	margin-bottom: 27px;
	font-size: 303%
}
.index_consultation .row_tour01 .txt02 span{letter-spacing: .1em;}
.index_consultation .row_tour01 .txt02 .arrow{
	padding-right: 55px;
	position: relative;
}
.index_consultation .row_tour01 .txt02 .arrow::after{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 20px solid #ee7800;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	right: 17.5px;
	transform: translateY(-50%);
}
.index_consultation .row_tour01 .txt03.reseved{
	display: inline-block;
	max-width: 630px;
	width: 100%;
	padding: 9px 0;
	font-weight: bold;
	background: #fef2d7;
}
.index_consultation .row_tour01 .txt03 span{letter-spacing: .1em;}
.index_consultation .row_tour01 .txt03 .f_size01{
	margin-right: -5px;
	font-size: 187.5%;
}
.index_consultation .row_tour01 .txt03 .f_size02{font-size: 150%;}
.index_consultation .row_tour02{
	padding: 80px 0;
	background: #fdd23e;
}
.index_consultation .row_tour02 .box_tour{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 50px 45px 50px 50px;
	background: #fff;
}
.index_consultation .row_tour02 .row_t{margin-bottom: 35px;}
.index_consultation .row_tour02 .row_t .col_l{width: 45%;}
.index_consultation .row_tour02 .row_t .col_r{width: 51.25%;}
.index_consultation .row_tour02 .row_t .datetime{line-height: .84;}
.index_consultation .row_tour02 .row_t .datetime span{letter-spacing: .1em;}
.index_consultation .row_tour02 .row_t .datetime .day{
	padding-right: 33px;
	letter-spacing: .11em;
	font-size: 378%;
	position: relative;
}
.index_consultation .row_tour02 .row_t .datetime .day::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.index_consultation .row_tour02 .row_t .sat{margin-bottom: 23px;}
.index_consultation .row_tour02 .row_t .sat .day::after{background-image: url(images/index/day_saturday.png);}
.index_consultation .row_tour02 .row_t .sun .day::after{background-image: url(images/index/day_sunday.png);}
.index_consultation .row_tour02 .row_t .datetime .time{font-size: 300%;}
.index_consultation .row_tour02 .row_t .datetime .arrow{
	padding-right: 55px;
	position: relative;
}
.index_consultation .row_tour02 .row_t .datetime .arrow::after{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 20px solid #ee7800;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}
.index_consultation .row_tour02 .row_m{margin-bottom: 15px;}
.index_consultation .row_tour02 .row_m .ttl{
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 187.5%;
	text-align: center;
	color: #6a3906;
	position: relative;
	z-index: 9;
}
.index_consultation .row_tour02 .row_m .ttl::before,.index_consultation .row_tour02 .row_m .ttl::after{
	content: "";
	display: inline-block;
	max-width: 340px;
	width: 31%;
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
}
.index_consultation .row_tour02 .row_m .ttl::before{
	background-image: url(images/index/pv_flame_l.png);
	background-position: right;
	left: -10px;
}
.index_consultation .row_tour02 .row_m .ttl::after{
	background-image: url(images/index/pv_flame_r.png) ;
	background-position: left;
	right: 10px;
}
.index_consultation .row_tour02  .row_b .flex{justify-content: center;}
@media(min-width: 961px) and (max-width:1350px) {
	.index_consultation .row_tour02 .box_tour{padding: 50px;}
	.index_consultation .row_tour02 .row_t .col_l{width: 40%;}
	.index_consultation .row_tour02 .row_t .col_r{width: 57.5%;}
	.index_consultation .row_tour02 .row_t .datetime{text-align: right;}
	.index_consultation .row_tour02 .row_m .ttl::before,.index_consultation .row_tour02 .row_m .ttl::after{width: 23%;}
	.index_consultation .row_tour02 .row_t .datetime span{letter-spacing: .05em;}
	.index_consultation .row_tour02 .row_t .datetime .day{
		padding-right: 15px;
		font-size: 325%;
	}
	.index_consultation .row_tour02 .row_t .datetime .day::after{
		width: 35px;
		height: 35px;
	}
	.index_consultation .row_tour02 .row_t .datetime .time{font-size: 230%;}
	.index_consultation .row_tour02 .row_t .datetime .arrow{padding-right: 45px;}
	.index_consultation .row_tour02 .row_t .datetime .arrow::after{
		border-top: 8px solid transparent;
		border-left: 17.5px solid #ee7800;
		border-bottom: 8px solid transparent;
		right: 12.5px;
	}
	.index_consultation .row_tour01 .circle_tour {
		max-width: 700px;
	}
	.index_consultation .row_tour01 h2 {
		font-size: 188.89%;
	}
	.index_consultation .row_tour01 .txt01.date {
		font-size: 244.44%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	/* .index_consultation .row_tour01{height: calc(1100 / 960 * 100vw);}
	.index_consultation .row_tour01::after{
	content: "";
	display: block;
	max-width: 960px;
	width: 100%;
	height: calc(550 / 960 * 100vw);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
	.index_consultation .row_tour01::before{
	content: "";
	display: block;
	max-width: 960px;
	width: 100%;
	height: calc(550 / 960 * 100vw);
	position: absolute;
	top: unset;
	bottom: 0;
	left: 0;
	right: 0;
} */
	.index_consultation .row_tour02 .box_tour{padding: 35px;}
	.index_consultation .row_tour02 .row_t .col_l{width: 42.5%;}
	.index_consultation .row_tour02 .row_t .col_r{width: 57.5%;}
	.index_consultation .row_tour02 .row_t .datetime{text-align: right;}
	.index_consultation .row_tour02 .row_t .datetime span{letter-spacing: .05em;}
	.index_consultation .row_tour02 .row_t .datetime .time{font-size: 180%;}
	.index_consultation .row_tour02 .row_t .datetime .day{
		padding-right: 15px;
		font-size: 280%;
	}
	.index_consultation .row_tour02 .row_t .datetime .day::after{
		width: 27.5px;
		height: 27.5px;
		margin-left: 2.5px;
	}
	.index_consultation .row_tour02 .row_t .datetime .arrow{padding-right: 30px;}
	.index_consultation .row_tour02 .row_t .datetime .arrow::after{
		border-top: 6px solid transparent;
		border-left: 15px solid #eee;
		border-bottom: 6px solid transparent;
		right: 8px;
	}
	.index_consultation .row_tour02 .row_m .ttl{font-size: 150%;}
	.index_consultation .row_tour02 .row_m .ttl::before, .index_consultation .row_tour02 .row_m .ttl::after{
		width: 25%;
		top: -10px;
	}
	.index_consultation .row_tour01 h2 {
		font-size: 200%;
	}
	.index_consultation .row_tour01 .circle_tour {
		max-width: 540px;
		padding: 55px 0 55px;
	}
	.index_consultation .row_tour01 h2 {
		font-size: 155.56%;
		letter-spacing: 0;
		border-bottom-width: 5px;
	}
	.index_consultation .row_tour01 .txt01.date {
		font-size: 200%;
		letter-spacing: 0;
	}
}
@media(min-width: 768px){
	.index_consultation .row_tour02 .row_b li{width: calc(100% / 6);}
	.index_consultation .row_tour02 .row_b li:nth-of-type(2){margin: 0 35px;}
}
@media(max-width: 767px) {
	.index_consultation .row_tour01{
		height: auto;
		overflow: hidden;
		padding: 0 3.2vw;
	}
	.index_consultation .row_tour01::after{
		width: calc(750 / 750 * 100vw);
		height: calc(430 / 750 * 100vw);
		top: 0;
		left: 0;
		right: 0;
		display: none;
	}
	.index_consultation .row_tour01::before{
		width: calc(750 / 750 * 100vw);
		height: 100%;
		top: unset;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.index_consultation .row_tour01 .circle_tour{
		width: 100%;
		margin-top: calc((110 / 750 * 100vw) / 2);
		margin-bottom: calc((110 / 750 * 100vw) / 2);
		/* 		padding: 8vw 0; */
		padding: 10vw 5%;
		background: #fff;
		border-radius: 0;
	}
	.index_consultation .row_tour01 h2{
		margin-bottom: 2vw;
		letter-spacing: 0;
		line-height: 1.2;
		font-size: 125%;
		border-bottom: 0;
	}
	.index_consultation .row_tour01 .txt01.date{
		line-height: 1.25;
		font-size: 150%;
	}
	.index_consultation .row_tour01 .date span{letter-spacing: 0;}
	.index_consultation .row_tour01 .date .wen::after,
	.index_consultation .row_tour01 .date .thu::after,
	.index_consultation .row_tour01 .date .fri::after{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		margin-left: 2.5px;
	}
	.index_consultation .row_tour01 .date .wen{
		padding-right:  3vw;
		letter-spacing: 0;
	}
	.index_consultation .row_tour01 .date .thu{padding-right:  3vw;}
	.index_consultation .row_tour01 .txt02.time{
		margin-bottom: 3vw;
		font-size: 200%
	}
	.index_consultation .row_tour01 .txt02 span{letter-spacing: 0;}
	.index_consultation .row_tour01 .txt02 .arrow{padding-right: 7vw;}
	.index_consultation .row_tour01 .txt02 .arrow::after{
		border-top: 5px solid transparent;
		border-left: 15px solid #ee7800;
		border-bottom: 5px solid transparent;
		right: 6px;
	}
	.index_consultation .row_tour01 .txt03.reseved{
		width: 60%;
		padding: 6px 0;
	}
	.index_consultation .row_tour01 .txt03 span{letter-spacing: 0;}
	.index_consultation .row_tour01 .txt03 .f_size01{
		margin-right: -5px;
		font-size: 120%;
	}
	.index_consultation .row_tour01 .txt03 .f_size02{font-size: 100%;}
	.index_consultation .row_tour02{padding: 9vw 0;}
	.index_consultation .row_tour02 .box_tour{padding: 6vw;}
	.index_consultation .row_tour02 .row_t{margin-bottom: 4vw;}
	.index_consultation .row_tour02 .row_t .flex{display: block;}
	.index_consultation .row_tour02 .row_t .col_l{
		width: 100%;
		margin-bottom: 7vw;
	}
	.index_consultation .row_tour02 .row_t .col_r{width: 100%;}
	.index_consultation .row_tour02 .row_t .datetime{line-height: .84;}
	.index_consultation .row_tour02 .row_t .datetime span{letter-spacing: 0;}
	.index_consultation .row_tour02 .row_t .datetime .day{
		padding-right: 3vw;
		letter-spacing: 0;
		font-size: 200%;
	}
	.index_consultation .row_tour02 .row_t .datetime .day::after{
		width: calc(45 / 750 * 100vw);
		height: calc(45 / 750 * 100vw);
		margin-left: 5px;
	}
	.index_consultation .row_tour02 .row_t .sat{margin-bottom: 23px;}
	.index_consultation .row_tour02 .row_t .sat .day::after{background-image: url(images/index/day_saturday.png);}
	.index_consultation .row_tour02 .row_t .sun .day::after{background-image: url(images/index/day_sunday.png);}
	.index_consultation .row_tour02 .row_t .datetime .time{font-size: 200%;}
	.index_consultation .row_tour02 .row_t .datetime .arrow{padding-right: 7vw;}
	.index_consultation .row_tour02 .row_t .datetime .arrow::after{
		border-top: 5px solid transparent;
		border-left: 15px solid #ee7800;
		border-bottom: 5px solid transparent;
		right: 6px;
	}
	.index_consultation .row_tour02 .row_m{margin-bottom: 15px;}
	.index_consultation .row_tour02 .row_m .ttl{
		letter-spacing: 0;
		font-size: 125%;
	}
	.index_consultation .row_tour02 .row_m .ttl::before,.index_consultation .row_tour02 .row_m .ttl::after{content: none;}
	.index_consultation .row_tour02  .row_b .flex{justify-content: center;}
	.index_consultation .row_tour02  .row_b li{
		width: calc(100% / 3);
		margin-bottom: 1vw;
	}
}

/* ブログ index_blog
------------------------------------------------------------------*/
.row__blog01 .btn {
	width:calc(120 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}
.row__blog02 li {
	width: 32%;
	margin-right: 2%;
}
.row__blog02 li:last-child {
	margin-right: 0;
}
.row__blog02 .ttl {
	white-space: nowrap; /* 折り返し無しにする */
	overflow: hidden; /* はみ出た部分を非表示 */
	text-overflow: ellipsis;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media (min-width: 768px) and (max-width: 960px) {
	
}
@media (max-width: 767px) {
	.index_blog {
		padding: calc(70 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
	}
	.row__blog01 {
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.row__blog02.flex {
		flex-direction: column;
	}
	.ttl__blog01 {
		font-size: 187.5%;
	}
	.index_blog .btn {
		border-radius: calc(20 / 750 * 100vw);
		width: calc(120 / 750* 100vw);
		height: calc(40 / 750* 100vw);
		line-height: calc(35 / 750* 100vw);
	}
	.row__blog02 li {
		width: 100%;
		max-width: 600px;
		background: #fff;
		margin: 0 auto calc(60 / var(--break) * 100vw);
		padding: calc(15 / 750 * 100vw);
	}
	.row__blog02 li:last-child {
		margin: 0 auto;
	}
	.row__blog02 .ttl {
		font-size: 110%;
	}
	.row__blog02 li dt {
		font-size: 70%;
	}
	.index_blog .row__blog02 li dd {
		font-size: 90%;
		margin-top: calc(15 / 750 * 100vw);
	}
	.index_blog .row__blog02 li dd a {
		font-size: 85%;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.logo_foot {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.tbl_foot{padding: 55px 0 50px;}
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}
.pagetop  a,
.pagetop_sp a
{
	display: block;
	width: 60px;
	height: 60px;
	background: #002E45;
	/* background: #7a6e62; */
	border-radius: 50%;
	position: relative;
	border: 1px solid #fff;
}
.pagetop  a::before,
.pagetop_sp a::before
{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px; bottom: 0;
	right: 0; left: 0;
}
.copyright {
	padding: 25px 0;
	letter-spacing: .1em;
	font-size: 87.5%;
	color: #fff;
}
.fix_web{
	right: 120px;
	position: fixed;
	bottom: 30px;
	z-index: 1000;
	width: 200px;
}
.fix_web a {
	height: 60px;
}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
	}
	.tbl_foot{padding: 50px 0 45px;}
}
@media(max-width: 767px) {
	.row_foot01 > .col_l {
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		margin: 0 auto;
	}
	.tbl_foot{padding: 5vw 0 4.5vw;}
	.copyright {
		padding: 2.5vw 0;
		font-size: 68.75%;
		letter-spacing: 0;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 100;
	}
	.pagetop{display: none !important;}
	.pagetop_sp a{
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.pagetop_sp a::before{
		width: 16px;
		height: 16px;
		top: 4px;
	}
	.fix_web {
		right: calc(250 / 1599* 100vw);
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        width: 70%;
	}
	.fix_web a {
		font-size: 125%;
		height: calc(100 / 750*100vw);
	}
}

/* foot_main01
------------------------------------------------------------------*/
.foot_main01  {
	padding: 75px 0 0;
}
.foot_main01  .col_l {
	width: 46%;
}
.foot_main01  .col_r {
	width: 50%;
}
.foot_main01 .col_r .tbl_time {
	margin-right: 0;
}
.foot_main01 .address_foot {
	font-size: 87.5%;
	margin-top: 29px;
}
.foot_main01 .tel_foot {
	font-size: 150%;
	line-height: 1.7;
	letter-spacing: .1em;
}

@media(min-width: 768px) and (max-width:960px) {
	.foot_main01 {
		padding-top: 65px;
	}
	.foot_main01 .inner {
		display: block;
	}
	.foot_main01 .col_l,.foot_main01 .col_r {
		width: 100%;
		text-align: center;
	}
	.foot_main01 .col_l {
		margin-bottom: 40px;
	}
	.foot_main01 .col_r .tbl_time {
		margin-right: auto;
	}
	.foot_main01 .address_foot {
		margin-top: 20px;
	}
}
@media(max-width: 767px) {
	.foot_main01 {
		padding: 10vw 0 4vw;
	}
	.foot_main01 .inner {
		display: block;
	}
	.foot_main01 .col_l,.foot_main01 .col_r {
		width: 100%;
		text-align: center;
	}
	.foot_main01 .col_l {
		margin-bottom: 5vw;
	}
	.foot_main01 .col_r .tbl_time {
		margin-right: auto;
	}
	.foot_main01 .address_foot {
		margin-top: 3vw;
	}
}

/* foot_main02
------------------------------------------------------------------*/
.foot_main02 {
	padding: calc(65 / var(--break) * 100vw) 0 0;
}
.foot_main02 .tbl_foot .col_l {
	width: 48%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.foot_main02 .row_foot01{
	margin-bottom: 0;
	text-align: center;
}
.foot_main02 .col_r .tbl_time {
	margin-right: 0;
	margin-top: 0;
}
.foot_main02 .address_foot {
	margin-top: 35px;
	line-height: 1.4;
}
.foot_main02 .tel_foot {
	line-height: 1.4;
	letter-spacing: .1em;
	font-size: 150%;
	font-weight: 500;
	margin-top: 30px;
}
@media(max-width: 767px) {
	.foot_main02{padding: 10vw 0 8vw;}
	.foot_main02 .inner {display: block;}
	.foot_main02 .logo_foot {
		max-width: calc(500 / 750 * 100vw);
		margin: 0 auto;
	}
	.foot_main02 .col_r .tbl_time {
		margin-right: auto;
	}
	.foot_main02 .address_foot {
		margin-top: 3vw;
	}
	.foot_main02 .tel_foot {
		margin-top: 2vw;
		font-size: 125%;
	}
}

.gm-style .directions-card-medium-large{display: none;}




/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto;
	border: 1px solid #fff;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid  #333;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw)
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		right: 3vw;
	}
}