@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
.blockDisplay{
    display: block;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif;
}
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;
}
#contents {
    width: 1080px;
    margin: 0 auto 125px;
}
#contents img {
	max-width: 100%;
	vertical-align: bottom;
}
.event-Warp h2{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin-bottom: 28px !important;
}
.event-Warp h2 span{
    display: block;
    text-align: center;
    margin-top: 12px;
}
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
/*** 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;
}

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(28% - 41px);
}
.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 .event-Warpper .step__caution-txt{
    font-size: 14px;
    margin: 0 0 0 1rem;
    line-height: 1.7;
    text-indent: -1rem;
}
div#contents .event-Warpper p.note.mt-1{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    margin: 5px 0 0;
}

/* Button */
body div#contents .event-Warp .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: 1.5;
}
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;
	text-decoration: none;
    background-color: #eb4055;
    border: 1px solid #eb4055;
    padding: 15px 0 10px;
}
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: #0071BE;
    border: 1px solid #0071BE;
    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;
}
.entry-box {
  padding: 40px 0;
}
/* 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;
}

/* イベント概要 */
.event-Warp__list{
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}
.event-Warp__list dl{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background: #F4F4F4;
	border-bottom: 1px solid #DEDEDF;
}
.event-Warp__list dl dt{
    font-weight: bold;
    font-size: 16px;
    background-color: #F4F4F4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}
.event-Warp__list dl dd{
	max-width: calc(100% - 210px);
	background: #fff;
	padding: 16px;
	width: 100%;
	height: stretch;
	align-content: center;
}
.event-Warp__list dl dd > ul > li{
    margin-bottom: 5px;
    font-size: 16px;
}
.event-Warp__list dl dd > ul > li:last-child{
    margin-bottom: 0;
}
.event-Warp__list dl dd > ul.decimal{
    padding-left: 19px;
}
.event-Warp__list dl dd > ul.decimal > li{
    list-style: decimal;
}
.event-Warp__list dl dd ul.feelings{
    margin-top: 20px;
}
.event-Warp__list dl dd ul.notesCution{
    margin-bottom: 20px;
}
.event-Warp__list dl dd ul.notesCution > li{
    font-size: 16px;
}
.event-Warp__list dl dd ul.asterisk > li{
    font-size: 16px;
    margin-bottom: 5px;
    text-indent: -1rem;
    padding-left: 1rem;
}
.event-Warp__list dl dd ul.asterisk > li .color_red{
    color: #F00;
}
div#contents #list a{
    text-decoration: underline;
    color: #1a1a1a;
}
div#contents .event-Warpper p{
    margin: 0 0 0.2em;
}

.contents-inner {
	width: 1080px;
	margin: 0 auto;
}



/* PAGE TOP*/
#page-topbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-topbtn a{
    width: 44px;
    height: 44px;
    background: #0071BE;
    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: 768px) {
    #container{
        margin-bottom: 70px;
        width: 100%;
        letter-spacing: initial;
    }
    body.responsiveBody{
        min-width: 100%;
    }
    .event-Warp{
      margin: 0;
			padding: 30px 0;
    }
    .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 .event-Warpper p.note.mt-1{
        margin: 7px 0 0;
    }
    .step__caution{
        margin: 6px 0;
        font-size: 15px;
    }
    body div#contents .event-Warpper .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: 0;
    }
/* LIST */
    .event-Warp__list{
        border: none;
        border-radius: inherit;
    }
    .event-Warp__list dl{
        display: block;
        padding-bottom: 27px;
        border-bottom: 1px solid #DEDEDF;
        margin-bottom: 27px;
        background: transparent;
    }
    .event-Warp__list dl dt{
        margin: 0 0 10px 0;
        font-size: 19px;
        background: transparent;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
    .event-Warp__list dl dd{
        padding: 0;
        max-width: 100%;
    }
    .event-Warp__list dl dd > ul > li{
        margin-bottom: 10px;
    }
    .event-Warp__list dl dd ul.asterisk > li,
    .event-Warp__list dl dd > ul > li,
    .event-Warp__list dl dd ul.notesCution > li,
    body div#contents .step__arrow-txt,
    body div#contents .event-Warpper .step__caution-txt,
    body div#contents .step__arrow-txt,
    div#contents .event-Warpper p.note.mt-1{
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
    }
    .event-Warp__list dl dd ul.asterisk > li{
        text-indent: -1rem;
        margin-left: 1rem;
			padding-left: 0;
    }
    .event-Warp__list dl dd ul.notesCution.asterisk > li{
        text-indent: -1rem;
        margin-bottom: 10px;
    }
    .event-Warp__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;
    }
    .event-Warp__list dl dd > ul > li:last-child > .asterisk{
        margin-left: 0.8rem;
        margin-top: 0.8rem;
    }
	#contents {
		width: auto;
		margin: 0 auto 60px;
	}
	.contents-inner {
		width: auto;
	}
	.outline-box {
		padding: 0 1em;
	}
}

.lead-box {
	padding: 30px 0 0;
	line-height: 1.7;
}
.lead-box strong {
	font-weight: bold;
	font-style: normal;
}
.lead-box em {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	color: #FF1A00;
}
.btn-wrap.dmember {
	display: block;
}
body div#contents .btn56-red {
	padding: 20px 0 15px;
}
body div#contents p.btn-wrap-Applied {
	display: none;
}
.book-contents h2 {
	text-align: center;
	margin: 0 0 1em;
}
.book-contents-head {
	text-align: center;
	font-size: 20px;
	background-color: #193D68;
	color: #fff;
	margin: 0 0 40px;
	padding: 0.4em;
	position: relative;
}
.book-contents-head::after {
	content: "";
	border-width: 18px 13px 0 13px;
	border-color: #193D68 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
.book-contents-body {
	padding-bottom: 40px;
}
.book-contents-body ul {
	display: flex;
	justify-content: space-between;
}
.book-contents-body li {
	width: 250px;
}
.book-contents-body p {
	margin-top: 1em;
}
.text-center {
	text-align: center;
}
.text-center.exp {
	font-size: 85%;
}
.text-right {
	text-align: right;
}
.link a {
	padding: 0 0.8em 0 0;
	position: relative;
}
.link a::after {
	content: "";
	display: block;
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.1em solid #000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}
.d-flex {
	display: flex;
	justify-content: space-between;
}
.flex-item {
	width: 48%;
}
.mygd-box {
	background-color: #F2F2F2;
	margin: 0 0 50px;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mygd-logo {
	width: 240px;
	margin-right: 80px;
}
.mygd-info {
	flex: 1;
}
.desc p {
	line-height: 1.7;
}
.desc p + p {
	margin-top: 1em;
}
@media screen and (max-width: 768px) {
	.lead-box {
		padding: 1em 1em 0;
	}
	.book-contents {
		padding: 0 1em;
	}
	.book-contents h2 {
		margin: 0.5em 0 0.6em;
	}
	.book-contents-head {
		font-size: 18px;
	}
	.book-contents-body {
		padding-bottom: 20px;
	}
	.book-contents-body li {
		width: 47%;
	}
	.gd-book li:nth-child(2),
	.gd-book li:nth-child(4) {
		display: none;
	}
	.d-flex {
		display: block;
	}
	.flex-item {
		width: 100%;
	}
	.mygd-box {
		flex-direction: column;
		padding: 1.5em 1em;
	}
	.mygd-logo {
		width: 50%;
		margin: 0 auto 1em;
	}
}