@charset "utf-8";

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


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

/* Content
------------------------------------------------------------------ */
#content #main {
background-color: #CDF2F5;
}

/* section */
#content #main .section {
font-size: 1.5rem;
}

#content #main .section+.section {
margin-top: 100px;
}

/* headline */
#content #main h1 {
	border-radius: 8px;
	box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1), -2px -2px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	text-align: center;
}

#content #main h1 img {
	width: 428px;
}

/* about */
#content #main .about .block {
	padding: 50px 0;
}
#content #main .about .block.entry {
	padding: 10px 0 0;
}

#content #main .about .block+.block {
	border-top: 2px dotted #898989;
}

#content #main .about .columns {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#content #main .about .columns.gym {
	flex-direction:row-reverse;
}

#content #main .about .block .text {
	width: 56.56%;
}

#content #main .about .block .text p{
	width: 92%;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
}

#content #main .about .block h2 {
	color: #00B2C4;
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
}
#content #main .about .block h2.arrow {
	padding: 0 0 0 40px;
	color: #00B2C4;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 0 0 0 40px;
	position: relative;
}

#content #main .about .block h2.arrow:before,
#content #main .about .block h2.arrow:after {
	content: '';
	margin: 0 auto;
	position: absolute;
	top: -1px;
	left: 0;
	vertical-align: middle;
}

#content #main .about .block h2.arrow:before {
	background: #00B2C4;
	border-radius: 15px;
	height: 30px;
	width: 30px;
}

#content #main .about .block h2.arrow:after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 9px;
	left: 8px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}

#content #main .about .block p {
	margin: 10px 0 0 0;
}

#content #main ul {
	margin: 15px 0 0 20px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0.2em;
}

#content #main .about .block .image {
	width: 39.39%;
}

#content #main .about .block .image.columns {
	display: flex;
  flex-direction: column;
  gap: 10px;
}

#content #main .about .block .image img {
	border-radius: 20px;
}

/* button */
#content #main .button {
	width: 300px;
	margin: 25px 0 0 0;
}
#content #main .button.calendar {
	width: 450px;
	margin: 25px 0 0 0;
}

#content #main .button a {
	display: block;
	width: 100%;
	background-color: #74D1DA;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	height: 50px;
	line-height: 52px;
	text-align: center;
}

#content #main .button.fee a span {
	background: url(../images/arrow_btn.png) no-repeat left center;
	background-size: 20px;
	padding: 4px 0 4px 26px;
}

#content #main .button a span {
	background: url(../images/arrow_btn_r.png) no-repeat left center;
	background-size: 20px;
	padding: 4px 0 4px 26px;
}
/* table */
#content #main table {
	width: 100%;
	border: 1px solid #c8c8c8;
	margin-top: 20px;
}

#content #main table+table {
	margin-top: 12px;
}

#content #main table tr th {
	background-color: #74D1DA;
	color: #ffffff;
	font-size: 1.6rem;
	padding: 14px 0;
	vertical-align: middle;
}

#content #main table tr th:not(:first-child) {
	border-left: 1px solid #ffffff;
}

#content #main table tr td {
	border: 1px solid #c8c8c8;
	line-height: 1.4;
	padding: 10px 18px;
	vertical-align: middle;
	text-align: left;
}

#content #main .note {
	font-size: 1.15rem;
	line-height: 1.4;
	margin-top: 10px;
}

#content #main h2.bar {
	background-color: #74D1DA;
	border: 2px solid #00B2C4;
	border-radius: 6px;
	color: #ffffff;
	font-size: 2rem;
	margin: 25px 0 0;
	padding: 12px 24px;
}
#content #main h2.line {
	border-left: 4px solid #74D1DA;
	font-size: 1.8rem;
	margin: 0 0 10px;
	padding: 2px 0 2px 14px;
}

#content #main .flow {
	margin-top: 40px;
}
#content #main .flow table tr td {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

#content #main table.time tr td {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}


#content #main .flow table tr th:first-child {
	width: 33%;
}
#content #main .flow table tr th:not(:first-child) {
	width: 16%;
}
#content #main .flow table tr:nth-child(2) {
	height: 130px;
}
#content #main .flow table tr:nth-child(n+3) {
	height: 50px;
}
#content #main .flow table tr:last-child {
	height: 130px;
}

#content #main dl {
width: 100%;
display: table;
margin-top: 20px;
}

#content #main dl+dl {
margin-top: 12px;
}

