﻿.home .container {
    position: relative;
    width: 100%;
    z-index: 1;
}

.home .txtBox {
    width: 100%;
    max-width: 752px;
    margin: 68px auto 0;
    box-sizing: border-box;
}

.home .txtBox h1 {
    font-family: "Gilda Display", serif;
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 26px;
    line-height: 1.4;
}

.home .txtBox p {
    color: #000;
    text-align: center;
    font-size: 17px;
}

@media all and (max-width: 600px) {
    .home .txtBox {
        padding: 0 16px;
    }

    .home .txtBox h1 {
        font-size: 21px;
        margin-bottom: 21px;
        padding: 21px 0;
    }
}

.home .container .bg {
    width: 100%;
    height: calc(100vh - 132px);
    position: relative;
    overflow: hidden;
    margin-top: 3px;
}

.home .container .bg>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important
}

.home .container .bg>div.slide1 {
    background: url(../images/home/bg_img1.jpg) no-repeat center center;
    animation: fade 30s infinite;
    -webkit-animation: fade 30s infinite
}

.home .container .bg>div.slide2 {
    background: url(../images/home/bg_img2.jpg) no-repeat center center;
    animation: fade2 30s infinite;
    -webkit-animation: fade2 30s infinite
}

.home .container .bg>div.slide3 {
    background: url(../images/home/bg_img3.jpg) no-repeat center center;
    animation: fade3 30s infinite;
    -webkit-animation: fade3 30s infinite
}

.home .container .bg>div.slide4 {
    background: url(../images/home/bg_img4.jpg) no-repeat center center;
    animation: fade4 30s infinite;
    -webkit-animation: fade4 30s infinite
}

.home .container .bg>div.slide5 {
    background: url(../images/home/bg_img5.jpg) no-repeat center center;
    animation: fade5 30s infinite;
    -webkit-animation: fade5 30s infinite
}

