@charset "utf-8";



/*===================================
fenix_sheraton
===================================*/

.sheratonWrap .ttl01 {
    color: #8C4600;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.sheratonWrap .ttl02 {
    font-size: 3rem;
    font-weight: bold;
    background: #eee;
    border-left: solid 12px #885812;
    border-bottom: solid 1px #b6b6b6;
    padding: 10px 0 10px 15px;
    margin-bottom: 30px;
    position: relative;
}

.sheratonWrap .ttl02:before {
    display: block;
    content: "\f0da";
    color: #885812;
    font-size: 3rem;
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sheratonWrap .ttl03 {
    font-weight: bold;
    margin-bottom: 20px;
}

.sheratonWrap .ttl03 .label {
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 20px;
}

.sheratonWrap .ttl03 .label > * {
    vertical-align: middle;
}

.sheratonWrap .ttl03 .label .num {
    font-size: 260%;
}

.sheratonWrap .ttl03 .lead {
    font-size: 2.4rem;
}

.sheratonWrap .ttl04 {
    color: #8C4600;
    font-weight: bold;
    margin-bottom: 10px;
}

.sheratonWrap .ttl04 > * {
    display: block;
}

.sheratonWrap .ttl04 .sub {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.sheratonWrap .ttl04 .lead {
    font-size: 3.4rem;
    font-weight: bold;
}

.sheratonWrap .catch {
    font-size: 1.6rem;
}

.sheratonWrap .txt-border {
    border-top: 2px #ff4000 dotted;
    padding-top: 10px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .sheratonWrap .ttl01 {
        font-size: 2.2rem;
    }

    .sheratonWrap .ttl02 {
        font-size: 2.6rem;
    }

    .sheratonWrap .ttl03 .label {
        width: 100%;
        margin-bottom: 5px;
    }

    .sheratonWrap .ttl03 .lead {
        font-size: 2.2rem;
    }

    .sheratonWrap .ttl04 .lead {
        font-size: 2.8rem;
    }

    .sheratonWrap .ttl04 .sub {
        font-size: 1.6rem;
    }
}

@media (max-width: 599px) {
    .sheratonWrap .ttl01 {
        display: none;
    }

    .sheratonWrap .ttl02 {
        font-size: 2.2rem;
    }

    .sheratonWrap .ttl03 .label {
        font-size: 1.6rem;
    }

    .sheratonWrap .ttl03 .lead {
        font-size: 1.8rem;
    }

    .sheratonWrap .ttl04 .lead {
        font-size: 2.2rem;
    }

    .sheratonWrap .ttl04 .sub {
        font-size: 1.4rem;
    }
}


/* sheratonImg */

.sheratonImg .img {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* sheratonCourse */

.sheratonCourseBox + .sheratonCourseBox {
    margin-top: 30px;
}

.sheratonCourseBox .label {
  background-color: #008744;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}

.sheratonCourseBox .lead {
      color: #008744;
    font-weight: bold;
    font-size: 1.8rem;
}

.sheratonCourseTop .item {
    background: #f6f5ef;
    padding: 10px;
}

.sheratonCourseTop .item + .item {
    margin-top: 30px;
}

.sheratonCourseTop .item .left {
    width: 30%;
}

.sheratonCourseTop .item .right {
    width: 67%;
}

.sheratonCourseTop + .sheratonCourseList {
    margin-top: 50px;
}

.sheratonCourseList .item .tit {
    color: #8C4600;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0;
}

.sheratonCourseList .item .txt {
    margin-top: 10px;
}

.sheratonCourseInfo {
    border: solid 1px #ffbf00;
    margin-top: 50px;
}

.sheratonCourseInfo .tit {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    background: #ffbf00;
    padding: 5px 10px;
}

.sheratonCourseInfo .txt {
    padding: 10px;
}

@media (max-width: 1024px) {
    .sheratonCourseInfo .tit {
        font-size: 2.2rem;
    }
}

@media (max-width: 599px) {
    .sheratonCourseTop .item .left {
        width: 100%;
    }

    .sheratonCourseTop .item .right {
        width: 100%;
        margin-top: 20px;
    }

    .sheratonCourseInfo .tit {
        font-size: 2rem;
    }
}


/*  */

.putWrap-sheraton .putTit {
    background: #b4900a;
}

@media (max-width: 1024px) {
    .putWrap-sheraton .box {
        border-color: #b4900a;
    }
}
