.desktop{
	display: none !important;
}
.hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m10{
    margin:10px !important;
}
.m20{
    margin:20px !important;
}
.mt20{
    margin-top:20px;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb50{
    padding-bottom:50px !important;
}
.pb100{
    padding-bottom:10px !important;
}
.pt10{
	padding-top:1px !important;
}
.sectionFirst{
    margin-top:var(--header-height);
}
.sectionSecond{
    margin-top:calc(var(--header-height) + 50px);
}
div#headerWrapper0{
    width:100%;
    background:#efefef;
    height: calc(80px + 4px + 50px);
    position: fixed;
    top:0;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
}
div#headerWrapper{
    width:100%;
    background:#fff;
    height: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
    border-bottom:4px solid var(--pink-color);
}
div#header{
    width:calc(100%);
    height: 80px;
    margin:auto;
    position: relative;
    box-sizing: border-box;
    padding:0 10px;
    align-items: center;
}
div#header h1{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background:url("../images/logo.svg") left center no-repeat;
    background-size:180px;
    width:180px;
    height: 47px;
    position: absolute;
    top:16px;
    left:10px;
}
div#header h1 a{
    width:100%;
    height: 100%;
    display: block;
}
p.tel{
    background:url("../images/icon_tel.svg") center center no-repeat;
    background-size:30px;
    width:30px;
    height: 30px;
    position: absolute;
    top:25px;
    right:50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.tel a{
    display: block;
    width:100%;
    height: 100%;
}
.openbtn1{
	background:#fff;
	cursor: pointer;
    width: 50px;
    height:50px;
    position: absolute;
    top:15px;
    right:15px;
    transform: scale(0.88) !important;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
	background: var(--pink-color);
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
ul.nav{
    width:100%;
    top:84px;
    right:0;
    z-index: 10;
    position: absolute;
    background:#fff;
    display: none;
}
ul.nav li{
    position: relative;
    line-height: 45px;
    width:100%;
    border-bottom:2px solid var(--pink-color);
    text-indent:20px;
    background:url("../images/icon_navArrow.svg") right 10px center no-repeat;
    background-size:8px;
}
ul.nav li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--pink-color);
}
ul.nav a:hover{
    border-bottom: none !important;
    color:var(--pink-color);
}
ul.nav li span{
    font-size:12px;
    height: 12px;
    display: inline-block;
    color:#fff;
    padding:4px 6px 3px;
    text-align: center;
    position: absolute;
    right:40px;
    top:0;
    bottom:0;
    margin:auto;
    background:var(--pink-color);
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
}
div.subHeaderWrapper{
    width:100%;
    height: 50px;
    margin:auto;
}
div.subHeader{
    width:100%;
    height: 50px;
    margin:auto;
    display: flex;
    align-items: center;
}
div.ticker{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 1.5em;
    overflow: hidden;
}
p.ticker{
    height:1.5em !important;
    overflow: hidden;
}
p.tickerTitle{
    display: none;
}
div.tickerWrapper{
    width:calc(100% - 20px);
    height:1.5em;
    overflow:hidden;
    font-size:16px;
    margin:auto;
}
div.tickerWrapper span.date{
    font-size:12px;
    color:#000;
    padding-right:10px;
}
div.tickerWrapper a{
    color:var(--pink-color);
}
div.inquiry{
    display: none;
}
p.inquiryTitle{
}
p.tel{
    color:var(--pink-color);
    font-size:24px;
    font-weight:bold;
    display:inline-block;
    margin-right: 20px;
}
p.mail{
}
p.mail:hover{
    background:url("../images/icon_mail.svg") center bottom no-repeat;
    background-size:44px;
}
p.mail a{
    display: block;
    width:100%;
    height: 100%;
}
div.top{
    width:100%;
    margin-top:132px;
}
div.topWrapper {
    width:100%;
    margin:auto;
    height: 300px;
    position: relative;
    /*padding-top:30px;*/
    margin-bottom: 50px;
    box-shadow:0 0 30px rgba(0,0,0,0.3)
}
div.slides{
    width:100%;
    height:300px ;
    position: relative;
    display: none;
    /*overflow: hidden;*/
    box-shadow: 0 0 60px rgb(0 30% 71 / 15%);
}

