@charset "utf-8";
/*
 * CSS pageParts.css
 */



a[href="tel:0466-26-3387"]{ cursor: default; }

.see_more{
	width: 86%;
	background: #FAB041;
	position: absolute;
	bottom: -1px; left: 7%;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.see_more:hover{ background: #714324;}
.see_more a{
	font-weight: bold;
	display: block;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 5px 0;
	text-decoration: none;
}
.ico_arrow{
	font-weight: inherit;
	padding-right: 10px;
	font-size:0.9em;
	background: url(../img/common/ico_arrow.png) no-repeat right center;
}


@media screen and (max-width: 639px) {
	.see_more a{ padding: 10px 0 7px 0; }
}



.see_more.linkoff:hover{ background: #FAB041; }
.see_more.linkoff a{ cursor:  default; }




/* ---------------------------------------
#index
--------------------------------------- */
.interviewsheet a { display: flex; justify-content: center; align-items: center; width: 290px; height: 80px; text-decoration: none; background-color: #33bfff; color: #fff; margin-bottom: 30px; text-align: center; vertical-align: middle; font-weight: bold; }
.interviewsheet a:after { display:block; content: ">"; color: #fff; margin-left: 15px; margin-right: -5px; }
.interviewsheet a:hover { color: #33bfff; background-color: #fff; border: solid 1px #33bfff; box-sizing: border-box; }
.interviewsheet a:hover:after { color: #33bfff; }
.interviewsheet .bnr_1 a,.interviewsheet .bnr_2 a { margin-bottom: 15px; }
.interviewsheet2 { display: none; }

.interviewsheet .bnr_2 a { background-color: #93c330; }
.interviewsheet .bnr_2 a:hover { color: #93c330; background-color: #fff; border: solid 1px #93c330; box-sizing: border-box; }
.interviewsheet .bnr_2 a:hover:after { color: #93c330; }

.interviewsheet .bnr_3 a { background-color: #936033; }
.interviewsheet .bnr_3 a:hover { color: #936033; background-color: #fff; border: solid 1px #936033; box-sizing: border-box; }
.interviewsheet .bnr_3 a:hover:after { color: #936033; }

#index #mainv { width: 960px; margin: 0 auto 40px; border-bottom: 4px solid #936033;}
@media screen and (max-width: 1000px) {
	#index #mainv{ width: 100%; }
	.interviewsheet { display: none; }
	.interviewsheet2 { display: block; margin-top: -25px; }
	.interviewsheet2 a { display: block; width: 100%; height: 50px; text-decoration: none; background-color: #33bfff; color: #fff; border-radius: 10px; margin-bottom: 15px; text-align: center; line-height: 50px; vertical-align: middle; font-weight: bold; }
	.interviewsheet2 a:after { content: ">"; color: #fff; margin-left: 10px; vertical-align: top; }
	.interviewsheet2 a:hover { color: #33bfff; background-color: #fff; border: solid 1px #33bfff; box-sizing: border-box; }
	.interviewsheet2 .bnr_2 a { background-color: #93c330; }
	.interviewsheet2 .bnr_2 a:hover { color: #93c330; background-color: #fff; border: solid 1px #93c330; box-sizing: border-box; }
	.interviewsheet2 .bnr_3 a { background-color: #936033; }
	.interviewsheet2 .bnr_3 a:hover { color: #936033; background-color: #fff; border: solid 1px #936033; box-sizing: border-box; }
}
@media screen and (max-width: 639px) {
	#index #header{ margin-bottom: 0; }
	#index #mainv{ margin-bottom: 25px; }
	.interviewsheet2 { margin-top: -5px; }
}

#index .net_yoyaku a{ display: none; }
@media screen and (max-width: 1000px) {
	#index .net_yoyaku a{
		display: block;
		text-align: center;
		padding: 2% 10%;
		background: #FAB041;
		margin-bottom: 40px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#index .net_yoyaku a img{ max-width: 250px; }
}
@media screen and (max-width: 639px) {
	#index .net_yoyaku a{ padding: 5% 10%; margin-bottom: 20px;}
	#index .net_yoyaku a img{ max-width: 200px; }
}

/* #sec_news */
#index #sec_news .sectitle{ margin-bottom: 20px; }
#index #sec_news dl { font-size: .9em; overflow-y: auto; max-height: 300px; padding-right: 20px; }
#index #sec_news dt { float: left; color: #333333; font-weight: bold; }
#index #sec_news dd { padding-left: 120px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dashed #E6E6E6; }
@media screen and (max-width: 639px) {
	#index #sec_news dl { max-height: 400px; padding-right: 0;}
	#index #sec_news dt { width: 100%; float: none; }
	#index #sec_news dd { padding-left: 0; padding-bottom: 10px; margin-bottom: 10px;}
}


/* #sec_1 */
#index #sec_1 .box_wrap{ margin-right: -20px; }
#index #sec_1 .box{
	width: 298px;
	min-height: 316px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	border: 2px solid #FAB041;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#index #sec_1 .box .box_inner{ padding: 15px 20px;}
#index #sec_1 .box .box_tit{ max-width: 250px; margin: 0 auto 10px; }
#index #sec_1 .box .ul_list li{ font-weight: bold; line-height: 1.5; }
#index #sec_1 .box .ul_list li>span{ font-size: 0.8em; font-weight: inherit; margin-left: 1em; }
#index #sec_1 .box .ul_list li:before{
	content: "●";
	font-size: .7em;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 1000px) {
	#index #sec_1 .box_wrap{ margin-right: -2%; }
	#index #sec_1 .box{
		width: 48%;
		min-height: 1px;
		margin: 0 2% 20px 0;
		box-sizing: border-box;
	}
	#index #sec_1 .box .ul_list{ margin-bottom: 40px; }
	#index #sec_1 .box .ul_list li{ display: inline-block; margin-right: 1em; }
}
@media screen and (max-width: 639px) {
	#index #sec_1 .box_wrap{ margin-right: 0%; }
	#index #sec_1 .box{
		width: 100%;
		margin: 0 0% 20px 0;
	}
}

/* #sec_2 */
#index #sec_2 .box_wrap{ margin-right: -20px; }
#index #sec_2 .box{
	width: 298px;
	float: left;
	margin-right: 20px;
	display: table;
	border: 2px solid #965D38;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}
#index #sec_2 .box .box_row{ display: table-row; }
#index #sec_2 .box .row1 h3:after{
	content: "";
	display: block;
	width: 4px; height: 7px;
	position: absolute;
	top: 24%;
	right: 15px;
	background: url(../img/common/ico_arrow.png);
}
#index #sec_2 .box .row1 h3{
	height: 76px;
	background: #965D38;
	color: #FFF;
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-moz-transition : 0.3s;
	transition : 0.3s;
}
#index #sec_2 a:hover .row1 h3{ background: #FAB041; }

#index #sec_2 a.linkoff:hover .row1 h3{ background: #965D38; }

#index #sec_2 .box .row2 p{
	color: #4D4D4D;
	height: 70px;
	font-size: 0.9em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	#index #sec_2 .box_wrap{ margin-right: -2%; }
	#index #sec_2 .box{
		width: 48%;
		margin-right: 2%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 639px) {
	#index #sec_2 .box_wrap{ margin-right: 0%; }
	#index #sec_2 .box{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	#index #sec_2 .box .row1 h3{ height: 56px; }
	#index #sec_2 .box .row2 p{ height: 60px; }
	#index #sec_2 .box .row1 h3:after{ top: 20%; }
}


/* #sec_3 */
#index #sec_3 { margin-bottom: 60px; }
#index #sec_3 .img1{ text-align: center; }
@media screen and (max-width: 639px) {
	#index #sec_3 { margin-bottom: 40px; }
}



/* ---------------------------------------
#access
--------------------------------------- */

/*#sec_1 .*/
#access #sec_1 .txt1{ font-weight: bold; margin-bottom: 10px; }
#access #sec_1 .schedule{
	font-size: 1.8em;
	font-weight: bold;
	border-right: 2px solid #FAB041;
	border-left: 2px solid #FAB041;
	border-bottom: 2px solid #FAB041;
	margin-bottom: 10px;
}
#access #sec_1 .schedule th{
	color: #FFF;
	font-weight: bold;
	background: #FAB041;
	text-align: center;
	font-size: .6em;
}
#access #sec_1 .schedule td{
	color: #946134;
	width:30px;
	text-align: center;
	border-left: 1px solid #FAB041;
	border-bottom: 1px solid #FAB041;
	background: #FFF;
	padding: 6px 0;
}
#access #sec_1 .schedule td.td1{ width: 90px; color: #514E4D; font-size: .6em;}
#access #sec_1 .txt2{ font-weight: bold; }
#access #sec_1 .txt2>span{ color: #946134; font-weight: bold; }
@media screen and (max-width: 639px) {
	#access #sec_1 .schedule{
		font-size: 1.45em;
	}
}
/*#sec_2*/
#access #sec_2 #map{ height: 400px; }
#access #sec_2 .txt_address{ font-weight: bold; margin-bottom: 10px; }
#access #sec_2 .txt_address2{ margin-bottom: 10px; }
#access #sec_2 .map_cap{ font-size: .9em; margin-bottom: 20px; }
#access #sec_2 .map_cap p{ text-align: right; }
#access #sec_2 .inbox{ margin-bottom: 20px; }
#access #sec_2 .cnt_left{ width: 268px; }
#access #sec_2 .cnt_left li{ margin-bottom: 10px; }
#access #sec_2 .cnt_right{ width: 330px; }
/*
#access #sec_2 .cnt_right{ float: none; }*/

#access #sec_2 .cnt_right .dl_list dt{ color: #946134; font-weight: bold; }
#access #sec_2 .cnt_right .dl_list dd{ line-height: 1.5; margin-bottom: 15px; }
#access #sec_2 .cnt_right .dl_list dd.dd1{ font-weight: bold; }
#access #sec_2 .tel{
	text-align: center;
	padding: 16px 10px;
	background: #FAB041;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#access #sec_2 .tel img{ max-width: 340px;}
@media screen and (max-width: 1000px) {
	#access #sec_2 .cnt_left{ width: 42%; }
	#access #sec_2 .cnt_left img{ width: 100%; }
	#access #sec_2 .cnt_right{ width: 54%; }
}
@media screen and (max-width: 639px) {
	#access #sec_2 #map{ height: 300px; }
	#access #sec_2 .inbox{ margin-bottom: 0; }
	#access #sec_2 .cnt_left{ width: 100%; float: none; margin-bottom: 10px; }
	#access #sec_2 .cnt_right{ width: 100%; float: none; }
	#access #sec_2 .tel{
		padding: 10px 20px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	#access #sec_2 .tel img{ max-width: 220px;}
}
@media screen and (max-width: 479px) {
	#access #sec_2 #map{ height: 190px; }
}

/* ---------------------------------------
#clinic
--------------------------------------- */
/* #sec_1 */
#clinic #sec_1 .cnt_left { width:330px; margin-right: 35px; }
#clinic #sec_1 .cnt_right { width:240px; padding-right: 20px; text-align: center;}
#clinic #sec_1 .cnt_right img { width: 240px; }
#clinic #sec_1 .cnt_right p.name { text-align: center; color:#946134; font-weight: bold; }
#clinic #sec_1 .cnt_right p.name span { margin-left:5px; font-weight: bold; }
#clinic #sec_1 .box_wrap{ padding: 30px 25px ; background-color:#fef8ea;  }
#clinic #sec_1 .box{
	width: 275px;
	min-height: 175px;
	float: left;
	margin: 0 25px 25px 0;
	position: relative;
	display: inline;
	font-size: 0.94em;
}
#clinic #sec_1 .box span{
	font-size: 0.87em;
	margin-right: 2px;
}

#clinic #sec_1 .box2{
	width: 340px;
	min-height: 0px;
}
#clinic #sec_1  dt { float: left; color: #333333;  }
#clinic #sec_1  dd { padding-left: 95px; padding-bottom: 5px; }
#clinic #sec_1 .box .sectitle{ margin-bottom: 10px; border-width:1px; }

@media screen and (max-width: 1000px) {
	#clinic #sec_1 .cnt_left { width:59%; margin-right: 3%; }
	#clinic #sec_1 .cnt_right { width:36%; padding-right: 2%; text-align: center;}

	#clinic #sec_1 .box_wrap{ margin: -2%; padding: 3%; }
	#clinic #sec_1 .box{
		width: 48%;
		margin: 0 4% 4% 0;
		box-sizing: border-box;
	}
	#clinic #sec_1 .box2{
		width: 55%;
	}
}
@media screen and (max-width: 639px) {
	#clinic #sec_1 .cnt_left { float:none; width:100%; margin-bottom: 5px; }
	#clinic #sec_1 .cnt_right { float:none; width:100%; }

	#clinic #sec_1 .box_wrap{ margin-right: 0%;padding:4%; }
	#clinic #sec_1 .box{
		width: 100%;
		min-height: 1px;
		margin: 0 0% 3% 0;
	}

	#clinic #sec_1  dt { width: 100%; float: none; }
	#clinic #sec_1  dd { padding-left: 0; padding-bottom: 5px;}
}

/*#sec_2*/
#clinic #sec_2 ul{ margin-right: -30px; }
#clinic #sec_2 li{
	width: 297px;
	/*min-height: 270px;*/
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
	display: inline;
}
#clinic #sec_2 li p {padding-left: 20px;margin-bottom: 5px;}

@media screen and (max-width: 1000px) {
	#clinic #sec_2 li{
		width: 47%;
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 639px) {
	#clinic #sec_2 ul{ margin-right: 0%; }
	#clinic #sec_2 li{
		width: 100%;
		min-height:100%;
		position: static;
		margin-bottom: 20px;
	}
	#clinic #sec_2 li p {padding-left: 0px;}
}

/*#sec_3*/
#clinic #sec_3 ul{ margin-right: -30px; }
#clinic #sec_3 li{
	width: 297px;
	/*min-height: 395px;*/
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
	display: inline;
}
#clinic #sec_3 li p {padding-left: 20px;margin-bottom: 5px;}
/*#clinic #sec_3 li img { bottom: 0; position: absolute; }*/

@media screen and (max-width: 1000px) {
	#clinic #sec_3 li{
		width: 47%;
		/*min-height: 455px;*/
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 860px) {
	#clinic #sec_3 li{
		min-height: 420px;
	}
}