@keyframes fade {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 3
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fade4 {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fade5 {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.home .container .logo {
    width: 464px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media all and (max-width: 600px) {
    .home .container .bg {
            height: calc(100vh - 140px);
        }

    .home .container .logo {
        width: 287px;
    }
}

.offersArea {
    margin: 110px auto 0;
    position: relative;
    z-index: 1;
}

.offersArea h2 {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    margin-bottom: 26px;
}

.offersArea h2 img {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 68px;
}
@media all and (max-width: 600px) {

    .offersArea h2 {
        font-size: 21px;
    }

        .offersArea h2 img {
        margin: 0 auto 10px;
        max-width: 42px;
    }
}

.offersArea .mainTxt {
    color: #000;
    text-align: center;
    font-size: 17px;
    max-width: 960px;
    margin: 0 auto 26px;
}

.offersArea ul li {
    padding: 10px;
    box-sizing: border-box;
}

.offersArea ul li .inner {
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f2e8;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .38));
}

.offersArea ul li .inner figure {
    position: relative;
    margin: 0 !important;
    line-height: 0;
}

.offersArea ul li .inner figure figcaption {
    display: block;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    color: #fff;
    background: #4e8ac7
}

.offersArea ul li .inner .box {
    padding: 26px;
    background: #fff;
}

.offersArea ul li .inner .box .boxIn {
    margin-bottom: 17px
}

.offersArea ul li .inner .box .boxIn h2 {
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Gilda Display", serif;
}

.offersArea ul li .inner .box .boxIn .txt {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif
}

.offersArea ul li .inner .box .boxIn .brand {
    display: block;
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.offersArea ul li .inner .box .boxIn .brand em {
    display: inline-block;
    font-style: normal;
}

.offersArea ul li .inner .box .boxIn .brand em:nth-child(n+2):before {
    content: ",";
    display: inline-block;
    margin-right: 6px;
}

.offersArea ul li .inner .box .boxIn .price {
    background: #fff;
    padding: 10px;
    margin-top: 10px
}

.offersArea ul li .inner .box .boxIn .price p {
    text-align: center
}

.offersArea ul li .inner .box .boxIn .price p.big strong {
    font-size: 26px;
    color: #968463
}

.offersArea ul li .inner .box .boxIn .price p.min {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif
}

.offersArea ul li .inner .box .btn {
    margin-top: auto
}

.offersArea ul li .inner .box .btn a {
    display: block;
    background: #b7a686;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 0
}

.offersArea ul li .inner .box .btn a:hover {
    background: #968463;
}

.offersArea ul li .inner .box .btn2 {
    margin-top: 10px
}

.offersArea ul li .inner .box .btn2 a {
    display: block;
    background: #b09e81;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 0
}

@media all and (max-width: 600px) {
    .offersArea ul {
        padding: 0;
    }

    .offersArea ul li {
        width: 100%;
        box-sizing: border-box;
    }

    .offersArea ul li .inner {
        display: flex;
        flex-wrap: nowrap;
    }

    .offersArea ul li .inner .box {
        margin: 0 !important;
        padding: 10px;
    }

    .offersArea ul li .inner .box .boxIn h2 {
        font-size: 15px !important;
        font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    }

    .offersArea ul li .inner .box .boxIn .txt {
        font-size: 13px;
        line-height: 1.4;
    }

    .offersArea ul li .inner .box .boxIn .txt2 {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 6px;
        padding-top: 6px;
    }

    .offersArea ul li .inner .box .boxIn .brand {
        font-size: 13px;
    }
}

.offersArea ul li .inner {
    border-radius: 10px;
    overflow: hidden;
}

.offersArea ul li .category {
    display: block;
    background: #f7f7f7;
    padding: 16px 26px;
}

.offersArea ul li .category strong {
    font-weight: normal;
    display: block;
    line-height: 0;
    position: relative;
    padding-left: 120px;
}

.offersArea ul li .category strong em {
    display: block;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
}

.offersArea ul li .category strong span {
    display: inline-block;
    line-height: 1.4;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    font-size: 13px;
}

.offersArea ul li .category strong span:after {
    display: inline-block;
    content: ",";
    margin-right: 3px;
}

.offersArea ul li .category strong span:last-child:after {
    display: none;
}

.offersArea .slick-prev,
.offersArea .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    padding: 10px;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: rgba(255, 255, 255, .8)
}

.offersArea .slick-prev:before,
.offersArea .slick-next:before {
    font-family: "slick";
    font-size: 42px;
    line-height: 1;
    color: #000 !important
}

@media all and (max-width: 600px) {

    .offersArea .slick-prev:before,
    .offersArea .slick-next:before {
        font-size: 17px
    }
}

.offersArea .slick-prev {
    left: -26px !important
}

.offersArea .slick-prev:before {
    content: "〈" !important
}

@media all and (max-width: 600px) {
    .offersArea .slick-prev {
        left: -10px !important
    }
}

.offersArea .slick-next {
    right: -26px !important
}

.offersArea .slick-next:before {
    content: "〉" !important
}

@media all and (max-width: 600px) {
    .offersArea .slick-next {
        right: -10px !important
    }
}

.roomArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 68px;
}

.roomArea .boxL {
    width: 38%;
    display: flex;
    justify-content: flex-end;
}

.roomArea .boxL .title {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    width: 100%;
}

.roomArea .boxL .title a {
    border: 1px solid #000;
        font-size: 13px;
            font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
        display: block;
        color: #000;
        line-height: 1;
        padding: 16px 26px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        text-align: center;
        max-width: max-content;
        margin: 16px auto 0;
}

.roomArea .boxL .title a:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.roomArea .boxL .title a:hover{
border: 1px solid #b7a686;
    color: #b7a686;
}
.roomArea .boxL .title a:hover:after {
    border-top: 1px solid #b7a686;
        border-right: 1px solid #b7a686;
}

.roomArea .boxL .title img {
    display: block;
    margin: 0 auto 26px;
    width: 100%;
    max-width: 177px;
}

.roomArea .boxR {
    width: 62%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.roomArea .boxR .swiper-container {
    padding-right: 20%;
}


.swiper-slide a {
    display: block;
    background: #fff;
    color: #000;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-slide a:hover {
    scale: 0.95;
    border: 3px solid #b7a686;
}

.swiper-slide a span {
    display: block;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.swiper-slide a strong {
    display: block;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    font-size: 21px;
    position: relative;
    flex-grow: 1;
}

.swiper-slide a strong:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #b7a686;
    margin: 10px auto;
}

.swiper-slide a em {
    font-style: normal;
    line-height: 1.618;
    font-size: 13px;
    flex-grow: 1;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    display: flex;
        flex-direction: column;
}

.swiper-slide a u {
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
}

.swiper-slide a b {
    display: block;
    font-weight: normal;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: auto;
}

@media all and (max-width: 600px) {
    .swiper-slide a:hover {
            scale: 1;
        }
    .roomArea .boxL {
        width: 100%;
        margin-bottom: 26px;
    }

    .roomArea .boxL .title {
        font-size: 21px;
    }

    .roomArea .boxL .title img {
        margin: 0 auto 10px;
        max-width: 68px;
    }

    .roomArea .boxR .swiper-container {
        padding-right: 42px;
    }

    .roomArea .boxR {
        box-sizing: border-box;
        width: 100%;
        padding-left: 42px;
    }

    .swiper-slide a strong {
        font-size: 17px;
    }
}

.column2Wrap {
    display: flex;
    flex-wrap: wrap;
}

.breakfastArea {
    width: 50%;
    background: url(../images/stay/breakfast/main.jpg) center center #fff;
    background-size: cover;
    margin-top: 110px;
    padding: 68px 0;
}

.breakfastArea .inner {
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .38));
    /*animation: fuwa 1.8s ease-in-out infinite alternate-reverse;*/
}

