@charset "utf-8";

/* ==================== RESET ==================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align: top;
}

fieldset,img {
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}
select,input,button,textarea {
	font:99%;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
html{
	overflow-y: scroll;
}

/* ==================== BASE ==================== */

body{
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333;
	background: url("../image/body_bg.png") repeat-x 0 0;
}
a:link,a:visited{
	color: #CC0033;
	text-decoration: underline;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
.clear{
	clear:both;
}


/*お問合わせ　共通*/
.contact_btn{
width:100%;
height:60px;
background-color:#FBF7F0;
color:#fff;
border:1px solid #FF6633;
border-radius:15px;
}

.contact_btn a{
font-size:20px;
color:#FF6633;
text-decoration:none;
font-weight:bold;
line-height:60px;
text-align:center;
}

.contact_tel{
}

.contact_tel a{
font-size:30px;
color:#FF6633;
text-decoration:none;
letter-spacing:1px;
font-weight:bold;
}

.contact_btn:hover{
transition: 0.3s;
opacity: 0.5;
}

.mt40{margin-top:40px!important;}



/**************************************/
/*TOP特徴*/
/**************************************/
/* 共通*/
.feature{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto;
	text-align: center;
}

.feature .feature_box{
	width: 48%;
	margin:　10px auto;
}

.feature h2{
	width: 100%;
	text-align: left
}

.feature h3{
	font-family: "游明朝";
	font-size: 20px;
	font-weight: bold;
	color: #FF6633;
	margin: 5px 0;
}

.feature p{
	margin: 5px 0 20px 0;
}


.feature span{
	font-style: italic;
	font-size: 30px;
	

}

/*TOP特徴 スマホのみ */
@media screen and (max-width: 767px){
.feature .feature_box{
	width: 100%;
	margin:　20px auto;
	}
	
	.feature .feature_box{
	width:calc(48%) ;
	}
	
	.feature .feature_box img{
		width: 100%;
	}
	.feature h3{
		font-size:4vw;
	}
	.feature span{
		font-size:5vw;
	}
	.pc{display: none;}
	.sp{display: inherit;}
	
.sp-float{
		display: flex;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 98;
	}
	.sp-float li{
		flex-basis: calc(100%/2);
		background: #ff6633;
		color: #fff;
		position: relative;
		text-align: center;
		font-size: 3.5vw;
		padding: 9.6vw 0 2vw;
	}
	.sp-float li:nth-of-type(1){
		background: url("../image/tel_icon.png") no-repeat #ff6633;
		background-size: 5.6vw;
		background-position: center 2.7vw;
	}
	.sp-float li:nth-of-type(2){
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
		background: url("../image/calender_icon.png") no-repeat #ff6633;
		background-size: 5.8vw;
		background-position: center 2.6vw;
	}
	
	.linkwrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
	#footer{
	margin-bottom: 10vw;
		}
	
	
}
@media screen and (min-width: 767px){
	.sp-float{
		display: none;
	}
}
	


/* TOP特徴 PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	.feature_box img:hover{
		opacity: 0.6;
	}
}


/* ==================== LAYOUT ==================== */


/* #wrapper */

#wrapper{
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){

#wrapper{
	width: 100%;
}
.feature .feature_box{
	width:calc(48%) ;
	}
.feature .feature_box img{
		width: 100%;
	}
	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#wrapper{
	width: 910px;
	margin: 0 auto;
	padding:  0 41px;
}
}

/* #header */

#header{
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#header .logo{
	float: left;
	padding-top: 23px;
}
#header .info{
	position: absolute;
	top: 23px;
	left: 407px;
}
#header .addr{
	padding-top: 6px;
	float: right;
	width: 510px;
	text-align: right;
}
#header .addr a{
	background: url("../image/arrow-01.png") no-repeat 0 20%;
	padding-left: 16px;
	margin: 0 8px 0 10px;
}
#header .contact{
	padding-top: 8px;
	float: right;
}
#header .util{
	position: absolute;
	bottom: 5px;
	left: 437px;
}
#header .util li{
	float: left;
	display: inline;
	margin-right: 8px;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
#header{
	display: none;
}

#nav{
	display:none;
}

#sp_header .sp_head_fix{
	position: fixed;
	background: #fbf7f0;
	width: 100%;
	height: 55px;
	z-index: 9999;
	border-bottom: solid 1px #ebebeb;
}

#sp_header .sp_head_fix .sp_head_logo{
	float: left;
	margin-left:12px;
	padding-top: 12px;
}

#sp_header .nav_box_sp{
	padding: 40px 0 40px 0;
	text-align: center;
	box-sizing: border-box;
}

#sp_header .pure-drawer	.logo_mark{
	margin-bottom: 5px;
}

#sp_header .nav{
	border-top: 1px solid #c7c7c7;
	margin-top:30px;
}

#sp_header .nav li{
	border-bottom: 1px solid #c7c7c7;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}

