@charset "utf-8";

/* fixed start */
.nav .main.tenpo_nav > li {
  height: 60px;
  overflow: hidden;
}
/* fixed end */


.container a{
	text-decoration: none;
	color: #E61801;
	font-weight: bold;
}

a.pdf::after{
	content: "";
	width: 18px;
	height: 21px;
	background: url('../img/pdf.png') no-repeat top left;
	display: inline-block;
	vertical-align:sub;
	margin-left: 3px;
}

p{
	margin: 10px 0 0;
	font-size: 20px;
text-align: left;
line-height: 1.6;
color: #111;
}

.other p{
	font-size: 22px;
	text-align: center !important;
	font-weight: bold;
}

p.link{
	color: #E61801;
	font-size: 20px;
}

p.link::before{
	display: inline-block;
	content: "";
		width: 18px;
	height: 18px;
background: url('../img/link_arrow.png') no-repeat top left;
  vertical-align: middle;
	margin-right: 5px;
}
p.link a:hover{
	opacity: .5;
}


.container{
	width: 1100px;
	margin: 0 auto;
}

.renew_open .renew_mainimg {
  background: url('/esaka/wp-content/themes/asahi-sportsclub/img/esaka/renewal/main_pho.png') no-repeat 50% 0px;
	background-size: contain;
	height: 0;
    padding-top: 49.02%;
	position: relative;
}

.renew_open .renew_mainimg p,.renew_open .renew_mainimg h1{
	color: #E51800;
	text-shadow: 
    #fff 4px 0px,  #fff -4px 0px,
    #fff 0px -4px, #fff 0px 4px,
    #fff 4px 4px , #fff -4px 4px,
    #fff 4px -4px, #fff -4px -4px,
    #fff 2px 4px,  #fff -2px 4px,
    #fff 2px -4px, #fff -2px -4px,
    #fff 4px 2px,  #fff -4px 2px,
    #fff 4px -2px, #fff -4px -2px;
	font-family: "ヒラギノ角ゴ StdN";

}

.renew_open .renew_mainimg p{
		font-size: /*60px;*/55px;
		position: absolute;
	top:0.6vw;
	text-align: center;
	width: 100%;
	font-weight: 700;
}

.renew_open .renew_mainimg h1{
	font-size: 80px;
	position: absolute;
	bottom: 25%;
	text-align: center;
	width: 100%;
	font-weight: 800;
	line-height: 1.1;
	padding-left: 0;
}



.renew_open .renew_mainimg h1 span.date{
	font-size: 30px;
	font-weight: 700;
	color: #E51800;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 2px 2px,  #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 2px 2px,  #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px;
}

.renew_open .renew_mainimg h1 span.spacing_long{
	letter-spacing: 0.1em;
}

.renew_open .renew_mainimg h1 span.spacing_short{
	letter-spacing: -0.3em;
}

.renew_main{
	background-color: #FBDEDB;
	padding-top: 40px;
	padding-bottom: 65px;
}

.renew_main .inner {
	background: none !important;
    width: 920px;
    margin: 0 auto 40px;
	padding: 0 !important;
}

.renew_pickup{
	border: 2px solid #E61801;
	background-color: #fff;
	width: 100%;
max-width: 900px;
margin: 0 auto 20px;
	box-sizing: border-box;
}