.breakfastArea .inner figure {
    display: block;
    margin: 0;
}

.breakfastArea .inner h2 {
    display: block;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    font-size: 21px;
    position: relative;
    flex-grow: 1;
    text-align: center;
    background: #b7a686;
    color: #fff;
    padding: 6px 0;
}

.breakfastArea .inner .mainTxt {
    font-style: normal;
    display: block;
    line-height: 1.618;
    font-size: 13px;
    flex-grow: 1;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    padding: 16px 26px 26px 26px;
}

.breakfastArea .inner .mainTxt a {
    display: block;
    width: 100%;
    background: #4e89c7;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 0;
    font-size: 17px;
    margin-left: auto;
        margin-right: auto;
    max-width: 287px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Times New Roman", Times, serif;
}

.breakfastArea .inner .mainTxt a:hover {
    background: #4391e4;
}

@keyframes fuwa {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(1%);
    }
}

@media all and (max-width: 600px) {
    .breakfastArea {
        width: 100%;
        padding: 68px 16px;
    }
}

.loungeArea {
    width: 50%;
    background: url(../images/stay/main.jpg) center center #fff;
    background-size: cover;
    margin-top: 110px;
    padding: 68px 0;
}

.loungeArea .inner {
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .38));
    /*animation: fuwa2 1.8s ease-in-out infinite alternate-reverse;*/
}

.loungeArea .inner figure {
    display: block;
    margin: 0;
}

.loungeArea .inner h2 {
    display: block;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    font-size: 21px;
    position: relative;
    flex-grow: 1;
    text-align: center;
    background: #b7a686;
    color: #fff;
    padding: 6px 0;
}

.loungeArea .inner .mainTxt {
    font-style: normal;
    display: block;
    line-height: 1.618;
    font-size: 13px;
    flex-grow: 1;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    padding: 16px 26px 26px 26px;
}

.loungeArea .inner .mainTxt a {
    display: block;
    width: 100%;
    background: #4e89c7;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 0;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    max-width: 287px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Times New Roman", Times, serif;
}

.loungeArea .inner .mainTxt a:hover {
    background: #4391e4;
}

@keyframes fuwa2 {
    0% {
        transform: translateY(1%);
    }

    100% {
        transform: translateY(-1%);
    }
}

@media all and (max-width: 600px) {
    .loungeArea {
        width: 100%;
        padding: 68px 16px;
    }
}

.column2Wrap section {
    display: block;
    position: relative;
}

.column2Wrap section:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38);
    position: absolute;
    left: 0;
    top: 0;
}

.column2Wrap section .inner .mainTxt {
    display: flex;
    flex-direction: column;
}
.column2Wrap section .inner .mainTxt span {
    display: block;
    margin-bottom: 16px;
}
.column2Wrap section .inner .mainTxt a {
    margin-top: auto;
}

.accessArea {
    margin-top: 110px;
}

.accessArea h2 {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    font-family: "Gilda Display", serif;
    margin-bottom: 26px;
}
.accessArea  .mainTxt {
        color: #000;
            text-align: center;
            font-size: 17px;
            max-width: 750px;
            margin: 0 auto 26px;
}

.accessArea h2 img {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 68px;
}

.accessArea .gMap {
    position: relative;
    width: 100%;
    height: 464px;
}

.accessArea .gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none!important;
}

.accessArea table {
    margin: 16px auto 0;
    max-width: max-content;
    width: 100%;
}

.accessArea table th {
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    padding-right: 26px;
}

.accessArea table td {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
}

.accessArea table td a {
    color: #000;
    text-decoration: underline;
}

@media all and (max-width: 600px) {

    .accessArea h2 {
        font-size: 21px;
    }

    .accessArea h2 img {
        margin: 0 auto 10px;
        max-width: 42px;
    }

        .accessArea {
            padding: 0 16px;
        }
}





.offersArea .slick-prev,.offersArea .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    padding: 10px;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: rgba(255,255,255,.8)
}

.offersArea .slick-prev:before,.offersArea .slick-next:before {
    font-family: "slick";
    font-size: 42px;
    line-height: 1;
    color: #000 !important
}

@media all and (max-width: 600px) {
    .offersArea .slick-prev:before,.offersArea .slick-next:before {
        font-size:17px
    }
}

.offersArea .slick-prev {
    left: -26px !important
}

.offersArea .slick-prev:before {
    content: "〈" !important
}

@media all and (max-width: 600px) {
    .offersArea .slick-prev {
        left:-10px !important
    }
}

.offersArea .slick-next {
    right: -26px !important
}

.offersArea .slick-next:before {
    content: "〉" !important
}

@media all and (max-width: 600px) {
    .offersArea .slick-next {
        right:-10px !important
    }
}


.swiper-container .prev,
.swiper-container .next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    padding: 10px;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: rgba(255, 255, 255, .8)
}

.swiper-container .prev:before,
.swiper-container .next:before {
    font-family: "slick";
    font-size: 42px;
    line-height: 1;
    color: #000 !important
}

@media all and (max-width: 600px) {

    .swiper-container .prev:before,
    .swiper-container .next:before {
        font-size: 17px
    }
}

.swiper-container .prev {
    left: -26px !important;
    display: none;
}

.swiper-container .prev:before {
    content: "〈" !important
}

@media all and (max-width: 600px) {
    .swiper-container .prev {
        display: block;
        left: -10px !important
    }
}

.swiper-container .next {
    right: -26px !important
}

.swiper-container .next:before {
    content: "〉" !important
}

@media all and (max-width: 600px) {
    .swiper-container .next {
        right: -10px !important
    }
}




















.home .threePillars {
    margin: 68px auto 0;
}

.home .threePillars h1 {
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 26px;
}

@media all and (max-width: 600px) {
    .home .threePillars h1 {
        font-size: 21px;
    }
}

.home .threePillars h1 img {
    display: block;
    width: 42px;
    margin: 0 auto 26px;
}

.home .threePillars .mainTxt {
    text-align: center;
    margin-bottom: 42px;
}

@media all and (max-width: 600px) {
    .home .threePillars .mainTxt {
        padding: 0 10px;
    }
}

.home .threePillars .box {
    margin-bottom: 16px;
    display: table;
    width: 100%;
    min-height: 464px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.home .threePillars .box:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 600px) {
    .home .threePillars .box {
        display: block;
    }
}

.home .threePillars .box>div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    min-width: 464px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 600px) {
    .home .threePillars .box>div {
        width: 100%;
        display: block;
        min-height: 177px;
        min-width: 0;
    }
}

.home .threePillars .box>div .picBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .threePillars .box>div .picBox>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 1;
}

.home .threePillars .box>div .picBox.slider1>div.slide1 {
    background: url(../images/stay/breakfast/break1_new.jpg) no-repeat center center;
    -webkit-animation: slide1 30s infinite;
    -moz-animation: slide1 30s infinite;
    -ms-animation: slide1 30s infinite;
    -o-animation: slide1 30s infinite;
    animation: slide1 30s infinite;
}

.home .threePillars .box>div .picBox.slider1>div.slide2 {
    background: url(../images/stay/breakfast/break2_new.jpg) no-repeat center center;
    -webkit-animation: slide2 30s infinite;
    -moz-animation: slide2 30s infinite;
    -ms-animation: slide2 30s infinite;
    -o-animation: slide2 30s infinite;
    animation: slide2 30s infinite;
}

.home .threePillars .box>div .picBox.slider1>div.slide3 {
    background: url(../images/stay/breakfast/break3_new.jpg) no-repeat center center;
    -webkit-animation: slide3 30s infinite;
    -moz-animation: slide3 30s infinite;
    -ms-animation: slide3 30s infinite;
    -o-animation: slide3 30s infinite;
    animation: slide3 30s infinite;
}

.home .threePillars .box>div .picBox.slider1>div.slide4 {
    background: url(../images/stay/breakfast/main.jpg) no-repeat center center;
    -webkit-animation: slide4 30s infinite;
    -moz-animation: slide4 30s infinite;
    -ms-animation: slide4 30s infinite;
    -o-animation: slide4 30s infinite;
    animation: slide4 30s infinite;
}

.home .threePillars .box>div .picBox.slider2>div.slide1 {
    background: url(../images/stay/img02.jpg) no-repeat center center;
    -webkit-animation: slide1 30s infinite;
    -moz-animation: slide1 30s infinite;
    -ms-animation: slide1 30s infinite;
    -o-animation: slide1 30s infinite;
    animation: slide1 30s infinite;
}

.home .threePillars .box>div .picBox.slider2>div.slide2 {
    background: url(../images/stay/img07.jpg) no-repeat center center;
    -webkit-animation: slide2 30s infinite;
    -moz-animation: slide2 30s infinite;
    -ms-animation: slide2 30s infinite;
    -o-animation: slide2 30s infinite;
    animation: slide2 30s infinite;
}

.home .threePillars .box>div .picBox.slider2>div.slide3 {
    background: url(../images/stay/img04.jpg) no-repeat center center;
    -webkit-animation: slide3 30s infinite;
    -moz-animation: slide3 30s infinite;
    -ms-animation: slide3 30s infinite;
    -o-animation: slide3 30s infinite;
    animation: slide3 30s infinite;
}

.home .threePillars .box>div .picBox.slider2>div.slide4 {
    background: url(../images/stay/img06.jpg) no-repeat center center;
    -webkit-animation: slide4 30s infinite;
    -moz-animation: slide4 30s infinite;
    -ms-animation: slide4 30s infinite;
    -o-animation: slide4 30s infinite;
    animation: slide4 30s infinite;
}

.home .threePillars .box>div .picBox.slider3>div.slide1 {
    background: url(https://www.kyoto-machiya-inn.com/jp/wp-content/themes/kyotomachiya_new/asset/images/scene/spring_img02.jpg) no-repeat center center;
    -webkit-animation: slide1 30s infinite;
    -moz-animation: slide1 30s infinite;
    -ms-animation: slide1 30s infinite;
    -o-animation: slide1 30s infinite;
    animation: slide1 30s infinite;
}

.home .threePillars .box>div .picBox.slider3>div.slide2 {
    background: url(https://www.kyoto-machiya-inn.com/jp/wp-content/themes/kyotomachiya_new/asset/images/scene/summer_img03.jpg) no-repeat center center;
    -webkit-animation: slide2 30s infinite;
    -moz-animation: slide2 30s infinite;
    -ms-animation: slide2 30s infinite;
    -o-animation: slide2 30s infinite;
    animation: slide2 30s infinite;
}

.home .threePillars .box>div .picBox.slider3>div.slide3 {
    background: url(https://www.kyoto-machiya-inn.com/jp/wp-content/themes/kyotomachiya_new/asset/images/scene/scene05_img01.jpg) no-repeat center center;
    -webkit-animation: slide3 30s infinite;
    -moz-animation: slide3 30s infinite;
    -ms-animation: slide3 30s infinite;
    -o-animation: slide3 30s infinite;
    animation: slide3 30s infinite;
}

.home .threePillars .box>div .picBox.slider3>div.slide4 {
    background: url(https://www.kyoto-machiya-inn.com/jp/wp-content/themes/kyotomachiya_new/asset/images/scene/winter_img01.jpg?ver=240626) no-repeat center center;
    -webkit-animation: slide4 30s infinite;
    -moz-animation: slide4 30s infinite;
    -ms-animation: slide4 30s infinite;
    -o-animation: slide4 30s infinite;
    animation: slide4 30s infinite;
}

@keyframes slide1 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide2 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide3 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide4 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide5 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide6 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.home .threePillars .box>div .txtBox {
    width: 100%;
    max-width: 464px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 68px 0;
}

@media all and (max-width: 600px) {
    .home .threePillars .box>div .txtBox {
        padding: 26px 16px;
    }
}

.home .threePillars .box>div .txtBox dt {
    font-size: 26px;
    margin-bottom: 16px;
    font-family: "Gilda Display", serif;
}

@media all and (max-width: 600px) {
    .home .threePillars .box>div .txtBox dt {
        text-align: center;
        font-size: 21px;
    }
}

.home .threePillars .box>div .txtBox dd .btn {
    position: relative;
    z-index: 1;
}

.home .threePillars .box>div .txtBox dd .btn a {
    border: 1px solid #b7a686;
    background: #fff;
    display: block;
    color: #968463;
    line-height: 1;
    padding: 16px 26px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    max-width: max-content;
    margin-top: 16px;
}

@media all and (max-width: 600px) {
    .home .threePillars .box>div .txtBox dd .btn a {
        font-size: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 16px auto 0;
    }

    .spNone {
        display: none!important;
    }
}

.home .threePillars .box>div .txtBox dd .btn a:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #b7a686;
    border-right: 1px solid #b7a686;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: 10px;
}