div.slides img{
    position: absolute;
    object-position: center center;
    width:100%;
    height: 300px;
    object-fit: cover;
    z-index: 1
}
div.slides p{
    position: absolute;
    text-align: center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    z-index: 2;
    width:100%;
    height: 2em;
    line-height: 2em;
    font-size:min(3.6vw,18px);
    font-weight: bold;
    font-family: serif;
    background:rgba(255,255,255,0.7)
}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
button.slick-arrow{
    bottom:10px;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--lightgreen-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--pink-color) !important;
}
/*end of slick*/
section.bg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.bg::before{
    content: "";
    width:calc(100vw - 5vw);
    width:calc(100vw);
    height: calc(100% - 150px);
   /* background:var(--lightgreen-color);*/
    position: absolute;
    top:10px;
}
div.wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.bg.left::before{
   /* left:0;
    background: rgb(166,217,190);
    background: linear-gradient(-90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);*/
}
section.bg.right::before{
    /*right:0;
    background: rgb(166,217,190);
    background: linear-gradient(90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);*/
}
div.inner{
    box-sizing: border-box;
    padding: 10px;
    margin:10px;
    background-color:#fff;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: space-between;
    position: relative;
    border:2px solid var(--pink-color);
    border-radius: 10px;
}
div.inner.noflex{
    display:block !important;
}
div.info,
div.automl{
    width:calc(50% - 30px);
}
div.info h3{
    color:var(--pink-color);
    font-size:24px;
    padding-left:80px;
    margin-bottom:30px;
    position: relative;
    font-weight: bold;
}
div.info h3::before{
    content: "";
    width:60px;
    height: 2px;
    background:var(--pink-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
div.automl{
    padding-bottom:100px;
    position: relative;
}
div.info ul{
    margin-left:80px;
}
div.info ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
div.info ul li div{
    width:100px;
    margin-right: 20px;
    font-size:12px;
}
div.info ul li span{
    display: inline-block;
}
div.info ul li a{
    display: inline-block;
    width:calc(100% - 120px)
}
div.info ul li span.category{
    padding:2px 6px;
    border:1px solid #ccc;
    text-align: center;
    margin-top:1em;
}
div.top_product h3{
    font-size:24px;
    line-height: 50px;
    text-align: center;
    background-repeat:no-repeat;
    background-position: left top;
    background-size:50px;
    font-weight: bold;
    color:var(--pink-color);
}

div.top_product h3.price{
    background-image:url("../images/icon_yen.svg");
}
div.top_product h3.time{
    background-image:url("../images/icon_time.svg");
    margin-bottom:20px;
}
div.top_product h3.service{
    background-image:url("../images/icon_gp.svg");
}
div.top_product h3.facility{
    background-image:url("../images/icon_facility.svg");
}

div.top_product h3.lesson{
    background-image:url("../images/icon_lesson.svg");
}
div.top_product p.desc{
    margin:10px;
    text-align:justify;
    font-size:16px;
    display: none;
}
a.tomore{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color:var(--pink-color);
    background-color:#fff;
    border:2px solid var(--pink-color);
    text-align: center;
    color:var(--pink-color);
    border-radius: 20px;
    margin:0 20px 0;
}
a.tomore:hover{
    background-color:var(--pink-color);
    color:#fff;
}
div.top_productsWrapper{
    height: auto;
    margin:auto;
    padding:20px 0;
    display:none;
}
div.top_productsWrapper div.inner{
    height: auto;
    background:#efefef;
}
div.top_productsWrapper div img{
    width: 100%;
    height: auto;
}
div.top_productsWrapper div h4{
    text-align: center;
    font-size:18px;
    line-height:36px;
    background:var(--pink-color);
    color:#fff;
    font-weight: bold;
    margin-top:10px;
}
div.top_productsWrapper div h4.gp{
    height:36px;
    background:var(--yellow-color);
}
h4.gp img{
    width:60% !important;
    height:36px !important;;
    object-fit:contain;
}
div.top_productsWrapper div.inner2{
    background:#efefef;
    padding-bottom:20px;
    position:relative;
}
div.inner2 img{
    display: none;
}
div.top_productsWrapper div.inner3{
    background:#efefef;
    padding-bottom:20px;
    position:relative;
}
div.top_productsWrapper div.inner4{
    background:#efefef;
    position:relative;
    padding-bottom:20px;
}
div.top_productsWrapper div.inner2 div,
div.top_productsWrapper div.inner3 div,
div.top_productsWrapper div.inner4 div{
    padding:20px;
}
div.inner2 p,
div.inner3 p,
div.inner4 p{
    text-align:justify;
}
div.inner2 dl dd{
    color:var(--pink-color);
    font-size:22px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
div#footerWrapper {
    width:100%;
    margin-top:20px;
    background-color:var(--pink-color);
    border-top:5px solid var(--pink-color);
    padding:10px 0;
    box-shadow: 0 -3px 9px rgba(0,0,0,0.35);
}
div#footer{
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer h1{
    font-size:24px;
}
div#footer p.address{
    text-align:center;
    margin:20px auto;
}
div#footer h1 a{
    color:#fff;
}
div#footer img{
    margin-bottom:20px;
}
div#footer ul{
    display:none;
}
div#footer ul a{
    color:#fff;
}
div#footer p.copy{
    font-size:12px;
}
p.totop{
    width:35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:35px;
    background-position: center top;
    position: fixed;
    right:20px;
    bottom:20px;
    display: none;
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}
div.h2Wrapper{
    width:100%;
    height: 80px;
    margin-top:162px;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.08),transparent,rgba(0,0,0,0.02),rgba(0,0,0,0.05),rgba(0,0,0,0.01),rgba(0,0,0,0.07),rgba(0,0,0,0.05),rgba(0,0,0,0.02),rgba(0,0,0,0.04),rgba(0,0,0,0.04),rgba(0,0,0,0.02),rgba(0,0,0,0.1),rgba(0,0,0,0.07),rgba(0,0,0,0.02),rgba(0,0,0,0.07) 3px),linear-gradient(135deg, rgb(255,123,172),rgb(255,123,172));
}
div.h2Wrapper h2{
    margin:auto;
    line-height: 80px;
    color:#fff;
    overflow: hidden;
    position: relative;

}
div.h2Wrapper h2 span.h2{
    font-weight: bold;
    font-size:26px;
    border-left:4px solid #fff;
    padding-left:30px;
    margin-left:10px;
}
div.h2Wrapper h2 span.en{
    font-size:36px;
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    font-style: italic;
    font-family: serif;
    opacity: 0.6;
}

