@charset "utf-8";

.reserved ul {
	list-style-type: none;
}
.reserved ul.menu {
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: center;
}
.reserved ul.menu li {
	margin: 0px 5px;
}
.reserved ul.menu li img{
	width: 100%;
}

/*---------- Content ----------*/
header .eye-chatch {
	background-color: #c9f2b5;
}
header .eye-chatch img {
	padding-top: 55px;
	vertical-align: top;
	width: 100%;
}

main {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 15px;
}

.reserved .reserved-guide .description {
	margin-top: 20px;
	color: #598600;
	font-size: 2.9rem;
	line-height: 5rem;
}
.reserved .reserved-guide .reserved-point {
	margin: 30px auto 0px;
	justify-content: center;
}
.reserved .reserved-guide .reserved-point > div {
	padding: 0 30px;
}
.reserved .howto {
	margin: 70px auto 0;
}
.reserved .howto .description {
	margin: 40px auto 0px;
	max-width: 1090px;
	width: 100%;
	justify-content: space-between;
}
.reserved .howto .description .comment {
	padding-left: 20px;
	color: #598600;
	font-size: 1.9rem;
	line-height: 2.8rem;
	flex: 1;
}
.reserved .howto .method {
	margin-top: 25px;
	justify-content: space-between;
}
.reserved .howto .method .tel,
.reserved .howto .method .internet {
	padding: 35px;
	width: 100%;
	max-width: 400px;
	color: #123d00;
	font-size: 1.8rem;
	border-radius: 5px;
	border: 1px #c4f1af solid;
}
.reserved .howto .method .tel span {
	font-size: 2.5rem;
	line-height: 4rem;
}
.reserved .howto .method .internet a {
	color: #598600;
	font-size: 2.2rem;
	line-height: 4rem;
	text-decoration: none;
}
.reserved .howto .bg-green {
	margin-top: 35px;
}
.reserved .howto .bg-green .title {
	padding-top: 40px;
}
.reserved .howto .bg-green .reserved_time {
	margin: 10px auto 0;
	width: 100%;
	max-width: 960px;
	justify-content: space-between;
}
.reserved .howto .bg-green .caution_point {
	padding: 20px 0 40px;
	color: #e60012;
	font-size: 1.8rem;
	font-weight: 700;
}
.reserved .howto .bg-green .caution_point img {
	padding-right: 10px;
	vertical-align: middle;
}
.reserved .howto .clinic_info .info_wrap {
	margin: 50px auto 0;
	max-width: 1030px;
	justify-content: space-between;
}
.reserved .howto .clinic_info .info_wrap .info {
	padding-left: 0px;
}
.reserved .howto .clinic_info .info_wrap .info .label {
}
.reserved .howto .clinic_info .info_wrap .info .data {
	font-size: 1.9rem;
}
.reserved .howto .clinic_info .info_wrap .info .name,
.reserved .howto .clinic_info .info_wrap .info .addr,
.reserved .howto .clinic_info .info_wrap .info .tel,
.reserved .howto .clinic_info .info_wrap .info .closeday {
	padding: 0px 0px 10px;
	font-size: 16px;
}
.reserved .howto .clinic_info .info_wrap .info .tel .data {
	font-size: 4.2rem;
	line-height: 1;
}
.reserved .howto .clinic_info .info_wrap .info .closeday {
	padding-top: 10px;
}
.reserved .howto .clinic_info .info_wrap .info .btn_area {
	padding: 10px 10px 0px;
}
.reserved .caution {
	margin-top: 60px;
}
.reserved .caution .description {
	margin: 35px auto 0;
	width: 100%;
	max-width: 880px;
	color: #598600;
	font-size: 2.5rem;
	line-height: 4.5rem;
}
.reserved .caution ul {
	margin: 25px auto 0;
	width: 100%;
	max-width: 880px;
	list-style-image : url("../images/reserved/notes_icon.png");
}
.reserved .caution li {
	margin-left: 40px;
	padding-left: 5px;
	font-size: 1.7rem;
	line-height: 3rem;
}
.reserved .caution li span {
	color: #123d00;
}
.reserved .inquiry {
	margin: 40px 0 60px;
	padding: 20px 0px;
	color: #598600;
	font-size: 2.5rem;
	line-height: 4.5rem;
}
.reserved .inquiry .tel {
	font-size: 4.5rem;
	line-height: 6.5rem;
}
.reserved .howto .description img{
	width: 100%;
}

.sp_only{
	display: none;
}
.pc_only{
	display: inline-block;
}
/*----ブレークポイント----*/
@media only screen and (max-width:763px){
	#contents-wrap.flex-container{
  		display: block;
  	}

  	.sp_only{
		display: inline-block;
	}
	.pc_only{
		display: none;
	}
  	.flex-container{
		flex-wrap: wrap;
	}
	img{
		width: 100%;
	}
	.reserved header .eye-chatch{
		margin-top: 32px;
		background-color: unset;
	}
	.reserved #contents-wrap{
		width: 96%;
		margin: 0 auto;
	}
	.reserved .reserved-guide .description{
		font-size: 2.5rem;
	}
	.reserved .howto .description > div{
		margin: 0 auto;
	}
	.reserved .howto .description .comment{
		padding-left: 0;
		margin-top: 30px;
	}
	.reserved .howto .bg-green .reserved_time div{
		margin: 10px auto;
		text-align: center;
	}
	.reserved .howto .bg-green .reserved_time div img{
		width: 95%;
	}
	.reserved .howto .method .tel, .reserved .howto .method .internet{
		margin: 10px auto;
	}
	.reserved .howto .bg-green .caution_point img{
		max-width: 23px;
	}
	.reserved .howto .bg-green .caution_point{
		line-height: 1.2;
	    width: 95%;
	    margin: 0 auto;
	}
	.reserved .btn_area img{
		max-width: 187px;
		margin-bottom: 20px;
	}
	.reserved .clinic_info .info .title{
		line-height: 1;
	}
	.reserved .howto .clinic_info .info_wrap .info .btn_area{
		margin: 0 auto;
	    text-align: center;
	    display: inline-block;
	}
	.reserved .caution,
	.reserved .inquiry{
		width: 96%;
		margin: 0 auto;
	}
	.reserved footer .clinic_name,
	.reserved footer .clinic_addr,
	.reserved footer .menu,
	.reserved footer .copyright{
		width: 96%;
		margin: 0 auto;
	}
	.reserved .inquiry img{
		max-width: 387px;
		width: 95%;
	}
}