.renew_pickup h2{
	background-color: #E61801;
	color: #fff;
	font-size: 38px;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.renew_pickup h2::after{
	content: '';
display: inherit;
position: inherit;
width: inherit;
bottom: 0;
left: inherit;
margin-left: 0;
height: inherit;
background: inherit;
}

.renew_pickup ul li:first-of-type{
	margin-top: 30px;
}

.renew_pickup ul li{
	width: 90%;
	margin: 0 auto 30px;
}

.renew_pickup ul li div{
	display: table-cell;
}

.renew_pickup ul li p{
	display: table-cell;
	vertical-align:middle;
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
}

.renew_pickup ul li p strong{
	font-size: 1.2em;
}

.renew_pickup ul li p span{
	font-size: 0.8em;
}

.renew_main p.link{
	text-align: center;
}

.renew_main .button{
	text-align: center;
	margin-top: 25px;
}

section{
	padding-bottom: 50px;
}

section .inner{
	width: 920px;
	margin: 60px auto 60px;
	box-sizing: border-box;
	padding: 0;
	background:inherit;
}

section .inner .inner_wrap{
	width: 650px;
	margin: 0 auto 60px;
}

section .inner .inner_wrap img{
	width: 100%;
	height: auto;
}

section .inner .inner_wrap h5{
	margin-top: 15px;
}


section h3{
	position: relative;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	letter-spacing: 4px;
}

section h3:after{
content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
border-width: 20px 20px 0 20px;
}

section h4{
	font-size: 40px;
	border-left: none;
	text-align: center;
	margin: 0 0 50px;
	line-height: 1.4;
}

section h5{
	font-size: 28px;
	margin-bottom: 15px;
}


section .flex_wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

section .flex_wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

section .flex_wrap:nth-child(odd) .flex_wrap-img img{	
		margin-left: 20px;
}

section .flex_wrap:nth-child(even) .flex_wrap-img img{
	margin-right: 20px;
}

section .flex_wrap .flex_wrap-img img{

}


.contents section p{
	line-height: 1.6;
}

section.gym{
	background-color: #FAE5EF;
}


section.gym h3{
  background: #D20064;
}

section.gym h3:after{
  border-color: #D20064 transparent transparent transparent;
}

section.gym h4{
	color: #D20064;
}

section.pool{
	background-color: #E6F2F8;
}

section.pool h3{
  background: #067EBF;
}
section.pool h3:after{
  border-color: #067EBF transparent transparent transparent;
}

section.pool h4{
	color: #067EBF;
}

section.studio{
	background-color:#FDF3E6;
}
section.studio h3{
  background: #F08809;
}
section.studio h3:after{
  border-color: #F08809 transparent transparent transparent;
}

section.studio h4{
	color: #F08809;
}

section.wifi{
	background-color:#E5F3E5;
}
section.wifi h3{
  background: #008C00;
}
section.wifi h3:after{
  border-color: #008C00 transparent transparent transparent;
}

section .group{
	margin-top: 60px;
}

section .group .group_inner{
	display: flex;
	margin-bottom: 50px;
}

section .group .group_inner img{
	margin-right: 20px;
}

section .group h5{
	margin-bottom: 0;
}

section .group p{
		margin-top: 10px;
}





.flex_wrap-text{
	width: 47%;
}
section.other h4{
  color: #E51800;
	margin-top: 50px;
}

section.inquiry .inner,section.inquiry .group,section.inquiry .group .group_inner{
	margin: 40px auto 0;
}

/* simply-scroll */

/*.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left;
    padding: 0;
    margin: 0;
    width: 442px;
    height: 295px;
}
.simply-scroll-list li img {
    display: block;
}
*/

/* info
---------------------------------------------------------*/
section.info {
    padding-bottom: 0;
}
.infocontantInner {
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
	text-align: center;
}
.infoInner {
	margin: 0 auto;
	width: 85%;
	text-align: center;
}
.infoInner span {
	display: block;
	margin-bottom: 5px;
}
.infoBox a {
	pointer-events: none;
}
.infoBox a:link, .infoBox a:visited {
	color: #111;
}
.infoBox li {
	float: left;
	margin: 0 25px 0 0;
	text-align: left;
}
.infoBox li:last-child {
	margin: 0;
}
.shop {
	font-size: 1.5em;
	font-weight: bold;
}
.address {
	font-size: .8em;
	font-weight: bold;
}
.tel {
	font-size: 1.3em;
	font-weight: bold;
}
.time {
	margin: 0 auto;
	padding: 8px !important;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
}
td.week {
	margin: 0;
	padding: 0 15px 0 8px;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3;
}
.parking {
	padding: 8px 15px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background: #E94709;
	border-radius: 6px;
}
.parkingNum {
	margin: 5px 0;
	font-size: 1.5em;
}

/* other
---------------------------------------------------------*/
.otherInner {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 980px;
    text-align: center;

}
.otherBox{	
	margin-bottom: 50px;
}
.otherBox .otherLeftBox {
	margin: 0 auto;
    float: left;
    width: 460px;
    text-align: center;

}
.otherBox .otherRightBox {
	margin: 0 auto;
    float: right;
    width: 460px;
    text-align: center;

}
.otherBox img {
    border-radius: 14px;
}


/* experience
---------------------------------------------------------*/
.experienceBox{
	margin: 0 auto 30px;
	width: 900px;
	border: 3px solid #E62F87;
}
.experienceBox dt{
	float: left;
	padding: 18px 15px;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	background: #E62F87;
	width: 45%;
	text-align: center;
}
.experienceBox dd{
	float: left;
	padding: 10px 15px;	
	font-size: 18px;
	background: #FFFDDF;
	width: 55%;	
	line-height: 1.4;
}



.footer p{
	font-size: 100%;
}


.f70{font-size: 70%;}

.pc{ display: block;}
.sp{ display: none;}


@media only screen and (max-width:1100px) {
	
	.container{
	width: 100%;
	margin: 0 auto;
}
		.renew_open .renew_mainimg p{
		font-size: 40px;
	}
	
	.renew_open .renew_mainimg h1{
		font-size: 60px;
		bottom: 2.2vw;
	}
	
	.renew_open .renew_mainimg h1 span.date {
    font-size: 20px;
}
		.renew_pickup{
			width: 90%
	}	
	.renew_pickup ul.flex_wrap{
	justify-content:space-between;
}

.renew_pickup ul li img{
	max-width: 100%;
	}
	
section .inner{
	width: 95%;
	margin: 60px auto 60px;
}

section h4{
	font-size: 33px;
}
	section .group .group_inner{
		width: 90%;
		margin: 0 auto 50px;
	}
	section.inquiry .group .group_inner {
    display: block;
					text-align: center;

}

	section.inquiry{
		padding-bottom: 10px;
	}
	
	section.inquiry .group .group_inner img{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:900px) {
		.renew_pickup ul.flex_wrap{
			display: block;
}
		
}


@media only screen and (max-width:767px) {
  /* fixed start */
  .footer {
    padding: 40px 10px 100px;
  }
  /* fixed end */
  img {
    max-width: 100%;
  }
	
.renew_open .renew_mainimg p,.renew_open .renew_mainimg h1{
	font-size: 50px;
bottom: 13vw;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
	

	.renew_open .renew_mainimg p{
		font-size: 40px;
		top:0.8vw;	
	}

section .flex_wrap{
	display: block;
}

section .inner .inner_wrap{
	width: 550px;
	margin: 0 auto 50px;
}
	
	section .inner .inner_wrap img{
		display: block;
	margin: 0 auto 20px;
}

	
.flex_wrap-text{
	width: auto;
}
.flex_wrap-img{
	text-align: center;
	margin-bottom: 20px;
}
	
	section .group .group_inner{
		display: block;
		width: 550px;
		margin: 0 auto 40px;
}
	
	section .group .group_inner img{
	display: block;
		margin: 0 auto 20px;
}
	
/* info
---------------------------------------------------------*/	
	.infocontantInner {
		width: 100%;
	}
	.infoInner {
		width: 95%;
		padding-bottom: 15px;
	}
	.infoBox a {
		pointer-events: auto;
	}
	.shop {
		font-size: 1.2em;
		text-align: center;
	}
	.address {
		text-align: center;
	}
	.tel {
		margin: 10px auto 5px !important;
		padding: 10px 8px 8px;
		font-size: 1.3em;
		text-align: center;
		background: #DDD;
		border: 2px solid #B8B8B8;
		border-radius: 4px;
	}
	.telTxt {
		font-size: 80% !important;
		text-align: center !important;
		margin: 5px 0 20px !important;
	}
	.time {
		line-height: 1;
	}
	.infoBox li {
		margin: 0 0 0 0 !important;
		padding: 0 !important;
	}
	.infoBox li:first-child {
		float: none;
		margin: 0;
	}
	.infoBox li:last-child {
		float: right;
	}
	.infoBox li:nth-child(n+1) {
		margin-top: 10px;
	}
	.parking {
		padding: 6px 3px;
		line-height: 1.3;
		font-size: 64%;
	}
	
.renew_main .inner {
    width: 95%;
}
	
section.other h4 {
    margin: 40px 0 0;
}
.other p {
    font-size: 18px;
	margin-top: 5px;
}	
.otherBox{	
	margin-bottom: 0;
}
.otherInner {
    padding: 20px 0;
    width: 95%;
}	
.otherBox .otherLeftBox {
	float: none;
	padding-bottom: 40px;
	width: 100%;
}
.otherBox .otherRightBox {
	float: none;
	width: 100%;
}
	
/* experience
---------------------------------------------------------*/
.experienceBox{
	width: 90%;
}
.experienceBox dt{
	float: none;
	padding: 10px 15px;
	font-size: 22px;
	width: 100%;
}
.experienceBox dd{
	float: none;
	padding: 10px 10px;	
	font-size: 15px;
	width: 100%;
}	
	
}

@media only screen and (max-width:640px) {
.renew_main {
    padding-top: 10px;
    padding-bottom: 0;
}
.renew_open .renew_mainimg p{
	font-size: 7vw;
	}
.renew_open .renew_mainimg h1{
	font-size: 7vw;
	line-height: 1.2;
	bottom:11.5vw;
	letter-spacing: 3px;
}

.renew_open .renew_mainimg h1 span.date{
	font-size: 3vw;
	letter-spacing: 0;
}	
	
	.renew_pickup ul li:first-of-type {
    margin-top: 20px;
}
.renew_pickup ul li {
    margin: 0 auto 20px;

}
		
.renew_pickup h2{
	padding: 15px 10px;	
	font-size: 5.5vw;
}
	section h3{
		font-size: 30px;
	}
	section h4{
		font-size: 25px;
		margin: 0 0 30px;
	}	
	section h5{
		font-size: 20px;
	}
	section .inner {
    margin: 40px auto 40px;
}
	section .inner .inner_wrap {
    width: auto;
    margin: 0 auto 50px;

}
	section .group .group_inner{
		width: auto;
	}
	
	section.other .inner {
    width: 95%;
    margin: 40px auto 0;

}
	
		section.other h4{
		width: 90%;
		margin:  20px auto 0;
	}
	
	section.other .group {
    margin-top: 00px;
}
	
	
	section.inquiry .group .group_inner img{
		margin-bottom: 5px;
	}
	.telTxt{
		display: block;
		margin: 10px 0 25px;
		font-size: 70%;
	}
p{
	font-size: 15px;
}		

.pc{ display: none;}
.sp{ display: block;}
	
}
	
@media only screen and (max-width:480px) {

.renew_pickup ul li div {
    width: 20%;	
}

.renew_pickup ul li p {
    font-size: 16px;
}
	
p.link {
    font-size: 18px;
}	

.renew_main .button{
	width: 90%;
	margin: 25px auto 0;
	padding-bottom: 25px;
}

		section h3{
		font-size: 22px;
	}
	section h4{
		font-size: 22px;
	}	
	section h5{
		font-size: 20px;
	}
	
section{
	padding-bottom: 5px;
}
	

	
section .group {
	margin-top: 40px;
}
}
	
 /* .renew_open #content h1 br {
    display: inline;
  }
  .renew_open .con_a .detail h2 {
    font-size: 6.25vw;
  }
  .renew_open .con_a.topMain {
    padding: 20px 0 10px;
  }
  .renew_open .con_a.topMain .detail_c .pho_c.pc {
    display: none;
  }
  .renew_open .con_a.topMain .detail_c .pho_c.sp {
    display: block;
    margin: 0 auto 10px;
  }
  .renew_open .con_a.topMain h3 {
    font-size: 6.25vw;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
  }
  .renew_open .con_a.topMain h3 > span {
    font-size: 3.125vw;
    display: block;
  }
  .renew_open .con_a.topMain .btn_wrap {
    text-align: center;
  }
  .renew_open .con_a.topMain .btn_wrap li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .renew_open .pickup {
    padding: 30px 0 10px;
  }
  .renew_open .pickup ul li {
    margin: 0 0 20px -7%;
  }
  .renew_open .pickup ul li > img {
    width: 93%;
  }
  .simply-scroll-list li {
    width: 320px;
    height: 210px;
  }
  .renew_open .con_a.info {
    padding: 30px 0 50px;
  }
  .renew_open .detail.efficacy {
    margin: 0 auto 30px;
  }
  .renew_open .efficacy ul li {
    display: block;
    margin: 0 auto 60px;
    max-width: 100%;
  }
  .renew_open .detail.program,
  .renew_open .detail.guidance {
    margin: 0 auto 50px;
  }
  .renew_open .detail.price {
    margin: 0 auto 60px;
  }
  .renew_open .price table th {
    width: 31%;
    padding: 10px;
  }
  .renew_open .price table td {
    width: 44%;
    padding: 10px;
  }
  .renew_open .price table td.row {
    width: 25.666666%;
  }

  .renew_open .yoyaku .yoyaku_wrap {
    display: block;
    padding: 40px 15px 30px;
  }
  .renew_open .yoyaku .yoyaku_wrap > img {
    top: -20px;
    left: 12%;
    margin-left: 0;
    width: 77.1875%;
  }
  .renew_open .yoyaku .yoyaku_wrap .btn_box,
  .renew_open .yoyaku .yoyaku_wrap .txt {
    display: block;
  }
  .renew_open .yoyaku .yoyaku_wrap .btn_box {
    text-align: center;
    margin: 0 auto 20px;
  }
  .renew_open .yoyaku .yoyaku_wrap .txt {
    padding: 0;
  }
  .renew_open .yoyaku .yoyaku_wrap .txt table {
    width: 100%;
  }
  .renew_open .yoyaku .yoyaku_wrap .txt table th {
    width: 25%;
  }
  .renew_open .yoyaku .yoyaku_wrap .txt table td {
    padding: 0;
  }
}
*/


.fix {
	display: none;
}