p.pankuzu {
    width:var(--min-width);
    margin:30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.pankuzu span.arrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--pink-color);
    margin:0 20px
}
p.pankuzu span.current{
    border-bottom:2px solid var(--pink-color);
}



.w50 {
    /*width:calc((var(--min-width) / 2) - 20px) !important;
    margin:60px auto 30px !important;*/
    display: none;
}
.open > .w50{
    display: block !important;
}
div.map {
    width:calc(100% - 20px);
    height:300px;
    margin:10px
}

span.toggle {
    background:url("../images/icon_innerArrow.svg") center center no-repeat;
    width:50px;
    height: 30px;
    background-size:20px;
    display: block;
    position: absolute;
    top:20px;
    right:20px;
    transform: rotate(0);
    transition: all 0.2s;
}
span.open{
    background:url("../images/icon_innerArrow.svg") center center no-repeat;
    width:50px;
    height: 30px;
    background-size:20px;
    display: block;
    position: absolute;
    top:20px;
    right:20px;
    transform: rotate(180deg) !important;
    transition: all 0.2s;
}
dl.schedule{
    width:100%;
    overflow: hidden;
    align-items: center;
    margin:auto;
    border-top:1px solid var(--pink-color);
    margin-bottom:5px;
}
dl.schedule:first-child{
    border-top:none !important;
    margin-top:10px;
}
dl.schedule:last-child{
    border-bottom: 1px solid var(--pink-color);
    padding-bottom:5px;
}
dl.schedule dt,
dl.schedule dd{
    padding:5px 0;
    text-align: center;

}
dl.schedule .l{
    font-size:24px;
    color:var(--pink-color);
}
dl.schedule dt{
    width:50px;
    float: left;
    clear: both;
}
dl.schedule dd{
    width:calc((100% - 50px) / 2);
    float: left;
}
.time{
    font-size:18px;
    color:var(--pink-color);
    font-weight: bold;
}
ul.subMenu{
    color:#fff;
    width:200px;
    margin:10px auto;
}
ul.subMenu li{
    width:200px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 45px;
    box-shadow: 0 0 8px rgba(0,0,0,0.35) inset;
    text-align: center;
    margin-bottom: 10px;
    
}
ul.subMenu li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--pink-color);
}
ul.subMenu li:hover,
ul.subMenu li.active{
    background:var(--pink-color);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
ul.subMenu li a:hover,
ul.subMenu li.active a{
    color:#fff;
}
table.price {
    width:calc(100%);
    margin:50px auto;
    border-bottom:1px solid var(--pink-color);
}
table.price thead{
    background-color:var(--lightgreen-color);
}
table.price td{
    padding:10px;
    text-align: center;
    border-top:1px solid var(--pink-color);
}
table.price tr td{
    width:25%
}
table.price tr td:first-child{
    text-align: left;
}
ul.news {
    margin:20px 10px;
}
ul.news span.date{
    font-size:12px;
    display: block;
}

div.entryBody {
    margin:10px;
    padding:10px;
    background:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
div.title{
    margin-bottom:20px;
}
div.title p.date{
    font-size:12px;
}
div.title h3.main{
    font-size:24px;
}
div.entryBody h4{
    font-size:20px;
    color:var(--pink-color);
    font-weight: bold;
}
div.golfball{
    margin:20px;
    display: flex;
    justify-content: space-between;
}
div.golfball span{
    display: block;
    width:80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background:url("../images/golfball.svg") center center no-repeat;
    background-size:80px;
    font-size:24px;
    font-weight: bold;
}
div.entryBody p,
div.entryBody ul{
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}
div.entryBody li{
    margin-left:20px;
    list-style: disc;
}

div.batsu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.batsu div{
    width:calc(50% - 10px);
    height: auto;
    
}
div.batsu div img{
    width:100%;
    height: auto;
    margin-bottom:20px;
}
div.imgWrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.imgWrapper div{
	width:calc(50% - 10px) !important;
	height: auto;
	margin-bottom:10px;
}
div.imgWrapper div img{
	width:100%;
	height: auto;
}
div.movieWrapper video {
	width:100%;
}
dl.catch{
	margin:10px auto;
	overflow: hidden;
	border:3px solid var(--pink-color);
	padding:10px;
	border-radius: 8px;;
}
dl.catch dt{
	width:2em;
	float: left;
	clear: both;
	font-weight: bold;
	color:var(--pink-color);
	margin-bottom: 0.5em;
}
dl.catch dd{
	width:calc(100% - 2em);
	float: right;
}