@charset "UTF-8";

@media screen and (min-width: 770px) {

    /*=========================
▼▼共通▼▼
===========================*/
    #conts_fv .fv_img {
        background-image: url("../img/education/fv_img.jpg");
    }

    #contents .btn {
        width: 270px;
        letter-spacing: 0.14rem;
    }

    #contents .btn a {
        background-color: #fff;
        border-radius: 32px;
        border: solid 3px #000;
        padding: 11px 0 10px 61px;
        box-shadow: 0px 3px 1px 0px rgba(51, 51, 51, 0.1);
        transition: .3s;
        background-image: url("../img/share/arrow_02.png");
        background-repeat: no-repeat;
        background-size: 31px;
        background-position: center right 52px;
    }

    #contents .btn a:hover {
        background-color: #000;
        border-radius: 32px;
        border: solid 3px #000;
        color: #fff;
        background-image: url("../img/share/arrow_02_off.png");
        background-position: center right 42px;
    }

    #contents .link_list {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        position: relative;
        top: 116px;
    }

    #contents .link_list li {
        width: 114px;
        margin-right: 50px;
    }

    #winter .link_list li {
        width: 145px;
        margin-right: 27px;
    }

    #contents .link_list li:last-of-type {
        margin-right: 0;
    }

    #contents .link_list li .img {
        margin-bottom: 19px;
    }

    #winter .link_list li .img {
        width: 114px;
        margin: 0 auto 19px;
    }

    #contents .link_list li .text {
        font-size: 15px;
        text-align: center;
        font-weight: 600;
        padding-bottom: 24px;
        line-height: 1.3;
        background-image: url("../img/share/arrow_03.png");
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center bottom;
    }

    #contents .title_box {
        width: 783px;
        margin-bottom: 21px;
    }

    #contents .title_box h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 17px;
    }

    #contents .title_box .eg {
        font-size: 79px;
        line-height: 1.0;
        letter-spacing: 0.15rem;
    }

    /* タブ */
    #contents section.tab {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        float: none;
        padding-top: 100px;
        position: relative;
    }

    #contents section.tab .tabLabel {
        padding: 36px 12px 24px;
        flex: 1;
        order: -1;
        width: 595px;
        cursor: pointer;
        border-radius: 30px 30px 0 0;
        text-align: center;
        color: #d4ceb3;
        line-height: 1.2;
        letter-spacing: 0.08rem;
        font-size: 40px;
        background-color: #edebe1;
        position: absolute;
        top: 0;
        right: calc(50% + 5px);
        z-index: 1;
    }

    #contents section.tab .tab_02 {
        left: calc(50% + 5px);
    }

    #contents section.tab .tabLabel::after {
        content: "";
        display: block;
        width: 1200px;
        border-bottom: 5px solid #ffd54d;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    #contents section.tab .tab_02::after {
        left: auto;
        right: 0;
    }

    #contents section.tab :checked + label {
        background-color: #ffd54d;
        color: #000;
    }

    #contents section.tab input {
        /* ラジオボタン非表示 */
        display: none;
    }

    #contents section.tab .content {
        /* 本文 */
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin: -60px auto 0;
    }

    /*アクティブ設定*/
    #contents section.tab input:checked + .tabLabel + .content {
        height: auto;
        opacity: 1;
    }

    /*=========================
▲▲共通▲▲
===========================*/
    /*green共通*/
    #green .area_box {
        position: relative;
        min-height: 300px;
    }

    #green .img_block .number {
        height: 75px;
        width: auto;
        position: absolute;
        top: 0px;
        right: 64px;
    }

    #green .img_block .number img {
        height: 100%;
        width: auto;
    }

    #green .img_block {
        position: absolute;
        top: 2px;
        right: 0;
        width: 500px;
        overflow: hidden;
        border-radius: 30px;
    }

    #green .text_block {
        width: 679px;
    }

    #green .text_block .text {
        margin-bottom: 30px;
        letter-spacing: -0.03rem;
    }

    /*green個別*/
    #conts_area_01 {
        padding: 179px 0 79px;
    }

    #conts_area_02 {
        padding: 97px 0 203px;
    }

    #conts_area_02 .title_box {
        margin-bottom: 128px;
    }

    #conts_area_02 h3 {
        font-size: 34px;
        font-weight: 600;
        letter-spacing: 0.15rem;
        width: 679px;
        margin-left: auto;
    }

    #conts_area_02 .img_block {
        top: 140px;
        left: 0;
    }

    #conts_area_02 .text_block {
        margin-left: auto;
    }

    #conts_area_03 {
        padding: 96px 0 130px;
    }

    #conts_area_03 .area_wrapper {
        position: relative;
        min-height: 380px;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    #conts_area_03 .area_wrapper h3 {
        font-size: 34px;
        font-weight: 600;
        letter-spacing: 0.15rem;
        width: 688px;
    }

    #conts_area_03 .title_box {
        margin-bottom: -34px;
    }

    /*▼▼偶数レイアウト▼▼*/
    #conts_area_03 .area_wrapper:nth-of-type(2n) h3 {
        margin-left: auto;
    }

    #conts_area_03 .area_wrapper:nth-of-type(2n) .text_block {
        margin-left: auto;
    }

    #green .area_wrapper:nth-of-type(2n) .img_block {
        top: 16px;
        left: 0;
    }

    #green .area_wrapper:nth-of-type(2n) .img_block .number {
        top: -1px;
        left: 304px;
    }

    /*▲▲奇数レイアウト▲▲*/
    #conts_area_08 {
        padding: 96px 0 5px;
    }

    /*winter*/
    #winter .auto {
        position: relative;
    }

    #conts_area_04 {
        padding: 173px 0 92px;
    }

    #conts_area_05 {
        padding: 97px 0 92px;
    }

    #conts_area_06 {
        padding: 97px 0 92px;
    }

    #conts_area_07 {
        padding: 97px 0 0;
    }

    #winter .area_wrapper .title_box {
        margin-left: 424px;
    }

    #winter .area_wrapper:nth-of-type(2n) .title_box {
        margin-left: 0;
    }

    #winter .area_wrapper .big_img {
        width: 41vw;
        height: 540px;
        position: absolute;
        border-radius: 0 30px 30px 0;
        overflow: hidden;
        z-index: 3;
    }

    #winter .area_wrapper:nth-of-type(2n) .big_img {
        border-radius: 30px 0 0 30px;
    }

    #winter .area_wrapper .big_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #conts_area_04 .big_img {
        top: 50px;
        right: 829px;
    }

    #conts_area_05 .big_img {
        top: 119px;
        left: 831px;
    }

    #conts_area_06 .big_img {
        top: 6px;
        right: 829px;
    }

    #conts_area_07 .big_img {
        top: 84px;
        left: 831px;
    }

    #winter .area_wrapper .text_block h3 {
        font-size: 23px;
        line-height: 1.4;
        font-weight: 600;
        position: relative;
        padding-left: 18px;
        margin-bottom: 14px;
    }

    #winter .area_wrapper .text_block h3:after {
        content: "";
        display: block;
        width: 8px;
        height: 37px;
        background-color: #fcc842;
        position: absolute;
        top: 0;
        left: 0;
    }

    #winter .area_wrapper .middle_wrapper {
        width: 783px;
        margin: 0 0 46px 430px;
    }

    #winter .area_wrapper:nth-of-type(2n) .middle_wrapper {
        margin: 0 0 46px 0;
    }

    #winter .area_wrapper .text_block {
        width: 700px;
    }

    #winter .area_wrapper .text_block_01 {
        margin-bottom: 31px;
    }

    #winter .area_wrapper .img_block {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    #winter .area_wrapper .img_block .img {
        width: 368px;
        border-radius: 30px;
        overflow: hidden;
        z-index: 2;
    }

    #winter .area_wrapper .under_wrapper {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1127px;
        margin: 0 auto;
    }

    #conts_restaurant {
        padding-bottom: 100px;
    }

    #conts_restaurant h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 48px;
    }

    #conts_restaurant h3 .big {
        font-size: 73px;
        display: block;
        font-weight: 400;
        margin-top: 4px;
        letter-spacing: 3.65px;
    }

    #conts_restaurant ol {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -54px;
    }

    #conts_restaurant ol li {
        width: 365px;
        position: relative;
        border-radius: 30px;
        background-color: #fff;
        border: solid 1px #eee9d0;
        box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.08);
        margin-right: 52px;
        margin-bottom: 54px;
        transition: .3s;
    }

    #conts_restaurant ol li a {
        padding: 25px 26px 8px;
    }

    #conts_restaurant ol li:nth-of-type(3n) {
        margin-right: 0;
    }

    #conts_restaurant ol li .number {
        position: absolute;
        top: -6px;
        right: 0;
        height: 52px;
        z-index: 999;
    }

    #conts_restaurant ol li .number img {
        width: auto;
        height: 100%;
        opacity: unset;
    }

    #conts_restaurant ol li .img {
        margin-bottom: 16px;
        overflow: hidden;
        border-radius: 30px;
        position: relative;
        z-index: 1;
    }

    #conts_restaurant ol li .img img {
        transition-duration: .3s;
    }

    #conts_restaurant ol li:hover .img img {
        transform: scale(1.06);
        opacity: 1;
    }

    #conts_restaurant ol li h4 {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    #conts_restaurant ol li .access {
        line-height: 1.81;
        margin-bottom: 3px;
    }

    #conts_restaurant ol li .tel {
        font-size: 19px;
        margin-bottom: 7px;
    }

    #conts_restaurant ol li .text {
        display: flex;
        font-size: 20px;
        letter-spacing: 2.03px;
        justify-content: flex-end;
    }

    #conts_restaurant ol li .btn {
        display: flex;
        font-size: 20px;
        letter-spacing: 2.03px;
        justify-content: flex-end;
        align-items: center;
    }

    #conts_restaurant ol li .btn::after {
        content: "";
        display: inline-block;
        background-image: url("../img/share/arrow_02.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right 10px;
        width: 50px;
        height: 16px;
        margin-left: 12px;
        transition: .3s;
    }

    #conts_restaurant ol li:hover .btn::after {
        background-position: center right 3px;
    }
}

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

    /*=========================
▼▼共通▼▼
===========================*/
    #conts_fv .fv_img {
        background-image: url("../img/education/fv_img.jpg");
    }

    #contents .btn {
        margin: 0 auto;
        letter-spacing: 0.14rem;
        width: 263px;
    }

    #contents .btn a {
        background-color: #fff;
        border-radius: 32px;
        border: solid 3px #000;
        text-align: center;
        padding: 15px 0 14px;
        box-shadow: 0px 2px 1px 0px rgb(51 51 51 / 10%);
    }

    #contents .btn a span {
        padding-right: 40px;
        background-image: url("../img/share/arrow_02.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center right;
    }

    #contents .link_list {
        margin: 0 auto;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 160px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #green .link_list {
        top: 86px;
    }

    #winter .link_list {
        max-width: 273px;
        padding-bottom: 16px;
        justify-content: space-between;
    }

    #winter .link_list::after {
        content: "";
        display: block;
        width: 126px;
        height: 0;
    }

    #contents .link_list li {
        width: 84px;
        margin-right: 10px;
    }

    #contents #green .link_list li {
        margin-bottom: 14px;
    }

    #green .link_list li:last-of-type {
        margin-right: 0;
    }

    #winter {
        margin-top: -85px;
    }

    #contents .link_list li {
        width: 126px;
        margin: 0 0 23px;
    }

    #winter .link_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    #contents .link_list li .img {
        width: 104px;
        margin: 0 auto 11px;
    }

    #contents .link_list li .text {
        text-align: center;
        font-weight: 600;
        font-size: 1.3rem;
        padding-bottom: 16px;
        line-height: 1.3;
        background-image: url("../img/share/arrow_03.png");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center bottom;
    }

    #contents .title_box {
        width: 100%;
        margin-bottom: 16px;
    }

    #contents .title_box h2 {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    #contents .title_box .eg {
        font-size: 4.6rem;
        line-height: 1.0;
        letter-spacing: 0.15rem;
    }

    #contents .title_box .eg .small {
        font-size: 3.8rem;
        line-height: 1.0;
        letter-spacing: 0.15rem;
    }

    /* タブ */
    #contents section.tab {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        float: none;
        padding-top: 69px;
        position: relative;
    }

    #contents section.tab .tabLabel {
        padding: 16px 12px 14px;
        flex: 1;
        order: -1;
        width: calc(48% - 2px);
        cursor: pointer;
        border-radius: 15px 15px 0 0;
        text-align: center;
        color: #d4ceb3;
        line-height: 1.2;
        letter-spacing: 0.08rem;
        font-size: 2.4rem;
        background-color: #edebe1;
        position: absolute;
        top: 0;
        right: calc(50% + 2px);
        z-index: 1;
    }

    #contents section.tab .tab_02 {
        left: calc(50% + 2px);
    }

    #contents section.tab .tabLabel::after {
        content: "";
        display: block;
        width: calc(100% + 2px);
        border-bottom: 4px solid #ffd54d;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    #contents section.tab .tab_02::after {
        left: auto;
        right: 0;
    }

    #contents section.tab :checked + label {
        background-color: #ffd54d;
        color: #000;
    }

    #contents section.tab input {
        /* ラジオボタン非表示 */
        display: none;
    }

    #contents section.tab .content {
        /* 本文 */
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin: -60px auto 0;
    }

    /*アクティブ設定*/
    #contents section.tab input:checked + .tabLabel + .content {
        height: auto;
        opacity: 1;
    }

    /*=========================
▲▲共通▲▲
===========================*/
    /*green共通*/
    #green .area_box {
        position: relative;
        min-height: 300px;
    }

    #green .img_block .number {
        height: 17%;
        width: auto;
        position: absolute;
        top: 18px;
        right: 4%;
    }

    #green .img_block .number img {
        height: 100%;
        width: auto;
    }

    #green .img_block {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
    }

    #green .img_block .img {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 24px;
        z-index: 2;
        position: relative;
    }

    #green .text_block {
        width: 100%;
    }

    #green .text_block .text {
        margin-bottom: 21px;
        letter-spacing: -0.03rem;
    }

    /*green個別*/
    #conts_area_01 {
        padding: 114px 0 77px;
    }

    #conts_area_02 {
        padding: 66px 0 78px;
    }

    #conts_area_08 {
        padding: 61px 0 0;
    }

    #conts_area_03 .area_wrapper {
        position: relative;
        min-height: 460px;
        margin-bottom: 58px;
    }

    #conts_area_03 .area_wrapper:last-of-type {
        margin-bottom: 0;
    }

    #conts_area_03 .area_03 {
        margin-bottom: 53px;
    }

    #conts_area_02 h3,
    #conts_area_03 .area_wrapper h3 {
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: 0.15rem;
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #conts_area_02 h3 {
        margin-bottom: 0;
    }

    #conts_area_02 .title_box {
        margin-bottom: 26px;
    }

    #conts_area_03 .title_box {
        margin-bottom: 36px;
    }

    #conts_area_03 {
        padding: 69px 0 71px;
    }

    /*winter*/
    #winter .auto {
        position: relative;
    }

    #conts_area_04 {
        padding: 165px 0 78px;
    }

    #conts_area_05 {
        padding: 61px 0 76px;
    }

    #conts_area_06 {
        padding: 69px 0 75px;
    }

    #conts_area_07 {
        padding: 62px 0 0;
    }

    #conts_area_07 .title_box .eg {
        font-size: 4.2rem;
    }

    #winter .area_wrapper .big_img {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 24px;
        z-index: 2;
        position: relative;
    }

    #winter .area_wrapper .text_block h3 {
        font-size: 2.1rem;
        line-height: 1.4;
        font-weight: 600;
        position: relative;
        padding-left: 16px;
        margin-bottom: 14px;
    }

    #winter .area_wrapper .text_block h3:after {
        content: "";
        display: block;
        width: 7px;
        height: 100%;
        background-color: #fcc842;
        position: absolute;
        top: 0;
        left: 0;
    }

    #winter .area_wrapper .middle_wrapper {
        width: 100%;
        margin: 0px 0 25px 0;
    }

    #winter .area_wrapper .text_block {
        width: 100%;
    }

    #winter .area_wrapper .text_block_01 {
        margin-bottom: 50px;
    }

    #winter .area_wrapper .text_block_02 {
        margin-bottom: 35px;
    }

    #winter .area_wrapper .img_block {
        display: flex;
        flex-wrap: wrap;
        margin: -5vw;
    }

    #winter .area_wrapper .img_block .img {
        border-radius: 0 10px 10px 0;
        overflow: hidden;
        margin-right: 15%;
        margin-bottom: 25px;
        z-index: 1;
    }

    #winter .area_wrapper .img_block .img:nth-of-type(2n) {
        border-radius: 10px 0 0 10px;
    }

    #winter .area_wrapper .img_block .img:nth-of-type(2n) {
        margin-left: 15%;
    }

    #winter .area_wrapper .img_block .img:last-of-type {
        margin-right: 0;
    }

    #winter .area_wrapper .under_wrapper {
        display: -ms-flexbox;
        width: 100%;
        margin: 0 auto;
    }

    #conts_restaurant {
        padding-bottom: 82px;
    }

    #conts_restaurant h3 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    #conts_restaurant h3 .big {
        font-size: 3.8rem;
        display: block;
        font-weight: 400;
        margin-top: 4px;
        letter-spacing: 3.65px;
    }

    #conts_restaurant ol li {
        position: relative;
        border-radius: 16px;
        padding: 20px 5% 22px;
        background-color: #fff;
        border: solid 1px #eee9d0;
        box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.08);
        margin-bottom: 40px;
    }

    #conts_restaurant ol li:last-of-type {
        margin-bottom: 0;
    }

    #conts_restaurant ol li .number {
        position: absolute;
        top: -6px;
        right: 0;
        height: 40px;
        z-index: 3;
    }

    #conts_restaurant ol li .number img {
        width: auto;
        height: 100%;
    }

    #conts_restaurant ol li .img {
        margin-bottom: 16px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    #conts_restaurant ol li .img img {
        overflow: hidden;
    }

    #conts_restaurant ol li h4 {
        font-size: 2.0rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    #conts_restaurant ol li .access {
        line-height: 1.7;
        margin-bottom: 5px;
    }

    #conts_restaurant ol li .tel {
        font-size: 1.8rem;
        margin-bottom: 7px;
    }

    #conts_restaurant ol li .text {
        display: flex;
        font-size: 1.8rem;
        letter-spacing: 2.03px;
        justify-content: flex-end;
    }

    #conts_restaurant ol li .btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #conts_restaurant ol li .btn::after {
        content: "";
        display: inline-block;
        background-image: url("../img/share/arrow_02.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 16px;
        margin-left: 12px;
    }
}
