@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: url(/system_panel/uploads/images/body_bg.jpg)repeat;
    background-position: top center;
    background-size: auto;
}

.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 Old Mincho", serif;
}

.fontB {
  font-family: "Kaisei Tokumin", serif;
}

.fontC {
  font-family: "Cardo", serif;
}

.inLink>a:hover {
    text-decoration: unset;
    color: #2D2422;
}

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

.reduction {
    transition: all .5s;
}

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

.hSnsLink {
    opacity: 1;
    transition: all .5s;
    z-index: 99;
}

.hSnsLink.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

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



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

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

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

.inBg01 {
    background: url(/system_panel/uploads/images/body_bg.jpg)repeat;
    background-position: top center;
    background-size: auto;
}

.z1 {
    z-index: 1;
}

.z3 {
    z-index: 3;
}

.paddingWr01 {
    padding: 0 15px;
}

.comBtn {
    max-width: 280px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: 1.5px solid;
    border-radius: 40px;
    font-family: "Cardo", serif;
    padding: 5px;
}

.comBtnMain {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 40px;
}

.comBtnMain:after {
    content: "";
    width: 12px;
    height: 22px;
    display: block;
}

.comBtn01 {
    border-color: #F7F0DF;
    color: #2D2422;
}

.comBtn01:hover {
    color: #2D2422;
}

.comBtn01 .comBtnMain {
    background-color: #F7F0DF;
}

.comBtn .comBtnMain:after {
    transition: all .5s;
}

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

.comBtn01 .comBtnMain:after {
    background: url(/system_panel/uploads/images/brown_arrow.svg)no-repeat;
    background-size: contain;
    background-position: center;
}

.comBtn02 {
    border-color: #CC361F;
    color: #F7F0DF;
}

.comBtn02:hover {
    color: #F7F0DF;
}

.comBtn02 .comBtnMain {
    background-color: #CC361F;
}

.comBtn02 .comBtnMain:after {
    background: url(/system_panel/uploads/images/white_arrow.svg)no-repeat;
    background-size: contain;
    background-position: center;
}

.comBtn03 {
    border-color: #2D2422;
    color: #F7F0DF;
}

.comBtn03:hover {
    color: #F7F0DF;
}

.comBtn03 .comBtnMain {
    background-color: #2D2422;
}

.comBtn03 .comBtnMain:after {
    background: url(/system_panel/uploads/images/white_arrow.svg)no-repeat;
    background-size: contain;
    background-position: center;
}

.titEn01 {
    font-family: "Cardo", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.365em;
}

.titJa01 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.417em;
}

.titJa01>span {
    font-size: 45px;
    line-height: 1.133em;
}

.titJa02 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.44em;
}

.text01 {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.667em;
}

.text02 {
    font-size: 16px;
    font-weight: 900;
    line-height: 2.5em;
}

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

.colorWhite {
    color: #F7F0DF;
}

.colorRed {
    color: #CC361F;
}

.bgColorBrown {
    background-color: #2D2422;
}

.bgColorWhite {
    background: url(/system_panel/uploads/images/bg_white.jpg)repeat;
    background-position: top center;
    background-size: auto;
}

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

.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 180px;
    margin: auto;
}

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
}

.incoverSubTit {
    font-weight: bold;
    line-height: 1.365em;
    font-size: 30px;
}

.incoverTit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.308em;
}

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

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

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

.breadLink {
    display: block;
    color: #2D2422;
    transition: all .5s;
    text-decoration: underline;
}

.breadLink:hover {
    color: #2D2422;
    transition: all .5s;
    text-decoration: unset;
}
/*-- coverTxt ---------------------------------------------------------------*/



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

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.headerWr {
    padding: 20px 2.6%;
}

.headerBox01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hLogoPc {
    max-width: 130px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 2.6%;
    margin: 0 auto 0 0;
    filter: brightness(0) invert(1);
}

