@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%;
}
.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;
}
.event-info-box {
	width: 1440px;
	margin: 0 0 0 -180px;
	padding: 56px 0;
	background: url("../images/bg.jpg") no-repeat center top;
	background-size: cover;
}
.contents-inner {
	width: 1080px;
	margin: 0 auto;
}
.event-info-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 12px;
}
.event-desc p {
	text-align: center;
	line-height: 1.6;
}
.schedule-box {
	width: 840px;
	margin: 35px auto 0;
	padding: 40px 70px 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 7px 7px 0 0;
	box-sizing: border-box;
}
.schedule-box h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px;
}
.time-table dl {
  display: flex;
	justify-content: space-between;
  font-size: 18px;  
  padding-bottom: 1.2em;
	position: relative;
}
.time-table dl::after {
  content: "";
  width: 1px;
  height: calc(100%);
  background-color: #000;
  position: absolute;
  top: calc(0.3em + 16px);
  left: 8px;
  transform: translate(-50%,0);
}
.time-table dt {
	width: 150px;
  background: url("../images/icon_circle.svg") no-repeat left top 0.3em;
  background-size: 16px;
  padding-left: 1.3em;
	font-weight: bold;
  position: relative;
}
.time-table dl:last-of-type::after {
  display: none;
}
.time-table dd {
  flex: 1;
}
.time-table dd .title {
	display: inline-block;
	background-color: #FFF200;
	margin: 0 0 5px;
	padding: 0 0.3em;
	font-weight: bold;
}
.time-table dd .desc p {
	font-weight: normal;
	padding: 0 0.3em;
}
.time-table dd .desc p span {
	font-size: 85%;
}
.time-table dd ul {
	margin-top: 0.5em;
}
.time-table dd ul.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.time-table dd ul.d-flex li {
	width: 48%;
}
.exp {
	font-size: 12px;
	color: #464646;
	margin-top: 1em;
}
.special-box {
	width: 840px;
	margin: 0 auto;
	padding: 40px 80px;
	background: #FFF200;
	border-top: 1px dashed #000;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	position: relative;
}
.special-box::before {
	content: "";
	background: url("../images/illust01.png") no-repeat left bottom;
	background-size: contain;
	width: 170px;
	height: 188px;
	position: absolute;
	bottom: 0;
	left: 47px;
}
.special-box h2 {
	text-align: center;
	width: 142px;
	margin: 0 auto 0.5em;
}
.special-box .desc {
	padding-left: 160px;
	font-size: 18px;
}
.tonbo-info-box {
	width: 1440px;
	margin: 0 0 0 -180px;
	padding: 56px 0;
	background-image: repeating-linear-gradient(90deg, #1c8b06 0px, #1c8b06 60px, #158000 60px, #158000 120px);
	color: #fff;
}
.tonbo-info-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 1em;
}
.tonbo-intro {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.tonbo-intro::after {
	content: "";
	width: 195px;
	height: 217px;
	background: url("../images/illust02.png") no-repeat right bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tonbo-intro .tonbo-desc {
	margin: 0 0 1em;
	padding-right: 240px;
}
.tonbo-intro li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.tonbo-intro li a::before {
	display: inline-block;
	content: "";
	background: url("../images/arrow.svg") no-repeat left center;
	background-size: contain;
	width: 16px;
	height: 16px;
	/*vertical-align: text-bottom;*/
	margin-right: 0.3em;
}
.profile-wrap {
	margin: 30px 0 0;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
.profile-box {
	width: 49%;
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	box-sizing: border-box;
}
.profile-image {
	width: 140px;
}
.profile-info {
	flex: 1;
	padding-right: 1.5em;
}
.profile-name {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.profile-name span {
	display: inline-block;
	font-size: 20px;
	color: #158000;
	margin-left: 1em;
}

/* 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;
	}
	.event-info-box {
		width: auto;
		margin: 0;
		padding: 36px 1em;
		background: url("../images/bg_sp.jpg") no-repeat center top;
		background-size: cover;
	}
	.event-desc p {
		text-align: left;
	}
	.schedule-box {
		width: auto;
		margin-top: 30px;
		padding: 30px 20px 20px;
	}
	.schedule-box h2 {
		margin: 0 0 10px;
	}
	.time-table dl {
		flex-direction: column;
	}
	.time-table dt {
		width: auto;
		margin: 0 0 0.5em;
	}
	.time-table dd {
		flex: none;
		padding-left: 1em;
	}
	.time-table dd .title {
		font-size: 20px;
	}
	.time-table dd ul.d-flex {
		flex-direction: column;
	}
	.time-table dd ul.d-flex li {
		width: auto;
	}
	.special-box {
		width: auto;
		padding: 40px 1em 210px;
	}
	.special-box::before {
		left: 50%;
		transform: translate(-50%,0);
		width: 190px;
		height: 209px;
	}
	.special-box h2 {
		width: 130px;
	}
	.special-box .desc {
		padding: 0;
	}
	.tonbo-info-box {
		width: auto;
		margin: 0;
		padding: 40px 1em;
	}
	.tonbo-intro {
		width: auto;
		padding: 0 0 100px;
	}
	.tonbo-intro::after {
		width: 146px;
		height: 163px;
	}
	.tonbo-intro .tonbo-desc {
		padding: 0;
	}
	.profile-wrap {
		margin: 20px 0 0;
		padding: 0;
		flex-direction: column;
	}
	.profile-box {
		width: auto;
		padding: 1em;
	}
	.profile-box + .profile-box {
		margin-top: 20px;
	}
	.profile-image {
		width: 110px;
	}
	.profile-info {
		padding-right: 0.5em;
	}
	.profile-name {
		line-height: 1.4;
		margin: 0 0 0.4em;
	}
	.profile-name span {
		display: block;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 18px;
	}
	.outline-box {
		padding: 0 1em;
	}
}
