@charset "utf-8";
.blockDisplay{
    display: block;
}
body.responsiveBody{
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
.js-mvswitch{
    visibility: hidden;
}
body.responsiveBody iframe{
    width: 100%;
}
body div#contents a{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body div#contents a:hover{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .8;
}
#container{
    width: 1080px;
    margin-bottom: 125px;
}
#event240731 .txt-red {
	color: #F00;
}
#event240731,
div#contents p{
    line-height: 1.5;
}
#event240731 img {
	vertical-align:top;
    max-width: 100%;
    height: auto;
    width: 100%;
}
/*
#event240731 #offer .button.inactive:after {
    content:"本特典への申し込みは、ダイヤモンドの会員グレードが必要になります。";
    color: #c40000;
    font-size: 22px;
    font-weight:bold;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position:absolute;
    top:10px;
    left:0;
    background: rgba(255,255,255,0.75);
    text-shadow: #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px;
}
*/
#event240731 #list {
    margin: 57px 0 0 0;
}
#event240731 h2#videTitle {
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
    padding: 33px 0 25px;
}
#event240731 .movie {
    max-width: 800px;
    margin: 0 auto;
}
#event240731 .report p {
    text-align: center;
    font-size: 18px;
}

/*** ORG ***/
.flexLayer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
div#contents .section__title{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
}
div#contents .section__title span{
    font-size: 16px;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
}
.eventWarp{
    margin-bottom: 41px;
    @media screen and (min-width: 601px) {
        margin-top: 20px;
    }
}
div#contents{
    font-size: 1rem;
}
/* step */
.step {
    position: relative;
}
.step + .step {
    margin-top: 24px;
}
.step__arrow {
    overflow: hidden;
    border: 1px solid #DEDEDF;
    flex-wrap: wrap;
}
.step__arrow > li {
    position: relative;
    padding: 24px 22px 30px;

}
.step__arrow > li .btn38{
    width: 100%;
    padding: 11px 0;
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.step__arrow > li + li {
    padding-left: 20px;
}
.step__arrow > li:last-child:before, .step__arrow > li:last-child:after {
    display: none;
}
.step__arrow-col4 > li {
    width: calc(100% / 3);
}
.step__arrow-col4 > li:before, .step__arrow-col4 > li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #DDDDDD;
}
.step__arrow-col4 > li:before {
    bottom: -3px;
    -webkit-transform: rotate(-168deg);
    transform: rotate(-168deg);
    right: 10px;
    height: 51.38%;
}
.step__arrow-col4 > li:after {
    top: -3px;
    -webkit-transform: rotate(168deg);
    transform: rotate(168deg);
    right: 10px;
    height: 52%;
}
.step__arrow-col3 > li {
    width: 33%;
}
.step__arrow-col3 > li:before, .step__arrow-col3 > li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    background-color: #DDDDDD;
}
.step__arrow-col3 > li:before {
    bottom: -2px;
    -webkit-transform: rotate(-162deg);
    transform: rotate(-162deg);
}
.step__arrow-col3 > li:after {
    top: -2px;
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}
body div#contents .step__arrow-order {
    font-weight: bold;
    font-size: 16px;
    margin: 0.2em 0 0;
}
.step__arrow-title {
    padding-top: 14px;
    font-weight: bold;
    font-size: 14px;
}
body div#contents .step__arrow-txt {
    padding-top: 5px;
    font-size: 14px;
    margin: 0;
}
.step__arrow-btn {
    max-width: 190px;
    margin: 16px auto 0;
}
.step__arrow-img {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.step__arrow-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.4);
}
.step__arrow-img img {
    width: 100%;
}
.step__arrow-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step__arrow-flex .step__arrow-txtBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding-right: 10px;
}
.step__arrow-flex .step__arrow-img {
    width: 40%;
}
.step__caution{
    margin: 25px 0;
}
body div#contents .eventWarpper .step__caution-txt{
    font-size: 14px;
    margin: 0 0 0 1rem;
    line-height: 1.7;
    text-indent: -1rem;
}
div#contents .eventWarpper p.note.mt-1{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    margin: 5px 0 0;
}

