@charset "utf-8";
/* 
 * WEB入会予約・施設見学予約
 */

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

.visitor #content {
	line-height: 1.6;
	padding: 100px 0;
}

/* visitor */
/* heading */
.visitor #content h1 {
	font-size: 3.4rem;
	line-height: 1.2;
	text-align: center;
}

.visitor #content h1 span {
	font-size: 2.0rem;
	margin: 0 0.75em;
}

.visitor #content h1 img {
	height: 51px;
	width: auto;
}

.visitor #content h3 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}


/* lead */
.visitor #content .lead {
	margin: 2.6em 0 0 0;
}

.visitor #content .lead p {
	font-size: 1.5rem;
	line-height: 1.5;
}


/* visitorSection */
.visitor #content .visitorSection {
	border-top: 1px solid #C8C9CA;
	margin: 4.6em 0 0 0;
	overflow: hidden;
	padding: 3.8em 0 0 0;
}

.visitor #content .visitorSection.borderDash {
	border-top: 1px dashed #C8C9CA;
}

/* flow */
.visitor #content ul.flow {
	display: table;
	list-style: none;
	margin: 1.38em 0 0 0;
	width: 100%;
}

.visitor #content ul.flow li {
	display: table-cell;
	width: 25%;
}

.visitor #content ul.flow li .flowImg {
	border: 1px solid #888888;
	padding: 1.15em 0;
	position: relative;
	width: 100%;
}

.visitor #content ul.flow li:not(:last-child) .flowImg {
	border-right: none;
}

.visitor #content ul.flow li:not(:last-child) .flowImg:after,
.visitor #content ul.flow li:not(:last-child) .flowImg:before {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid;
	content: "";
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: -10px;
}

.visitor #content ul.flow li:not(:last-child) .flowImg:after {
	border-left-color: #ffffff;
	z-index: 2;
}

.visitor #content ul.flow li:not(:last-child) .flowImg:before {
	border-left-color: #000;
	right: -11px;
	z-index: 1;
}

.visitor #content ul.flow li .flowImg .num {
	position: absolute;
	top: 0;
	left: 0;
}

.visitor #content ul.flow li .flowImg .num img {
	height: 45px;
	width: auto;
}

.visitor #content ul.flow li .flowImg img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 90%;
}

.visitor #content ul.flow li p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0.76em 0 0 0;
	width: 88%;
}


/* btnForm */
.visitor #content .btnForm {
	clear: both;
	margin: 4.2em auto 0;
	width: 52%;
}

.visitor #content .btnForm a {
	border-radius: 5px;
	display: block;
	padding: 0.76em 0 1.53em;
	text-align: center;
	width: 100%;
}
.visitor #content .btnForm p {
	color: red;
	font-size: 1.4rem;
	margin-top: 2%;
}

.visitor.tour #content .btnForm a {
	background: #46AFF0;
	border: 3px solid #3180B1;
}

.visitor #content .btnForm a img {
	height: auto;
	margin: 0.76em 0 0 0;
	width: 90%;
}

/* atShop */
.visitor #content .atShop h4 {
	text-align:center;
	font-size: 2rem;
}
.visitor #content .atShop dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0 0;
}
.visitor #content .atShop dl dt{
	width: 35%;
	padding-top: 6px;
}
.visitor #content .atShop dl dd{
	width: 60%;
	font-size: 1.25rem;
	margin: 0 0 0 5%;
}
.visitor #content .atShop dl dd img{
	width: 50%;
	margin: 4% 0 4% 0%;
}
.visitor #content .atShop dl dd span {
	font-size: 2.2rem;
	font-weight: bold;
}


/* studio */
.visitor #content .studio {
	margin-top: 8%;
}
.visitor #content .studio h4 {
	border-left: 8px solid #46AFF0;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 0 0.45em;
}
.visitor #content .studio dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}
.visitor #content .studio dl dt{
	width: 35%;
	padding-top: 5px;
}
.visitor #content .studio dl dd{
	width: 60%;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 0 5%;
}
.visitor #content .studio dl dd a {
	width: 100%;
	background: #FFF;
	color: #46AFF0;
	border: 1px solid #46AFF0;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transition: 0.3s ease-in-out;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
	margin: 0 auto;
	margin-top: 8%;
	margin-bottom: 3%;
	padding: 10px 25px;

}
.visitor #content .studio dl dd a:hover {
	opacity: 0.75;
}
.visitor #content .studio dl dd a:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -3px;
	border-top: 2px solid #46AFF0;
	border-right: 2px solid #46AFF0;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 24px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}



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

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

	.visitor #content {
		padding: 50px 0;
	}
	
	/* visitor */
	/* heading */
	.visitor #content h1 {
		font-size: 2.8rem;
	}

	.visitor #content h1 span {
		display: block;
		font-size: 1.8rem;
		margin: 0.75em 0 0.55em;
	}

	.visitor #content h1 img {
		display: block;
		height: 51px;
		margin: 0 auto;
		width: auto;
	}

	.visitor #content h2 {
		font-size: 2.2rem;
	}

	.visitor #content h2 br {
		display: none;
	}


	.visitor #content h3 {
		font-size: 2.2rem;
		line-height: 1.375;
	}

	/* visitorSection */
	.visitor #content .visitorSection {
		margin: 3.6em 0 0 0;
		padding: 2.8em 0 0 0;
	}


	/* flow */
	.visitor #content ul.flow {
		display: block;
		margin: 0;
	}

	.visitor #content ul.flow li {
		display: block;
		margin: 1.38em 0 0 0;
		width: 100%;
	}

	.visitor #content ul.flow li:not(:last-child) .flowImg {
		border-right: 1px solid #888888;
	}

	.visitor #content ul.flow li:not(:last-child) .flowImg:after,
	.visitor #content ul.flow li:not(:last-child) .flowImg:before {
		content: none;
	}

	.visitor #content ul.flow li p {
		font-size: 1.5rem;
		width: 100%;
	}


	/* btnForm */
	.visitor #content .btnForm {
		margin-top: 1.15em;
		width: 100%;
	}

	/* atShop */
	.visitor #content .atShop dl {
		display: flex;
		flex-direction: column-reverse;
	}
	.visitor #content .atShop dl dt{
		width: 100%;
	}
	.visitor #content .atShop dl dd{
		width: 100%;
		margin: 2% 0 0 0 ;
	}
	.visitor #content .atShop dl dd img{
		width: 70%;
	}
	.visitor #content .atShop dl dd span {
		font-size: 1.8rem;
	}

	/* studio */
	.visitor #content .studio dl {
		display: flex;
		flex-direction: column-reverse;
	}
	.visitor #content .studio dl dt{
		width: 100%;
	}
	.visitor #content .studio dl dd{
		width: 100%;
		font-size: 1.6rem;
		font-weight: bold;
		margin: 2% 0 0 0;
	}
}
