@charset "utf-8";

@font-face{
    font-family:'Zen Kaku Gothic New';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2) format('woff2'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format('woff'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.ttf) format('opentype');
}
@font-face{
    font-family:'Zen Kaku Gothic New';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2) format('woff2'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format('woff'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.ttf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

/*==============================
    remの基準
==============================*/
html{
    font-size: 10px;
}
@media only screen and (max-width:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw);
    }
}
@media only screen and (max-width:1215px){
    html{
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* 色 */
    --textColor: #333;
    --keyColor: #018cd4;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize23: 2.3rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize27: 2.7rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize49: 4.9rem;
    --pcFontSize50: 5rem;
    --pcFontSize60: 6rem;
    --pcFontSize67: 6.7rem;
    --pcFontSize70: 7rem;
    --pcFontSize72: 7.2rem;
    --pcFontSize77: 7.7rem;
    --pcFontSize100: 10rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --pcLineHeight11_16: calc(16 / 11); /* font-size:11; line-height:1.6; */
    --pcLineHeight12_17: calc(17 / 12); /* font-size:12; line-height:1.7; */
    --pcLineHeight12_20: calc(20 / 12);
    --pcLineHeight13_23: calc(23 / 13);
    --pcLineHeight14_22: calc(22 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight16_24: calc(24 / 16);
    --pcLineHeight16_32: calc(32 / 16);
    --pcLineHeight17_24: calc(24 / 17);
    --pcLineHeight18_30: calc(30 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --pcLineHeight20_40: calc(40 / 20);
    --pcLineHeight28_56: calc(56 / 28);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_0: 0;
    --pcLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_150: 0.15rem; /* font-size:12; letter-spacing:0.15em; */
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing14_100: 0.1em;
    --pcLetterSpacing15_50: 0.05em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_70: 0.07em;
    --pcLetterSpacing17_50: 0.05em;
    --pcLetterSpacing18_30: 0.03em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing18_150: 0.15em;
    --pcLetterSpacing20_50: 0.05em;
    --pcLetterSpacing20_150: 0.15em;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing28_220: 0.22em;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing30_220: 0.22em;
    --pcLetterSpacing34_50: 0.05em;
    --pcLetterSpacing36_50: 0.05em;
    --pcLetterSpacing40_50: 0.05em;
    --pcLetterSpacing60_50: 0.05em;
    --pcLetterSpacing60_70: 0.07em;
    --pcLetterSpacing67_50: 0.05em;
    --pcLetterSpacing77_50: 0.05em;
    --pcLetterSpacing100_50: 0.05em;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize23: calc((23 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize35: calc((35 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_13: calc(13 / 10);
    --spLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --spLineHeight11_16: calc(16 / 11); /* font-size:11; line-height:1.6; */
    --spLineHeight11_22: calc(22 / 11);
    --spLineHeight12_17: calc(17 / 12); /* font-size:12; line-height:1.7; */
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight12_28: calc(28 / 12);
    --spLineHeight14_23: calc(23 / 14);
    --spLineHeight14_28: calc(28 / 14);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_32: calc(32 / 16);
    --spLineHeight18_26: calc(26 / 18);

    /* letter-spacing（SP） */
    --spLetterSpacing10_0: 0;
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing11_0: 0;
    --spLetterSpacing11_100: 0.1em;
    --spLetterSpacing12_0: 0;
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing12_150: 0.15em;
    --spLetterSpacing14_0: 0;
    --spLetterSpacing14_50: 0.05em;
    --spLetterSpacing14_70: 0.07em;
    --spLetterSpacing14_150: 0.15em;
    --spLetterSpacing15_50: 0.05em;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing16_70: 0.07em;
    --spLetterSpacing16_100: 0.1em;
    --spLetterSpacing18_50: 0.05em;
    --spLetterSpacing18_220: 0.22em;
    --spLetterSpacing30_50: 0.05em;
    --spLetterSpacing36_50: 0.05em;
    --spLetterSpacing40_50: 0.05em;
    --spLetterSpacing50_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:YakuHanJP_Narrow,'Zen Kaku Gothic New', serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
}
@media only screen and (max-width:1215px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fCormorant{font-family: "Cormorant", serif;}
.fzenkau{font-family:'Zen Kaku Gothic New', sans;}
.fMin{ font-family: "YakuHanMP","游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif Japanese';}
.fZenMin{ font-family: "Zen Old Mincho", serif;}

.fBlue{color: #0F3675;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:1215px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:1215px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    max-width:1920px;
    width: 100%;
    margin:0 auto;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display: none !important;;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/*-----------------------------------------------
    jsHide
-----------------------------------------------*/
.jsHide{
	opacity: 0;
	-webkit-transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
/*-----------------------------------------------
	jsHideImg
-----------------------------------------------*/
.jsHideImg{
	filter: blur(20px) brightness(4);
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transform-origin: center top;
}
.jsHideImg.jsShow{
	filter: blur(0) brightness(1);
	transform: translateY(0);
	opacity: 1;
}
.jsHideImg02{
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transform-origin: center top;
}
.jsHideImg02.jsShow{
	transform: translateY(0);
	opacity: 1;
}
body.opening .jsHideImg02{
	transform: translateY(0);
	opacity: 1;
}


/*-----------------------------------------------
    imgCover
-----------------------------------------------*/

.wrapper900{
	max-width:90rem;
	width:calc(100% - 10rem);
	margin:0 auto;
}
.wrapper1135 {
    max-width: 113.5rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1200 {
    max-width: 120rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1280{
	max-width:128rem;
	width:94%;
	margin:0 auto;
}
.wrapper1400 {
    max-width: 140rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1455 {
    max-width: 144.5rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1500 {
    max-width: 150rem;
    width: 94%;
    margin: 0 auto;
}
.wrapper1570{
	max-width:157rem;
	width:calc(100% - 10rem);
	margin:0 auto;
}
.wrapper1650{
	max-width:165rem;
	width:calc(100% - 10rem);
	margin:0 auto;
}
@media only screen and (max-width:1215px){
	.wrapper900,
	.wrapper1135,
	.wrapper1200,
	.wrapper1280,
	.wrapper1400,
	.wrapper1455,
	.wrapper1500,
	.wrapper1570,
	.wrapper1650{
        max-width: 40rem;
		width:100%;
		margin: 0 auto;
	}
	.wrapper1400,
	.wrapper1135,
	.wrapper900{
		width: 92%;
	}
    .wrapperSp,
    .wrapperSp345,
    .wrapperSp295,
	.wrapperSpCover{
        max-width: 40rem;
		width: 100%;
        margin: 0 auto;
    }
	.wrapperSp{
		width: 93.334%;
	}
	.wrapperSp345{
		width: 92%;
	}
}

/*-----------------------------------------------
	copy
-----------------------------------------------*/
#copy{
	text-align: center;
	font-family: tbchibirgothicplusk-pro, sans-serif;
	background: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: var(--pcFontSize16);
	letter-spacing: 1px;
	padding: 4.2rem 0;
	margin-top: 23.5rem;
}
@media only screen and (max-width:1215px){
	#copy{
		font-size: var(--spFontSize12);
		padding: 3.4rem 0;
		margin-top: 10rem;
	}
	#fNavi + #copy{
		margin-bottom: 6rem;
	}
}


/*-----------------------------------------------
	secContact
-----------------------------------------------*/
.secContact{
	margin-top: 12.7rem;
	padding-bottom: 19.4rem;
}
.secContact .tit {
	position: relative;
	font-family: "Cormorant", serif;
	font-size: var(--pcFontSize100);
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.secContact.index .tit::after{
	position: absolute;
	content: "";
	width: 15rem;
	height: 15.6rem;
	right: 14.1rem;
}
.secContact.index.lazyloaded .tit::after{
	background: url(../img/iruma/Contact01.png) center top / cover no-repeat;
}
.secContact .tit::before{
	position: absolute;
	content: "";
	width: 7.7rem;
	height: 7.7rem;
	top: 13.3rem;
	left: calc(50% - 61.8rem);
}
.secContact.index.lazyloaded .tit::before{
	background: url(../img/iruma/Contact02.png) center top / cover no-repeat;
}
.secContact .txt {
	font-size: var(--pcFontSize16);
	margin-top: 2.3rem;
	text-align: center;
}
.secContact .titBox{
	margin-top: 7.3rem;
}
.secContact .titBox .tit_1{
	font-size: var(--pcFontSize18);
	line-height: 2;
	text-align: center;
}
.secContact .mainBox{
	margin-top: 7.8rem;
}
.secContact .mainBox .Contactlist{
	display: flex;
	width: 104rem;
	margin: 0 auto;
}
.secContact .mainBox .item{
	width: calc((100% - 8.1rem) / 2);
	margin-right: 8rem;
}
.secContact .mainBox .item:last-child{
	margin-right: 0;
}
.secContact .mainBox .linkCon{
	background: linear-gradient(to bottom, #2667d7 50%, #0E56D2 50%);
	box-shadow: 0.4rem 0.8rem 0 #1C255B;
	border-radius: 6rem;
	width: 48rem;
	height: auto;
	min-height: 12.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: var(--pcFontSize26);
	padding-left: 5.3rem;
	letter-spacing: 0;
}
.secContact .mainBox .item:nth-child(2) .linkCon{
	background: linear-gradient(to bottom, #34c799 50%, #1dc18e 50%);
	padding-left: 3.6rem;
	box-shadow: 0.4rem 0.8rem 0 #195240;
}
.secContact .mainBox .linkCon::after{
	width:2.7rem;
	height: 3.1rem;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
    left: calc(50% - 9.7rem);
}
.secContact .mainBox .linkCon.lazyloaded::after{
	background: url(../img/iruma/iconReservation.png);
	background-size: 100% auto;
}
.secContact .mainBox .item:nth-child(2) .linkCon:after{
	width: 1.8rem;
	height: 2.6rem;
	left: calc(50% - 7rem);
}
.secContact .mainBox .item:nth-child(2) .linkCon.lazyloaded:after{
	background: url(../img/iruma/iconContact.png) no-repeat;
	background-size: 100% auto;
}
.secContact .bngouBox{
	margin-top: 8.1rem;
	text-align: center;
	position: relative;
}
.secContact .bngouBox::after{
	position: absolute;
	content: "";
	width: 6.9rem;
	height: 6.9rem;
	right: 20rem;
	top: -3.8rem;
}
.secContact.index .bngouBox.lazyloaded::after{
	background: url(../img/iruma/Contact03.png) center top / cover no-repeat;
}
.secContact.index .bngouBox::before{
	position: absolute;
	content: "";
	width: 11.2rem;
	height: 11.2rem;
	top: -0.9rem;
	left: 14.2rem;
}
.secContact.index .bngouBox.lazyloaded::before{
	background: url(../img/iruma/Contact04.png);
    background-size: contain;
}
.secContact .bngouBox .nuber{
	font-size: var(--pcFontSize50);
	letter-spacing: 3px;
	display: inline-block;
	padding-left: 5.3rem;
	position: relative;
	font-family: "Zen Old Mincho", serif;
}
.secContact .bngouBox.lazyloaded .nuber{
	background: url(../img/iruma/denwa.png) center left / auto 4.1rem no-repeat;
}
.secContact .bngouBox .linktit{
	font-size: var(--pcFontSize20);
	margin-top: 2.1rem;
	letter-spacing: 1.25px;
}
.secContact .logo{
	text-align: center;
	margin-top: 4.2rem;
}
@media only screen and (max-width: 1215px){
	.secContact{
		margin-top: 4rem;
		padding-bottom: 8.4rem;
	}
	.secContact .tit {
		position: relative;
		font-family: "Cormorant", serif;
		font-size: var(--spFontSize50);
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
	}
	.secContact.index .tit::after{
		position: absolute;
		content: "";
		width: 3.8rem;
		height: 4rem;
		right: 3.1rem;
		top: -1.3rem;
	}
	.secContact.index.lazyloaded .tit::after{
		background: url(../img/iruma/Contact01_sp.png) no-repeat;
		background-size: 100% auto;
	}
	.secContact.index .tit::before{
		position: absolute;
		content: "";
		width: 3.3rem;
		height: 3.3rem;
		top: 6.3rem;
		left:1.7rem;
	}
	.secContact.index.lazyloaded .tit::before{
		background: url(../img/iruma/Contact02_sp.png);
		background-size: 100% auto;
	}
	.secContact .txt {
		font-size: var(--spFontSize14);
		margin-top: 0.8rem;
		text-align: center;
	}
	.secContact .titBox{
		margin-top: 4rem;
	}
	.secContact .titBox .tit_1{
		font-size: var(--spFontSize14);
		line-height: 2;
		text-align: center;
	}
	.secContact .mainBox{
		margin-top: 4rem;
	}
	.secContact .mainBox .Contactlist{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.secContact .mainBox .item{
		width: 100%;
		margin-right: 0;
	}
	.secContact .mainBox .item:nth-child(2){
		margin-top: 3.4rem;
	}
	.secContact .mainBox .item:last-child{
		margin-right: 0;
	}
	.secContact .mainBox .linkCon{
		background: linear-gradient(to bottom, #2667d7 50%, #0E56D2 50%);
		box-shadow: 0.25rem 0.5rem 0 #1C255B;
		border-radius: 6rem;
		width: 100%;
		height: auto;
		min-height: 7.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		position: relative;
		color: #fff;
		font-size: var(--spFontSize16);
		padding-left: 3.1rem;
	}
	.secContact .mainBox .item:nth-child(2) .linkCon{
		background: linear-gradient(to bottom, #34c799 50%, #1dc18e 50%);
		padding-left: 2rem;
		box-shadow: 0.25rem 0.5rem 0 #195240;
	}
	.secContact .mainBox .linkCon::after{
		width: 1.8rem;
		height: 2rem;
		margin: auto;
        left: calc(50% - 6.1rem);
	}
	.secContact .mainBox .linkCon.lazyloaded::after{
		background: url(../img/iruma/iconReservation.png);
		background-size: 100% auto;
	}
	.secContact .mainBox .item:nth-child(2) .linkCon:after{
		width: 1.3rem;
		height: 1.8rem;
		left: calc(50% - 4.8rem);
	}
	.secContact .mainBox .item:nth-child(2) .linkCon.lazyloaded:after{
		background: url(../img/iruma/iconContact.png) no-repeat;
		background-size: 100% auto;
	}
	.secContact .bngouBox {
		margin-top: 5.8rem;
		text-align: center;
		position: relative;
	}
	.secContact.index .bngouBox::before {
		position: absolute;
		content: "";
		width: 2.6rem;
		height: 2.6rem;
		top: 9.8rem;
		left: 2.3rem;
	}
	.secContact.index .bngouBox.lazyloaded::before {
		background: url(../img/iruma/Contact04_sp.png);
		background-size: 100% auto;
	}
	.secContact .bngouBox .nuber {
		font-size: var(--spFontSize26);
		letter-spacing: 3px;
		display: inline-block;
		padding-left: 2.7rem;
		position: relative;
	}
	.secContact .bngouBox.lazyloaded .nuber {
		background: url(../img/iruma/denwa.png) center left / auto 2.3rem no-repeat;
	}
	.secContact .bngouBox .linktit {
		font-size: var(--spFontSize13);
		margin-top: 1.1rem;
		letter-spacing: 1.25px;
	}
	.secContact.index .bngouBox::after {
		position: absolute;
		content: "";
		width: 3.5rem;
		height: 3.5rem;
		right: 2rem;
		top: 4.4rem;
	}
	.secContact.index .bngouBox.lazyloaded::after {
		background: url(../img/iruma/Contact03_sp.png);
		background-size: 100% auto;
	}
	.secContact .logo {
		width: 13.9rem;
		margin: 0 auto;
		margin-top: 3.3rem;
	}
}

/*-----------------------------------------------
    herder
-----------------------------------------------*/
#header{
	height: 8.7rem;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
}
#header .wrapper{
	position: absolute;
	top: 0;
    bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    display: flex;
    align-items: center;
}
#header .wrapper .logoLink{
	display: block;
	z-index: 11;
    width: 8.5rem;
}
#header .wrapper .logoLink img{
	width: 100%;
	height: auto;
}
#header .headerWrapper{
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
}
#header .flexBox{
	width: 30.4rem;
	display: flex;
}
#header .flexBox .logo{
	width: 50%;
}
#header .flexBox .iconlink{
	display: block;
	width: 100%;
	background: #0E56D2;
	height: auto;
	text-align: center;
	padding: 1.7rem 0 1.8rem;
}
#header .flexBox .linktit{
	font-size: var(--pcFontSize18);
	font-weight: bold;
	margin-top: 1rem;
	color: #fff;
}
#header .flexBox .iconlink.colorsub{
	background: #1DC18E;
	padding: 1.2rem 0 1.8rem;
}
/* boxList */
#header .boxList{
	width: calc(100% - 30.4rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 3%;
}
#header .boxList .item{
	position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
#header .boxList .link{
	position: relative;
    display: flex;
    align-items: center;
    height: 100%;
	font-size: var(--pcFontSize17);
	letter-spacing: var(--pcLetterSpacing17_50);
	font-weight: bold;
	padding-right: 5rem;
}
#header .item:not(:last-child) .link::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
	bottom: 0;
    right: 0;
    width: 1px;
    height: 3.5rem;
	background-color: #787878;
}
#header .boxListSub{
    position: absolute;
    top: 100%;
    left: -43%;
    width: 22rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
#header .link_hover.on + .boxListSub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#header .boxListSub .item{
    justify-content: center;
}
#header .boxListSub .link{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
	padding-right: 0!important;
    width: 100%;
    justify-content: center;
	padding: 0.9rem 0;
}
#header .boxListSub .link::after{
	display: none!important;
}
@media only screen and (max-width:1560px){
	#header .boxList {
		gap: 2%;
	}
	#header .item:not(:last-child) .link{
		padding-right: 2rem;
	}
}
@media only screen and (max-width:1215px){
	#header{
		height: auto;
        background-color: unset;
	}
	#header .wrapper,
	#header .headerWrapper{
		display: none;
	}
}