@media screen and (max-width: 680px) {
	#clinic #sec_3 li{
		min-height: 405px;
	}
}

@media screen and (max-width: 639px) {
	#clinic #sec_3 ul{ margin-right: 0%; }
	#clinic #sec_3 li{
		width: 100%;
		min-height:100%;
		position: static;
		margin-bottom: 20px;
	}
	#clinic #sec_3 li p {padding-left: 0px;}
	#clinic #sec_3 li img { position: static; }
}

/* ---------------------------------------
#treatment
--------------------------------------- */
#treatment #sec_1 .inbox h3{
	width:100%;
	height:100px;
	margin-bottom: 15px;
}
#treatment #sec_1 .inbox h3.subtitle1{
	background: url(../img/treatment/s1_subtitle1.png) no-repeat;
	-moz-background-size:auto 100px;
	background-size:auto 100px;
}
#treatment #sec_1 .inbox h3.subtitle2{
	background: url(../img/treatment/s1_subtitle2.png) no-repeat;
	-moz-background-size:auto 100px;
	background-size:auto 100px;
}
#treatment #sec_1 .inbox h3.subtitle3{
	background: url(../img/treatment/s1_subtitle3.png) no-repeat;
	-moz-background-size:auto 100px;
	background-size:auto 100px;
}
#treatment #sec_1 .inbox h3.subtitle4{
	background: url(../img/treatment/s1_subtitle4.png) no-repeat;
	-moz-background-size:auto 100px;
	background-size:auto 100px;
}