#sp_header .nav li a{
	padding-left: 20px;
	display: block;
	background: url("../image/arrow-01.png") no-repeat left center;
	background-size: 12px 12px;
	padding: 0 0 0 18px;
	color: #333;
	text-decoration: none;
}

#sp_header .sp_head_tel{
	margin: 20px auto;
	width: 90%;
}

#sp_header .sp_head_tel h3{
	font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #f63;
    margin-bottom: 6px;
}

#sp_header .sp_head_tel a{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: #f63;
	text-decoration: none;
	padding: 10px 20px;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 3px;
	border-radius: 4px;
}

#sp_header .sp_head_contact{
	margin:0 auto 20px auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sp_header .sp_head_contact a{
	width: 49%;
	background: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #cc0133;
	text-decoration: none;
	padding: 10px 0;
	box-sizing: border-box;
	text-align:center;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

#sp_header .sp_head_contact a.wide{
	width: 100%;
    margin-top: 10px;
    background: #fbd8cd;
    border: 1px solid #fbd8cd;
}

#sp_header .sp_head_timeschedule{
	margin:0 auto;
	width: 90%;
}

#sp_header .sp_head_timeschedule h3{
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #f63;
	margin: 10px 0 4px 0;
}

#sp_header .sp_head_timeschedule p{
	font-size: 14px;
}


}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#sp_header{
	display:none;
}
}


/* #nav */

#nav{
	margin: 12px 0 0 0;
	border-bottom: 6px solid #CC0033;
	overflow: hidden;
	zoom: 1;
}
#nav li{
	float: left;
	margin-right:  5px;
}
#nav li.last{
	margin-right: 0;
}

/* #main_image */

#main_image{
	margin-bottom: 10px;
}

#sub_main_image{
	margin-bottom: 20px;
}

#sub_main_image img{
	width: 100%;
	height: auto;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
#nav{
	display:none;
}

#main_image{
	display: none;
}

#main_image_sp{
	width: 100%;
	margin: 0 auto 30px auto;
	padding-top: 55px;
}

#main_image_sp img{
	width: 100%;
}

#sub_main_image{
	padding-top: 55px;
}

}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#main_image_sp img{
	display: none;
}
}


/* #contents */

#contents{
	width: 100%;
}

.square_btn{
    position: relative;
    display: block;
    padding: 1em 1em;
    text-decoration: none!important;
    color: #FFF!important;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	text-align: center;
	width: 200px;
	margin: 10px;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.pill_box{
	 content: "";
     display: block;
     clear: both;
	 padding: 10px 30px 0 30px;
	 margin: 30px 0 0 0;
}

.reservation_box{
	content: "";
    display: block;
    clear: both;
	padding: 30px 20px 0 0;
	margin-right: 60px;
	width: 100%;
}

.reservation_box h3{
	text-align: center;
}

.reservation_box p{
	text-align: center;
}

.btn_info{
	margin-left: 300px;
}
.square_btn_info{
    position: relative;
    display: block;
    padding: 1em 1em;
    text-decoration: none!important;
    color: #FFF!important;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	text-align: center;
	width: 200px;
	margin: 10px 0 10px 200px;
}
.remote_care{
	width:560px;
	height:170px;
    margin:5px;
	padding:20px;
	border:2px dotted #D3BB78;
}

.remote_care ul li{

}
#contents .list_arrow li{
	background:url("https://www.vivalita.com/image/arw_circle.svg") no-repeat left 4px;
    background-size: 18px 18px;
    padding: 0 0 2px 30px;
    line-height: 28px;
    margin-bottom: 10px;
	margin-top: 5px;
	list-style:none!important;
}

#contents .clinic_wrapper{
	width: 580px;
	margin-left:20px;
}

/* #main */

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#main{
	width: 90%;
	max-width: 640px;
	margin: 0 auto 50px auto;
}
	
	.pick{
		margin: 50px auto 10px;
	}
	
		.pick{
		position: relative;
			margin-top: 10px;
	}
	
	/*
		.pick:before{
			position: absolute;
			content: "Pick up";
			top:-30px;
			left: 0;
			background: #f63;
			text-align: center;
			width: 100px;
			height: 30px;
			color: #fff;
			font-size:17px;
			line-height: 30px;
	}
	*/

	
	.pick_left{
		width: 100%;
		margin-bottom: 0px;
		background: #fbf7f0;
	}
	
		.pick_right{
		width: 100%;
			margin-left: 0px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
		margin-bottom: 10px;
			background: #fbf7f0;
			box-sizing: border-box;
	}
	
	
	
	
	.pick_h{
		color: #FF6633;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 120%;
	}
	
	.pick_left2{
		width: 48%;
		float: left;
    margin-left: 0px;
		margin-right: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: #fbf7f0;
    box-sizing: border-box;
	}
	
	.left3{
		margin-right: 0px;
	}
	
		.pick_h2{
    font-size: 110%;
	}
	
	.pick2{
		margin-bottom: 20px;
	}
	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#main{
	width: 640px;
	margin: 0 0 50px 0;
	float: right;
}

}


