@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;
    background-color: #FFF4DE;
}

.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: "Zen Kaku Gothic New", sans-serif;
}

.fontB {
  font-family: "Noto Serif", serif;
}

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

.fontD {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

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

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

.paddingWr01 {
    padding: 0 15px;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.pageHight {
    position: absolute;
    bottom: 100%;
    height: 50px;
    left: 0;
    right: 0;
    z-index: -9;
}

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



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

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

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

.comBtn01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    border: 3px solid #D13C44;
    background-color: #C11B24;
    color: #fff;
    gap: 30px;
    padding: 12px 13px 12px 18px;
    font-family: "Shippori Mincho B1", serif;
}

.comBtn01.colorBrownBtn {
    border-color: #371618;
    background-color: #ffffff00;
    color: #371618;
}

.comBtn01:after {
    content: "";
    width: 34px;
    height: 10px;
    background: url(/system_panel/uploads/images/com_arrow01.svg)no-repeat;
    display: block;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01.colorBrownBtn:after {
    background: url(/system_panel/uploads/images/com_arrow02.svg)no-repeat;
    background-size: 100%;
}

.comBtn01:hover:after {
    transform: translateX(5px);
    transition: all .5s;
}

.comBtn01:hover {
    color: #fff;
}

.comBtn01.colorBrownBtn:hover {
    color: #371618;
}

.titEn01 {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.titJa01 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

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

.text02 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

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

.colorWhite {
    color: #fff;
}

.colorRed {
    color: #C11B24;
}

.colorYellow {
    color: #FFB72A;
}

.bgBlack {
    background-color: #1F1F1F;
    color: #fff;
}

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



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


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



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



/*--is-animation--*/



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

.fSnsLink {
    transition: all .5s;
}

.fSnsLink:hover {
    opacity: .7;
}

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

.fReserveLinkBtn {
    border: 3px solid;
    height: 75px;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all .5s;
}

.fReserveLink01 {
    border-color: #371618;
    font-size: 25px;
}

.fReserveLink02 {
    border-color: #D13C44;
    background-color: #C11B24;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
}

.fReserveLink02:hover {
    border-color: #C11B24;
    background-color: #FDF8ED;
    color: #C11B24;
}

.fReserveLink03 {
    border-color: #C11B24;
    font-size: 16px;
    background-color: #FDF8ED;
    color: #C11B24;
    letter-spacing: 0.05em;
}

.fReserveLink03:hover {
    border-color: #D13C44;
    background-color: #C11B24;
    color: #fff;
}

.fReserveIconOff {
    display: block;
}

.fReserveIconOn {
    display: none;
}

.fReserveLinkBtn:hover .fReserveIconOff {
    display: none;
}

.fReserveLinkBtn:hover .fReserveIconOn {
    display: block;
}

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

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

.topCoverImg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 10%);
    z-index: 1;
}

.topCoverTextBox {
    position: absolute;
    z-index: 2;
    left: 4.45%;
    bottom: 3.05%;
}

.topAccessDeco01 {
    top: 4% !important;
    left: 2.6% !important;
    max-width: 110px !important;
}

.topBannerLink .topBannerLinkImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(31 31 31 / 60%);
    opacity: 0;
    transition: all .5s;
}

.topBannerLink:hover .topBannerLinkImgBox:before {
    opacity: 1;
}

.topBannerLink .topBannerLinkImgBox:before {
    opacity: 1;
}

.topBannerLink .topBannerLinkHoverOff {
    display: none;
}

.topBannerLink:hover .topBannerLinkHoverOff {
    display: none;
}

.topBannerLink .topBannerLinkHoverOn {
    display: block;
}

.topBannerLink:hover .topBannerLinkHoverOn {
    display: block;
}

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

.topBannerLinkHoverOffTitBox {
    font-size: 55px !important;
}

.topBannerLinkHoverOnTextLIst {
    font-size: 11px !important;
}

.topBannerLinkHoverOnTit {
    font-size: 30px !important;
}

.topAboutTit01 {
    font-size: 32px;
}

.topAboutTit01>u {
    font-size: 24px;
    text-decoration: none;
}

.topAboutTit02 {
    font-size: 35px;
}

.topAboutTit02>u {
    font-size: 30px;
    text-decoration: none;
}

.topAboutTit03 {
    font-size: 24px;
}

.topAboutImgBox {
    position: absolute;
    right: 2%;
    bottom: 0;
    margin-bottom: -17.2%;
}

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

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    gap: 12px;
    font-size: 12px;
    padding: 12px 10px 12px 10px;
}

.aboutDeco01 {
    max-width: 133px;
    width: 19%;
    position: absolute;
    left: -10px;
    bottom: 15%;
    z-index: -1;
}