#content #main dl dt,
#content #main dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#content #main dl dt {
background-color: #00B2C4;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 8px 0;
	text-align: center;
	width: 140px;
}

#content #main dl dd {
	padding: 0 18px;
}

#content #main h3.arrow {
	background: url(../images/arrow_navi.gif) no-repeat left center;
	background-size: 1em 1em;
	margin: 50px 0 15px;
	padding: 0 0 0 20px;
}

#content #main .other tr th:first-child {
	width: 140px;

}
#content #main table.other tr td {
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
}
#content #main table.other tr td:first-child {
	font-weight: bold;
}
#content #main table.other tr td br {
display:none;
}

#content #main table.fee tr th {
	width: 50%;
}

/* access */
#content #main .accessMap {
background-color: #bbedf9;
padding: 25px 20px;
}

#content #main .accessMap .gMap {
border: 2px solid #1bc3ea;
height: 320px;
width: 400px;
}




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

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

	/* Content
	------------------------------------------------------------------ */

	#content #main {
		background-color: inherit;
	}

	/* headline */
	#content #main h1 img {
		width: 70%;
	}

	/* section */
	#content #main .section+.section {
		margin-top: 60px;
	}

	/* about */
	#content #main .about .block {
		padding: 40px 0;
	}

	#content #main .about .block:last-child {
		padding-bottom: 0;
	}

	#content #main .about .block .text {
		width: 100%;
	}

	#content #main .about .block h2 {
		font-size: 2.4rem;
		padding-left: 0;
	}

	#content #main .about .block h2.arrow {
		font-size: 2.4rem;
		padding-left: 32px;
	}

	#content #main .about .block h2:before {
		border-radius: 12px;
		height: 24px;
		width: 24px;
	}

	#content #main .about .block h2:after {
		top: 7px;
		left: 7px;
		height: 8px;
		width: 8px;
	}

	#content #main h2.bar{
		padding-left: 15px;
		padding-right: 15px;
	}

	#content #main h2.line {
		border-left-width: 5px;
		line-height: 1.3;
	}

	#content #main .about .block h3 {
		font-size: 1.8rem;
		padding-left: 32px;
	}

	#content #main .about .block .image {
		width: 48%;
	}

	#content #main .about .block .image.columns {
		margin-top: 0;
		width: 100%;
		flex-direction: row;
	}

	#content #main .about .block .image img {
		margin-top: 15px;
		width: 100%;
	}

	#content #main .about .block .image.columns img {
		width: 48%;
	}

	#content #main .about .columns.gym {
		flex-direction:row;
	}

	#content #main .other tr th:first-child {
		width: 25%;
	}

	#content #main table.other tr td br {
		display:block;
	}

	#content #main table tr th {
		font-size: 1.4rem;
	}

	#content #main table tr td {
		font-size: 1.4rem;
		padding-left: 2%;
		padding-right: 2%;
	}

	#content #main .flow{
		overflow-x: auto;
	}

	#content #main .flow table{
		width: 700px;
		white-space: nowrap;
		margin: 10px 0;
	}

	#content #main .flow  table tr th:first-child {
		width: 16%;
	}

	#content #main .flow table tr td{
		font-size: 1.4rem;
	}

	#content #main table.flow tr td,#content #main table.time tr td {
		font-size: 1.4rem;
	}

	/* button */
	#content #main .button {
		width: 100%;
	}

	#content #main .button a {
		height: 60px;
		line-height: 60px;
	}

	#content #main .button.calendar {
		width: 100%;
	}

	#content #main .button.calendar a{
		font-size: 1.5rem;
	}

	#content #main dl+dl {
		margin-top: 20px;
	}

	#content #main dl dt,
	#content #main dl dd {
		display: block;
	}

	#content #main dl dt {
		width: 100%;
	}

	#content #main dl dd {
		padding: 10px 0 0 0;
		line-height: 1.4;
	}


	/* info */
	#content #main .info table {
		border: none;
	}

	#content #main .info table thead {
		display: none;
	}

	#content #main .info table tr td {
		border: none;
		display: block;
		padding: 0;
		width: auto;
	}

	#content #main .info table tr td:before {
		background: #74D1DA;
		color: #ffffff;
		content: attr(data-label);
		display: block;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 10px 0;
		padding: 10px 10px;
	}

	#content #main .info table tr td+td {
		margin-top: 15px;
	}

	/* access */
	#content #main .accessMap {
		padding: 20px 5%;
	}

	#content #main .accessMap .gMap {
		height: 300px;
		width: 100%;
	}


}