/* #sidenavi */

#sidenavi{
	float: left;
	display: inline;
	width: 250px;
	margin-bottom: 40px;
}
#sidenavi .este {
margin:0 0 10px 0;
}
#sidenavi .blog{
	border-bottom:1px solid #e5e5e5;
	background: url("../image/side_blog-bg.png") repeat-y 0 0;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
#sidenavi .blog dl{
	margin: -65px 5px 0 94px;
}
#sidenavi .blog p{
	margin: 6px 12px 0 0;
	text-align: right;
}
#sidenavi .blog p a{
	background: url("../image/side_blog-icn.png") no-repeat 100% 30%;
	padding-right: 18px;
}
#sidenavi .side_links li{
	margin-top: 10px;
}
#sidenavi .side_links li.text{
	border-bottom:1px solid #e5e5e5;
	background: url("../image/side_links-bg.png") repeat-y 0 0;
}
#sidenavi .side_links li.text a{
	background: url("../image/side_links.jpg") no-repeat 0 0;
	display: block;
	padding: 17px 35px 10px 61px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
}
#sidenavi .contact{
	margin-top: 20px;
}
#sidenavi .contact2{
	margin-bottom:20px;
}

.blog_side{
	display: none;
}

/* #footer */

#footer{
	background: url("../image/footer_bg.png") repeat-x 0 0;
	padding:0 10px 40px 10px;
}
#footer .site_links{
	padding-top: 32px;
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
#footer .site_links li{
	float: left;
	*white-space: nowrap;
	border-right: 1px solid #CBC8C3;
	padding: 0 12px;
}
#footer .site_links li a,
#footer .site_links li a:visited{
	text-decoration: none;
}
#footer .site_links li a:hover{
	text-decoration: underline;
}
#footer .site_links li.last{
	border-right: none;
}
#footer .copyright{
	text-align: center;
	padding-top: 22px;
}

#footer .copyright img{
	width: 90%;
	max-width: 330px;
	height: auto;
}

#footer .address{
	text-align:  center;
	color: #999999;
	margin-top: 17px;
}
#footer .tel{
	text-align:  center;
	color: #999999;
	margin-top: 8px;
}
#footer .map{
	text-align:  center;
	margin-top: 10px;
}
#footer .map a,
#footer .map a:visited{
	text-decoration: none;
}
#footer .map a:hover{
	text-decoration: underline;
}

/* ==================== PAGE ==================== */


#main .breadcrumbs{
	margin-bottom: 20px;
	text-align: right;
	font-size: 85%;
}

#main h1{
	color: #fff;
	font-size: 123%;
	background: url("../image/h1_bg.png") no-repeat 0 0;
	padding: 15px 0 0 21px;
	margin-bottom: 20px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	font-weight: bold;
}

/*----------pagenation----------*/
.pagination span,
.pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #B3B3B3;
}

.pagination a:hover{
color:#fff;
background: #ff6633;
}

.pagination .current{
float:left;
padding:6px 9px 5px 9px;
background: #ff6633;
color:#fff;
}
/* スマホのみ */
@media screen and (max-width: 767px){

#main h1{
	background: linear-gradient(90deg, #f63, #fff2ee);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 20px;
    font-size: 18px;
	box-sizing: border-box;
}



}

#main h2{
	margin-bottom: 30px;
}

#main .h2_area{
	padding-left: 20px;
	margin-bottom: 40px;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#main .h2_area{
	padding-left: 5px;
}
	
	.top_reserve123 {
    width: 90%;
}
	
	.top_reserve123 {
    margin: 10px 0px 30px;
    background: #fbf7f0;
    padding: 25px 20px;
    text-align: center;
	height: 165px;
}
	
	.top_reserve123 .top_reserve_tel_no{
		font-size:4vw;
		letter-spacing: 1px;
	}

}


#main .h2_area h2{
	background: url("../image/h2_bg.png") repeat-x 0 100%;
	padding: 6px 0 11px;
	font-size: 135%;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
#main .h2_area h3{
	color: #FF6633;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 120%;
}

#main .h2_area h4{
	color: #CC0033;
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 100%;
}


#main .h2_area p{
	margin-bottom: 18px;
}
#main .h2_area strong{
	color: #3C2423;
}

#main .h2_area .box_block{
	margin: 0 -20px 20px 0;
	overflow: hidden;
	zoom: 1;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#main .h2_area .box_block{
	max-width: 300px;
	margin: 0 auto;
}

}

#main .h2_area .box_block .box{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	overflow: hidden;
	zoom: 1;
}
#main .h2_area .box_block .box .title{
	background: url("../image/box_block_bg.png") repeat-y 0 0;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom:1px solid #ddd;
}
#main .h2_area .box_block .box .title h2{
	background: url("../image/box_block.png") no-repeat 0 0;
	color: #000;
	margin: 0;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	padding: 7px 0 0 12px;
	font-size: 100%;
}

