@charset "utf-8";

/* new_reservation_system.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* mainvisual */
#subPage #content .mainvisual p {
    margin: 40px 0 0 0;
}

/* section */
#subPage section.medical section + section {
	border-top: 1px dotted #dadada;
	padding: 50px 0 0 0;
}

/* 見出し */
#subPage #content h1 > span {
	font-size: 2.5em;
	color: #d6809a;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content h1 > span > span {
	font-size: 0.7em;
}
#subPage #content h2 {
	padding: 10px 0 30px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#subPage #content h3 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 0 30px;
}
#subPage #content h3 span img {
	width: 2em;
	height: 2em;
	margin: 0 0.5em 0 0;
	position: relative;
	top: 0.15em;
}

/* その他共通 */
#subPage #content .inner > div > img {
	display: block;
	width: 50%;
	margin: 60px auto;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
p + p {
	margin: 1em 0 0 0;
}
#subPage #content p > img {
	width: 300px;
	float: right;
	margin: 0 0 30px 30px;
}

/* anchorLink */
#subPage #content .anchorLink dd {
	display: none;
}
#subPage #content .anchorLink a:after {
	border: none;
}
#subPage #content .anchorLink dt {
	font-size: 1.4em;
	background: #f0f0f0;
	padding: 32px 42px;
	text-align: center;
}
#subPage #content .anchorLink dt span {
	position: relative;
}
#subPage #content .anchorLink dt span:after {
    border: 8px solid #444444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    margin-top: -4px;
    position: absolute;
    top: 50%; right: -25px;
}
#subPage #content .anchorLink dt.active span:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid #444444;
    top: 20%;
}
#subPage #content .anchorLink dt.active span + dd {
	display: block;
}
#subPage #content .anchorLink dd li a {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 42px;
}
/* table */
table {
	border: 1px solid #dadada;
	width: 80%;
	margin: 30px auto;
}
table th,
table td {
	vertical-align: middle;
	padding: 10px;
}
table th {
	background-color: #f0f0f0;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
}
table tbody th {
	width: 10em;
}
.priceList table + .notes {
	width: 80%;
	margin: 0 auto;
}

/* button */
.button {
	background: #ffffff;
	margin: 56px auto 0;
	text-align: center;
	width: 54%;
}
.button a {
	border: 1px solid #dadada;
	padding: 14px 0;
}
/* discList */
p + .discList {
	margin: 30px 0 0 0;
}
.discList {
	background: #f9f9f9;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.discList li {
	list-style-type: none;
	position: relative;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
}
.discList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em; left: 0;
	background: url(../images/li_round.png) no-repeat center center;
	background-size: contain;
}
.discList li + li {
	border-top: 1px dotted #ccc;
}
.discList li span {
	color: #d6809a;
	display: block;
}

#subPage #content .sec-1{
	
	& .ac_wrap{
		
		& dt.ac_btn{
		width: 100%;
		padding: 15px;
		text-align: center;
		border: 1px solid #ccc;
/* 		background: #ffeef3; */
		padding: 20px;
		font-size: 20px;	
		cursor: pointer;
		margin: 0 auto 2em;
		line-height: 1;
		position: relative;
			
			&::after{
			content: "";
			width: 20px;
			height: 15px;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%) ;	
			background: #d6809a;
			display: block;
			transition: .3s;
			}
			
			&.current{
			background: #ffeef3;
				
				&::after{
				clip-path: polygon(50% 0, 100% 100%, 0 100%);
				}
				
			}
			
		}
		
		& dd{
		display: none;
		padding: 1.5em 0 4em;
		width: 80%;
		margin: auto;			
		}
				
	}
	
	& .top_txt{
	padding-bottom: 1.5em;	

		& .red{
		color: red;	
		}
	
		&.fnt120{
		font-size: 120%;	
		}
		
	}
	
	& h3{
	font-size:24px !important;
		
		&.t-left{
		text-align: left;
		padding-bottom: 15px;
		}
		
	}		
	
	.note{
	margin-top: 2em;
	font-size: 85%;	
	}
	
	& .flow-wrap{
		
		& + .flow-wrap{
		margin-top: 50px;	
		}
		
		& figure{
		display: flex;
		align-items: center;
		justify-content: space-between;
			
			& img{
			max-width: 100%;
			height: auto;	
			width: 50%;		
			}
			
		}	
		
		& figcaption{
		padding-left: 30px;	
		width: 50%;
		box-sizing: border-box;
		font-size: 18px;
		}
		
		&.rev{
			
			& figure{
				
				& img{
				order: 1;	
				}
				
				& figcaption{
				order: 0;	
				padding-left: 0;
				padding-right: 30px;
				}
					
			}
			
		}
		
	}
	
}

.sec-content .button.mt2{
	margin-top: 20px;
}


#subPage #content .mainvisual img {
    width: 70%;
    height: auto;
    margin: auto;
    display: block;
}

#subPage #content .sec-1{
 	
 	& h2.mt{
	margin-top:60px;	 	
 	}

	& .list{
	list-style-type: none;
		
		& li{
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px;
		padding-bottom: 50px;	
			
			&:last-child{
			border-bottom:0;
			margin-bottom: 0;
			padding-bottom:0;	
			}
			
			& h3{
			color: #d6809a;
			}

			
			&:nth-child(even){

				& .raw .fig{
				order: 1;	
				}
	
				& .raw .cap{
				order: 0;	
				padding-left: 0;
				padding-right: 30px;
				}
				
			}
			
		}	
		
	}
	
	& .raw{
	display: flex;
	justify-content: space-between;	
	align-items: center;
		
		& + .raw{
		margin-top: 30px;	
		}
		
		& .fig{
		width: 50%;
			
			& img{
			width: 100%;
			height: auto;	
			}	
			
		}
		
		& .cap{
		width: 50%;
		padding-left: 30px;	
		font-size: 16px;
		font-feature-settings: "palt";
		text-align: justify;
		text-justify: inter-ideograph; 
		word-break: break-all;
			
			& .red{
			color: red;	
			font-weight: bold;
			}
			
			a{
			display: inline;
				
				&::after{
				content: none;	
				}
				
			}
			
		}
		
	}
	
}

.sec-qa{
	
	& .fig{
	width: 80%;
	margin: 20px auto 0;	
	}
	
}
