@charset "UTF-8";

/*==============================

	共通スタイル

==============================*/
@media (min-width: 767px) {
    .pc {
        display: block;
    }

    .sp {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

main,
aside {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #242424;
}

.u-mb60 {
    margin-bottom: 60px !important;
}

.link {
    color: #242424;
    text-decoration: none;
    display: block;
    padding: 0;
}

.primary-heading {
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    /*font-family:  "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;*/
    font-weight: bold;
}

.secondary-heading {
    line-height: 1.2;
    text-align: center;
}

.thirdly-heading {
    line-height: 1;
    text-align: center;
}

.primary-text {
    line-height: 2.0;
}

.detail-text {
    line-height: 1.6;
    text-align: left;
}

.primary-text_color_white {
    color: #fff;
}

.secondary-text {
    line-height: 2;
}

.thirdly-text {
    line-height: 2;
}

.caption {
    color: #a48b78;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .caption {
        font-size: 15px;
    }

    .primary-text {
        font-size: 22px;
    }

    .secondary-text {
        font-size: 18px;
    }

    .thirdly-text {
        font-size: 18px;
    }

    .primary-text_color_white-pc {
        color: #fff;
    }

    .secondary-heading {
        font-size: 26px;
    }

    .thirdly-heading {
        font-size: 26px;
    }

    .detail-text {
        font-size: 15px;
    }

    .link .card__body {
        transition: opacity .3s;
    }

    .link:hover .card__body {
        opacity: .6;
    }
}

@media screen and (max-width: 767px) {
    .caption {
        font-size: 4vw;
    }

    .primary-text {
        font-size: 4.8vw;
        text-align: center;
    }

    .secondary-text {
        font-size: 4.8vw;
        text-align: center;
    }

    .thirdly-text {
        font-size: 3.7333vw;
    }

    .secondary-heading {
        font-size: 5.333vw;
    }

    .thirdly-heading {
        font-size: 4.8vw;
    }

    .detail-text {
        font-size: 3.7333vw;
    }
}

.button {
    align-items: center;
    background: #3b3b41 url(/library/img/common/icon_arrow.png) no-repeat right 22px center;
    background-size: 15px;
    border: 1px solid #3b3b41;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    width: 100%;
    transition: opacity .3s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.popbtn {
    align-items: center;
    background: #e6e6e6 url(/library/kodate/kokagelounge/image/kkl_icon_001.png) no-repeat right 10px center;
    border: 1px solid #e6e6e6;
    background-size: 15px;
    color: #242424;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    width: 100%;
    transition: opacity .3s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
    .box-2__link:hover .popbtn {
        opacity: .6;
    }

    .link:hover .button {
        opacity: .6;
    }

    .popbtn-text {
        margin-left: -25px;
        display: block;
        text-decoration: none;
    }

    .button_size_small {
        width: 129px;
        height: 45px;
    }

    .button_size_medium {
        width: 366px;
        height: 60px;
    }

    .button_size_medium-2 {
        width: 320px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .button {
        font-size: 4vw;
        padding: 20px 0 20px;
        position: relative;
        text-align: center;
    }

    .popbtn {
        font-size: 3.466vw;
        padding: 13px 0 13px;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: block;
        float: right;
    }

    .popbtn-text {
        margin-left: -25px;
    }

    .button_size_small {
        width: 33.7%;
    }

    .button_size_medium {
        /*    width: 90%;*/
    }
}

/*==============================

	main

==============================*/
.main {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .main {
        padding-bottom: 30px;
    }
}

.main img {
    width: 100%;
}

/*==============================

.headblock

==============================*/
.headblock {
    padding: 35px 0;
    position: relative;
    margin: 0 auto;
}

.headblock__heading {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/*==============================

.slider

==============================*/
.slider {
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .base-modal:not(:first-child) {
        margin-top: 0;
    }

    .slider {
        margin-bottom: -4px;
    }
}

@media screen and (min-width: 768px) {
    .slides li {
        height: 630px;
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*      line-height: 300px;*/
        position: relative;
        margin-top: 0 !important;
    }

    .slide01 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_001_pc.jpg) no-repeat;
    }

    .slide02 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_002_pc.jpg) no-repeat;
    }

    .slide03 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_003_pc.jpg) no-repeat;
    }

    .slide04 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_004_pc.jpg) no-repeat;
    }

    .slide05 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_005_pc.jpg) no-repeat;
    }

    .slide06 {
        background: url(/library/kodate/kokagelounge/image/kkl_slide_006_pc.jpg) no-repeat;
    }

    .slide06 a {
        display: block !important;
        height: 630px !important;
        width: 100% !important;
        position: relative !important;
        background: none !important;
        z-index: 5;
    }

    .base-modal a:hover img {
        opacity: 1;
    }

    .base-modal:not(.button) a:before {
        width: 60px;
        height: 60px;
        background: none;
        border-radius: 50%;
        opacity: 1;
        border: 3px solid #fff;
        top: 70px;
        transition: opacity .3s;
    }

    .base-modal:not(.button) a:after {
        top: 70px;
    }

    .box-3__body.base-modal:not(.button) a:after {
        top: 0px;
        transition: opacity .3s;
    }

    .box-3__body.base-modal:not(.button) a:before {
        top: 0px;

    }

    .base-modal:not(.button) a:hover::after {
        opacity: .6;
    }

    .base-modal:not(.button) a:hover::before {
        opacity: .6;
    }
}