#main .h2_area .box_block .box .fixed{
	float: right;
}
#main .h2_area .box_block .box .fixed img{
	display: block;
	padding: 1px;
	border:1px solid #ddd;

}
#main .h2_area .box_block .box .flex{
	overflow: hidden;
	zoom: 1;
	padding: 0 10px 0 3px;
}

#main .h2_area .more_read{
	margin: 10px 0 0 0;
	text-align: right;
}
#main .h2_area .more_read a{
	padding-right: 18px;
	background: url("../image/arrow-01.png") no-repeat 100% 20%;
}
#main .h2_area .page_top{
	margin: 10px 0 0 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
	text-align:  right;
}
#main .h2_area .page_top a{
	padding-right: 18px;
	background: url("../image/arrow-02.png") no-repeat 100% 20%;
}


/* 画像表示 */
#main .h2_area img{
	margin-left:10px;
}
#main .h2_area .right{
	float: right;
	margin: 0 0 20px 20px;
}

#main .h2_area .left{
	float: left;
	margin: 0 20px 20px 0px;
}

#main .h2_area .right img{
	padding: 4px;
	display: block;
	border:1px solid #ddd;
}
#main .h2_area ul{
	margin-left:20px;
}
#main .h2_area ul li{
	list-style-type:disc;
}
#main img{
max-width:100%;
height:auto;
}

/* 画像表示：スマホのみ */
@media screen and (max-width: 767px){
#main .h2_area img{
	margin-left:0;
}

#main .h2_area .highslide img{
	width: 100%;
	margin-bottom: 20px;
}

#main .h2_area .right{
	float: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
}

#main .h2_area .left{
	float: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
}

}

@media screen and (min-width : 769px ){
	.pc{display: inherit;}
	.sp{display: none;}
}

@media screen and (max-width: 768px) {
	
	.pc{display: none;}
	.sp{display: inherit;}
}


#main h2.top_h2{
	color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#main h2.top_h2{
	background: linear-gradient(90deg, #f63, #fff2ee);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 20px;
    font-size: 15px;
}
	
	.top_main{
	width: 90% !important;
    max-width: 640px !important;
    margin: 0 auto 10px auto !important;
	}
	
	.top_main h2.top_h2 {
    background: linear-gradient(90deg, #f63, #fff2ee);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 20px;
    font-size: 15px;
}
	
.top_main h2.top_h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	

#main h2.top_h2{
	font-size: 18px;
	background: url("../image/h1_bg.png") no-repeat 0 0;
    padding: 13px 0 10px 21px;
    height: 35px;
}
	
.top_main h2.top_h2 {
    font-size: 18px;
    background: url("../image/h1_bg_top.png") no-repeat 0 0;
    padding: 13px 0 10px 21px;
    height: 35px;
}
	
.top_main h2.top_h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
	
	.feature .feature_box img{
		width: 100%;
	}
	
	.feature .feature_box{
		margin-bottom: 20px;
	}
	.feature h3{
		margin: 10px auto;
		font-size:22px;
		font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}




/* ==================== HOME ==================== */


.index_list{
	margin: -20px 0 40px 20px;
}
.index_list dl{
	overflow: hidden;
	zoom: 1;
	border-bottom:1px solid #e5e5e5;
}
.index_list dl dt{
	float:left;
	padding:13px 0 12px;
	width:8em;
}
.index_list dl dd{
	padding:13px 0 12px;
	overflow: hidden;
}

/* 20:お問い合わせ */
#main div.h2_area table.contact{
width:100%;
border:5px solid #CCCCCC;
margin:0 0 20px 0;
}

#main div.h2_area table.contact th{
width:30%;
border:1px solid #CCCCCC;
background:#F5F5F5;
padding:10px;
}
#main div.h2_area table.contact td{
width:70%;
border:1px solid #CCCCCC;
padding:10px;
text-align:left;
background-color:#FFFFFF;
}
#main div.h2_area em.must{
font-size:120%;
font-style:normal;
font-weight:bold;
color:#CC0000;
}

#main div.h2_area em.check{
font-size:80%;
font-style:normal;
font-weight:normal;
}

#main div.h2_area table.contact td input,
#main div.h2_area table.contact td textarea{
padding:5px;
}

#main div.h2_area .confirm{
margin:20px 0;
text-align:center;
background:#F5F5F5;
padding:10px;
}

#main div.h2_area .confirm input{
padding:10px 20px;
}

#main div.h2_area .confirm .resetBtn{
}

#main div.h2_area .confirm .backBtn{
}
#main div.h2_area div.error{
border:5px solid #CC0000;
padding:10px;
margin:0 0 20px 0;
}

#main div.h2_area div.error ul{
padding:0 0 0 15px;
}

#main div.h2_area div.error ul li{
list-style-type:disc;
}

#main div.h2_area div.error p{
color:#CC0000;
font-weight:bold;
margin:0 0 10px 0;
}

#main div.h2_area table.contact input[type="text"] {
	width: 100%;
    max-width: 130px;
}

