@charset "utf-8";

/* PC・SP：home.css
 * **************************************************
 * Content
 * **************************************************
 */

/*
 * ======================================
 * PC
 * ======================================
 */

/* Content
------------------------------------------------------------------ */
#home #content #main {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif; /* Robotoを全体に適用 */
}
/* mainvisual */
#home #content #mainvisual {
	text-align: center;
}

#home #content #mainvisual .sp {
	display: none;
}

/* facility */
#home #content .facility .inner .flex {
	display: flex;
	justify-content: space-between;
	gap: 28px; 
	margin-bottom: 4%;
}
#home #content .facility .inner .flex .item{
	flex: 1;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}
#home #content .facility .inner .flex .item p {
	font-size: 1.6rem;
	border-radius: 30px;
	width: 65%;
	background: #000;
	padding: 1.6%;
	color: #fff;
	margin-top: 14px;
}
#home #content .facility .inner .flex .item img {
	width: 100%;
	margin: 0 ;
	display: block;
	margin-top: 40px;
}
/* campaign */

#home #content #campaign .block {
	background-color: #ff5701;
	padding: 3% 0;
}
#home #content #campaign h2 {
	font-size: 3.1em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
#home #content #campaign .campaigninfo p {
	font-size: 1.6em;
	color: #fff;
	text-decoration:underline;
	text-align: center;
	margin-top: 1%;
}
#home #content #campaign .campaigninfo::after {
	content: "";
	display: block;
	clear: both;
}
#home #content #campaign .campaigninfo .benefit {
	margin-top: 3%;
}
#home #content #campaign .campaigninfo .benefit dl {
  display: flex; 
  align-items: center; 
  flex-wrap: nowrap;
}
#home #content #campaign .campaigninfo .benefit dl dt {
	font-size: 10em;
	font-weight: 900;
	line-height: 1;
	color: #FFE337;
	margin-left: 5%;
}
#home #content #campaign .campaigninfo .benefit dl dd {
	flex: 1;
}
#home #content #campaign .campaigninfo .benefit dl dd ul {
	list-style-type: none;
}
#home #content #campaign .campaigninfo .benefit dl dd ul li{
	white-space: nowrap;
	font-size: 1.6em;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 20px;
	border: solid 2px #fff;
}
#home #content #campaign .campaigninfo .benefit dl dd ul li:nth-child(2),
#home #content #campaign .campaigninfo .benefit dl dd ul li:nth-child(3) {
	margin-top: 4%;
}



/* notes */
#home #content .notes {
	margin: 0 auto;
	margin-top: 1%;
	margin-bottom: 2%;
/*	border: solid 1px #000;*/
	width:100%;
}
#home #content .notes ul {
	list-style-type: none;
}
#home #content .notes ul li{
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	padding: 2px 0;
}

/* memberships */
#home #content #main .memberships h2 {
	font-size: 3.1em;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: -3%;
}
#home #content #main .memberships .detial {
	margin: 2% 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
#home #content #main .memberships .detial .plan {
    background-color: #ffffff;
    border: 1px solid #707070;
	box-sizing: border-box; 
	border-radius: 20px;
	width: 48.2%;
	padding: 3%;
	margin-top: 4%;
}
#home #content #main .memberships .detial .plan.orange {
    background-color: #FF5701;
    border: none;
}
#home #content #main .memberships .detial .plan h3 {
    background-color: none;
    color: #000;
    padding: 0 0 15px;
    text-align: left;
	font-size: 2.6em;
	font-weight: 900;
}
#home #content #main .memberships .detial .plan h4 {
    background-color: none;
    color: #000;
    padding: 0;
    text-align: left;
	font-size: 2.6em;
	font-weight: 900;
}
#home #content #main .memberships .detial .plan h5 {
    color: #000;
    text-align: left;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 900;
	margin-top: 4%;
}
#home #content #main .memberships .detial .plan p {
    color: #7A7A7A;
    text-align: left;
	font-size: 1.3em;
	font-weight: 900;
	margin-top: 4%;
}
#home #content #main .memberships .detial .plan.orange h3,#home #content #main .memberships .detial .plan.orange h4,#home #content #main .memberships .detial .plan.orange h5,#home #content #main .memberships .detial .plan.orange p{
    color: #fff;
}
#home #content #main .memberships .detial .plan.higher h4 {
	line-height: 1.3;
}
#home #content #main .memberships .detial .plan.orange h3 span{
	color: #FF5701;
	background-color: #FFE337;
	border-radius: 8px;
	font-size: 1.3rem;
	font-weight: 900;
	margin-left: 2%;
	padding: 1% 2%;
	vertical-align: middle;
}

/* others */

#home #content #others .block {
	background-color: #07B8D3;
	padding: 3% 0;
	margin-top: 3%;
}
#home #content #others .block .short {
	display: flex;
	align-items: center; 
	justify-content: center;
}
#home #content #others .block .short .pic img{
	border-radius: 40px;
	width: 90%;
}
#home #content #others .block .short .text {
	color: #fff;
	font-size: 2.8em;
	font-weight: 900;
	line-height: 1.33;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}



