@charset "UTF-8";
/* 
	
CSS common.css */


/*
base #262626
*/









/*//////////////////


font import


//////////////////*/


@import url('https://fonts.googleapis.com/css2?family=Cambay:wght@700&display=swap');
/*
font-family: 'Cambay', sans-serif;
*/










/*//////////////////


Body


//////////////////*/

body {font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #262626; line-height: 2.15; letter-spacing: 0.1em; }
@media screen and (max-width: 767px) { 
	body { font-size: 1.4rem; }
}










/*//////////////////


基本構成


//////////////////*/

.noscrpt p { padding: 5px; background: #262626; font-weight: bold; text-align: center; }


/* secwrap：セクションを丸ごと囲う（背景画像セクションなど） */
.secwrap { padding: 120px 0; }
.secwrap.min { padding: 80px 0; }
.secwrap.wide { padding: 160px 0; }
.secwrap.fin { margin-bottom: 60px; } /* 次がwrapじゃない時 */
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.min,
	.secwrap.wide { padding: 80px 0; }
	.secwrap.fin { margin-bottom: 80px; } 
}


/* section */
.section { margin-bottom: 200px; }
.section.min { margin-bottom: 120px; }
.section.fin { margin-bottom: 100px; } /* 最後のセクション */
.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.section { margin-bottom: 100px; }
	.section.min { margin-bottom: 80px; }
	.section.fin { margin-bottom: 100px; } /* 最後のセクション */
}


/* insec */
.insec {  }
.insec:last-child {  }
@media screen and (max-width: 767px) {
	.insec {  }
}


/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1180px; }
.incnt.wider { max-width: 1380px; }
.incnt.fix { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1280px){
	.incnt.fix { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1040px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 88%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}










/*//////////////////


内部レイアウト


//////////////////*/


/* block */
.block {  }
@media screen and (max-width: 767px) {
	.block { }
}


/* inblock */
.inblock {  }
@media screen and (max-width: 767px) {
	.inblock { }
}


/* 装飾ボックス */
.bgbox { }
.bgbox.wide {  }
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide {  }
}

.borderbox { }
.borderbox.wide {  }
@media screen and (max-width: 767px) { 
	.borderbox, .borderbox.wide {  }
}