#main div.h2_area table.contact .mwform-tel-field input[type="text"] {
	width: 30px;
}


#main div.h2_area table.contact textarea {
	width: 100%;
    max-width: 95%;
}


/* ボーダーなしのテーブル */

#main table.white{
	border-style:none;
}
#main table.white th{
	background-color:#FFFFFF;
	border-style:none;
}
#main table.white td{
	text-align:left;
	background-color:#FFFFFF;
	border-style:none;
}












#main table.price_list{
	float:left;
	border: 1px solid #D4CFCF;
	width:100%;
	}
#main table.price_list th{
	height:35px;
	border: 1px solid #D4CFCF;
	background-color: #FF6633;
	color:  #fff;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#main table.price_list td{
	text-align:left;
	border: 1px solid #D4CFCF;
	vertical-align: middle;
	padding: 5px 10px;
}
#main table.aes{
	float:left;
	border: 1px solid #D4CFCF;
	width:600px;
	}
#main table.aes th{
	height:35px;
	border: 1px solid #D4CFCF;
	background-color: #FF6633;
	color:  #fff;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#main table.aes td{
	text-align:left;
	border: 1px solid #D4CFCF;
	vertical-align: middle;
	padding: 5px 10px;
}

#main .time_table{
	float: left;
}
#main .time_table table{
	border: 1px solid #D4CFCF;
}
#main .time_table th,
#main .time_table td{
	border: 1px solid #D4CFCF;
}
#main .time_table thead th{
	background-color: #FF6633;
	color:  #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#main .time_table thead th.first{
	border-left: 1px solid #D4CFCF;
}
#main .time_table thead th.last{
	border-right: 1px solid #D4CFCF;
}
#main .time_table tbody th{
	vertical-align: middle;
	padding: 5px 10px 5px 8px;
}
#main .time_table tbody td{
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
	font-size: 1.462em;
	line-height: 1.053em;
}
#main .time_table tbody td.small{
	font-size: 0.769em;
}
#main .time_table .text{
	margin-top: 10px;
}



#main .doctor_schedule{
	float: left;
	margin-bottom:20px;
}
#main .doctor_schedule table{
	border: 1px solid #D4CFCF;
}
#main .doctor_schedule th,
#main .doctor_schedule td{
	border: 1px solid #D4CFCF;
}
#main .doctor_schedule thead th{
	background-color: #FF6633;
	color:  #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#main .doctor_schedule thead th.first{
	border-left: 1px solid #D4CFCF;
}
#main .doctor_schedule thead th.last{
	border-right: 1px solid #D4CFCF;
}
#main .doctor_schedule tbody th{
	vertical-align: middle;
	padding: 5px 10px 5px 8px;
	background-color: #E2E2E2;
	color:#333333;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
#main .doctor_schedule tbody th.kyushin{
	background-color: #CC0033;
}
#main .doctor_schedule tbody td{
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
	line-height: 1.053em;
}
#main .doctor_schedule tbody td.small{
	font-size: 0.769em;
}
#main .doctor_schedule .text{
	margin-top: 10px;
}



.salon_area{
	background: linear-gradient(#fff0d6, #ffc8be);
	width:100%;
	padding:25px 20px 10px 20px;
	margin:0 0px 40px 0px;
	box-sizing: border-box;
}

.salon_area h3{
	font-size: 20px;
	letter-spacing: 1px;
	color: #CC0033;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	margin: 15px 0 8px 0;
}

.salon_area h4{
	font-size: 17px;
	letter-spacing: 3px;
	color: #f75959;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.salon_area p{
	margin-bottom: 18px;
	line-height: 23px;
}

.salon_area span{
	font-size:14px;
}

.salon_area p .btn_arrow{
	background: url("../image/arrow-01.png") no-repeat left center;
	background-size: 12px 12px;
	padding: 0 0 0 18px;
}

/* --サイドメニュー-- */

/* スマホとタブレット */
@media screen and (max-width: 1023px){
#sidenavi{
	float: none;
	width: 90%;
	margin: 0 auto;
}

}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#sidenavi{
	float:left;
}

}


/* --サイド_ブログ-- */

#side_blog{
	width: 100%;
}

#side_blog ul li:first-child{
	margin-bottom: 10px;
}


#side_blog .blog{
	border-bottom:1px solid #e5e5e5;
	background: url("../image/side_blog-bg.png") repeat-y 0 0;
	background-size: contain;
	height: 125px;
	width: 100%;
	margin-bottom: 10px;
}

#side_blog ul{
	width: 100%;
	margin: 0 auto;
}

#side_blog ul li{
	width: 50vw;
}

#side_blog ul li img{
	width: 250px;
}

#side_blog img{
	width: 100%;
}
#side_blog .blog dl{
	margin: -65px 5px 0 94px;
}
#side_blog .blog p{
	margin: 6px 12px 0 0;
	text-align: right;
}
#side_blog .blog p a{
	background: url("../image/side_blog-icn.png") no-repeat 100% 30%;
	padding-right: 18px;
}

