@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body {
    background: rgb(237,235,235);
    background: linear-gradient(0deg, rgba(237,235,235,1) 0%, rgba(216,215,214,1) 60%, rgba(191,190,189,1) 100%);
}

a {
    transition: all .7s;
}

a:hover {
    transition: all .7s;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Shippori Mincho", serif;
}

.fontB {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

.inLink>a {
    text-decoration: underline;
    color: #333;
}

.inLink>a:hover {
    text-decoration: none;
    color: #333;
}

/*-- inCover -----------------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 120px 0 0;
}

.incoverImgBox {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    margin: auto;
}

.incoverBox {
    padding: 0 15px;
    text-align: left;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto 32px;
}

.incoverTit {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.257em;
    color: #4B4948;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    max-width: 260px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #292725;
    position: relative;
    border: 1px solid #292725;
}

.comBtn01:after {
    content: "";
    width: 51.67px;
    height: 6.6px;
    display: block;
    margin-left: 30px;
    background: url(/system_panel/uploads/images/com_arrow_icon2.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover:after {
    filter: brightness(0) invert(1);
}

.comBtn01:hover {
    background: #292725;
    color: #fff;
}


/*---font-size----*/

.titEn01 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.257em;
    color: #4B4948;
}

.titJa01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 4px;
    color: #999593;
}

.titEn02 {
    color: #4B4948;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.titJa02 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.55em;
}

.titJa03 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.titJa04 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.text01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2.222em;
}

.inTit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

/*-- inCover -----------------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadWrap {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.breadBox {
    max-width: 1220px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadLink {
    display: block;
    color: #292725;
    transition: all .2s;
}

.breadLink:hover {
    color: #6c6c6c;
    transition: all .2s;
}


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/



/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #4B4948;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #EDEAE9;
    color: #342812;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #292725;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 300px;
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyDt {
	border-left: 5px solid #4B4948 !important;
	padding: 0 0 3px 10px;
	font-weight: 700;
	font-size: 17px;
	margin: 31px 0 0 0;
	letter-spacing: 0.15em;
}

.privacyDd {
	font-size: 14px;
	padding: 0 0 0 16px;
	margin: 16px 0 0 0;
	letter-spacing: 0.15em;
	line-height: 1.66em;
}

/*----*/

.compBaseTh {
    padding: 14px 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.compBaseTd {
    padding: 0 10px 14px;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.compBaseTb>.row {
    border-bottom: 1px solid #BDB5B1;
}

/*----*/


.menuFlexWr02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.reservationBtnBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.formBtn.comBtn01 {
    background: #fff;
    margin: 30px auto 0;
    cursor: pointer;
    transition: all .7s;
}

.formBtn.comBtn01:hover {
    background-color: #292725;
    transition: all .7s;
}

.comBtn01.homeBtn:after {
    display: none;
}


.comBtn01.homeBtn:before {
    content: "";
    width: 51.67px;
    height: 6.6px;
    display: block;
    margin-right: 30px;
    background: url(/system_panel/uploads/images/com_arrow_icon2.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
    transform: scale(-1, 1);
}

.comBtn01.homeBtn:hover:before {
    filter: brightness(0) invert(1);
}

.menuContFlexBox {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
}

.historyTit01 {
    font-size: 23px !important;
}

.historyTit01>br {
    display: block;
}

.faqBtnWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    display: grid;
}

.faqBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #292725;
    position: relative;
    border: 1px solid #292725;
    padding: 15px 5px;
    text-align: center;
}

.faqBtn:hover {
    background: #292725;
    color: #fff;
}

.faqPageBox {
    z-index: -9;
}

.menuPoint01 {
    max-width: 80px;
    width: 25%;
    position: absolute;
    bottom: 100%;
    right: auto;
    left: -30px;
}

.menuBtnSetWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
}

.menuBtn {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #292725;
    position: relative;
    border: 1px solid #292725;
}

