@charset "UTF-8";

.main_width {
    width: 400px;
    margin: 0 auto;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

p {
    font-family: source-han-sans-japanese, sans-serif;

}

header {
    background-image: url("../images/top.jpg");
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-position-x: 8%;
}

.header_wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0 15px 330px;
}

.header_wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 30vw solid #fff;  /* 三角をグレーにする */
    border-left: 100vw solid transparent;
}

header h3 {
    font-weight: bolder;
    font-size: 18px;
    padding-top: 48px;
    color: #ffffff;
    font-family: source-han-sans-japanese, sans-serif;
}

header h1 {
    font-size: 85px;
    line-height: 70px;
    padding-top: 75px;
    color: #ffffff;
    font-weight: bold;
    font-family: kozuka-gothic-pr6n, sans-serif;
    letter-spacing: -2px;
}

header h2 {
    font-size: 55px;
    padding-top: 60px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
}

header p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 50px;
    color: #ffffff;
    font-weight: 700;
}

header p span {
    font-weight: bold;
}

header .floating_button {
    position: fixed;
    width: 320px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -55px;
    z-index: 3;
}

header .floating_button a {
    display: block;
    color: #ffffff;
}

header .floating_button p.btn {
    text-align: center;
    width: 320px;
    margin: auto;
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 0.1rem;
    border-radius: 100px;
    background: #4CAF50;
    padding-top: 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
}

header .floating_button img {
    position: relative;
    width: 76px;
    left: 140px;
    bottom: 100px;
    transform: rotate(9deg);
}


.main {
    text-align: center;

}

.main .number_left {
    position: relative;
}

.main .number_left h2 {
    font-size: 88px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 15px;
    text-shadow: 1px 2px 3px #00000029;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.main .contents {
    padding: 0 10px;
}

.main .contents  h3 {
    font-size: 88px;
    font-weight: bold;
    line-height: 72px;
    font-family: source-han-sans-japanese, sans-serif;
}

.main .contents  h3 span {
    font-size: 58px;

}

.main .contents  p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 30px;
    text-align: left;

}

.slant-bg02 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    top: 70px;
    margin-bottom: 100px;
}