#side_blog .top_facebook{
	background: #fff;
    border: 1px solid #bdc9e2;
	width: 250px;
	height: 54px;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
}

#side_blog .top_facebook:hover{
	background: #f3f6fd;
}

#side_blog .top_facebook p{
	background: url("../image/icon_facebook.svg") no-repeat left center;
	background-size: 30px 30px;
	display: inline-block;
	color:#3b5898;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	padding:7px 0 6px 40px;
	font-size: 15px;
}

#side_blog .top_facebook .text_s{
	letter-spacing: 1px;
	font-size: 11px;
	color: #6A6A6A;
	padding-left: 2px;
}

/* スマホのみ */
@media screen and (max-width: 767px){

	#side_blog{
		display: flex;
		width: 250px;
		margin: 0 auto;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	

}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#side_blog{
		display: flex;
		width: 90%;
		margin: 0 auto;
	}
	
	#side_blog img{
		height: auto;
	}
#side_blog .top_facebook{
	background: #fff;
    border: 1px solid #bdc9e2;
	width: 90vw;
	height: 54px;
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
}
	side_blog{
	width: 100%;
}

#side_blog ul li:first-child{
	margin-bottom: 10px;
}


#side_blog .blog{
	border-bottom:1px solid #e5e5e5;
	background: url("../image/side_blog-bg.png") repeat-y 0 0;
	background-size: contain;
	height: 125px;
	width: 100%;
	margin-bottom: 10px;
}

#side_blog ul{
	width: 100%;
	margin: 0 auto;
}

#side_blog ul li{
	width: 50vw;
}

#side_blog ul li img{
	width: 90vw;
}

#side_blog img{
	width: 100%;
}
#side_blog .blog dl{
	margin: -65px 5px 0 94px;
}
#side_blog .blog p{
	margin: 6px 12px 0 0;
	text-align: right;
}
#side_blog .blog p a{
	background: url("../image/side_blog-icn.png") no-repeat 100% 30%;
	padding-right: 18px;
}
	#side_blog .blog dl{
	margin: -65px 5px 0 120px;
}
	

}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#side_blog{
	display: flex;
	max-width: 530px;
	margin: 0 auto;
	justify-content: space-between;
}

#side_blog ul li:first-child{
	margin-bottom: 23px;
}
	
	

}





/* --サイド_リンク-- */

#side_links{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

.side_links2{
	padding-top: 0 !important;
}

#side_links .link_01{
	margin-bottom: 25px;
}

#side_links .link_01 li{
	margin-bottom: 10px;
}

#side_links .btn_orange{
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #ff8b63;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
	letter-spacing: 1px;
}

#side_links .btn_orange:hover{
	background: #ff7647;
}

#side_links .link_02{
	margin-bottom: 25px;
}

#side_links .link_02 li{
	width: 100%;
    height: 65px;
    background: #fff url("../image/icon_flower.png") no-repeat center center;
    background-size: 50px 50px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

#side_links .link_02 li:hover{
	border: 1px solid #cacaca;
}

#side_links .link_02 li a{
	color: #f46636;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#side_links .link_03{
	margin-bottom: 25px;
}



#side_links .link_03 li{
	margin-bottom: 5px;
}



/* スマホのみ */
@media screen and (max-width: 767px){

	#side_links {
		width: 250px;
		margin: 0 auto;
		display: flex;
	}
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#side_links{
		width: 90vw;
		margin: 0 auto;
	}

#side_links .link_01{
	width: 45vw;
	margin-right: 1vw;
}
	
	#side_links .link_01 img{
		width: 44vw;
	}
	
	#side_links .link_03{
		width: 45vw;
		margin-left: 1vw;
	}
	
		#side_links .link_03 img{
		width: 44vw;
	}

#side_links .link_01 li{
	margin-bottom: 10px;
}

#side_links .link_02 {
	display: none;
}

#side_links .link_03{
	width: 250px;
	margin-bottom: 0px;
}
	
	

#side_links .link_03 li{
	margin-bottom: 10px;
}
	
	#side_links .link_04{
	
}
	
	#side_links .link_04 li img{
		width: 100%;
	}
	
	.side_links2{
		padding-top: 0 !important;
		margin-bottom: 40px !important;
	}
	

}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#side_links {
	display: flex;
	justify-content: space-between;
	max-width: 530px;
	flex-wrap: wrap;
	
}
	
	

}


/*menu side*/

#sidenavi #menu_side p,
#sidenavi #menu_side img,
#sidenavi #menu_side{
	margin:0;
	padding:0;
}
#sidenavi #menu_side{
	margin-top:15px;
	margin-bottom:15px;
}

#sidenavi #menu_side li{
	display:inline;
}