#treatment #sec_1 .inbox p{
	margin-bottom: 15px;
}

#treatment #sec_1 .inbox .bgboxstyle1{ 
	padding: 10px ;
	background:#fef8ea;
	margin-bottom: 50px;
}
#treatment #sec_1 .inbox .bgboxstyle1 div{ 
	width: 290px;
	min-height: 230px;
	position: relative;
	display: inline;
}

#treatment #sec_1 .inbox .bgboxstyle1 .cnt_left{
	border-right: 2px solid #fff;
	padding-right:10px;
	margin-right: 10px;
	padding-bottom: 15px;
}
#treatment #sec_1 .inbox .bgboxstyle1 h4{ 
	width:96%;
	color:#fff;
	font-weight: bold;
	text-align: center;
	display: block;
	height:40px;
	padding: 2%;
	font-size: 1.57em;
	margin-bottom: 15px;
}

#treatment #sec_1 .inbox .bgboxstyle1 .cnt_left h4{
	background-color:#f7b52c;
}
#treatment #sec_1 .inbox .bgboxstyle1 .cnt_right h4{
	background-color:#946134;
}
#treatment #sec_1 .inbox .bgboxstyle1 ul {
	margin-left: 20px;
}
#treatment #sec_1 .inbox .bgboxstyle1 li span{
	font-size: 0.88em;
	margin-right: 2px;
}
#treatment #sec_1 .inbox .bgboxstyle1 ul li a:link, #treatment #sec_1 .inbox .bgboxstyle1 ul li a:visited {
    color: #4D4D4D;
}
#treatment #sec_1 .inbox .bgboxstyle1 ul li a:hover, #treatment #sec_1 .inbox .bgboxstyle1 ul li a:active {
    color: #999999;
}

@media screen and (max-width: 1000px) {
	#treatment #sec_1 .inbox .bgboxstyle1 div{ 
		width: 48%;
		min-height: 230px;
		position: relative;
		display: inline;
	}
	#treatment #sec_1 .inbox .bgboxstyle1 .cnt_left{
		padding-right:1.7%;
		margin-right: 1.7%;
	}
}

@media screen and (max-width: 639px) {
	#treatment #sec_1 .inbox h3{
		margin-bottom: 10px;
	}
	#treatment #sec_1 .inbox .bgboxstyle1{ 
		margin-bottom: 20px;
	}
	#treatment #sec_1 .inbox .bgboxstyle1 ul {
		margin-left: 0px;
	}
	#treatment #sec_1 .inbox .bgboxstyle1 h4{ 
		display: inline-block;
	}
	#treatment #sec_1 .inbox .bgboxstyle1 div{ 
		width: 100%;
		min-height: 100%;
		position: relative;
		display: inline;
	}

	#treatment #sec_1 .inbox .bgboxstyle1 .cnt_left{
		border-bottom: 2px solid #fff;
		border-right: none;
		padding-right:0px;
		margin-right: 0px;
		padding-bottom:10px;
		margin-bottom: 15px;
	}
}

#treatment #sec_2 .inbox { padding-bottom: 40px; }

#treatment #sec_2 .inbox h3{ margin-bottom: 10px; }

#treatment #sec_2 .inbox .cnt_left{
	width:300px;
}

#treatment #sec_2 .inbox .cnt_right{
	width:310px;
}
@media screen and (max-width: 1000px) {
	#treatment #sec_2 .inbox .cnt_left{
		width:50%;
	}
	#treatment #sec_2 .inbox .cnt_right{
		width:48%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 639px) {
	#treatment #sec_2 .inbox { padding-bottom: 15px; }
	#treatment #sec_2 .inbox .cnt_left{
		float:none;
		width: 100%;
		margin-bottom: 5px;
	}
	#treatment #sec_2 .inbox .cnt_right{
		float:none;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}

/* ---------------------------------------
#charactor
--------------------------------------- */
#charactor #sec_1 .inbox h3{
	width:100%;
	height:150px;
	margin-bottom: 15px;
	text-align: right;
}
#charactor #sec_1 .inbox h3.subtitle1{
	background: url(../img/charactor/s1_subtitle1.png) no-repeat;
	-moz-background-size:auto 150px;
	background-size:auto 150px;
}
#charactor #sec_1 .inbox h3.subtitle2{
	background: url(../img/charactor/s1_subtitle2.png) no-repeat;
	-moz-background-size:auto 150px;
	background-size:auto 150px;
}
#charactor #sec_1 .inbox h3.subtitle3{
	background: url(../img/charactor/s1_subtitle3.png) no-repeat;
	-moz-background-size:auto 150px;
	background-size:auto 150px;
}
#charactor #sec_1 .inbox h3.subtitle4{
	background: url(../img/charactor/s1_subtitle4.png) no-repeat;
	-moz-background-size:auto 150px;
	background-size:auto 150px;
}
#charactor #sec_1 .inbox h3 img{
	height:100%;
}