@media (max-width: 767px) {
    .banner__box-2 a:before {
        width: 60px;
        height: 60px;
        background: none;
        border-radius: 50%;
        opacity: 1;
        border: 3px solid #fff;
        top: 0px;
        transition: opacity .3s;
    }

    .base-modal:not(.button) a:after {
        right: -17px;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-left: 25px solid #fff;
    }
}

.slider-logo {
    position: absolute;
    top: 138px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.slider-logo-2 {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.slider-btn {
    display: block !important;
    height: 630px !important;
    width: 100% !important;
    position: absolute;
}

.slide06 a {

    z-index: 5;
}

@media screen and (min-width: 768px) {
    .slider-btn img {
        position: absolute;
        top: 168px;
        left: 50%;
        width: 708px !important;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .base-modal:not(.button) a:before {
        display: none;
    }

    .base-modal:not(.button) a:after {
        display: none;
    }
}

/*==============================

concept

==============================*/
.concept {
    width: 100%;
    background: url(/library/kodate/kokagelounge/image/kkl_bg_001.jpg) no-repeat;
    background-size: contain;
    position: relative;
}

@media screen and (min-width: 768px) {
    .concept__inner {
        width: 1160px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .concept__text-1 {
        position: absolute;
        left: 0;
        top: 145px;
    }

    .concept__imagewrap-1 {
        width: 1160px;
        position: relative;
        right: 0;
        padding-top: 45px;
        text-align: right;
    }

    .concept__imagewrap-1 .concept__image {
        width: 560px;
        text-align: right;
    }

    .concept__imagewrap-2 {
        width: 1160px;
        position: relative;
        padding-top: 45px;
    }

    .concept__illust {
        width: 370px;
        position: absolute;
        left: 196px;
        top: 350px;
    }

    .concept__text-2 {
        position: absolute;
        z-index: 3;
        left: 100px;
        top: 600px;
    }
}

@media screen and (max-width: 767px) {
    .concept__text-1 {
        padding: 35px 0;
    }

    .concept__text-2 {
        padding: 35px 0;
    }

    .concept__imagewrap-1 {
        width: 66.7%;
        margin: 0 auto;
    }

    .concept__illust {
        width: 76%;
        margin: 0 0 30px 10.1%;
    }
}

/*==============================

	box-1

==============================*/
.box-1 {
    width: 100%;
    position: relative;
    margin: 70px auto 0;
}

@media screen and (min-width: 768px) {
    .box-1__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-1__heading {
        height: 115px;
    }

    /*

  .box-1__heading:before {

    content: "";

    width: 2px;

    border-right: 2px solid #242424;

    position: absolute;

    right: 50%;

    top: 57px;

    bottom: 0;

    height: 58px;

  }

*/
    .box-1__line {
        content: "";
        width: 2px;
        border-right: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 57px;
        bottom: 0;
        height: 58px;
    }

    .box-1__body {
        width: 100%;
        background: url(/library/kodate/kokagelounge/image/kkl_pic_003_pc.jpg) no-repeat;
        background-size: cover;
        position: relative;
        height: 200px;
    }

    .box-1__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .box-1__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-1__heading {
        height: 17.4vw;
    }

    /*

  .box-1__heading:before {

    content: "";

    width: 2px;

    border-right: 2px solid #242424;

    position: absolute;

    right: 50%;

    top: 21%;

    bottom: 0;

    height: 13%;

  }

*/
    .box-1__line {
        content: "";
        width: 2px;
        border-right: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 21%;
        bottom: 0;
        height: 13%;
    }

    .box-1__body {
        width: 100%;
        background: url(/library/kodate/kokagelounge/image/kkl_pic_003_sp.jpg) no-repeat;
        background-size: cover;
        position: relative;
        padding: 17% 0;
    }

    .box-1__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

/*==============================

	.media

==============================*/
@media screen and (min-width: 768px) {
    .media-block {
        margin-top: 50px;
    }

    .media {
        width: 1160px;
        margin: 0 auto;
        clear: both;
        position: relative;
        /*    overflow: hidden;*/
    }

    .media-001 {
        /*	   height: 770px;*/
    }

    .media-002 {
        margin: 60px auto 10px;
        /*	   height: 770px;*/
    }

    .media-004 {
        margin: 90px auto 0;
        /*	   height: 770px;*/
    }

    .media-006 {
        margin: 60px auto 100px;
        /*	   height: 770px;*/
    }

    .media__group {
        width: 450px;
        position: absolute;
    }

    .media__group_position_right {
        float: right;
    }

    .media__group-004 {
        width: 450px;
        position: absolute;
        left: 750px;
    }

    .media__heading {
        margin-top: 60px;
    }

    .media__heading_width_s {
        width: 239px;
    }

    .media__heading_width_m {
        width: 288px;
    }

    .media__caption {
        padding: 15px 0 30px;
        display: block;
    }

    .media__pic {
        width: 1160px;
        /*    float: right;*/
        z-index: 1;
        position: relative;
    }

    .media__pic-002 {
        width: 1040px;
        z-index: 1;
        position: relative;
    }

    .media__pic-003 {
        width: 930px;
        margin-left: 230px;
        z-index: 1;
        position: relative;
    }

    .media__pic-004 {
        width: 995px;
        margin-left: 45px;
        z-index: 1;
        position: relative;
    }

    .media__pic-006 {
        width: 965px;
        margin-left: 45px;
        z-index: 1;
        position: relative;
    }

    .media__pic_position_left {
        float: left;
    }

    .media__list {
        width: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 370px;
    }

    .media__list_position_right {
        left: 610px;
    }

    .media__listitem {
        width: 180px;
    }

    .media__box {
        z-index: 0;
    }

    .media__box-001 {
        position: absolute;
        left: 128px;
        top: 362px;
    }

    .media__box-001-inner {
        width: 840px;
        height: 390px;
        position: relative;
        z-index: 0;
    }

    .media__categoly-001 {
        width: 520px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .media__copy-001 {
        position: absolute;
        left: 451px;
        top: 285px;
    }

    .media__box-002 {
        position: absolute;
        left: 473px;
        top: 96px;
    }

    .media__box-002-inner {
        width: 700px;
        position: relative;
        z-index: 0;
    }

    .media__categoly-002 {
        width: 378px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .media__copy-002 {
        position: absolute;
        left: 420px;
        top: 40px;
    }

    .media__box-003 {
        position: absolute;
        width: 800px;
        left: 15px;
        top: 250px;
    }

    .media__box-003-inner {
        /*		width: 700px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-003 {
        width: 378px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .media__copy-003 {
        position: absolute;
        left: 0;
        top: 232px;
    }

    .media__box-004 {
        position: absolute;
        left: 60px;
        top: 475px;
    }

    .media__box-004-inner {
        width: 930px;
        /*    height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-004 {
        width: 599px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .media__copy-004 {
        position: absolute;
        left: 0px;
        top: 133px;
    }

    .media__box-005 {
        position: absolute;
        left: 0;
        top: 125px;
    }

    .media__box-005-inner {
        width: 742px;
        position: relative;
        z-index: 0;
    }

    .media__categoly-005 {
        width: 590px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .media__copy-005 {
        position: absolute;
        left: 0px;
        top: 363px;
    }

    .media__box-006 {
        position: absolute;
        width: 900px;
        left: 259px;
        top: 36px;
    }

    .media__box-006-inner {
        /*		width: 700px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-006 {
        width: 615px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .media__copy-006 {
        position: absolute;
        top: 79px;
        left: 496px;
    }
}

@media screen and (max-width: 767px) {
    .media-block {
        margin-top: 50px;
    }

    .media {
        width: 90%;
        margin: 0 auto 10%;
        clear: both;
        position: relative;
        /*    overflow: hidden;*/
    }

    .media__group {
        text-align: center;
    }

    .media__heading {
        margin: 0 auto;
        text-align: center;
    }

    .media__heading_width_s {
        width: 62%;
    }

    .media__heading_width_m {
        width: 74.7%;
    }

    .media__caption {
        padding: 15px 0 20px;
        display: block;
    }

    .media__pic {
        margin: 5% 0 3%;
        position: relative;
        z-index: 1;
    }

    .media__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    .media__listitem {
        width: 31.1%;
    }

    .media__box {
        z-index: 0;
    }

    .media__box-001 {
        position: relative;
    }

    .media__box-001-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-001 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -65.7vw;
        z-index: 0;
    }

    .media__copy-001 {
        position: relative;
        margin: 5% auto 0;
        /*    width: 80%;*/
        display: flex;
        justify-content: center;
    }

    .media__box-002-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-002 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -78vw;
        z-index: 0;
    }

    .media__copy-002 {
        position: relative;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
    }

    .media__box-003-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-003 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -74vw;
        z-index: 0;
    }

    .media__copy-003 {
        position: relative;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
    }

    .media__box-004 {
        position: relative;
    }

    .media__box-004-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-004 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -79vw;
        z-index: 0;
    }

    .media__copy-004 {
        position: relative;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
    }

    .media__box-005-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-005 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -75vw;
        z-index: 0;
    }

    .media__copy-005 {
        position: relative;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
    }

    .media__box-006-inner {
        /*		width: 840px;*/
        /*		height: 390px;*/
        position: relative;
        z-index: 0;
    }

    .media__categoly-006 {
        width: 100%;
        position: absolute;
        margin: 0 auto;
        top: -74vw;
        z-index: 0;
    }

    .media__copy-006 {
        position: relative;
        margin: 5% auto 0;
        display: flex;
        justify-content: center;
    }
}

/*==============================



	box-2



==============================*/
.box-2 {
    width: 100%;
    position: relative;
    margin: 70px auto 0;
}

@media screen and (min-width: 768px) {
    .box-2__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-2__heading {
        height: 115px;
        width: 1160px;
        margin: 0 auto;
        position: relative;
    }

    /*

  .box-2__heading:before {

    content: "";

    width: 2px;

    border-right: 2px solid #242424;

    position: absolute;

    right: 50%;

    top: 57px;

    bottom: 0;

    height: 58px;

  }

*/
    .box-2__line {
        content: "";
        width: 1px;
        border-left: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 57px;
        bottom: 0;
        height: 58px;
    }

    .box-2__link {
        display: block;
        border: 1px solid #e6e6e6;
        width: 565px;
        float: left;
        height: 309px;
        position: relative;
        text-decoration: none;
    }

    .box-2__plan {
        width: 502px;
        display: block;
        margin: 0 auto;
        padding-top: 45px;
    }

    .box-2__btn {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    a:hover .box-2__btn {
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .box-2__pic {
        width: 565px;
        float: right;
    }

    .box-2__body {
        width: 1160px;
        clear: both;
        overflow: hidden;
        position: relative;
        margin: 30px auto 0;
    }

    .box-2__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .box-2__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-2__heading {
        height: 17.4vw;
    }

    /*

  .box-2__heading:before {

    content: "";

    width: 2px;

    border-right: 2px solid #242424;

    position: absolute;

    right: 50%;

    top: 8.9%;

    bottom: 0;

    height: 5.4%;

  }

*/
    .box-2__line {
        content: "";
        width: 2px;
        border-right: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 4%;
        bottom: 0;
        height: 3%;
    }

    .box-2__link {
        display: block;
        border: 1px solid #e6e6e6;
        width: 90%;
        margin: 5% auto 0;
        position: relative;
        text-decoration: none;
    }

    .box-2__body {
        width: 100%;
        position: relative;
        /*    padding: 17% 0;*/
        margin-bottom: 40px;
    }

    .box-2__btn {
        position: relative;
        right: 0;
        bottom: 0;
        clear: both;
        overflow: hidden;
    }

    .box-2__plan {
        width: 100%;
        /* margin: 5% auto 0; */
        padding: 5%;
    }

    .box-2__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

/*==============================







	box-3







==============================*/
.box-3 {
    width: 100%;
    position: relative;
    margin: 70px auto 0;
}

@media screen and (min-width: 768px) {
    .box-3__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-3__heading {
        height: 115px;
        width: 1160px;
        margin: 0 auto;
        position: relative;
    }

    .box-3__line {
        content: "";
        width: 1px;
        border-left: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 57px;
        bottom: 0;
        height: 58px;
    }

    .box-3__link {
        display: block;
        /*        border: 1px solid #e6e6e6;*/
        width: 600px;
        /*
        float: left;
        height: 309px;
*/
        margin: 0 auto;
        position: relative;
        text-decoration: none;
        transition: opacity .3s;
    }

    .box-3__link:hover {
        opacity: .6;
    }

    .box-3__plan {
        width: 600px;
        display: block;
        margin: 0 auto;
        /*        padding-top: 45px;*/
    }

    a:hover .box-3__btn {
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .box-3__pic {
        width: 565px;
        float: right;
    }

    .box-3__body {
        width: 1160px;
        clear: both;
        overflow: hidden;
        position: relative;
        margin: 30px auto 0 !important;
    }

    .box-3__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .box-3__inner {
        /*		width: 1160px;*/
        margin: 0 auto;
    }

    .box-3__heading {
        height: 17.4vw;
    }

    .box-3__line {
        content: "";
        width: 2px;
        border-right: 2px solid #242424;
        position: absolute;
        right: 50%;
        top: 17%;
        bottom: 0;
        height: 11%;
    }

    .box-3__link {
        display: block;
        /*        border: 1px solid #e6e6e6;*/
        width: 80%;
        margin: 0 auto 0;
        position: relative;
        text-decoration: none;
    }

    .box-3__body {
        width: 100%;
        position: relative;
        /*    padding: 17% 0;*/
        /*        margin-bottom: 40px;*/
    }

    .box-3__btn {
        position: relative;
        right: 0;
        bottom: 0;
        clear: both;
        overflow: hidden;
    }

    .box-3__plan {
        width: 100%;
        margin: 0 auto;
        padding: 0%;
    }

    .box-3__text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 5;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

/*==============================

	cnt-footer

==============================*/
.cnt-footer {
    width: 100%;
    background-color: #F5F5F5;
    padding-bottom: 20px;
}

.cnt-footer img {
    width: 100%;
}

.cnt-footer__heading {
    border-bottom: 1px solid #000000;
}

@media screen and (min-width: 768px) {
    .cnt-footer__inner {
        width: 1160px;
        margin: 0 auto;
    }

    .cnt-footer__heading {
        width: 1160px;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding: 60px 0 15px;
    }

    .cnt-footer__heading-image {
        width: 150px !important;
    }

    .cnt-footer__body {
        width: 1160px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cnt-footer__body2 {
        width: 1160px;
        margin: 0 auto;
        /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
    }
}

@media screen and (max-width: 767px) {
    .cnt-footer__inner {
        width: 90%;
        margin: 0 auto;
    }

    .cnt-footer__body {
        -webkit-flex-direction: column;
        /* Safari etc. */
        -ms-flex-direction: column;
        /* IE10        */
        flex-direction: column;
    }

    .cnt-footer__heading {
        text-align: center;
        display: block;
        padding: 40px 0 15px;
    }

    .cnt-footer__heading-image {
        width: 23% !important;
        margin: 0 auto;
    }
}

/*==============================

	card

==============================*/
.card {
    /*  background-color: #fff;*/
    position: relative;
}

.card__thubnail-image {
    width: 100%;
}

.card__body {
    position: relative;
}

@media screen and (min-width: 768px) {
    .card {
        width: 550px;
        margin: 0 auto;
    }

    .card__heading {
        padding: 50px 0 40px;
    }

    .card__thumbnail {
        /*    height: 275px;*/
        overflow: hidden;
    }

    .card_height_large {
        height: 498px;
    }

    .card_height_auto {
        height: auto;
    }

    .card__body {
        /*

    padding: 30px;

    height: 201px;

*/
        text-align: center;
        margin: 15px auto 60px;
        width: 366px;
    }

    .card_height_large .card__body {
        height: 223px;
    }

    .card_height_auto .card__body {
        height: auto;
    }

    .card__name {
        width: 85px;
        margin-bottom: 10px;
    }

    .card__detail {
        margin-bottom: 25px;
    }

    .card__btn {
        position: relative;
        /* left: 0; */
        /* top: 0; */
        /* right: 0; */
        margin: 0 auto 0;
        /*    bottom: 30px;*/
    }

    .card__btn_margin_auto {
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .card {}

    .card__body {
        padding: 4.5%;
    }

    .card__name {
        width: 28%;
        margin-bottom: 15px;
        margin-top: 10p;
    }

    .card__detail {
        margin-bottom: 20px;
    }

    .card__heading {
        margin: 25px 0 15px;
    }
}

/*==============================



	catalog



==============================*/
.catalog {
    /*  background-color: #fff;*/
    position: relative;
}

.catalog__thubnail-image {
    width: 100%;
}

.catalog__body {
    position: relative;
}

@media screen and (min-width: 768px) {
    .catalog {
        width: 1160px;
        margin: 0 auto;
    }

    .catalog__heading {
        padding: 100px 0 10px;
    }

    .catalog__thumbnail {
        /*    height: 275px;*/
        overflow: hidden;
        width: 321px;
    }

    .catalog__text {
        width: 320px;
        margin: 0;
        display: block;
    }

    .catalog_height_large {
        height: 498px;
    }

    .catalog_height_auto {
        height: auto;
    }

    .catalog__body {
        text-align: center;
        margin: 15px auto 40px;
        padding: 40px 50px;
        width: 1160px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .catalog_height_large .catalog__body {
        height: 223px;
    }

    .catalog_height_auto .catalog__body {
        height: auto;
    }

    .catalog__name {
        width: 85px;
        margin-bottom: 10px;
    }

    .catalog__detail {
        margin-bottom: 25px;
    }

    .catalog__btn {
        position: relative;
        margin: 43px 0 0;
        width: 320px;
        /*    bottom: 30px;*/
    }

    .catalog__btn_margin_auto {
        position: relative;
        bottom: 0;
    }

    .catalog__text {
        font-size: 15px;
        line-height: 2;
        text-align: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .catalog {}

    .catalog__body {
        padding: 5%;
        background-color: #fff;
    }

    .catalog__name {
        width: 28%;
        margin-bottom: 15px;
        margin-top: 10p;
    }

    .catalog__detail {
        margin-bottom: 20px;
    }

    .catalog__heading {
        margin: 0 0 15px;
        padding-top: 40px;
    }

    .catalog__text {
        font-size: 3.7333vw;
        line-height: 2;
        display: block;
        margin: 5% auto;
    }

    .catalog__thumbnail {
        width: 80%;
        margin: 0 auto;
    }
}

/*==============================

	aside

==============================*/
.aside {
    background-color: #83838c;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .aside__body {
        margin: 0 auto;
        width: 565px;
        padding: 55px 0;
    }
}

@media screen and (max-width: 767px) {
    .aside__body {
        display: block;
        width: 89.4%;
        margin: 0 auto;
        padding: 5.3% 0;
    }
}

/*==============================

	banner

==============================*/
.banner {
    background-color: #3B3B40;
    width: 100%;
}

.banner__link {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .banner {
        padding: 45px 0;
    }

    .banner__inner {
        width: 1160px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* .banner__thumbnail .b-a-fullImage_image {
        transition: -webkit-transform 1s !important;
        transition: transform 1s;
        transition: transform 1s,
    } */
    .banner__heading {
        font-family: "游明朝体",
            "Yu Mincho",
            YuMincho,
            "ヒラギノ明朝 Pro",
            "Hiragino Mincho Pro",
            "MS P明朝",
            "MS PMincho",
            serif;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        text-align: center;
        margin-bottom: 45px;
        font-weight: normal;
    }

    .banner__body {
        width: 1160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .banner__link {
        display: block;
        width: 560px;
        overflow: hidden;
        transition: opacity .3s;
    }

    .banner__box {
        display: block;
        width: 560px;
        position: relative;
    }

    .banner__text-1 {
        position: absolute;
        width: 298px;
        height: 51px;
        top: 50%;
        left: 35px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 2;
    }

    .banner__text-2 {
        position: absolute;
        width: 161px;
        height: 31px;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }

    /* .banner__image {
        transition: opacity .3s;
    } */

    .banner__image img {
        width: 100%;
    }

    .banner__link:hover {
        opacity: .6;
    }

    .banner__box-2::after {
        background: url("/library/kodate/kokagelounge/image/kkl_banner-btn_002.png");
        background-size: cover;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 15px;
        /* transition: opacity .3s; */
    }

    /* .banner__detail {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 320px;
        transition: opacity .3s;
    }

    .banner:hover .banner__detail {
        opacity: .6;
    } */
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 35px 0;
    }

    .banner__inner {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    /* .banner__thumbnail .b-a-fullImage_image {
        transition: -webkit-transform 1s !important;
        transition: transform 1s;
        transition: transform 1s,
    } */
    .banner__heading {
        font-family: "游明朝体",
            "Yu Mincho",
            YuMincho,
            "ヒラギノ明朝 Pro",
            "Hiragino Mincho Pro",
            "MS P明朝",
            "MS PMincho",
            serif;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .banner__body {
        display: block;

    }

    .banner__link {
        display: block;
        width: 100%;
    }

    .banner__box {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    .banner__text-1 {
        position: absolute;
        width: 58%;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 2;
    }

    .banner__text-2 {
        position: absolute;
        width: 28%;
        /* height: 31px; */
        bottom: 14%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }

    .banner__box-2::after {
        background: url("/library/kodate/kokagelounge/image/kkl_banner-btn_002.png");
        background-size: cover;
        content: '';
        display: block;
        height: 15px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 15px;
        /* transition: opacity .3s; */
    }


}

@media screen and (max-width: 767px) {
    .banner__box-2.base-modal:not(.button) a:before {
        display: block;
        width: 36px;
        height: 36px;
        background: transparent;
        border-radius: 50%;
        opacity: 1;
    }

    .banner__box-2.base-modal:not(.button) a:after {
        display: block;
        right: -9px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-left: 10px solid #fff;
    }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー





  フェードインアニメーション





ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.fadeIn {
    opacity: 0;
    /*  transform: translateY(20px);*/
    transition: 1s;
}

.fadeIn0,
.fadeIn_f,
.fadeIn_sp,
.fadeIn_sp_h,
.fadeInt,
.fadeIn100,
.fadeIn200,
.fadeIn300,
.fadeIn400,
.fadeIn500,
.fadeIn600 {
    opacity: 0;
    /*  transform: translateY(20px);*/
    transition: 1s;
}

.move_left {
    transform: translateX(-15px);
    transition: 0.5s !important;
}

.move_left_slow {
    transform: translateX(-10px);
    transition: 1s !important;
}

.move_right {
    transform: translateX(15px);
    transition: 0.5s;
}

.move_right_slow {
    transform: translateX(15px);
    transition: 1s !important;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
}

.fadeInLine {
    opacity: 1;
    transform: translateY(0px);
    transform: scaleY(0);
    transition: 0.5s;
    transform-origin: top center !important;
}

@media screen and (max-width: 767px) {
    .move_sp_center {
        transform: translateX(0);
        transition: 0.5s;
    }
}

:root ol,
:root ul {
    margin: 16px 0px 0 0px !important;
}

/* .base-modal:not(:first-child) {
    margin-top: 0px;
} */