@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;
}

.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: "Josefin Sans", sans-serif;
}

.fontB {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

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

.reduction {
    transition: all .5s;
}

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

.paddingWr01 {
    padding: 0 15px;
}

.zMinus1 {
    z-index: -1;
}

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



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

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

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

.comBtn01 {
    max-width: 252px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    position: relative;
    border-bottom: 1px solid #111;
    gap: 15px;
    padding-bottom: 15px;
    transition: all .5s;
}

.comBtn01:hover {
    color: #111;
}

.comBtn01:after {
    content: "";
    width: 40px;
    height: 36px;
    background: url(/system_panel/uploads/images/com_btn_arrow01.svg)no-repeat;
    background-size: contain;
    display: block;
    transition: all .5s;
}

.comBtn01:hover:after {
    transform: translateX(9px);
}

.comBtn01.whiteBtn01 {
    border-color: #fff;
    color: #fff;
}

.comBtn01.whiteBtn01:after {
    background: url(/system_panel/uploads/images/com_btn_arrow02.svg) no-repeat;
}

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

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

.colorWhite {
    color: #fff;
}

.colorWhite2 {
    color: #fff;
    opacity: .5;
}

.colorBlack2 {
    color: #111;
    opacity: .5;
}

.blackColorBg {
    background: #1F1F1F;
    color: #fff;
}

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

.incoverWr {
    padding: 0 2.19%;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

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


.incover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(17 17 17 / 50%);
}

.incoverBox {
    width: 89.01%;
    z-index: 9;
    max-width: 1620px;
    margin: 0 auto;
    color: #fff;
}

.incoverTit {
    font-size: 30px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.015em;
}

.incoverSubTit {
    font-size: 12px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1em;
    margin-bottom: -25px;
    opacity: .6;
}

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

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

.breadBox {
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1620px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #505050;
}

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

.breadLink:hover {
    color: #505050;
    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: 15px;
}

.header.inHeader .headerWr {
    padding: 7px 15px;
}

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

.hLogoPc {
    max-width: 145px;
    width: 20%;
    position: absolute;
    top: 15px;
    left: 4.19%;
    margin: 0 auto 0 0;
}

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

.hReserveBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    gap: 12.9px;
    max-width: 238px;
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s;
}

.hReserveBtn>img {
    max-width: 21.13px;
    width: 100%;
    transition: all .5s;
}

.hReserveBtn:hover {
    background-color: #fff;
    color: #111;
}

.hReserveBtn:hover>img {
    filter: brightness(1) invert(1);
}

.hSnsLinkSet {
    margin-left: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hLink {
    max-width: 36px;
    width: 100%;
    display: block;
}

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

.hNavLink strong {
    font-size: 15px;
}

.hNavLinkHover:hover {
    text-decoration: underline;
}

.inHLogoPc {
    max-width: 60px;
    width: 100%;
    margin-right: 15px;
    display: block;
}

.blackLogo {
    display: block;
}

.whiteLogo {
    display: none;
}

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

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

.header.clone .inHLogoPc {
    max-width: 60px;
}

/*--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-image: url(/system_panel/uploads/images/f_bg.jpg);
    background-position: top center;
    background-size: contain;
}

.header.clone .headerWr {
    padding: 15px;
}

.header.clone .hLogoPc {
    position: relative;
    top: auto;
    left: auto;
    max-width: 60px;
    width: 100%;
}

.header.clone .hHamBox .spNavBtnBarItem {
    background-color: #fff;
}

.header.clone .hHamBox .hamText {
    color: #fff;
}

.header.clone .hSnsFilterIcon {
    filter: brightness(1) invert(1);
}

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

.fReserveBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    gap: 12.9px;
    max-width: 220px;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s;
}

.fReserveBtn>img {
    max-width: 21.13px;
    width: 100%;
    transition: all .5s;
}

.fReserveBtn:hover {
    background-color: #fff;
    color: #111;
}

.fReserveBtn:hover>img {
    filter: brightness(1) invert(1);
}

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

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

.fNavLink strong {
    font-size: 9px;
}

.fNavSubBoxDeco {
    margin: 10px 6px 0 0 !important;
}

.fNavLinkHover:hover {
    text-decoration: underline;
}

.fNavItemBox02 {
    max-width: 120px !important;
}

.fNavItemBox01 {
    max-width: 215px !important;
}

.fBr>br {
    display: block;
}

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

/*---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;
    z-index: 1;
}

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

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

.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 #DDDDDD;
}

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

.compBaseTh {
    padding: 17px;
    background-color: #EDEDED;
    color: #111;
    border-right: none;
    font-weight: 500;
}

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

/*----*/


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

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

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

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

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

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

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

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

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

  
.incoverTit {
    font-size: 30px;
}

.incoverSubTit {
    font-size: 15px;
}

.incover {
    height: 240px;
}

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

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

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

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

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

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

.incoverSubTit {
    font-size: 18px;
}

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

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

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

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

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

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

.hLogoPc {
    top: 20px;
    left: 2.19%;
}

.headerWr {
    padding: 21px 2.19%;
}

.header.inHeader .headerWr {
    padding: 7px 2.19%;
}
  
.fBr>br {
    display: none;
}

.compBaseTh {
    padding: 17px 35px;
    border-right: 1px solid #DDDDDD;
}

.compBaseTd {
    padding: 17px 35px;
}

.breadBox {
    font-size: 14px;
}

.breadBox {
    width: 89.01%;
}

.incoverTit {
    font-size: 60px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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


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

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

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

.text01 {
    font-size: 16px;
}

.comBtn01 {
    max-width: 272px;
    font-size: 18px;
}

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

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

.fNavLink strong {
    font-size: 12px;
}

.fNavSubBoxDeco {
    margin: 13px 6px 0 0 !important;
}

.fNavItemBox02 {
    max-width: 176px !important;
}

.fNavItemBox01 {
    max-width: 305px !important;
}

.fReserveBtn {
    max-width: 238px;
    height: 60px;
    font-size: 18px;
}

.inHLogoPc {
    max-width: 88.25px;
}

.breadBox {
    font-size: 16px;
}

.incoverTit {
    font-size: 70px;
}

.incoverSubTit {
    font-size: 20px;
}

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

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

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


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

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

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

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

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

.fNavLink strong {
    font-size: 14px;
}

.fNavSubBoxDeco {
    margin: 14px 6px 0 0 !important;
}

.incoverTit {
    font-size: 80px;
}

.incoverSubTit {
    font-size: 25px;
}

.incover {
    height: 400px;
}

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

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

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

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

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

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

.incover {
    height: 480px;
}

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

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

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