@charset "utf-8";

/*HEADER----------------------------------------------------------------------*/

/*HEADERend-------------------------------------------------------------------*/

/*MAIN------------------------------------------------------------------------*/
.pagehead {
    background: url(images/pagehead.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 350px;
}

.pagehead .area_ttl {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.pagehead .area_ttl h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;
    text-align: center;
    color: #fff;
    font-size: 3em;
    font-weight: 500
}


.icon_desc {
    background: #F3F7F8;
    padding: 30px;
}

.icon_desc ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.icon_desc ul li {
    width: calc(100% / 2 - 20px);
}

.mapicon {
    max-width: 60px;
    display: block;
    margin: 0 auto 20px;
}

.iconcntrl {
    max-width: 40px;
}

.icon_desc ul li p {
    text-align: center;
}

.content_ttl {
    border-left: 10px solid #FF7600;
    border-bottom: 1px solid #FF7600;
    padding-left: .3em;
    color: #FF7600;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2em;
}

.hotelbox {
    background: #F3F7F8;
    padding: 30px;
    border-radius: 20px;
    margin: 20px 0;
    box-sizing: border-box;
}

.hotelbox ul {
    padding-left: 1em;
}

.hotelbox ul li:nth-child(n+2) {
    margin-top: 1em;
}

.hotel_link {
    margin-left: .5em;
    color: #fff;
    background: #ff7600;
    padding: 0 .7em;
    border-radius: 20px;
    font-size: 13px
}

.hotelbox dl {
    display: flex;
}

.hotelbox dl dt {
    min-width: 24em
}

.subttl {
    background: #FF7600;
    background: linear-gradient(45deg, rgba(255, 118, 0, 1) 0%, rgba(255, 206, 0, 1) 100%);
    color: #fff;
    padding: 0 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.subttl2{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #FF7600;
    color: #FF7600;
}

.deadline {
    text-align: center;
    background: #fff4c8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.deadline img {
    max-width: 50px;
}

.deadline p {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}

.page_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.page_flex li:nth-child(1) {
    width: 70%;
}

.page_flex li:nth-child(2) {
    width: 28%;
    display: flex;
}

.page_flex2,
.page_flex3 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.page_flex2 li:nth-child(1) {
    margin-right: 1.5em
}

.page_flex3 li {
    width: calc(100% / 2 - 20px);
}

.list_reset {
    padding-left: 1em;
    list-style: disc;
}

.list_reset li {
    width: 100%;
}

.list_reset li:nth-child(n+2) {
    margin-top: 1em;
    margin-right: 0;
}

th,
td {
    border: solid 1px;
    /* 枠線指定 */
    padding: 1em;
}

table {
    border-collapse: collapse;
    /* セルの線を重ねる */
    width: 100%
}

th {
    background: #fff4c8;
}

.timetabel {
    display: flex;
}

.timetabel dt {
    min-width: 6rem;
    margin-right: 1em
}

.bgarea {
    background: #fff4c8;
    padding: 100px 0;
    width: 100%;
}

.tourflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tourflex .tourflex_l {
    width: 50%
}
.tourflex .tourflex_r {
    width: 45%;
}
.obal{
    overflow: hidden;
    border-radius: 200px;
}

.half {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.half li{
    width: calc(100% / 2 - 20px)
}

.triple {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.triple li {
    width: calc(100% / 3 - 20px)
}

/*MAINend---------------------------------------------------------------------*/

/*FOOTER----------------------------------------------------------------------*/

/*FOOTERend-------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {}

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

    /*HEADER----------------------------------------------------------------------*/

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    /*FOOTERend-------------------------------------------------------------------*/
}

@media only screen and (max-width: 599px) {
    /*HEADER----------------------------------------------------------------------*/

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .pagehead .area_ttl h2 {
        font-size: 2em;
    }

    .icon_desc ul li {
        width: 100%;
    }

    .icon_desc ul li:nth-child(n+2) {
        margin-top: 50px;
    }

    .hotelbox dl,
    .page_flex2,
    .page_flex3 {
        flex-direction: column;
    }

    .hotelbox dl dt {
        min-width: auto;
    }

    .page_flex li:nth-child(1),
    .page_flex li:nth-child(2),
    .page_flex3 li,
    .triple li,
    .tourflex .tourflex_l,
    .tourflex .tourflex_r,
    .half li {
        width: 100%;
    }

    .page_flex2 li:nth-child(2),
    .page_flex3 li:nth-child(2),
    .triple li:nth-child(n+2),
    .tourflex_r,.half li:nth-child(n+2) {
        margin-top: 1em;
    }

    .deadline {
        margin-top: 20px;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/
    /*FOOTERend-------------------------------------------------------------------*/
}