/* スマホ横スクロール（js連動）　data-spwidth属性にスマホ時の表示サイズを記載 */
.scrollmsg { display: none; color: #262626; margin-bottom: 10px; }
@media screen and (max-width: 767px) {
	.scrollmsg { display: block; }
	.scrollwrap { overflow: auto; -webkit-overflow-scrolling: touch; /*滑らかに*/  border: 8px solid #f1f1f1; box-sizing: border-box; }
	.scroll { overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; /*滑らかに*/ }
}


/* 回り込み不可取り消し */
.dcf:after { display: none;  }















/*//////////////////


基本テキスト装飾


//////////////////*/

/* 装飾 */
.mincho { font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; } /* 明朝体 */
.gothic { font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
.tategaki { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display: inline-block; text-align: left; } /* 縦書きテキスト */
.cambay { font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; }


/* テキスト寄せ */
.tl { text-align: left!important; }
.tc { text-align: center!important; }
.tr { text-align: right!important; }


.tcspl{ text-align: center; }
@media screen and (max-width: 767px) { 
	.tcspl{ text-align: left; }
}

/* 文字装飾 */
strong,
strong span { font-weight: bold!important; }
del { text-decoration: line-through!important; }

.inb { display: inline-block; } /* inline-block */
.palt { font-feature-settings : "palt"; letter-spacing: 0.05em; } /* 自動カーニング */
.bold,
.bold span,
.bold li { font-weight: bold!important; } /* 太字 */
.normal,
.normal span { font-weight: normal!important; }
.underline { text-decoration: underline!important; } /* 下線 */
.linethrough { text-decoration: line-through!important; } /* 取り消し線 */


/* txt */
.txtsmall { font-size: 1.4rem; }
.txtbig { }
.txten.s1 { font-size: 1.6rem; letter-spacing: 0.08em; font-family: 'Cambay', sans-serif; }
.txtbig.s1 { font-size: 3.6rem; }
.txtbig.s2 { font-size: 3.0rem; }
.txtbig.s3 { font-size: 2.4rem; }
.txtbig.s4 { font-size: 1.8rem; }
@media screen and (max-width: 767px) { 
	.txtbig.s1 { font-size: 2.4rem; }
	.txtbig.s2 { font-size: 2.0rem; }
	.txtbig.s3 { font-size: 1.6rem; }
	.txtbig.s4 { font-size: 1.4rem; }
	.txtsmall { font-size: 1.2rem; }
	.txten.s1 { font-size: 1.4rem; }
}


/* txt.color */
.txtblack { color: #262626; }
.txtwhite { color: #fff; }
.txtlight { color: #f7f7f7; }
.txtgrey { color: #aaa; }
.txtred { color: #BD0A0F; }

/* bg */
.bgblack { background: #262626; }
.bgwhite { background: #fff; }
.bglight { background: #f7f7f7; }
.bggrey { background: #aaa; }
.bgred { background: #BD0A0F; }

/* border */
.borderblack { border: 1px solid #262626; }
.borderwhite { border: 1px solid #fff; }
.borderlight { border: 1px solid #f7f7f7; }
.bordergrey { border: 1px solid #aaa; }
.borderred { border: 1px solid #BD0A0F; }

/* marker */
.markerblack { background: linear-gradient(transparent 60%, #262626 0%); }
.markerwhite { background: linear-gradient(transparent 60%, #fff 0%); }
.markerlight { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.markergrey { background: linear-gradient(transparent 60%, #aaa 0%); }
.markerred { background: linear-gradient(transparent 60%, #BD0A0F 0%); }


/* blockquote */
blockquote, q { margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; vertical-align: baseline; background:transparent; quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 4px solid #ccc; padding-left: 10px; font-style: italic; color: #aaa; }
blockquote p { font-style: italic; }


/* iframe（動画） */
.iframe { clear: both; text-align: center; position: relative; width: 100%; padding-top: 56.25%; }
.iframe iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }


/* reset */
li, ol, ul, dl, dt, dd { list-style-type : none; padding: 0; margin: 0; list-style: none; }


/* indext */
p.indent,
ul.indent li, 
ol.indent li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }


/* caution */
p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }
p.caution:before,
ul.caution li:before { content:"※"!important; }


/* none */
ul.none li,
.editbody ul.none li { padding-left: 0!important; text-indent: 0!important; }
ul.none li:before { content: ""!important; }


/* inbrock */
ul.inbrock li { display: inline-block; margin-right: 1em; }
ul.inbrock li:last-child { margin-right: 0; }
@media screen and (max-width: 639px){
	ul.inbrock li { display: block; }
}








/*//////////////////


タイトル・コピー・訴求テキスト


//////////////////*/

/* pagetitle */
.pagetitle { color: #fff; }
.gallery .pagetitle { color: #262626; }
.pagetitle .en { font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; font-size: 4.2rem; line-height: 1.2; }
.pagetitle .title { font-weight: bold; line-height: 1.6; font-size: 1.8rem;  }
@media screen and (max-width: 767px) { 
	.pagetitle .en { font-size: 2.8rem; }
	.pagetitle .title { font-size: 1.6rem; }
}
@media screen and (max-width: 500px) { 
	.pagetitle .en { font-size: 2.4rem; }
	.pagetitle .title { font-size: 1.5rem; }
}

/* sectitle */
.topsectitle { margin-bottom: 40px; font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; font-size: 3.6rem; line-height: 1.2; text-align: center; }
@media screen and (max-width: 767px) { 
	.topsectitle { margin-bottom: 20px; font-size: 2.4rem; }
}


/* sectitle */
.sectitle { margin-bottom: 40px; line-height: 1.8; text-align: center; font-weight: bold; font-size: 2.8rem; }
.sectitle.en { font-size: 3.6rem; font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; line-height: 1.2; }
.sectitle span { font-weight: bold; }
.sectitle span.small { color: #262626; font-size: 1.6rem; display: block; font-weight: normal; }
.sectitle span span { font-weight: normal; }
@media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 30px; font-size: 2.0rem; }
	.sectitle.en { font-size: 2.2rem; }
	.sectitle span.small { font-size: 1.4rem; }
}
@media screen and (max-width: 639px) { 
	.sectitle { letter-spacing: 0.1em; }
}

/* blocktitle */
.blocktitle {  }
@media screen and (max-width: 767px) { 
	.blocktitle { }
}


/* subtitle */
.subtitle {  }
@media screen and (max-width: 767px) { 
	.subtitle {  }
}


/* copy */
.copy { margin-bottom: 30px; line-height: 1.8; letter-spacing: 0.18em; font-weight: bold; font-feature-settings : "palt"; }
.copy.s1 { font-size: 3.6rem; letter-spacing: 0.34em; }
.copy.s2 { font-size: 3.0rem; }
.copy.s3 { font-size: 2.4rem; }
.copy span:not(.none) { font-weight: bold; }
@media screen and (max-width: 767px) { 
	.copy { margin-bottom: 20px; letter-spacing: 0.15em; }
	.copy.s1 { font-size: 2.4rem; }
	.copy.s2 { font-size: 2.0rem; }
	.copy.s3 { font-size: 1.6rem; }
}


/* title */
.title.s1 { }
@media screen and (max-width: 767px) { 
	.title.s1 {  }
}














/*//////////////////


リンク・ボタン


//////////////////*/

/* init */
a { color: #262626; transition: 0.5s; }
a:hover { color: #262626; }
a.btn, button { transition: 0.5s; backface-visibility: hidden; color: inherit; }
a.btn:hover, a.btn:active, a.btn::link, a.btn::visited,
button:hover, button:active, button::link, button::visited { text-decoration: underline; }
a.opacity:hover, a.opacity:active { opacity: 0.7; color: #262626; }
@media screen and (max-width: 640px) {
	a { transition: none; }
	a.opacity:hover, a.opacity:active { opacity: 1; }
}

/* ボタン装飾 */
a.btn, button.btn { display: inline-block; padding:15px 20px; min-width: 260px; line-height: 1.6; text-align: center; text-decoration: none!important; position: relative; border-top: 1px solid #262626; border-bottom: 1px solid #262626;box-sizing: border-box; }
a.btn span, button.btn span { font-weight: bold; display: block; }
a.btn.white { border-color: #fff; color: #fff;}
button.btn.big { padding:30px 20px; min-width: 360px; font-size: 1.8rem; background: #fff; }
a.btn:before,
a.btn:after,
a.btn span:before,
a.btn span:after,
button.btn:before,
button.btn:after,
button.btn span:before,
button.btn span:after { content:""; width: 1px; background: #262626; height: calc(50% - 2px); position: absolute; font-size: 0; }
a.btn.white:before,
a.btn.white:after,
a.btn.white span:before,
a.btn.white span:after { background: #fff; }
a.btn:before, button.btn:before  { right: 0; bottom: 0; }
a.btn:after, button.btn:after { right: 0; top: 0; }
a.btn span:before, button.btn span:before { left: 0; top: 0; }
a.btn span:after, button.btn span:after { left: 0; bottom: 0; }
a.btn:hover, button.btn:hover { letter-spacing: 0.18em; background: #262626; color: #fff;}
a.btn.white:hover { background: #fff; color: #262626; }
a.btn:hover:before,
a.btn:hover:after,
a.btn:hover span:before,
a.btn:hover span:after { display: none;  }
@media screen and (max-width: 767px) {
	a.btn { display: inline-block; padding:12px 15px; min-width: 240px; } 
	button.btn.big { padding:20px 15px; min-width: 300px; font-size: 1.6rem; }
}
@media screen and (max-width: 400px) {
	a.btn, button { padding: 12px 5%; width: 90%; }
	button.btn.big { padding:20px 5%; min-width: 0; max-width: 90%; font-size: 1.4rem; }
}

/* ボタン個別設定 */


/* リンクボタン */
a.txtbtn { font-size: 1.6rem; text-decoration: none; position: relative; line-height: 1; display: inline-block; padding-bottom: 10px; font-weight: bold; transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);}
a.txtbtn:hover { letter-spacing: 0.18em; }
a.txtbtn:after { content: ""; background: #262626; height: 1px; width: 100%; position: absolute; bottom: 0; left: 0; transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
a.txtbtn:hover:after { width: calc(100% + 30px); position: absolute; left: -15px; }
a.txtbtn.white { color: #fff; }
a.txtbtn.white:after { background: #fff; }
@media screen and (max-width: 767px) {
	
}


/* ボタンボックス */
.btnbox { }
@media screen and (max-width: 767px) {
	
}


/* テキストリンク */
a.linktxt { color: #262626; transition: 0.3s; }
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }


/* 電話リンク */
a.tel { text-decoration: none; cursor: default; }
a.tel:hover{ color: initial; }










/*//////////////////


テーブル


//////////////////*/

/* reset */
table { border-collapse: collapse; border-spacing:0; text-align: left; font-style:normal; font-weight:normal; width:100%; }
table th, table td { text-align: left; vertical-align: middle; list-style: none; word-break: break-all; }
table th { font-weight: bold }
table.base, table.type1 { width: 100%; margin: 10px 0; margin-bottom: 5px; }


/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 20px 2%; line-height: 1.5; border: 1px solid #ccc; }


/* type1 */
table.type1 thead th { background: #eee; text-align: center; } 
table.type1 tbody th { background: #f7f7f7; }










/*//////////////////


スクロールエフェクト


//////////////////*/

.-effect { }
.-effect.-scrollin { animation: effect-in 2s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 both; }

@keyframes effect-in {
	0% { opacity: 1; transform: translate(0, 30px); }
	100% { opacity: 1; transform: translate(0, 0); }
}


.topsectitle span.-effect,
.copy span.-effect,
.sectitle span:not([class*="small"]).-effect { overflow: hidden; position: relative; display: inline-block; color: #fff; animation: none; }
.topsectitle span.-effect::after,
.copy span.-effect::after,
.sectitle span:not([class*="small"]).-effect::after { background: #000; bottom: 0; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; transform: translate(101%, 0); }
.topsectitle span.-effect.-scrollin,
.copy span.-effect.-scrollin,
.sectitle span:not([class*="small"]).-effect.-scrollin { color: #000; transition: color 0s 0.7s; animation: none; }
.topsectitle span.-effect.-scrollin::after,
.copy span.-effect.-scrollin::after,
.sectitle span:not([class*="small"]).-effect.-scrollin::after { animation: copymask-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s; }
@keyframes copymask-in {
  0% { transform: translate(101%, 0) }
  49%, 50% { transform: translate(0, 0%) }
  100% { transform: translate(-101%, 0) }
}







/*//////////////////


paddding・margin・border


//////////////////*/

/* border */
.bt0{ border-top:0!important; }
.bb0{ border-bottom:0!important; }
.br0{ border-right:0!important; }
.bl0{ border-left:0!important; }
.b0{ border:0!important; }

/* paddding・margin */
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.pr60 { padding-right: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.mr60 { margin-right: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.pr70 { padding-right: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.mr70 { margin-right: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pr80 { padding-right: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.mr80 { margin-right: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pr90 { padding-right: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml90 { margin-left: 90px !important; }
.mr90 { margin-right: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
.pr100 { padding-right: 100px !important; }
.mt100 { margin-top: 100px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml100 { margin-left: 100px !important; }
.mr100 { margin-right: 100px !important; }

/* para */
.para-1 { margin-top: 10px!important; }
.para-2 { margin-top: 20px!important; }
.para-3 { margin-top: 30px!important; } @media screen and (max-width: 767px) { .para-3 { margin-top: 20px!important; } }
.para-4 { margin-top: 40px!important; } @media screen and (max-width: 767px) { .para-4 { margin-top: 30px!important; } }
.para-5 { margin-top: 50px!important; } @media screen and (max-width: 767px) { .para-5 { margin-top: 30px!important; } }
.para-6 { margin-top: 60px!important; } @media screen and (max-width: 767px) { .para-6 { margin-top: 40px!important; } }
.para-7 { margin-top: 70px!important; } @media screen and (max-width: 767px) { .para-7 { margin-top: 50px!important; } }
.para-8 { margin-top: 80px!important; } @media screen and (max-width: 767px) { .para-8 { margin-top: 50px!important; } }
.para-9 { margin-top: 90px!important; } @media screen and (max-width: 767px) { .para-9 { margin-top: 60px!important; } }
.para-10 { margin-top: 100px!important; } @media screen and (max-width: 767px) { .para-10 { margin-top: 60px!important; } }
.para-12 { margin-top: 120px!important; } @media screen and (max-width: 767px) { .para-12 { margin-top: 80px!important; } }
.para-14 { margin-top: 140px!important; } @media screen and (max-width: 767px) { .para-14 { margin-top: 80px!important; } }
.para-16 { margin-top: 160px!important; } @media screen and (max-width: 767px) { .para-16 { margin-top: 100px!important; } }
.para-18 { margin-top: 180px!important; } @media screen and (max-width: 767px) { .para-18 { margin-top: 100px!important; } }
.para-20 { margin-top: 200px!important; } @media screen and (max-width: 767px) { .para-20 { margin-top: 120px!important; } }
.para1 { margin-bottom: 10px!important; }
.para2 { margin-bottom: 20px!important; }
.para3 { margin-bottom: 30px!important; } @media screen and (max-width: 767px) { .para3 { margin-bottom: 20px!important; } }
.para4 { margin-bottom: 40px!important; } @media screen and (max-width: 767px) { .para4 { margin-bottom: 30px!important; } }
.para5 { margin-bottom: 50px!important; } @media screen and (max-width: 767px) { .para5 { margin-bottom: 30px!important; } }
.para6 { margin-bottom: 60px!important; } @media screen and (max-width: 767px) { .para6 { margin-bottom: 40px!important; } }
.para7 { margin-bottom: 70px!important; } @media screen and (max-width: 767px) { .para7 { margin-bottom: 50px!important; } }
.para8 { margin-bottom: 80px!important; } @media screen and (max-width: 767px) { .para8 { margin-bottom: 50px!important; } }
.para9 { margin-bottom: 90px!important; } @media screen and (max-width: 767px) { .para9 { margin-bottom: 60px!important; } }
.para10 { margin-bottom: 100px!important; } @media screen and (max-width: 767px) { .para10 { margin-bottom: 60px!important; } }
.para12 { margin-bottom: 120px!important; } @media screen and (max-width: 767px) { .para12 { margin-bottom: 80px!important; } }
.para14 { margin-bottom: 140px!important; } @media screen and (max-width: 767px) { .para14 { margin-bottom: 80px!important; } }
.para16 { margin-bottom: 160px!important; } @media screen and (max-width: 767px) { .para16 { margin-bottom: 100px!important; } }
.para18 { margin-bottom: 180px!important; } @media screen and (max-width: 767px) { .para18 { margin-bottom: 100px!important; } }
.para20 { margin-bottom: 200px!important; } @media screen and (max-width: 767px) { .para20 { margin-bottom: 120px!important; } }


/* 内側に余白 */
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.pad40 { padding: 40px; }
.pad50 { padding: 50px; }
.pad60 { padding: 60px; }
.pad70 { padding: 70px; }
.pad80 { padding: 80px; }
.pad90 { padding: 90px; }
.pad100 { padding: 100px; }
.pad120 { padding: 120px; }
.pad140 { padding: 140px; }
.pad160 { padding: 160px; }
.pad180 { padding: 180px; }
.pad200 { padding: 200px; }
.pad4 { padding: 4%; }
.pad6 { padding: 6%; }
.pad8 { padding: 8%; }
@media screen and (max-width: 767px){
	.pad20 { padding: 4%; }
	.pad30 { padding: 6%; }
	.pad40, .pad50, .pad60 { padding: 8%; }
	.pad70, .pad80, .pad90, .pad100 { padding: 12%; }
	.pad120, .pad140, .pad160, .pad180, .pad200 { padding: 16%; }

}

/* 高さ指定ボックス（画像ボックスなどで使用） */
.h100 { height: 300px; }
.h200 { height: 300px; }
.h300 { height: 300px; }
.h400 { height: 400px; }
.h500 { height: 500px; }
.h600 { height: 600px; }
.h700 { height: 700px; }
.h800 { height: 800px; }
.h900 { height: 900px; }
.h1000 { height: 1000px; }
@media screen and (max-width: 1280px){
	.h100, .h200, .h300, .h400, .h500, .h600, .h700, .h800, .h900, .h1000 { height: auto; }
}

/* 画像幅の設定（imgflexboxなどで使用） */
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }

/* 画像最大幅の設定 */
img.max200 { max-width: 200px; }
img.max300 { max-width: 300px; }
img.max400 { max-width: 400px; }
img.max450 { max-width: 450px; }
img.max500 { max-width: 500px; }
img.max600 { max-width: 600px; }
img.max700 { max-width: 700px; }
@media screen and (max-width: 767px) { 
	img.max200, img.max300, img.max400, img.max450, img.max500, img.max600, img.max700 { display: block; margin-left: auto; margin-right: auto;  }
}


/* 上下内側に余白 */
.ud0 { padding-top: 0px!important; padding-bottom: 0px!important; }
.ud5 { padding-top: 5px!important; padding-bottom: 5px!important; }
.ud10 { padding-top: 10px!important; padding-bottom: 10px!important; }
.ud20 { padding-top: 20px!important; padding-bottom: 20px!important; }
.ud30 { padding-top: 30px!important; padding-bottom: 30px!important; }
.ud40 { padding-top: 40px!important; padding-bottom: 40px!important; }
.ud60 { padding-top: 60px!important; padding-bottom: 60px!important; }
.ud80 { padding-top: 80px!important; padding-bottom: 80px!important; }
.ud100 { padding-top: 100px!important; padding-bottom: 100px!important; }
.ud120 { padding-top: 120px!important; padding-bottom: 120px!important; }
.ud140 { padding-top: 140px!important; padding-bottom: 140px!important; }
.ud160 { padding-top: 160px!important; padding-bottom: 160px!important; }
.ud180 { padding-top: 180px!important; padding-bottom: 180px!important; }
.ud200 { padding-top: 200px!important; padding-bottom: 200px!important; }
@media screen and (max-width: 767px){
	.ud20, .ud30 { padding-top: 20px!important; padding-bottom: 20px!important; }
	.ud40, .ud60 { padding-top: 40px!important; padding-bottom: 40px!important; }
	.ud80, .ud100 { padding-top: 60px!important; padding-bottom: 60px!important; }
	.ud120, .ud140 { padding-top: 80px!important; padding-bottom: 80px!important; }
	.ud160, .ud180, .ud200 { padding-top: 100px!important; padding-bottom: 100px!important; }
}

/* 表示非表示切り替え　*/
.tablethide { display: block; }
.tablethide.inb { display: inline-block; }
.tablethide.inline { display: inline; }
.tabletblock { display: none; }
@media screen and (max-width: 1040px) {
	.tablethide { display: none !important; }
	.tabletblock { display: block; }
	.tabletblock.inb { display: inline-block; }
	.tabletblock.inline { display: inline; }
}

/* 表示非表示切り替え　*/
.middlehide { display: block; }
.middlehide.inblock { display: inline-block; }
.middlehide.inline { display: inline; }
.middleblock { display: none; }
@media screen and (max-width: 767px) {
	.middlehide { display: none !important; }
	.middleblock { display: block; }
	.middleblock.inblock { display: inline-block; }
	.middleblock.inline { display: inline; }
}

.landhide { display: block; }
.landhide.inblock { display: inline-block; }
.landhide.inline { display: inline; }
.landblock { display: none; }
@media screen and (max-width: 639px) {
	.landhide { display: none !important; }
	.landblock { display: block; }
	.landblock.inblock { display: inline-block; }
	.landblock.inline { display: inline; }
}

.sphide { display: block; }
.sphide.inblock { display: inline-block; }
.sphide.inline { display: inline; }
.spblock { display: none; }
@media screen and (max-width: 500px) {
	.sphide { display: none !important; }
	.spblock { display: block; }
	.spblock.inblock { display: inline-block; }
	.spblock.inline { display: inline; }
}

.porthide { display: block; }
.porthide.inblock { display: inline-block; }
.porthide.inline { display: inline; }
.portblock { display: none; }
@media screen and (max-width: 400px) {
	.porthide { display: none !important; }
	.portblock { display: block; }
	.portblock.inblock { display: inline-block; }
	.portblock.inline { display: inline; }
}




















/*//////////////////


ユニーク設定


//////////////////*/


/* pager */
body.wp .sec_intro{ padding-bottom: 80px; }
body.wp.single.under .pager .incnt{ max-width: 388px; }
.pager { position: relative; margin: 70px auto 0; }
.pager .incnt { position: relative; }
.pager .link{ text-align: center; padding-left: 6%; }
.pager a.prev,
.pager a.next { left:0; position: absolute; top:50%; margin-top: -22px; text-decoration: none; font-family: 'Cambay', sans-serif; font-weight: bold; }
.pager a.next { left:auto; right: 0; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: underline; color: #262626; }
.pager a.prev:before,
.pager a.next:after { content: url(../img/common/arr1.svg); display: inline-block; width: 10px; height: 5px; line-height: 0; vertical-align: 2px; margin-left: 5px; transform: rotate(90deg);}
.pager a.prev:before { transform: rotate(-90deg); margin: 0; margin-right: 5px;}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; width: 100%; margin-top: 60px; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; margin: 0 10px 20px; font-size: 1.6rem; }
	.pager .link{ padding-left: 0; }
	body.wp .sec_intro{ padding-bottom: 60px; }
}


/* pager page-numbers */
.pager ul.page-numbers { text-align: center; }
.pager ul.page-numbers li { display: inline-block;  }
.pager ul.page-numbers li a,
.pager ul.page-numbers li span { display: block; text-align: center; line-height: 1; margin: 0 15px; text-decoration: none; transition : 0.5s; box-sizing: border-box; font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; font-size: 3rem; border-radius: 50%; position: relative; }
.pager ul.page-numbers li span.dots { padding: 9px 5px; }
.pager ul.page-numbers li span.current:after,
.pager ul.page-numbers li a:after { content: ""; position: absolute; bottom:0; height: 1px; width: 0; left: 50%; margin-left: 0; background: #262626; transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1); font-size: 0; }
.pager ul.page-numbers li span.current:after,
.pager ul.page-numbers li a:hover:after { width: calc(100% + 4px); margin-left: calc(-2px - 50%); }
@media screen and (max-width: 767px) {
	.pager ul.page-numbers li a,
	.pager ul.page-numbers li span { font-size: 2.4rem; margin: 0 10px; }
	.pager ul.page-numbers li span.dots { padding: 5px 3px; }
}


/* .sec_intro */
.sec_intro { background: #f7f7f7; padding-bottom: 120px; }
.sec_intro .inwrap { background: #fff; padding: 120px 80px; margin-top: -60px; }
.sec_intro .copy { text-align: center; }
.sec_intro .imgbox.s1 { margin-top: 60px; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.sec_intro .imgbox.s1>div { width: 48%; }
.sec_intro .imgbox.s1 img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1180px) { 
	.sec_intro .inwrap { padding: 120px 6%; }
}
@media screen and (max-width: 1040px) { 
	.sec_intro .inwrap { padding: 80px 8%; }
	.sec_intro .imgbox.s1 { margin-top: 60px; display: block; }
	.sec_intro .imgbox.s1>div { width: 100%; }
}
@media screen and (max-width: 767px) { 
	.sec_intro { padding-bottom: 60px; }
	.sec_intro .inwrap { padding: 60px 8%; margin-top: -40px;}
	.sec_intro .imgbox.s1 { margin-top: 40px;}
}
@media screen and (max-width: 500px) { 
    .sec_intro .inwrap { margin-top: -30px; padding: 40px 6%; }
}


/* columnlist */
ul.columnlist { margin-top: -40px; display: flex; justify-content: space-between;  flex-wrap: wrap; }
ul.columnlist li { margin-top: 40px; width: 48%; }
ul.columnlist li .imgbox { width: 170px; min-height: 170px; margin-right: 30px; overflow:hidden; position: relative; display: flex; flex-shrink: 0; }
ul.columnlist li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transition: 0.5s; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
ul.columnlist li .txtbox { width: 100%; display: flex; flex-direction: column; justify-content: center; }
ul.columnlist li .txtbox .title{ text-align: left; }
ul.columnlist li .txten { margin-top: 5px; width: 120px; }
ul.columnlist li .cate { font-size: 1.4rem;  }
ul.columnlist li .cate span { display: inline-block; font-size: 1.4rem; padding: 5px 10px; line-height: 1.4; border: 1px solid #262626; text-decoration: none; margin-top: 10px; }
ul.columnlist li a { text-decoration: none; display: flex; /*align-items: center;*/ line-height: 1.8; /*height: 100%;*/ }
ul.columnlist li a:hover .imgbox img { transform: scale(1.05); }
@media screen and (max-width: 1280px) {
	ul.columnlist li .imgbox { width: 150px; min-height: 150px; }
}
@media screen and (max-width: 767px) { 
	ul.columnlist { display: block; margin-top: 0;}
	ul.columnlist li { width: 100%; margin-top: 20px; }
	ul.columnlist li:first-child { margin-top: 0; }
}
@media screen and (max-width: 500px) {
	ul.columnlist li .imgbox { width: 100px; min-height: 100px; margin-right: 20px; }
}


/* reservebox */
.reservebox .box { padding: 60px 80px; background: #f7f7f7; }
.reservebox .txt1 { text-align: center; margin-bottom: 60px; }
.reservebox .list1 { display: flex; justify-content: center; }
.reservebox .list1 li { text-align: center; }
.reservebox .list1 li .logo { margin-bottom: 20px; height: 130px; display: flex; justify-content: center; align-items: center; }
.reservebox .list1 li .name { margin: 30px 0 20px; font-size: 1.8rem; }
.reservebox .list1 li .tel { font-size: 3.8rem; left: 0.1em; font-family: 'Cambay', sans-serif; line-height: 1; }
.reservebox .list1 li .tel a { text-decoration: none; }
.reservebox .list1 li .tel a img { width: 24px; display: inline-block; margin-right: 5px; font-size: 0rem; }
.reservebox .list1 li .cap { font-size: 1.4rem; letter-spacing: 0.05em;}
.reservebox .list1 li .cap br { display: none; }
.reservebox .list1 li.piccolomondo { text-align: center; border-left: 1px solid #262626; padding-left: 6%; }
.reservebox .list1 li.piccolomondo .logo img { width: 260px; }
.reservebox .list1 li.fuu { padding-right: 6%; }
.reservebox .list1 li.fuu .logo img { width: 150px; }
.reservebox .link { text-align: center; }
.reservebox a.ebtn { width: 92%; margin: 50px auto 0; display: inline-block; padding: 25px 6% 15px; box-sizing: border-box; background: #262626; text-decoration: none; font-size: 3.8rem; font-family: 'Cambay', sans-serif; letter-spacing: 0.14em; color: #fff; }
.reservebox a.ebtn:hover { background: #fff; color: #262626; }
.reservebox a.ebtn img { width: 26px; margin-right: 10px; vertical-align:2px; }
.reservebox a.ebtn img:nth-child(2) { display: none; }
.reservebox a.ebtn:hover img:nth-child(1) { display: none; }
.reservebox a.ebtn:hover img:nth-child(2) { display: inline; animation: flower-display-btnicon-hover 1s 0s 1 normal both; }
@media screen and (max-width: 1280px) {
	.reservebox .box { padding: 60px 6%; background: #f7f7f7; }
	.reservebox a.ebtn { width: 100%; }
}
@media screen and (max-width: 1040px) {
	.reservebox .list1 { display: block; }
    .reservebox .list1 li.piccolomondo { border:none; border-top: 1px solid #262626; padding-left: 0; padding-top: 40px; }
	.reservebox .list1 li.fuu { border: none; padding-right: 0; padding-bottom: 40px; }
    .reservebox .list1 li .logo { margin: 0; height: auto; }
	.reservebox .list1 li .name { margin: 10px 0; font-size: 1.8rem; }
    .reservebox .list1 li.piccolomondo .logo img { width: 210px; }
    .reservebox .list1 li.fuu .logo img { width: 120px; }
}
@media screen and (max-width: 767px) {
	.reservebox .box { padding: 40px 6%; }
    .reservebox .list1 li.piccolomondo { padding-top: 30px; }
    .reservebox .list1 li.fuu { padding-bottom: 30px; }
	.reservebox .list1 li.fuu { border: none; padding-right: 0; padding-bottom: 40px; }
    .reservebox .list1 li .tel { font-size: 2.8rem; }
    .reservebox .list1 li .tel a img { width: 20px; vertical-align: -2px; }
    .reservebox a.ebtn { font-size: 2.4rem; line-height: 1.8; }
    .reservebox a.ebtn img { width: 20px; margin-right: 5px; vertical-align:-1px; }   
	.reservebox a.ebtn:hover { background: #262626; color: #fff; }
	.reservebox a.ebtn:hover img:nth-child(1) { display: inline; }
	.reservebox a.ebtn:hover img:nth-child(2) { display: none; }
}
@media screen and (max-width: 500px) {
	.reservebox .txt1 { text-align: justify; margin-bottom: 30px; }
	.reservebox .list1 li .cap br { display: block; }
}

@keyframes flower-display-btnicon-hover {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


/* gallerybox */
.gallerybox .link { text-align: center; margin-bottom: 40px; }
.gallerybox .list1 { display: flex;align-items: flex-start; flex-wrap: wrap; }
.gallerybox .list1 li { width: 20%; height:18vw; }
.gallerybox .list1 li img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%;}
@media screen and (max-width: 1040px) {
	.gallerybox .list1 li { width: 25%; height:22vw; }
	.gallerybox .list1 li:nth-child(9),
	.gallerybox .list1 li:nth-child(10) { display: none; }
}
@media screen and (max-width: 767px) {
	.gallerybox .link { text-align: center; margin-bottom: 30px; }
	.gallerybox .list1 li { width: 33.33%; height:33vw;}
	.gallerybox .list1 li:nth-child(9) { display: block; }
}
@media screen and (max-width: 500px) {
	.gallerybox .list1 li { width: 50%; height:50vw;}
	.gallerybox .list1 li:nth-child(10) { display: block; }
}

/* recruitbox */
.recruitbox .topsectitle {text-align: left; }
.recruitbox .inbox { margin-right: calc(640px - 50vw); display: flex; }
.recruitbox .txtbox { padding: 60px 0; flex:1; }
.recruitbox .txtbox .link { margin-top: 40px; }
.recruitbox .imgbox { width: calc(50vw + 80px);  display: flex; justify-content: space-between; }
.recruitbox .imgbox>div { width: 31%; height: 100%; }
.recruitbox .imgbox>div img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%;}
@media screen and (max-width: 1480px) {
    .recruitbox .txtbox { padding: 0; }
    .recruitbox .inbox { margin-right: -7%; }
    .recruitbox .imgbox { width: 60%; margin-left:60px;}
}
@media screen and (max-width: 1280px) {
    .recruitbox .imgbox>div { width: 47%; }
    .recruitbox .imgbox>div:nth-child(1) { display: none; }
    .recruitbox .imgbox {  }
}
@media screen and (max-width: 1040px) {
    .recruitbox .topsectitle {text-align: center; }
    .recruitbox .inbox { margin-right: 0; display: block; text-align:center; }
    .recruitbox .imgbox { width: 100%; margin: 60px 0 0; }
    .recruitbox .imgbox>div:nth-child(1) { display: block; }
    .recruitbox .imgbox>div { width: 31%; height: auto; }
    .recruitbox .imgbox>div img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%;}    
}
@media screen and (max-width: 767px) {
	.recruitbox .imgbox { width: 100%; margin: 60px 0 0; display: block; }
	.recruitbox .imgbox>div { width: 100%; height:260px; }
}
@media screen and (max-width: 500px) {
    .recruitbox .inbox { text-align:justify; }
	.recruitbox .imgbox>div { width: 100%; height:65vw; }
    .recruitbox .txtbox .link { margin-top: 30px; text-align: center; }
}





