.hContentsBtnSet {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hTelSetBox {
    display: none;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #F7F0DF;
}

.hTelIcon {
    max-width: 30px;
    width: 100%;
    margin: 0 10px 0 0;
}

.hTelIconWhite {
    display: block;
}

.hTelIconBlcak {
    display: none;
}

.hHamBox {
    margin: 0 0 0 15px;
}

.hamText {
    color: #F7F0DF;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.35em;
    margin: 4.5px 0 0;
    font-weight: bold;
}

.hTelSpLink {
    align-items: center;
    justify-content: center;
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-color: #cc361f;
    border-radius: 50%;
}

.hTelSpLink>img {
    width: 50%;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -100px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background: url(/system_panel/uploads/images/h_bg.jpg) repeat;
    background-position: top center;
    background-size: contain;
}

.header.clone .headerWr {
    padding: 19px 2.6% 15px;
}

.header.clone .hLogoPc {
    filter: unset;
    max-width: 120px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 20px 0 0;
}

.header.clone .hTelSetBox {
    color: #2D2422;
}

.header.clone .hTelIconWhite {
    display: none;
}

.header.clone .hTelIconBlcak {
    display: block;
}

.header.clone .hamText {
    color: #2D2422;
}

.header.clone .spNavBtnBarItem {
    background-color: #2D2422;
}

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

.fNavFlexBox {
    gap: 15px;
}

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

.fTownTextBox {
    font-size: 15px !important;
}

.fTownBox {
    max-width: 350px !important;
}

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

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

/*---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: #2D2422;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #2D2422;
    font-size: 14px;
}

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

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

.requiredText {
    color: #fff;
    font-weight: bold;
}

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

.privacyDt {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin: 30px 0 0 0;
}

.privacyDd {
	padding: 0 0 0 16px;
	margin: 15px 0 0 0;
	line-height: 1.75em;
}

.privKakoText {
    min-width: 1rem;
}

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

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

/*----*/

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

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

.compBaseTh {
    padding: 15px;
    background-color: #2D2422;
    color: #fff;
    font-weight: bold;
}

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

/*----*/


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

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

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

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

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

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

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

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

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

  



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

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

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

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

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

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

.titJa01 {
    font-size: 40px;
}

.titJa01>span {
    font-size: 55px;
}

.incoverSubTit {
    font-size: 40px;
}

.incoverTit {
    font-size: 22px;
}

.incover {
    height: 250px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


.fTownTextBox {
    font-size: 12px !important;
}

.fTownBox {
    max-width: 275px !important;
}

.fTownName {
    font-size: 25px !important;
}

.text01 {
    font-size: 16px;
}

.hTelSetBox {
    display: flex;
}

.header.clone .hLogoPc {
    max-width: 180px;
    margin: 0 30px 0 0;
}

.hHamBox {
    margin: 0 0 0 30px;
}

.hLogoPc {
    max-width: 160px;
}

.titJa02 {
    font-size: 35px;
}

.compBaseTr {
    font-size: 16px;
}

.formTh {
    font-size: 16px;
}

.formTd {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.fNavLink {
    font-size: 14px !important;
}

.fTownTextBox {
    font-size: 14px !important;
}

.fTownBox {
    max-width: 340px !important;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

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

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

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

.fTownBox {
    max-width: 380px !important;
}

.hLogoPc {
    max-width: 200px;
    top: 50px;
}

.headerWr {
    padding: 40px 2.6%;
}

.hTelSetBox {
    font-size: 40px;
}

.text02 {
    font-size: 18px;
}

.titEn01 {
    font-size: 22px;
}

.titJa01 {
    font-size: 60px;
}

.titJa01>span {
    font-size: 75px;
}

.comBtn {
    max-width: 360px;
    height: 80px;
    font-size: 25px;
}

.titJa02 {
    font-size: 40px;
}

.incoverSubTit {
    font-size: 60px;
}

.incoverTit {
    font-size: 25px;
}

.compBaseTr {
    font-size: 18px;
}

.formTh {
    font-size: 18px;
}

.formTd {
    font-size: 18px;
}

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

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

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

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

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

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

.fNavLink {
    font-size: 22px !important;
}

.fTownTextBox {
    font-size: 18px !important;
}

.fTownBox {
    max-width: 412px !important;
}

.text01 {
    font-size: 18px;
}

.text02 {
    font-size: 20px;
}

.titJa02 {
    font-size: 50px;
}

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

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

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