@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;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/bg_color01.jpg) repeat;
    background-size: auto;
    background-position: top left;
    z-index: -6;
}

.telWrap {
    color: inherit;
}

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

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.reduction {
    transition: all .5s;
}

.reduction:hover {
    transform: scale(0.9);
    transition: all .5s;
}

.fontA {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}

/*-- Noto Serif JP font-weight:600 ---*/
.fontB {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

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

.paddingWr01 {
    padding: 0 15px;
}

/*---共通背景----*/

.comBg01,.comBg02 {
    position: relative;
}

.comBg01 {
    color: #fff;
}

.comBg02 {
    color: #413B31;
}

.comBg01:before,.comBg02:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/system_panel/uploads/images/bg_color02.jpg)repeat;
    background-position: top left;
    background-size: auto;
    mix-blend-mode: multiply;
}

.comBg01:after,.comBg02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.comBg02:before {
    opacity: 0.6;
}

.comBg01:after {
    background-color: #413B31;
}

.comBg02:after {
    background-color: #F5EFE4;
}

.comBgCont01 {
    position: relative;
    color: #413B31;
}

.comBgCont01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/bg_color01.jpg) repeat;
    background-size: auto;
    background-position: top left;
    z-index: -1;
}

.backBtn:after {
    transform: scale(-1, 1);
}

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



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

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

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

.comBtn01,.comBtn02 {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    gap: 3px;
    transition: all .5s;
}

.comBtn01 {
    color: #fff;
}

.comBtn02 {
    color: #A7191F;
}

.comBtn01:after {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow01.svg)no-repeat;
    width: 100%;
    height: 11px;
    background-position: right center;
}

.comBtn02:after {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow02.svg)no-repeat;
    width: 100%;
    height: 11px;
    background-position: right center;
}

.comBtn01:hover {
    color: #fff;
    opacity: 0.5;
}

.comBtn02:hover {
    color: #A7191F;
    opacity: 0.5;
}


/*----共通font---*/

.tit01 {
    font-size: 25px;
    line-height: 1.44em;
}

.tit02 {
    font-size: 25px;
    line-height: 1.44em;
}

.titSub01 {
    font-size: 28px;
    line-height: 1.44em;
    margin-bottom: -20px;
}

.titMain01 {
    font-size: 80px;
    line-height: 1.44em;
    text-shadow: 8px 8px 0 #6A2124;
}

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

.titSub02 {
    font-size: 18px;
    line-height: 1.44em;
    margin-bottom: -5px;
}

.titMain02 {
    font-size: 50px;
    line-height: 1.14em;
    text-shadow: 4px 4px 0 #6A2124;
}

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

.colorWhite {
    color: #fff;
}

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



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


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



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



/*--is-animation--*/



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

.fNavLink:hover {
    opacity: .5;
}

.fSnsLInk:hover {
    opacity: .5;
}

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

.fReservationTelTit {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.913em;
}

.fReservationTelTit strong {
    font-size: 30px;
    font-weight: 400;
}

.fReservationTelTit01 strong {
    line-height: 0.7em;
}

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

/*---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;
}

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

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

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/


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

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

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

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

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

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

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

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

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

  


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

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

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

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

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

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

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

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

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

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

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

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

.fReservationTelWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.tit01 {
    font-size: 40px;
}

.fReservationTelTit {
    font-size: 23px;
}

.fReservationTelTit strong {
    font-size: 40px;
}

.text01 {
    font-size: 16px;
}

.titSub01 {
    font-size: 38px;
    margin-bottom: -25px;
}

.titMain01 {
    font-size: 110px;
    text-shadow: 10px 10px 0 #6A2124;
}

.comBtn01,.comBtn02 {
    font-size: 20px;
}

.titSub02 {
    font-size: 22px;
}

.titMain02 {
    font-size: 80px;
    text-shadow: 6px 6px 0 #6A2124;
}
    
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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


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

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

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

.tit02 {
    font-size: 30px;
}

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

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

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


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

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

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

.tit01 {
    font-size: 50px;
}

.tit02 {
    font-size: 40px;
}

.text01 {
    font-size: 18px;
}

.titSub01 {
    font-size: 48px;
    margin-bottom: -35px;
}

.titMain01 {
    font-size: 150px;
    text-shadow: 15px 15px 0 #6A2124;
}

.titSub02 {
    font-size: 25px;
}

.titMain02 {
    font-size: 100px;
    text-shadow: 8px 8px 0 #6A2124;
}

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

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

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