/* access */
#home #content .access {
	margin: 140px 0;
}

#home #content .access .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#home #content .access .inner>div {
	width: 50%;
}

#home #content .access .storeInfo {
	background-color: #000;
	color: #ffffff;
	padding: 60px;
}

#home #content .access .storeInfo dl {
	font-size: 18px;
	line-height: 1.5;
}

#home #content .access .storeInfo dl+dl {
	margin-top: 40px;
}

#home #content .access .storeInfo dl.name dt {
	font-size: 18px;
	font-weight: bold;
}

#home #content .access .storeInfo dl dt {
	font-size: 18px;
	font-weight: bold;
}
#home #content .access .storeInfo dl dd {
	margin-top: 12px;
	font-weight: bold;
}

#home #content .access .storeInfo dl.name dd {
	font-size: 28px;
	font-weight: bold;
}

#home #content .access .storeInfo dl dd span:not(.telLink) {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 6px;
}

#home #content .access .storeInfo dl dd a {
	color: #ffffff;
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
}


/*
 * ======================================
 * SP
 * ======================================
 */

@media screen and (max-width: 767px) {

	/* mainvisual */

	#home #content #mainvisual .pc {
	display: none;
}

	#home #content #mainvisual .sp {
	display: block;
}

	/* facility */
	
	#home #content .facility .inner .flex {
		flex-wrap: wrap;
		gap: 0px; 
		margin-bottom: 10%;
		margin-top: 2.5%;
	}
	#home #content .facility .inner .flex .item{
		 flex: 0 1 calc(50% - 12px);
	}
	#home #content .facility .inner .flex .item img {
		width: 100%;
		margin-top: 25px;
	}

	/* campaign */

	#home #content #campaign .block {
		padding: 10% 0;
	}
	#home #content #campaign h2 {
		font-size: 2.5em;
	}
	#home #content #campaign .campaigninfo p {
		font-size: 1.1em;
	}
	#home #content #campaign .campaigninfo .benefit {
		margin-top: 4%;
	}

	#home #content #campaign .campaigninfo .benefit dl {
		flex-direction: column;
		align-items: normal;
	  }
	  #home #content #campaign .campaigninfo .benefit dl dt {
		  font-size: 10rem;
		  margin-left: 0%;
		  margin-top: 6.5%;
		  text-align: center;
	  }
	  
	  #home #content #campaign .campaigninfo .benefit dl dd ul li{
		  white-space: wrap;
		  font-size: 2rem;
		  line-height: 1.4;
		  padding: 20px;
		  border: solid 2px #fff;
		  margin-top: 4%;
		  width: 100%;
	  }

/* notes */
	#home #content .notes {
		margin-top: 5%;
		margin-bottom: 10%;
	}
	#home #content .notes ul li{
		font-size: 1.1em;
		letter-spacing: -0.05em
	}



	/* memberships */
	#home #content #main .memberships h2 {
		font-size: 2.5em;
		margin-bottom: 2%;
	}
	#home #content #main .memberships .detial {
		display: block;
		width: 100%;
	}
	#home #content #main .memberships .detial .plan {
		width: 100%;
		padding: 6.5%;
	}
	#home #content #main .memberships .detial .plan h3,#home #content #main .memberships .detial .plan h4 {
		font-size: 2.3em;
	}
	#home #content #main .memberships .detial .plan h5 {
		font-size: 1.2em;
	}
	#home #content #main .memberships .detial .plan p {
		font-size: 1.1em;
		margin-top: 7%;
	}
	#home #content #main .memberships .detial .plan.U39 h5{
		letter-spacing: -0.05em
	}

	/* others */

	#home #content #others .block {
		display: block;
		padding: 10% 0;
		margin-top: 10%;
	}
	#home #content #others .block  .short {
		display: block;
	}
	#home #content #others .block .short .pic img{
		border-radius: 15px;
		width: 100%;
		margin-bottom: 5%;
	}
	#home #content #others .block .short .text {
		font-size: 2.3em;
	}


	/* access */
	#home #content .access {
		margin: 70px 0 60px;
	}

	#home #content .access .inner>div {
		width: 100%;
	}

	#home #content .access .storeInfo {
		padding: 30px 8%;
	}

	#home #content .access .storeInfo dl {
		font-size: 15px;
	}

	#home #content .access .storeInfo dl+dl {
		margin-top: 25px;
	}

	#home #content .access .storeInfo dl.name dt {
		font-size: 16px;
	}

	#home #content .access .storeInfo dl.name dd {
		font-size: 22px;
	}

	#home #content .access .storeInfo dl dd a[href^="tel:"] {
		display: inline-block;
		margin-top: 0;
	}

	#home #content .access .map {
		height: 250px;
	}

}