#charactor #sec_1 li {margin-bottom: 30px}

#charactor #sec_1 .inbox { margin-bottom: 70px; }

@media screen and (max-width: 639px) {
	#charactor #sec_1 .inbox h3{
		width:100%;
		height:75px;
		margin-bottom: 15px;
		text-align: right;
	}
	#charactor #sec_1 .inbox h3.subtitle1{
		background: url(../img/charactor/s1_subtitle1.png) no-repeat;
		-moz-background-size:auto 75px;
		background-size:auto 75px;
	}
	#charactor #sec_1 .inbox h3.subtitle2{
		background: url(../img/charactor/s1_subtitle2.png) no-repeat;
		-moz-background-size:auto 75px;
		background-size:auto 75px;
	}
	#charactor #sec_1 .inbox h3.subtitle3{
		background: url(../img/charactor/s1_subtitle3.png) no-repeat;
		-moz-background-size:auto 75px;
		background-size:auto 75px;
	}
	#charactor #sec_1 .inbox h3.subtitle4{
		background: url(../img/charactor/s1_subtitle4.png) no-repeat;
		-moz-background-size:auto 75px;
		background-size:auto 75px;
	}
	#charactor #sec_1 .inbox { margin-bottom: 50px; }
	#charactor #sec_1 li {margin-bottom: 20px}

}


/* ---------------------------------------
#reservation
--------------------------------------- */
#reservation #sec_1 .cnt_left{
	width:460px;
}

#reservation #sec_1 .cnt_right{
	margin-top: -10px;
}
#reservation #sec_1 .copy2{
	clear: both;
	background-color: #f0f0f0;
	padding:10px 15px 10px 15px;
	font-size: 0.88em;
	font-weight: normal;
}

#reservation #sec_1 .net_yoyaku a{ display: none; }

@media screen and (max-width: 1000px) {
	#reservation #sec_1 .cnt_left{
		width:80%;
		margin-bottom: 10px;
	}
	#reservation #sec_1 .cnt_right{
		width:20%;
	}

	#reservation #sec_1 .net_yoyaku a{
		margin-top: 40px;
		display: block;
		text-align: center;
		padding: 2% 10%;
		background: #FAB041;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#reservation #sec_1 .net_yoyaku a img{ max-width: 250px; }
}

@media screen and (max-width: 639px) {
	#reservation #sec_1 .cnt_left{
		float:none;
		width: 100%;
		margin-bottom: 0px;
	}
	#reservation #sec_1 .cnt_right{
		float:none;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}

	#reservation #sec_1 .net_yoyaku a{ padding: 5% 10%; margin-top: 20px;}
	#reservation #sec_1 .net_yoyaku a img{ max-width: 200px; }
}

#reservation #sec_2 .cnt_left{
	width:360px;
}
#reservation #sec_2 .cnt_left ol li span{
	font-weight: bold;
	color: #946134;
	font-size:1.25em;
}
#reservation #sec_2 .cnt_left ol li.li1{
	background: url(../img/reservation/arrow.png) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#reservation #sec_2 .cnt_left ol li p{
	margin: 0px 0px 0px 20px;
}

#reservation #sec_2 .cnt_right{
	width: 245px;
	margin-top: 5px;
}
#reservation #sec_2 .cnt_right img{
	border:1px solid #cacaca;
}

@media screen and (max-width: 1000px) {
	#reservation #sec_2 .cnt_left{
		width:58%;
		margin-right: 2%;
	}
	#reservation #sec_2 .cnt_right{
		width:40%;
	}
}

@media screen and (max-width: 639px) {
	#reservation #sec_2 .cnt_left{
		float:none;
		width: 100%;
		margin-bottom: 10px;
	}
	#reservation #sec_2 .cnt_right{
		float:none;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}
	#reservation #sec_2 .cnt_right img{
		width:245px;
		height:395px;
	}
	#reservation #sec_2 .cnt_left ol li p{
		margin: 0px 0px 0px 0px;
	}
}