/* Button */
body div#contents .eventWarp .btn-wrap,
body div#contents .report .btn-wrap{
    max-width: 320px;
    margin: 0 auto;
}
div#contents .loginlink{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
}
div#contents .loginlink .blockDisplay{
    font-size: 15px;
}
.btn-wrap.dmember {
    display: none;
}
div#contents .btn-wrap .strongTxt{
    font-weight: bold;
    font-size: 18px;
    display: block;
}
body div#contents .btn{
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    text-align: center;
}
body div#contents .btn56-red{
    color: #fff;
    font-size: 16px;
    background-color: #eb4055;
    border: 1px solid #eb4055;
    padding: 5px 0 3px;
}
body div#contents p.btn-wrap-Applied{
    color: #fff;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    padding: 15px 0 10px;
    margin: 20px auto 0;
}
body div#contents .btn56-blue{
    width: 100%;
    padding: 17px 0 15px;
    margin: 23px 0 40px;
    font-size: 17.5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #3695d6;
    border: 1px solid #3695d6;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* CLUB */
div#contents p.holeCourse__img{
    max-width: 457px;
    width: 100%;
    margin: 0 30px 0 0;
}
.holeCourse__txtArea{
    max-width: calc(100% - 487px);
    width: 100%;
}
div#contents .holeCourse__txtArea h3{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}
div#contents .holeCourse__txtArea h3 a{
    text-decoration: underline;
    color: #1a1a1a;
}
.holeCourse__txtArea dl.flexLayer{
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
}

/* イベント概要 */
.eventWarp__list{
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}
.eventWarp__list dl{
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    border-bottom: 1px solid #DEDEDF;
}
.eventWarp__list dl dt{
    font-weight: bold;
    font-size: 16px;
    background-color: #F4F4F4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}
.eventWarp__list dl dd{
    max-width: calc(100% - 210px);
    background: #fff;
    padding: 16px;
    width: 100%;
}
.eventWarp__list dl dd > ul > li{
    margin-bottom: 5px;
    font-size: 16px;
}
.eventWarp__list dl dd > ul > li:last-child{
    margin-bottom: 0;
}
.eventWarp__list dl dd > ul.decimal{
    padding-left: 19px;
}
.eventWarp__list dl dd > ul.decimal > li{
    list-style: decimal;
}
.eventWarp__list dl dd ul.feelings{
    margin-top: 20px;
}
.eventWarp__list dl dd ul.notesCution{
    margin-bottom: 20px;
}
.eventWarp__list dl dd ul.notesCution > li{
    font-size: 16px;
}
.eventWarp__list dl dd ul.asterisk > li{
    font-size: 16px;
    margin-bottom: 5px;
    text-indent: -1rem;
    padding-left: 1rem;
}
.eventWarp__list dl dd ul.asterisk > li .color_red{
    color: #F00;
}
div#contents #list a{
    text-decoration: underline;
    color: #1a1a1a;
}
div#contents .eventWarpper p{
    margin: 0 0 0.2em;
}
/* PAGE TOP*/
#page-topbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-topbtn a{
    width: 44px;
    height: 44px;
    background: #3695d6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#page-topbtn a:hover {
    text-decoration: none;
}
#page-topbtn svg{
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 600px) {
    #container{
        margin-bottom: 70px;
        width: 100%;
        letter-spacing: initial;
    }
    body.responsiveBody{
        min-width: 100%;
    }
    .eventWarp{
        margin-bottom: 33px;
    }
    .lowerWrapper{
        padding: 0 15px;
    }
    div#contents .section__title{
        flex-direction: column;
    }