.menuBtn:hover>img {
    filter: brightness(0) invert(1);
    transition: all .7s;
}

.menuBtn>img {
    transition: all .7s;
}

.menuBtn:hover {
    background: #292725;
    color: #fff;
}

.bannerLinkBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #292725;
    position: relative;
}

.bannerLinkBtn:after {
    content: "";
    width: 51.67px;
    height: 6.6px;
    display: block;
    margin-left: 30px;
    background: url(/system_panel/uploads/images/com_arrow_icon2.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.bannerLinkBtn:hover:after {
    transition: all .7s;
    transform: translateX(9px);
}

.bannerLinkBtn:hover {
    color: #292725;
}

.topBannerImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuPageBox {
    z-index: -9;
}

.faqTit01 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.55em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .titJa02 {
    font-size: 35px;
}

.titJa03 {
    font-size: 20px;
}

.titJa04 {
    font-size: 22px;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.titEn01 {
    font-size: 40px;
}

.titJa01 {
    font-size: 14px;
}

.titJa03 {
    font-size: 25px;
}

.titJa04 {
    font-size: 25px;
}

.inTit01 {
    font-size: 25px;
}
  
 .menuFlexWr02 {
    grid-template-columns: repeat(2, 1fr);
}

.incoverTit {
    font-size: 40px;
}


.incoverImgBox {
    height: 300px;
}
  
.menuContFlexBox {
    grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titJa02 {
    font-size: 25px;
}

.titJa03 {
    font-size: 20px;
}

.titJa04 {
    font-size: 20px;
}

.titEn01 {
    font-size: 50px;
}

.titJa01 {
    font-size: 16px;
}

.comBtn01 {
    font-size: 16px;
}

.inTit01 {
    font-size: 20px;
}
  
 .menuFlexWr02 {
    grid-template-columns: repeat(3, 1fr);
}
  
 .reservationBtnBox {
    grid-template-columns: repeat(2, 1fr);
}

.incoverTit {
    font-size: 50px;
}


.incoverImgBox {
    height: 400px;
}

.incover {
    padding: 130px 0 0;
}

.compBaseTh {
    padding: 28px 10px;
}

.compBaseTd {
    padding: 28px 10px;
}
  
.faqBtnWr {
    grid-template-columns: repeat(3, 1fr);
}

.menuPoint01 {
    bottom: 40%;
    right: 100%;
    left: auto;
    max-width: 135px;
}

.menuBtnSetWr {
    grid-template-columns: repeat(3, 1fr);
}

.menuBtn {
    height: 55px;
    font-size: 10px;
}

.faqTit01 {
    font-size: 35px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.faqBtn {
    font-size: 18px;
}

.menuBtn {
    height: 65px;
    font-size: 14px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.titJa02 {
    font-size: 35px;
}

.titJa03 {
    font-size: 30px;
}

.titJa04 {
    font-size: 30px;
}

.titEn01 {
    font-size: 60px;
}

.titJa01 {
    font-size: 18px;
}

.inTit01 {
    font-size: 25px;
}

.incoverTit {
    font-size: 60px;
}

.incoverImgBox {
    height: 480px;
}

.incover {
    padding: 150px 0 0;
}

.historyTit01 {
    font-size: 28px !important;
}

.bannerLinkBtn {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.titJa02 {
    font-size: 40px;
}

.titJa03 {
    font-size: 35px;
}

.titEn01 {
    font-size: 70px;
}

.titJa01 {
    font-size: 20px;
}

.text01 {
    font-size: 16px;
}

.incoverTit {
    font-size: 80px;
}

.incover {
    padding: 178px 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.text01 {
    font-size: 18px;
}

.inTit01 {
    font-size: 30px;
}

.historyTit01>br {
    display: none;
}

.menuBtn {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titJa02 {
    font-size: 55px;
}

.titJa03 {
    font-size: 50px;
}

.titJa04 {
    font-size: 40px;
}

.historyTit01 {
    font-size: 32px !important;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1700px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */