body {
    font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'Noto Color Emoji', 'Noto Emoji', sans-serif;
    font-weight: 400;
}
main {
    background-image: url('../images/bg1.jpg');
}

a.btn_1.blue, .btn_1.blue  {
    background: #007bff;
}
@media (hover: hover) and (pointer: fine) {
    a.btn_1.blue:hover, .btn_1.blue:hover {
        background: #0056bb !important;
    }
}

.container.logo {
    position: relative;
    top: 110px;
    margin-top: -71px;
    z-index: 9999;
}
.container.logo img {
    width:108px;
    height:auto;
    fill: rgb(232, 230, 227);
    filter: drop-shadow(3px 3px 5px #000);
}

.top {
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 1.0;
}
.top .bg img {
    filter: brightness(1.0);

}
.top .wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
}
.top .wrapper img {
    width: 70%;
}


.top .wrapper2 {
    position: absolute;
    top: 20%;
    left: 75%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
    width: 270px;
}

#catch {
    position: relative;
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    font-size: 18px;
}

#catch:before,
#catch:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    content: '';
    background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

#catch:before {
    top: 0;
}

#catch:after {
    bottom: 0;
}


.resorts {
    position: relative;
}
.resorts.style-full {
    display: block;
}
.resorts.style-full .resort-box {
    display: block;
    position: relative;
    padding: 50px;
    margin-bottom: 50px;
}
.resorts.style-full .resort-box:nth-child(odd) {
    text-align: right;
}
.resorts.style-full .resort-box:nth-child(even) {
    text-align: left;
}
.resorts.style-full .resort-box:last-child {
    margin: 0;
}
.resorts.style-full .resort-box .media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}
.resorts.style-full .resort-box .inner-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.resorts.style-full .resort-box .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resorts.style-full .resort-box .text-box {
    position: relative;
    display: inline-block;
    padding: 30px;
    width: 315px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.resorts.style-full .resort-box .text-box .label {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #e17d07;
}
.resorts.style-full .resort-box .text-box .text {
    margin: 30px 0 10px 0;
    color: #444;
}
.resorts.style-full .resort-box .text-box .text p {

}
.resorts.style-full .resort-box .text-box .text p:last-child {
    margin: 0;
}
.resorts.style-full .resort-box .text-box .line {
    width: 100%;
}


@media (max-width: 991.98px) {
    .top .wrapper {
        top: 30%;
    }
    .top .wrapper img {
        width: 50%;
    }
    .top .wrapper2 {
        top: 25%;
        left: 80%;
    }
    .resorts.style-full .resort-box .text-box {
        width: 100%;
        top: 250px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .resorts.style-full .resort-box {
        margin-bottom: 250px;
    }
    .resorts.style-full .resort-box .text-box .line {
        max-height: 22px;
    }
}
@media (max-width: 767.98px) {
    .container.logo {
        top: 90px;
        margin-top: -74px;
    }
    .container.logo svg {
        width:123px;
    }
    .top .wrapper {
        top: 30%;
    }
    .top .wrapper img {
        width: 55%;
    }
    .top .wrapper .title {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .top .wrapper .subtitle {
        font-size: 20px;
        margin-top: 30px;
    }
    .top .wrapper .title:before {
        bottom: -6px;
        left: calc(50% - 40px);
        width: 80px;
        height: 3px;
    }
    .top .wrapper2 {
        top: 28%;
        left: 80%;
        width: 200px;
    }
    #catch {
        padding: 1rem;
        font-size: 14px;
    }
    .resorts.style-full .resort-box .text-box {
        top: 300px;
    }
    .resorts.style-full .resort-box {
        margin-bottom: 300px;
    }
}
@media (max-width: 575.98px) {
    .container.logo {
        top: 70px;
        margin-top: -53px;
    }
    .container.logo img {
        width:80px;
    }
    .top .wrapper {
        top: 31%;
    }
    .top .wrapper img {
        width: 55%;
    }
    .top .wrapper .title {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .top .wrapper .subtitle {
        font-size: 18px;
        margin-top: 20px;
    }
    .top .wrapper .title:before {
        bottom: -6px;
        left: calc(50% - 30px);
        width: 60px;
        height: 2px;
    }
    .top .wrapper2 {
        top: 30%;
        left: 75%;
        width: 180px;
    }
    #catch {
        font-size: 12px;
    }
    .resorts.style-full .resort-box {
        padding: 20px;
    }
    .resorts.style-full .resort-box .text-box {
        top: 300px;
    }
    .resorts.style-full .resort-box {
        margin-bottom: 320px;
    }
}



.tour h2 {
    position: relative;
    margin: 30px;
    text-align: center;
    font-size: 20px;
    font-family: 'Yu Mincho', 'YuMincho', '游明朝', '游明朝体', serif;
    font-weight: 700;
}
.tour h2:before,
.tour h2:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #d7812d;
}
.tour h2:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
}
.tour h2:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
}
.tour h2 span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.75rem;
    color: #fff;
    background: #ff9f41;
}
.tour h2 span:before,
.tour h2 span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
    border-color: #864e13 transparent transparent transparent;
}
.tour h2 span:before {
    left: 0;
    border-width: 10px 0 0 10px;
}
.tour h2 span:after {
    right: 0;
    border-width: 10px 10px 0 0;
}

[class*=" icon-bookmark"]:before,
[class^=icon-bookmark]:before {
    color: #ff9f41;
}

hr.tour {
    margin-top: 40px;
    border: solid 1px #ff9f41;
}