/* STEP */
    .step__arrow {
        display: block;
        border: none;
    }
    .step__arrow > li {
        min-height: auto;
        padding: 0 0 24px 0;
    }
    .step__arrow > li + li {
        padding-left: 0;
    }
    .step__arrow-col4 > li {
        width: 100%;
    }
    .step__arrow-col4 > li:before, .step__arrow-col4 > li:after {
        display: none;
    }
    .step__arrow-col3 > li {
        width: 100%;
    }
    .step__arrow-col3 > li:before, .step__arrow-col3 > li:after {
        display: none;
    }
    body div#contents .step__arrow-order{
        margin: 0 0 5px 0;
        font-size: 20px;
        letter-spacing: inherit;
    }
    .step__arrow-title {
        padding-top: 8px;
    }
    body div#contents .step__arrow-txt{
        padding-top: 0;
    }
    div#contents .eventWarpper p.note.mt-1{
        margin: 7px 0 0;
    }
    .step__caution{
        margin: 6px 0;
        font-size: 15px;
    }
    body div#contents .eventWarpper .step__caution-txt{
        margin: 0 0 15px 1rem;
        text-indent: -1rem;
    }
    .step__arrow-btn {
        width: 100%;
        max-width: inherit;
    }
    .step__arrow-flex {
        display: block;
    }
    .step__arrow-flex .step__arrow-txtBox {
        width: 100%;
        padding-right: 0;
    }
    .step__arrow-flex .step__arrow-img {
        width: 100%;
    }
    #offer{
        margin: 55px 0;
    }
/* 開催ゴルフ場 */
    div#contents p.holeCourse__img{
        max-width: 100%;
        margin: 0 0 25px 0;
    }
    div#contents p.holeCourse__img img{
        width: 100%;
    }
    .holeCourse__txtArea{
        max-width: 100%;
    }
    .holeCourse__txtArea dl.flexLayer{
        margin-bottom: 10px;
        font-weight: bold;
    }
    .holeCourse__txtArea dl.flexLayer:last-child{
        margin-bottom: 0;
    }
    #event240731 h2#videTitle{
        padding: 0 0 25px;
    }
    #event240731,
    div#contents p{
        line-height: 1.4;
        font-size: 16px;
    }
/* MOVIE */
    #event240731 .movie{
/*        width: calc(100% + 30px);
        margin-left: -15px;*/
    }
    body.responsiveBody iframe{
        height: auto;
        /*min-height: 300px;*/
      aspect-ratio: 16 / 9;
    }
/* LIST */
    .eventWarp__list{
        border: none;
        border-radius: inherit;
    }
    .eventWarp__list dl{
        display: block;
        padding-bottom: 27px;
        border-bottom: 1px solid #DEDEDF;
        margin-bottom: 27px;
        background: transparent;
    }
    .eventWarp__list dl dt{
        margin: 0 0 10px 0;
        font-size: 19px;
        background: transparent;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
    .eventWarp__list dl dd{
        padding: 0;
        max-width: 100%;
    }
    .eventWarp__list dl dd > ul > li{
        margin-bottom: 10px;
    }
    .eventWarp__list dl dd ul.asterisk > li,
    .eventWarp__list dl dd > ul > li,
    .eventWarp__list dl dd ul.notesCution > li,
    body div#contents .step__arrow-txt,
    body div#contents .eventWarpper .step__caution-txt,
    body div#contents .step__arrow-txt,
    div#contents .eventWarpper p.note.mt-1{
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
    }
    .eventWarp__list dl dd ul.asterisk > li{
        text-indent: -1.6rem;
        margin-left: 1rem;
    }
    .eventWarp__list dl dd ul.notesCution.asterisk > li{
        text-indent: -1rem;
        margin-bottom: 10px;
    }
    .eventWarp__list dl dd > ul.decimal > li:last-child::marker{
        padding-left: 1rem;
    }
    #page-topbtn a,
    div#contents #list a,
    div#contents a:link,
    div#contents a:visited{
        -webkit-overflow-scrolling: touch;
    }
    .eventWarp__list dl dd > ul > li:last-child > .asterisk{
        margin-left: 0.8rem;
        margin-top: 0.8rem;
    }
}