#sidenavi #menu_side li a,
#sidenavi #menu_side li a:link,
#sidenavi #menu_side li a:visited{
	display:block;
	text-align:left;
	list-style-type:none;
	font-size:13px;
	font-weight:bold;
	background-position:left center;
	background-repeat:no-repeat;
	margin:0;
	padding:10px 5px 10px 45px;
	width: 200px !important;
	width: 200px;
	background-image:url("../image/sidebtn.gif");
	text-decoration:none;
	}

#sidenavi #menu_side ul li a:hover{
	background-position:right center;}
#sidenavi #menu_side ul ul{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:20px;
	padding: 0px;
	list-style:none;

}

#sidenavi #menu_side ul ul li a,
#sidenavi #menu_side ul ul li a:link,
#sidenavi #menu_side ul ul li a:visited{
	display:block;
	text-align:left;
	list-style-type:none;
	font-size:13px;
	font-weight:bold;
	background-position:left center;
	background-repeat:no-repeat;
	margin:0;
	padding:10px 5px 10px 45px;
	width: 170px !important;
	width /**/: 179px;
	background-image:url("../image/sidebtn2.gif");
	}
#sidenavi #menu_side ul ul li a:hover{
	background-position:right center;
	color:#cc0000;}

#sidenavi .btn_est{
	margin-top: 5px;
}

#sidenavi .btn_est a:hover {
	background:url("../image/side_link_estebn.jpg") no-repeat;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#sidenavi #menu_side{
	display: none;
}

#sidenavi .widget-company{
	display: none;
}
}


/* --margin-- */
.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }








/*TOPアクセス、問い合わせ */
.top_add{
width:100%;
margin-bottom:20px;
}

.top_add a{
text-decoration:none;
}

.top_title{
padding-bottom:25px;
margin-bottom:20px;
border-bottom:1px solid #ddd;
}

.top_title p{
text-align:center;
font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: bold;
font-size:33px;
letter-spacing:1px;
}

.top_title span.sp_small{
font-size:18px;
}

.top_title span.sp_orange{
color: #FF6633;
}

.top_reserve{
margin:20px 0;
background: #fbf7f0;
padding:20px;
text-align:center;
}

.top_reserve_tel{
}

.top_reserve a{
	text-decoration:none;
}
.top_reserve_tel h3{
font-size: 14px;
letter-spacing: 3px;
font-weight: bold;
color: #f63;
margin-bottom: 6px;
}
.top_reserve_tel_no{
width:100%;
height:45px;
background: #f63;
border-radius:4px;
letter-spacing: 3px;
font-weight: bold;
font-size: 19px;
margin-bottom:10px;
}

.top_reserve_tel_no p{
line-height:45px;
}

.top_reserve_tel a{
color: #fff;
}

.top_reserve_contact_box{
width:49%;
background:#fff;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold;
color: #cc0133;
padding: 10px 0;
box-sizing: border-box;
text-align:center;
border-radius: 4px;
border: 1px solid #e0e0e0;
margin:10px auto 10px auto;
height:40px;
}

.top_reserve_contact_wide{
width: 100%;
height:38px;
line-height:38px;
font-size: 13px;
font-weight: bold;
margin-top: 10px;
background: #fbd8cd;
border: 1px solid #fbd8cd;
border-radius: 4px;
}

.box_r{float:right;}
.box_l{float:left;}

.top_add table {
width:100%;
margin-bottom:10px;
}

.top_add table th{
background-color: #f63;
color:#fff;
font-weight:bold;
}

.top_add table th,
.top_add table td{
text-align: center;
vertical-align: middle;
padding:5px;
}

.top_add table td.time_left{
	text-align:left;
padding-left:10px;
}

.top_access{
width:100%;
height:60px;
background-color:#f63;
border-radius: 4px;
margin:10px auto 0 auto;
}

.top_first{
width:100%;
background-color:#FF6633;
border-radius: 4px;
margin:20px auto;
padding:15px 5px;
}

.top_access p,
.top_first p{
color:#fff;
font-size: 19px;
font-weight: bold;
text-align:center;
font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	
}

.top_first a{
	text-decoration: none;
}

.top_access p{line-height:60px;}
.top_access p{letter-spacing:0;}


.first_visit_flow{
	margin-bottom:40px;
}

.first_visit_flow a{
text-decoration:none;
}

.first_visit_flow img{
width:300px;
margin:0 15px 10px 0;
}

.first_visit_flow h3.flow_title{
color:#666!important;
border-left:5px solid #f63;
padding-left:10px;
letter-spacing:2px;
}

.flow_btn_orange{
width:300px;
height:50px;
background-color:#f63;
color:#fff;
font-weight:#fff;
text-align:center;
line-height:50px;
border-radius:5px;
}

.flow_btn_orange:hover{
transition: 0.5s;
opacity: 0.5;
}


