@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
    background: #fff;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.wrap1024 {
    max-width: 1024px;
    margin: 0 auto;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

#color_area {
    width: 100%;
    padding: 100px 0;
    background: #F4FFFD;
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

/*******************/

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

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

.inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner:after {
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 5px 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 250px;
}

div#mobile-head {}

#global-nav {}

#global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

#global-nav ul li:last-child {
    margin-right: 0;
}

#global-nav ul li {
    display: block;
    margin-right: 20px;
}

#global-nav ul li a {
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 25px;
}

.insta_btn a {
    font-size: 25px !important;
}

#global-nav ul li a:hover {
    color: #90cee4;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 70px;
    background: #fff;
    background: rgba(38, 147, 90, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.streaming_btn a {
    background: #fff;
    color: #288C57 !important;
    padding: 5px 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
}

.streaming_btn a:hover {
    background: transparent;
    color: #fff !important;
}



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

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

.main_v_box {
    height: 100vh;
    min-height: 900px;
    width: 100%;
    background: url(images/top_v_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.main_v_box_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 680px
}

.main_v {
    width: 78%;
    margin: 0 auto;
}

.main_v_logo {
    width: 40%;
    margin: 30px auto;
}

.main_v_date {
    width: 80%;
    margin: 0 auto;
}

.top_copy_pc {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.top_copy_sp {
    display: none;
}

p.top_description {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

h2.area_ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}

.ttl_undr_bar {
    border-bottom: 3px solid rgba(38, 147, 90, 1);
    width: 100px;
    margin: 0 auto;
}

.balloon2 {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto .7em auto;
    padding: 2px 2px;
    min-width: 120px;
    max-width: 260px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.balloon2 p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

.balloon2-top {
    position: relative;
    text-align: center;
    display: block;
    margin: 1.2em auto 0 auto;
    padding: 2px 2px;
    min-width: 120px;
    max-width: 260px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
}

.balloon2-top p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

.balloon-tl {
    position: relative;
    text-align: center;
    display: block;
    margin: 1.2em auto 0 auto;
    padding: 20px;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.balloon-tl:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.balloon-tl:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
}


.prebox {
    border: 2px solid #333;
    padding: 50px;
}

.main_v_box_in ul {
    display: none;
}

.fluffy {
    -webkit-animation: fluffy 0.8s linear 0s 1;
    animation: fluffy 0.8s linear 0s 1;
}

@-webkit-keyframes fluffy {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes fluffy {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

.streaming_budge {
    position: fixed;
    right: 15px;
    top: 85px;
    width: 180px;
    z-index: 1;
}

.cara_head {
    margin: 0 auto;
    display: block;
}

.cara_head h2 {
    font-size: 18px;
    font-weight: bold;
}

.cara_pic {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.cara_pic img {
    vertical-align: bottom;
}

.case_num {
    font-family: 'Montserrat', sans-serif;
    background: #288c57;
    color: #fff;
    padding: 5px 10px;
    letter-spacing: .1em;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    line-height: 24px;
}

.cara_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cara_flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .08em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cara_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cara_box_in {
    width: calc(33.333333% - 130px / 3);
}

.cara_box_sp {
    display: none;
}

.tl_item p {
    font-weight: bold;
    font-size: 14px;
}

h5.item_sub_ttl {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

h5.item_sub_ttl:before,
h5.item_sub_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
}

h5.item_sub_ttl:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

h5.item_sub_ttl:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/*button*/

.btn_box {
    max-width: 500px;
    margin: auto;
}

.btn_main {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #288c57;
    border: 2px solid #288c57;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 200px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_main:hover {
    background-color: transparent;
    border-color: #288c57;
    color: #288c57;
}

.flex_box_four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_box_four_sp {
    display: none;
}

.fbf_in {
    width: calc(25% - 50px / 4);
    text-align: center;
}

.photo_icons {
    border-radius: 1000px;
    overflow: hidden;
}

.course_name_1,
.course_name_2,
.course_name_3,
.course_name_4 {
    width: 100%;
    border-radius: 5px;
    padding: 4px 0;
    text-align: center;
}

.course_name_1 {
    border: 1px solid #37B6AA;
    color: #37B6AA;
}

.course_name_2 {
    border: 1px solid #FF9D00;
    color: #FF9D00;
}

.course_name_3 {
    border: 1px solid #E7576D;
    color: #E7576D;
}

.course_name_4 {
    border: 1px solid #EC7720;
    color: #EC7720;
}

.session_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sbf_l {
    width: 30%;
}

.sbf_r {
    width: 65%;
}

h3.session_copy {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 23px;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

a.insta_link {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #288c57;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

a.insta_link:hover {
    opacity: .6;
}

.talkbox_pic {
    width: 100px;
    min-width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 100px;
    overflow: hidden;
}

.talkbox_lr,
.talkbox_rl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.talkbox_rl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.talkbox_rl p,
.talkbox_lr p {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.talkbox_rl p {
    text-align: right;
}

.talkbox_tex {
    width: 88%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.food_pic_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.food_pic_in {
    width: 50%;
}

.intv_box h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #288c57;
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}


/*---------------------------------
アコーディオンボックス
--------------------------------*/


.acbox_grn,
.acbox_grn2,
.acbox_org,
.acbox_pink,
.acbox_org2 {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    /* ボックス全体の位置調整 */
}

.acbox_grn label,
.acbox_grn2 label,
.acbox_org label,
.acbox_pink label,
.acbox_org2 label {
    width: auto;
    font-size: 14px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 100px;
    /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.acbox_org label {
    background: #FF9D00;
    /* ラベルの背景色 */
}

.acbox_org2 label {
    background: #EC7720;
    /* ラベルの背景色 */
}

.acbox_grn label {
    background: #288c57;
    ;
    /* ラベルの背景色 */
}

.acbox_grn2 label {
    background: #37B6AA;
    ;
    /* ラベルの背景色 */
}

.acbox_pink label {
    background: #E7576D;
    /* ラベルの背景色 */
}


.acbox_grn label:hover,
.acbox_grn2 label:hover,
.acbox_org label:hover,
.acbox_pink label:hover,
.acbox_org2 label:hover {
    opacity: 0.5;
    /* background: #8BC34A;  ラベルにマウスを乗せた時の背景色 */
}

.acbox_grn input,
.acbox_grn2 input,
.acbox_org input,
.acbox_pink input,
.acbox_org2 input {
    display: none;
}

.acbox_grn label:after,
.acbox_grn2 label:after,
.acbox_org label:after,
.acbox_pink label:after,
.acbox_org2 label:after {
    color: #fff;
    content: "\f13a";
    /* ラベルのアイコン */
    position: absolute;
    top: 60%;
    margin-top: -14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.acbox_grn input:checked ~ label::after,
.acbox_grn2 input:checked ~ label::after,
.acbox_org input:checked ~ label::after,
.acbox_pink input:checked ~ label::after,
.acbox_org2 input:checked ~ label::after {
    content: "\f139";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*←ココ！！！！！！！*/
    /* ラベルをクリックした後のアイコン */
}

.acbox_grn .acbox-under,
.acbox_grn2 .acbox-under,
.acbox_org .acbox-under,
.acbox_pink .acbox-under,
.acbox_org2 .acbox-under {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox_grn input:checked ~ .acbox-under,
.acbox_grn2 input:checked ~ .acbox-under,
.acbox_org input:checked ~ .acbox-under,
.acbox_pink input:checked ~ .acbox-under,
.acbox_org2 input:checked ~ .acbox-under {
    height: auto;
    padding: 50px 0;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: transparent;
    /* 開いた部分の背景色 */
    opacity: 1 !important;
}



.acbox_grn input:checked ~ label {
    background: #93d2ad;
    /* クリック後のラベルの背景色 */
}

.acbox_grn2 input:checked ~ label {
    background: #87D3CC;
    /* クリック後のラベルの背景色 */
}

.acbox_org input:checked ~ label {
    background: #FFC466;
    /* クリック後のラベルの背景色 */
}

.acbox_pink input:checked ~ label {
    background: #F09AA7;
    /* クリック後のラベルの背景色 */
}

.acbox_org2 input:checked ~ label {
    background: #F3AD79;
    /* クリック後のラベルの背景色 */
}

.acbox-under {
    font-size: 14px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}


.shop_info h3 {
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    font-size: 14px;
}

.shop_info {
    margin-top: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.shop_info .montserrat {
    font-size: 18px;
    letter-spacing: .07em;
    margin-bottom: 5px;
}

.shop_info dt {
    border: 1px solid #288c57;
    display: inline-table;
    width: 85px;
    text-align: center;
    margin-right: 10px;
    background: #288c57;
    color: #fff;
}

.shop_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.shop_info dl:last-child {
    margin-bottom: 0;
}

.message_box {
    margin-bottom: 50px;
}


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

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

.footer_top {
    background: #f4fffd;
    padding: 50px 0;
}

.footer_top p {
    text-align: center;
    font-weight: bold;
}

.footer_logo {
    max-width: 450px;
    margin: 0 auto;
}

.footer_btm {
    background: rgba(38, 147, 90, 1);
    padding: 10px 0;
    color: #fff;
    font-size: 10px;
}


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



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

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

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

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: rgba(38, 147, 90, .7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }



    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }

    #mobile-head {
        background: transparent;
        width: 100% !important;
        height: 70px;
        z-index: 999;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 300px
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -525px;
        background: rgba(38, 147, 90, 1);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 20px;
    }

    #global-nav ul li {
        float: none;
        position: static;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    #global-nav ul li:last-child {
        margin-bottom: 0;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -webkit-transform: translateY(525px);
        transform: translateY(525px);
    }

    .fbf_in {
        width: calc(50% - 50px / 2);
    }

    .fbf_in:nth-child(3),
    .fbf_in:nth-child(4) {
        margin-top: 20px;
    }

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

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

    .wrap1024 {
        padding: 0 15px;
    }

    .main_v_box_in {
        width: 85%;
    }

    .main_v_box_in a {
        text-decoration: none;
        width: 75%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .main_v_box_in ul {
        list-style: none;
        margin-top: 30px;
        display: block;
    }

    .streaming_budge {
        width: 150px;
    }

    .cara_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .session_box_flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

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

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

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

}

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

    body {
        font-size: 12px;
    }

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

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 250px;
    }

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

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

    .main_v_box {
        min-height: 100vh;
    }

    .main_v_box_in {
        width: 100%;
    }

    .main_v {
        width: 90%;
        margin: 0 auto;
    }

    .main_v_logo {
        width: 50%;
        margin: 10px auto;
    }

    .main_v_date {
        width: 90%;
        margin: 0 auto;
    }

    .top_copy_pc {
        display: none;
    }

    .top_copy_sp {
        display: block;
        width: 75%;
        margin: 0 auto;
    }

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

    .streaming_budge {
        top: 75px;
        width: 100px;
    }

    .cara_box {
        display: none;
    }

    .cara_box_sp {
        display: block;
    }

    .cara_box_in {
        width: calc(100% - 0px / 1);
        margin-bottom: 50px;
    }

    .cara_box_in:last-child {
        margin-bottom: 0;
    }

    .flex_box_four {
        display: none;
    }

    .flex_box_four_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fbf_in {
        width: calc(100% - 0px / 1);
        max-width: 300px;
        text-align: center;
        margin-bottom: 50px;
    }

    .fbf_in:last-child {
        margin-bottom: 0;
    }

    .session_box_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .talkbox_tex {
        width: 63%;
    }

    .sbf_l,
    .sbf_r {
        width: 100%;
    }

    .sbf_r {
        margin-top: 20px;
    }

    .cara_flex2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    h3.session_copy {
        font-size: 20px;
    }

    h3.session_copy {
        text-align: center;
    }

    .food_pic_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .food_pic_in {
        width: 100%;
    }

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

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

}