.topMenuDeco01 {
    max-width: 227px;
    width: 20.82%;
    position: absolute;
    top: 3.37%;
    left: 2.6%;
    z-index: -1;
}

.topMenuDeco02 {
    max-width: 308px;
    width: 30.04%;
    position: absolute;
    bottom: 2.01%;
    right: 5.63%;
    z-index: -1;
}

/*----*/



/*----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: #485053;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

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

/*----*/

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

.compBaseTr {
    border: 1px solid #ccc;
    font-size: 16px;
}

.compBaseTh {
    padding: 15px 15px;
    background-color: #1F1F1F;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.compBaseTd {
    padding: 15px 15px;
    background: #fff;
    font-weight: 500;
}

/*----*/


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

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

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

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

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

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

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

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

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

  
.topBannerLinkHoverOnTextLIst {
    font-size: 13px !important;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topMenuBox02 {
    gap: 90px;
}

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    font-size: 16px;
}

.topMenuDeco02 {
    width: 25.04%;
}

.topAboutTit01 {
    font-size: 35px;
}

.topAboutTit01>u {
    font-size: 30px;
}

.topAboutTit02 {
    font-size: 40px;
}

.topAboutTit02>u {
    font-size: 35px;
}

.topAboutTit03 {
    font-size: 34px;
}

.titJa01 {
    font-size: 30px;
}

.topBannerLinkHoverOnTextLIst {
    font-size: 14px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


.topBannerLinkHoverOffTitBox {
    font-size: 30px !important;
}

.topBannerLinkHoverOnTextLIst {
    font-size: 16px !important;
}

.topBannerLinkHoverOnTit {
    font-size: 30px !important;
}  

.topBannerWr {
    grid-template-columns: repeat(2, 1fr);
}

.topBannerLink .topBannerLinkImgBox:before {
    opacity: 0;
}

.topBannerLink .topBannerLinkHoverOff {
    display: block;
}

.topBannerLink .topBannerLinkHoverOn {
    display: none;
}
  
.topMenuBox02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 55px;
}

.comBtn01 {
    font-size: 18px;
    gap: 40px;
}

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    font-size: 13px;
}

.topMenuDeco02 {
    max-width: 308px;
    width: 16.04%;
    bottom: 8.01%;
    right: 5.63%;
}

.topMenuDeco01 {
    width: 11.82%;
}

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

.text01 {
    font-size: 15px;
}

.text02 {
    font-size: 18px;
}

.titEn01 {
    font-size: 25px;
}

.titJa01 {
    font-size: 40px;
}

.compBaseTh {
    padding: 25px 15px;
}

.compBaseTd {
    padding: 25px 15px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topAboutTit01 {
    font-size: 52px;
}

.topAboutTit01>u {
    font-size: 44px;
}

.topAboutTit02 {
    font-size: 55px;
}

.topAboutTit02>u {
    font-size: 40px;
}

.topAboutTit03 {
    font-size: 44px;
}

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

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

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


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

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

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

.topMenuBox02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.96%;
}

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    font-size: 10px;
    padding: 12px 13px 12px 18px;
}

.comBtn01 {
    font-size: 20px;
    gap: 45px;
}

.fReserveLinkBtnWr {
    gap: 30px;
}

.fReserveLink02 {
    font-size: 20px;
}

.fReserveLink03 {
    font-size: 20px;
}

.fReserveLink01 {
    font-size: 30px;
}

.topAboutTit01 {
    font-size: 62px;
}

.topAboutTit01>u {
    font-size: 54px;
}

.topAboutTit02 {
    font-size: 70px;
}

.topAboutTit02>u {
    font-size: 50px;

}

.topAboutTit03 {
    font-size: 54px;
}

.compBaseTr {
    font-size: 20px;
}

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

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

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

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

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

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

.topBannerLinkHoverOffTitBox {
    font-size: 55px !important;
}

.topBannerLinkHoverOnTextLIst {
    font-size: 20px !important;
}

.topBannerLinkHoverOnTit {
    font-size: 40px !important;
}

.topBannerWr {
    gap: 70px;
}

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    gap: 20px;
    font-size: 14px;
}

.text01 {
    font-size: 18px;
}

.text02 {
    font-size: 20px;
}

.topAboutTit02 {
    font-size: 85px;
}

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

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

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

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

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

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

.topAccessDeco01 {
    top: 9% !important;
    left: 2.6% !important;
    max-width: 219px !important;
}

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    font-size: 18px;
}

.aboutDeco01 {
    left: -11.7%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.topMenuItemBtnMg .comBtn01.colorBrownBtn {
    gap: 30px;
    font-size: 20px;
}

.topMenuDeco01 {
    max-width: 227px;
    width: 11.82%;
    top: 57.37%;
    left: 2.6%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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