.slant-bg02::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #FF8686 35%, #FF9123);
    background: -webkit-linear-gradient(left, #FF8686 35%, #FF9123);
    background: linear-gradient(to right, #FF8686 35%, #FF9123);
    transform: skewY(12deg);
    z-index: -1;
}

.main .number_right {
    position: relative;
}

.main .number_right h2 {
    font-size: 88px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -15px;
    right: 15px;
    text-shadow: 1px 2px 3px #00000029;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.slant-bg03 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    top: 70px;
    margin-bottom: 100px;
}

.slant-bg03::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #D0FF4E 35%, #40FFD2);
    background: -webkit-linear-gradient(left, #D0FF4E 35%, #40FFD2);
    background: linear-gradient(to right, #D0FF4E 35%, #40FFD2);
    transform: skewY(-12deg);
    z-index: -1;
}

.slant-bg04 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    top: 70px;
    margin-bottom: 100px;
}

.slant-bg04::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #53D0F6 35%, #9C50FF);
    background: -webkit-linear-gradient(left, #53D0F6 35%, #9C50FF);
    background: linear-gradient(to right, #53D0F6 35%, #9C50FF);
    transform: skewY(12deg);
    z-index: -1;
}

.slant-bg05 {
    width: 100%;
    padding: 50px 0;
    position: relative;
    top: 70px;
    margin-bottom: 100px;
}

.slant-bg05::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #E84EE3 35%, #F64B4B);
    background: -webkit-linear-gradient(left, #E84EE3 35%, #F64B4B);
    background: linear-gradient(to right, #E84EE3 35%, #F64B4B);
    transform: skewY(-12deg);
    z-index: -1;
}

.detail_box {
    background-position:center bottom;
    background-size:cover;
    background-image: url("../images/bg_2.jpg");
    background-position-x: 65%;
    height: 100%;
    width: 100%;
    transform:skew(0, -15deg);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 60px 0;
    margin: auto;
}

.skew_box {
    transform:skew(0, 15deg);
    height: 1120px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.skew_wrap {
    padding-top: 60px;
}


.detail {
    text-align: center;
    height: 100%;
    margin-top: 70px;
    position: relative;
}

.detail .detail_wrap {
    height: 100%;
    padding: 0 15px;
}

.detail .detail_wrap h2 {
    font-size: 63px;
    font-weight: bold;
    line-height: 70px;
    color: #ffffff;
    text-align: left;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.detail .detail_wrap h2 span {
    font-size: 48px;
}

.detail .detail_wrap p {
    font-size: 12px;
    padding-top: 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
}

.table_wrap {
    display: flex;
}

.detail .detail_wrap .table_wrap .scroll {
    overflow-x: scroll;
    height: 100%;
}

.detail .detail_wrap .table_wrap .rock {
    overflow-x: scroll;
    height: 100%;
}

.detail .detail_wrap .table_wrap table {
    width: 100%;
    white-space: nowrap;
    border-collapse:  collapse;
    background-color: rgba(0,0,0,0.6);
    margin-top: 30px;
}

.detail .detail_wrap .table_wrap .scroll th {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    line-height: 60px;
    color: #fff;
    height: 63px;
}

.detail .detail_wrap .table_wrap .rock th {
    border: 3px solid #fff;
    line-height: 60px;
    color: #fff;
    height: 63px;
}

.detail .detail_wrap .table_wrap .rock td {
    border: 3px solid #fff;
    line-height: 82px;
    color: #fff;
    height: 90px;
    width: 200px;
}

.detail .detail_wrap  th.bg {
    background-color: #44431E80;
}

.detail .detail_wrap .table_wrap .scroll td {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 15px;
    color: #fff;
    height: 60px;
}

.detail .detail_wrap td.bg {
    background-color: #44431E80;
    border-left: none;
}

.detail .detail_wrap td span {
    font-size: 10px;
}

.detail .detail_wrap td span.icon {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.event_box {
    background-position:center bottom;                     /* 画像の表示位置を指定 */
    background-size:cover;
    background-image: url("../images/room_3.jpg");
    background-position-x: 68%;
    height: 100%;
    width: 100%;
    transform:skew(0, -15deg);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 60px 0;
    margin: auto;
}

.skew2_box {
    transform:skew(0, 15deg);
    height: 760px;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.event_introduction {
    height: 100%;
    margin-top: 70px;
}

.event_introduction .event_wrap {
    padding: 0 15px 160px;
}

.event_introduction .event_wrap h2 {
    font-size: 63px;
    line-height: 70px;
    font-weight: bold;
    text-align: left;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.event_introduction .event_wrap h2 span {
    font-size: 48px;
}


.event_introduction .event_wrap p {
    font-size: 12px;
    padding-top: 30px;
    line-height: 24px;
    text-align: left;
}

.event {
    overflow-x: scroll;
    padding-top: 30px;
}

.event .inner {
    width: 380%;
    display: flex;
}

.event .inner .event_detail {
    border: 4px solid #000;
    padding: 20px;
    margin-left: 10px;
    position: relative;
    width: 100%;
}

.event .inner .event_detail .box {
    background: #000;
    padding: 0 12px 10px 12px;
    position: absolute;
    right: 22px;
    top: -3px;
    color: #fff;
    font-size: 25px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: bolder;
}


.event .inner .event_detail .box span.type {
    font-size: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 7px;
}

.event .inner .event_detail .box span.price {
    font-size: 20px;
}

.event .inner .event_detail h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    font-family: source-han-sans-japanese, sans-serif;
}

.event .inner .event_detail h3 span {
    font-size: 46px;
}

.member_box {
    background-position:center bottom;                     /* 画像の表示位置を指定 */
    background-size:cover;
    background-image: url("../images/bg_2.jpg");
    height: 100%;
    width: 100%;
    transform:skew(0, -15deg);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 60px 0;
    margin: auto;
}

.skew3_box {
    transform:skew(0, 15deg);
    height: 870px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.member_introduction {
    margin-top: 70px;
}

.member_introduction .member_wrap {
    padding: 0 15px 160px;
}

.member_introduction .member_wrap h2 {
    font-size: 63px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.member_introduction .member_wrap h2 span {
    font-size: 48px;
}

.member_introduction .member_wrap p {
    font-size: 12px;
    padding-top: 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
}

.member {
    overflow-x: scroll;
    padding-top: 100px;
}

.member .inner {
    width: 280%;
    display: flex;
}

.member .inner .member_detail {
    border: 4px solid #fff;
    padding: 10px;
    margin-left: 10px;
    position: relative;
    width: 100%;
}

.member .inner .member_detail .img_1 {
    background-image: url("../images/member_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 4px #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.member .inner .member_detail .img_2 {
    background-image: url("../images/member_2.jpg");
    background-size: cover;
    border: solid 4px #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.member .inner .member_detail .img_3 {
    background-image: url("../images/member_2.png");
    background-position: 50% 55%;
    background-size: cover;
    border: solid 4px #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.member .inner .member_detail .box span {
    font-size: 14px;
}

.member .inner .member_detail h3 {
    padding-top: 80px;
    font-size: 21px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.flow_box {
    background-position:center bottom;                     /* 画像の表示位置を指定 */
    background-size:cover;
    background-image: url("../images/room_3.jpg");
    height: 100%;
    width: 100%;
    transform:skew(0, -15deg);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding: 60px 0;
    margin: auto;
}

.skew4_box {
    transform:skew(0, 15deg);
    height: 1000px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
    margin-bottom: -60px;
}

.flow .flow_wrap {
    padding: 0 15px;
}

.flow .flow_wrap .balloon3-right-btm {
    position: relative;
    left: 92px;
    top: 13px;
    margin-top: 30px;
    display: inline-block;
    padding: 40px;
    width: 163px;
    height: 163px;
    background: #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.flow .flow_wrap .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 13px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #000;
    z-index: 0;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.flow .flow_wrap .balloon3-right-btm p {
    line-height: 10px;
    text-align: center;
    color: #FFF;
    font-size: 63px;
    white-space: nowrap;
    font-weight: bold;
    font-family: kozuka-gothic-pr6n, sans-serif;
    position: relative;
    bottom: 18px;
}


.flow .flow_wrap .balloon3-right-btm p.easy {
    font-size: 25px;
    position: relative;
    bottom: 26px;
    display: inline-block;
}

.flow .flow_wrap .balloon3-right-btm p.easy:before {
    position: absolute;
    left: -15px;
    bottom: -10px;
    content: "";
    width: 1px;
    height: 23px;
    background: #fff;
    border-radius: 2px;
    border: solid 2px #fff;
    transform: rotate(-25deg);
}

.flow .flow_wrap .balloon3-right-btm p.easy:after {
    position: absolute;
    right: -15px;
    bottom: -10px;
    content: "";
    width: 1px;
    height: 23px;
    background: #fff;
    border-radius: 2px;
    border: solid 2px #fff;
    transform: rotate(25deg);
}

.flow .flow_wrap .balloon3-right-btm p span {
    font-size: 30px;
}

.flow .flow_wrap h2 {
    font-size: 63px;
    font-weight: bold;
    text-align: left;
    font-family: kozuka-gothic-pr6n, sans-serif;
    margin-top: -47px;
}

.flow .flow_wrap h2 span {
    font-size: 48px;
}

.flow .flow_wrap p {
    font-size: 14px;
    padding-top: 30px;
    line-height: 24px;
    text-align: left;
}

.flow .flow_wrap ul {
    padding-top: 30px;
}

.flow .flow_wrap ul li {
    background: rgba(255, 255, 255, 0.8);
    border: solid 4px #000;
    padding: 35px 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.flow .flow_wrap ul li>div {
    border-bottom: solid 10px #000;
    width: 6px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer {
    background-image: url("../images/headerbg.jpg");
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

footer .footer_wrap {
    background-color: #000000b3;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0 15px 120px;
    color: #fff;
}


footer h2.top {
    font-size: 33px;
    line-height: 30px;
    padding-top: 30px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: bold;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

footer p {
    font-size: 7px;
    padding-top: 30px;
    color: #ffffff;
    opacity: 0.5;
    letter-spacing: 1px;
}

footer ul.foot  {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 22px 5px 0;
}

footer ul.foot li.foot_list {
    position: relative;
    padding: 22px 5px 0;
}

footer ul.foot li.foot_list:nth-child(2)::before {
    position: absolute;
    top: 26px;
    height: 12px;
    width: 1px;
    content: '';
}

footer ul.foot li.foot_list:nth-child(2)::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(11deg);
}

footer ul.foot li.foot_list:nth-child(3)::before {
    position: absolute;
    top: 26px;
    height: 12px;
    width: 1px;
    content: '';
}

footer ul.foot li.foot_list:nth-child(3)::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(11deg);
}

footer ul.foot a.operation {
    font-size: 11px;
    color: #fff;
}

.modal-open {
    display: inline-block;
    color: #fff;
}

.modal-open a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modal:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal:target{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal .overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.modal-wrapper{
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    max-height: 350px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-contents {
    overflow: auto;
    width: 100%;
    height: 100%;
    font-family: kozuka-gothic-pr6n, sans-serif;
    box-sizing: border-box;
    position: relative;
    color: #000;
    text-align: left;
}

.modal-content{
    margin: 25px;
}

.modal-close {
    position: fixed;
    top: 9px;
    right: 15px;
    text-decoration: none;
    color: #000;
}

.promise_text h1 {
    font-size: 2.5vh;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

.promise_text h1::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #FBB03B;
    bottom: -15%;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.promise_text {
    margin-bottom: 2rem;
    font-size: 1.5vh;
    line-height: 1.5;
}

.promise_text h2 {
    font-size: 2vh;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.modal-open2 {
    display: inline-block;
    color: #fff;
}

.modal-open2 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}

.modal2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modal2:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal2:target{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal2 .overlay2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.modal-wrapper2 {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    max-height: 350px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-contents2 {
    overflow: auto;
    width: 100%;
    height: 100%;
    font-family: kozuka-gothic-pr6n, sans-serif;
    box-sizing: border-box;
    position: relative;
    color: #000;
    text-align: left;
}

.modal-content2 {
    margin: 25px;
}

.modal-close2 {
    position: fixed;
    top: 9px;
    right: 15px;
    text-decoration: none;
    color: #000;
}


.promise_text .privacy_h1::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #FBB03B;
    bottom: -15%;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 200px) and (max-width: 670px) {

    .main_width {
        width: 100%;
    }


}