@charset "UTF-8";

.intro {
  margin: 0 calc(40 / 1440* 100vw);
  font-size: clamp(14px, 0.9722222222vw, 18px);
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 400;
/**
  background: url(../img/202411/bg01.png) 0 0;
  background-size:40% ;
  background-repeat: no-repeat;
**/
}

.intro-ttl {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0px auto;
  display: inline-block;
  background: #e0c66a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
.intro-ttl {
  font-size: 17px;
}
}


.intro-txt {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  background: #e0c66a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-ctg{
  margin: 0 calc(40 / 1440* 100vw) 100px;
}
@media only screen and (max-width: 767px) {
.intro-ctg {
    margin: 0;
}
}

.intro-box {
    float: left;
    width: 33.3%;
    padding: 10px 0px 50px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
.intro-box {
    float: left;
    padding: 0 10px 0 10px;
    width: 33.3%;
}
}

.intro-box-img{
    float: left;
    margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
.intro-box-img{
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.intro-box-img img{
    width: 100%;
}
}


.intro-box-ctg01 {
    background-color: #213d24;
    width: 95px;
    margin: 25px 0px 15px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
.intro-box-ctg01 {
    background-color: #213d24;
    width: 80px;
    margin: 0px 0px 10px;
    padding: 5px 10px 5px 10px;
}
}

.intro-box-ctg02 {
    background-color: #5e000e;
    width: 95px;
    margin: 25px 0px 15px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
.intro-box-ctg02 {
    background-color: #5e000e;
    width: 80px;
    margin: 0px 0px 10px;
    padding: 5px 10px 5px 10px;
}
}

.intro-box-ctg03 {
    background-color: #3c0d50;
    width: 95px;
    margin: 25px 0px 15px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
.intro-box-ctg03 {
    background-color: #3c0d50;
    width: 70px;
    margin: 0px 0px 10px;
    padding: 5px 10px 5px 10px;
}
}


.intro-box-txt{
    float: left;
    width: calc(100% - 160px);
}
@media only screen and (max-width: 767px) {
.intro-box-txt{
    float: left;
    width: auto;
    margin: 0 0 20px 0;
}
}

.intro-box-ttl{
  font-size: 15px;
  margin: 0px auto;
  display: inline-block;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 767px) {
.intro-box-ttl{
  font-size: 14px;
}
}



.mod-tab-menu-01:nth-child(4) .mod-menu-cir01 {
    background: url(../img/img_tab_menu_01.jpg) center center no-repeat;
}

.mod-tab-menu-01:nth-child(1) .mod-menu-cir01 {
    background: url(../img/202511/img_tab_menu_02.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
.mod-tab-menu-01:nth-child(1) .mod-menu-cir01 {
    background: none;
}
}


.mod-tab-menu-01:nth-child(2) .mod-menu-cir01 {
    background: url(../img/202411/img_tab_menu_03.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
.mod-tab-menu-01:nth-child(2) .mod-menu-cir01 {
    background: none;
}
}


.mod-tab-menu-01:nth-child(3) .mod-menu-cir01 {
    background: url(../img/202411/img_tab_menu_04.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
.mod-tab-menu-01:nth-child(3) .mod-menu-cir01 {
    background: none;
}
}







.mod-tab-menu-01:nth-child(5) .mod-menu-cir01 {
    background: url(../img/202411/img_tab_menu_05.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
.mod-tab-menu-01:nth-child(5) .mod-menu-cir01 {
    background: none;
}
}



.btn-in-01 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    transition: all .5s ease;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-in-01 {
        background: linear-gradient(to bottom, #590000, #723600, #590000);
        border: 0;
        width: 150px;
        margin: auto;
        height: 30px;
    }
}
@media (max-width: 768px) {
    .box-txt-01, .box-img-01 {
        display: table-cell;
        padding: 20px 5px 45px;
    }
}


.stay .box-img-01:before {
    background-image: url(../img/202411/icon01.png);
}
@media print, screen and (min-width: 1025px) {
    .box-img-01:before {
        top: auto;
        left: auto;
        width: calc(80 / 1440* 100vw);
        height: calc(80 / 1440* 100vw);
        bottom: 0;
        right: 10px;
    }
}

.dining .box-img-01:before {
    background-image: url(../img/202411/icon02.png);
}
@media print, screen and (min-width: 1025px) {
    .box-img-01:before {
        top: auto;
        left: auto;
        width: calc(80 / 1440* 100vw);
        height: calc(80 / 1440* 100vw);
        bottom: 0;
        right: 10px;
    }
}

.event .box-img-01:before {
    background-image: url(../img/202411/icon03.png);
}
@media print, screen and (min-width: 1025px) {
    .box-img-01:before {
        top: auto;
        left: auto;
        width: calc(80 / 1440* 100vw);
        height: calc(80 / 1440* 100vw);
        bottom: 0;
        right: 10px;
    }
}

.wedding .box-img-01:before {
    background-image: url(../img/202411/icon04.png);
}
@media print, screen and (min-width: 1025px) {
    .box-img-01:before {
        top: auto;
        left: auto;
        width: calc(80 / 1440* 100vw);
        height: calc(80 / 1440* 100vw);
        bottom: 0;
        right: 10px;
    }
}

.mod-tab-menu-01 {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    transition: all .25s ease;
    background: url(../img/bg01.png) 0 0 repeat-x;
    background-size: contain;
    border: 4px solid #fff;
    border-image: linear-gradient(45deg, #685100 0%, #e0c66a 100%, #685100 100%);
    border-image-slice: 4;
    border-width: 4px 2px 4px 2px;
    cursor: pointer;
}

.color-stay {
    background-color: #213d24;
}
.color-dining {
    background-color: #5e000e;
}
.color-event {
    background-color: #3c0d50;
}

.PC .mod-tab-menu-01.active .color-all, .PC .mod-tab-menu-01:hover .color-all {
  background-color: rgba(23, 15, 0, 0.6); }

.PC .mod-tab-menu-01.active .color-stay, .PC .mod-tab-menu-01:hover .color-stay {
  /*background-color: rgba(37, 103, 193, 0.9);*/
  background-color: #213d24; }

.PC .mod-tab-menu-01.active .color-dining, .PC .mod-tab-menu-01:hover .color-dining {
  /*background-color: rgba(255, 114, 0, 0.9); */
  background-color: #5e000e; }

.PC .mod-tab-menu-01.active .color-event, .PC .mod-tab-menu-01:hover .color-event {
  /*background-color: rgba(61, 133, 64, 0.9); */
  background-color: #3c0d50; }

.PC .mod-tab-menu-01.active .color-wedding, .PC .mod-tab-menu-01:hover .color-wedding {
  /*background-color: rgba(255, 53, 96, 0.9); */
  background-color: #5e000e; }

.mod-tab-menu-01:first-child .box-category-01 {
  padding-top: 10px;
  top: 150px; }

.mod-tab-menu-01.active .box-category-01, .PC .mod-tab-menu-01:hover .box-category-01 {
    padding-top: 95px;
    top: -7px;
}

.mod-tab-menu-01:nth-child(4) .box-category-01 {
  padding-top: 80px;
  top: -7px; }



@media (max-width: 768px) {
    .mod-menu-cir01 {
        display: table;
        width: 100%;
        height: 50px;
        border: 3px solid transparent;
        border-radius: 6px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
        position: static;
    }
}

.mod-tab-menu-01:nth-child(4).active .box-category-01, .PC .mod-tab-menu-01:nth-child(4):hover .box-category-01 {
  padding-top: 80px;
  top: -7px; }


@media (max-width: 768px) {
    .contents ul li.mod-tab-menu-01:first-child {
        width: 100px;
        height: 60px;
    }
}


@media (max-width: 768px) {
.mod-tab-menu-01:nth-child(4).active .box-category-01, .PC .mod-tab-menu-01:nth-child(4):hover .box-category-01 {
    padding-top: 0px;
    top: -7px;
}
}

@media only screen and (max-width: 767px) {
.mod-tab-menu-01 {
  flex: 0 0 calc(100% / 3);
}
.mod-tab-menu-01:last-child {
  flex: 0 0 100%;
}
}

@media only screen and (max-width: 767px) {
.mod-tab-menu-01:first-child .box-category-01 {
    padding-top: 0px;
    top: 150px;
}
}

@media (max-width: 768px) {
    .box-category-01 img {
        margin-left: 0;
        width: 130%;
        height: auto;
        margin: 0 0 0px -13px;
    }
}

@media (max-width: 768px) {
    .mod-tab-menu-01:first-child .mod-menu-cir01 {
        height: 52px;
    }
}

@media (max-width: 768px) {
    .contents ul li.mod-tab-menu-01:first-child {
        width: 100px;
        height: 56px;
    }
}

.mod-tab-menu-01:first-child.active .box-category-01, .PC .mod-tab-menu-01:first-child:hover .box-category-01 {
    padding-top: 95px;
}

.contents {
    background: #03114b;
}

@media print, screen and (min-width: 1025px) {
    .area-mv-01 {
        margin-bottom: 0;
    }
}