/*TOPアクセス、問い合わせ タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
	.top_add{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.top_title{
		width: 100%;
	}

	.top_reserve{
		width: 44%;
	}

	.pc_top_table{
		width: 47%;
		margin: 20px 0;
	}

	.pc_top_table table th{
		height: 30px;
	}

	.pc_top_table table tr{
		height: 46px;
	}

	.top_first{
		width: 100%;
	}
}


/* TOPアクセス、問い合わせ　PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

	.top_reserve_tel_no:hover{
		opacity: 0.6;
		filter: brightness(110%);
	}

	.top_reserve_contact_box:hover{
		opacity: 0.6;
		filter: brightness(110%);
	}

	.top_reserve_contact_wide:hover{
		opacity: 0.6;
	}

	.top_access:hover{
		opacity: 0.6;
		filter: brightness(110%);
	}

	.top_first:hover{
		opacity: 0.6;
		filter: brightness(110%);
	}
}


/*サブページ用の予約ボタン*/
.sp_sub_reserve_contact{
width:100%;
}

.sp_sub_reserve_contact_box{
width:49%;
background:#fff;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold;
color: #cc0133;
padding: 10px 0;
box-sizing: border-box;
text-align:center;
border-radius: 4px;
border: 1px solid #e0e0e0;
margin:-10px auto 10px auto;
height:40px;
}

.sp_sub_reserve_contact_wide{
width: 100%;
height:38px;
line-height:38px;
font-size: 13px;
font-weight: bold;
margin-top: 0;
background: #fbd8cd;
border: 1px solid #fbd8cd;
border-radius: 4px;
color: #cc0133;
}

.box_r{float:right;}
.box_l{float:left;}


#net_yoyaku a{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
	border: 2px solid #FF6633;
	padding: 23px 20px;
	font-size:18px;
	text-align: center;
	background: #FF6633;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

#net_yoyaku a:hover{
	opacity: .7;
}




/* ******************************************************************** */
/* ###      */
/* ******************************************************************** */

/* スマホのみ */
@media screen and (max-width: 767px){
.first_visit_flow{
margin-bottom:40px;
}

.first_visit_flow a{
text-decoration:none;
}

.first_visit_flow img{
width:100%;
margin-bottom:10px;
}

.first_visit_flow h3.flow_title{
color:#666!important;
border-left:5px solid #f63;
padding-left:10px;
letter-spacing:2px;
}

.flow_btn_orange{
width:100%;
height:50px;
background-color:#f63;
color:#fff;
font-weight:#fff;
text-align:center;
line-height:50px;
border-radius:5px;
margin-bottom:10px;
}
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
	.top_first{
		width: 90%;
	}
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
}


/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
.pc_left{float:left;}
.flow_btn_orange{margin:0 0 10px 10px;}


/* スマホとタブレットとPC（小画面） */
@media screen and (max-width:1199px) {
	/*お問合わせ*/
.contact_btn{
width:100%;
height:60px;
background-color:#FBF7F0;
color:#fff;
border:1px solid #FF6633;
border-radius:15px;
margin-bottom:80px;
}

.contact_btn a{
font-size:20px;
color:#FF6633;
text-decoration:none;
font-weight:bold;
line-height:60px;
text-align:center;
}

.contact_tel{
}

.contact_tel a{
font-size:40px;
color:#FF6633;
text-decoration:none;
letter-spacing:1px;
font-weight:bold;
}
	

	
	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
.pc_left{float:left;}
.flow_btn_orange{margin:0 0 10px 10px;}


}


/* PC（大画面）のみ */
@media print, screen and (min-width : 1300px){
}


@media all and (-ms-high-contrast:none) and (min-width : 1024px){

}
	
	
.top_reserve123 {
    width: 90%;
}
	
	.top_reserve123 {
    margin: 10px 20px 30px;
    background: #fbf7f0;
    padding: 25px 20px;
    text-align: center;
		height: 165px;
}
	
	.pick{
		display: flex;
		position: relative;
		margin-top: 20px;
	}
	/*
	
		.pick:before{
			position: absolute;
			content: "Pick up";
			top:-30px;
			left: 0;
			background: #f63;
			text-align: center;
			width: 100px;
			height: 30px;
			color: #fff;
			font-size:17px;
			line-height: 30px;
	}
	*/

	
	.pick_left{
		float: left;
		width: 50%;
		margin-bottom: 20px;
		background: #fbf7f0;
	}
	
		.pick_right{
		float: left;
		width: 50%;
			margin-left: 0px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
		margin-bottom: 20px;
			background: #fbf7f0;
			box-sizing: border-box;
	}
	
	
	
	
	.pick_h{
		color: #FF6633;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 120%;
	}

	
	.pick_left2{
		float: left;
		width: 48.3%;
		padding: 20px;
		margin-bottom: 30px;
		margin-right: 20px;
		background: #fbf7f0;
		box-sizing: border-box;
	}
	
	.left3{margin-right: 0px;}
	
		.pick_right2{
		float: left;
		width: 50%;
			margin-left: 0px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
		margin-bottom: 30px;
			background: #fbf7f0;
			box-sizing: border-box;
	}
	
	.flex_harf{
		display: flex;
	}
	
	.flex_harf .top_first{
		width: 47%;
	}