/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
#btnNavi{display: none;}
@media only screen and (max-width:1215px){
	#btnNavi{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
        width: 5rem;
        height: 5rem;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
		z-index: 99;
	}
	#btnNavi .border{
		position: relative;
		border-top: 2px solid #0F3675;
		width: 2rem;
		height: 1.8rem;
        margin: 1.8rem 1.6rem 0 0;
	}
	#btnNavi .border::before,
	#btnNavi .border::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #0F3675;
		transition: transform 0.4s;
	}
	#btnNavi .border::before{
		bottom: 0.2rem;
	}
	#btnNavi .border::after{
		top: auto;
	}
	.isMenuOpen #btnNavi .border{
		border-top: none;
	}
	.isMenuOpen #btnNavi .border::before{
        transform: rotate(45deg);
	}
	.isMenuOpen #btnNavi .border::after{
        transform: translateY(-0.9rem) rotate(-45deg);
	}
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{display: none;}
@media only screen and (max-width:1215px){
	#menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 998;
		width: 100%;
		min-height: 100vh;
		height: 100%;
		opacity: 0;
		pointer-events: none;
		background-color: #fff;
		transition: opacity 0.2s ease-in-out;
	}
	#menu a{
		pointer-events: none;
	}
	body.isMenuOpen #menu{
		opacity: 1;
		pointer-events: auto;
	}
	body.isMenuOpen #menu a{
		pointer-events: auto;
	}
	#menu .wrapper{
		position: relative;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 100svh;
		z-index: 1;
		overflow-y: scroll;
		padding: 1.4rem 1.6rem 4rem;
	}
	#menu .wrapper .boxLogo,
	#menu .wrapper .boxLink {
		width: 100%;
		max-width: 40rem;
		margin: 0 auto;
	}
	#menu .boxLogo .logo{
		position: relative;
        top: 0.3rem;
        left: 1px;
        width: 7.2rem;
		display: block;
	}
	#menu .boxLogo img{
		width: 100%;
		height: auto;
	}
	/* list */
	#menu .boxLink .list{
		display: flex;
		flex-direction: column;
	}
	#menu .list .link{
		position: relative;
		padding: 3rem 0 1.5rem;
        display: block;
		font-size: var(--spFontSize17);
		font-weight: bold;
	}
	#menu .list .link::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ddd;
	}
	/* boxListSub */
	#menu .boxListSub .list{
		display: flex;
		flex-direction: column;
	}
	#menu .boxListSub .link{
        padding: 1.5rem 0 1.5rem 2rem;
		font-size: var(--spFontSize15);
	}
	#menu .boxListSub .link::before{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
        left: 0.6rem;
        width: 0.6rem;
        height: 1px;
        background-color: #969696;
	}
	/* listBtn */
	#menu .boxLink .listBtn{
		display: flex;
		flex-direction: column;
		margin-top: 4rem;
		gap: 2rem;
	}
	#menu .listBtn .item{
		width: 100%;
	}
	#menu .listBtn .link{
		position: relative;
		width: 100%;
		height: 5.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: var(--spFontSize18);
		color: #fff;
		font-weight: bold;
	}
	#menu .listBtn .link_reserve{
		background-color: #0E56D2;
	}
	#menu .listBtn .link_contact{
		background-color: #1DC18E;
	}
	#menu .listBtn .txt{
		position: relative;
		display: inline-block;
		padding-left: 3.5rem;
	}
	#menu .listBtn .txt::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2.2rem;
		height: 3rem;
	}
	#menu .link_reserve.lazyloaded .txt::after{
		background: url(../img/common/icon_reserve.png) center top / cover no-repeat;
	}
	#menu .link_contact.lazyloaded .txt::after{
		background: url(../img/common/icon_contact.png) center top / cover no-repeat;
	}
}
/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{display: none;}
@media only screen and (max-width:1215px){
	#fNavi{
		display: block;
		position: fixed;
		bottom: -6rem;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;  
	}
	#fNavi.jsShow{
		bottom: 0;
	}
	#fNavi .naviList{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#fNavi .naviList .item{
		width: calc(50% - 0.05rem);
	}
	#fNavi .naviList .link{
		position: relative;
		width: 100%;
		height: 5.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: var(--spFontSize17);
		color: #fff;
		font-weight: bold;
	}
	#fNavi .naviList .link_reserve{
		background-color: #0E56D2;
	}
	#fNavi .naviList .link_contact{
		background-color: #1DC18E;
	}
	#fNavi .naviList .txt{
		position: relative;
		display: inline-block;
		padding: 0.3rem 0 0 3.5rem;
	}
	#fNavi .naviList .txt::after{
		position: absolute;
		content: '';
		margin: auto;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2.2rem;
		height: 3rem;
	}
	#fNavi .link_reserve.lazyloaded .txt::after{
		background: url(../img/common/icon_reserve.png) center top / cover no-repeat;
	}
	#fNavi .link_contact.lazyloaded .txt::after{
		background: url(../img/common/icon_contact.png) center top / cover no-repeat;
	}
}

/*-----------------------------------------------
	secCmnTit
-----------------------------------------------*/
.secCmnTit{
    position: relative;
    height: 45.1rem;
    padding-top: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    z-index: 10;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.secCmnTit .titEng{
    font-size: var(--pcFontSize100);
	letter-spacing: var(--pcLetterSpacing100_50);
}
.secCmnTit .titMin{
    transform: scale(0.7);
    display: inline-block;
}
.secCmnTit .tit{
    font-size: var(--pcFontSize16);
	letter-spacing: var(--pcLetterSpacing16_70);
    font-weight: bold;
	margin-top: 0.5rem;
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        height: 22.5rem;
        padding-top: 3rem;
    }
    .secCmnTit .titEng{
        font-size: var(--spFontSize40);
		letter-spacing: var(--spLetterSpacing40_50);
    }
	.secCmnTit .titMin{
		transform: scale(1);
		margin: 0 -1rem;
	}
    .secCmnTit .tit{
        font-size: var(--spFontSize16);
		letter-spacing: var(--spLetterSpacing16_70);
		margin-top: 1rem;
    }
}