/*------------------------------------------------------------
///サイト全体共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body{
	color:#6a3906;
}

h1 {
  margin: 0;
  padding: 0;
}

@media (max-width: 550px) {
.sp_none{
	display:none;
}
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/*font--------------------*/
.webfont01{
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*color--------------------*/
.c_red00{
	color:#ff0000;
}
.c_pink01{
	color:#fa2669;
}
.c_pink01b{
	color:#fa2669;
	font-weight:bold;
}

/*header--------------------*/
header {
	background:url(../img/common/bg_header.jpg) repeat-x center top;
}
header h1 {
	text-align:center;
	color:#6a3906;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom:12px;
}
header #header_in {
  padding-top:20px;
  padding-bottom: 4px;
}
header .logo{
	text-align:center;
	height:74px;
	background:url(../img/common/tel.png) no-repeat right;
	margin-bottom:40px;
}

@media (max-width: 1110px){
	header .logo{
		height:115px;
		background:url(../img/common/tel02.png) no-repeat center bottom;
		margin-bottom:20px;
}
}

@media (max-width: 550px) {
  header .logo {
	  display:none;
  }
  header .sp_logo {
	  text-align:center;
	  margin-right:60px;
  }
  header .navi {
    width: 40px;
    float: right;
  }
}
header .sp_navi_li {
  width: 180px;
  position: absolute;
  top: 50px;
  right: 2%;
  border: 1px solid #eee;
  background: white;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 100;
}
header .sp_navi_li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .sp_navi_li li a {
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-decoration: none;
  color:#ee85a6;
}
@media (min-width: 550px) {
   header .sp_logo {
    display: none;
  }
  header .sp_navi {
    display: none;
  }
  header .sp_tel {
    display: none;
  }
  header #header_in {
    padding: 25px 0 10px 0;
  }
  header .pc_navi_li {
    margin: 0;
    padding: 0;
	text-align: center;
	border-top: solid #f4bec7 2px;
  }
  header .pc_navi_li li {
    list-style: none;
    margin: 10px 2px 3px 2px;
    padding: 0;
	display:inline-block;
	line-height:1.0;
  }
  header .pc_navi_li li a {
    float: left;
	padding:7px 12px 7px 12px;
	display:inline-block;
  }
   header .pc_navi_li li a:hover,header .pc_navi_li li a.a_on{
	   background:#ffeff2;
	   border-radius:15px; /* 記述無し */
	-moz-border-radius:15px; /* Firefox */
	-webkit-border-radius:15px; /* Google Chrome、Safari */
	-o-border-radius:15px; /* Opera */
	-ms-border-radius:15px; /* Internet Explorer */
   }

}

@media (max-width: 550px) {
  header .pc_navi {
    display: none;
  }
}

/*side--------------------*/
.side_box01{
	border:solid #f4bec7 2px;
	margin-bottom:15px;
	padding:20px 15px 15px 15px;
}
.side_box01 h3{
	margin:0px 0px 15px 0px;
	padding:0px;
	text-align:center;
	line-height:0;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
overflow: hidden;
margin-bottom:10px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*footer--------------------*/
footer {
  background: #f4bdc6 url(../img/common/bg_footer.jpg) repeat center top;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 550px) {
  footer .container {
    margin: 0;
    padding: 0;
  }
  footer .sp {
    padding: 0 6%;
    margin: 0 auto;
  }
  footer .foot_navi {
    margin-top: 20px;
  }
  footer .foot_navi li {
    list-style: none;
    margin-bottom: 1px;
  }
  footer .foot_navi li a {
    color: #ee85a6;
    background-color: #fcebee;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
footer .copy {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  font-weight:bold;
}
@media (min-width: 550px) {
  footer {
    padding-top: 30px;
  }

  footer .foot_navi {
	  float:right;
  }
  footer .foot_navi li {
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background-image: url("../img/common/foot_arroehead.png");
    background-size: 4px 6px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  footer .foot_navi li {
    background-image: url("../img/common/foot_arroehead@2x.png");
  }
}
@media (min-width: 550px) {
  footer .foot_navi a {
    color: white;
    padding-left: 10px;
    text-decoration: none;
  }
  footer .foot_navi a:hover {
    color: #fffede;
  }
  footer .copy {
    margin-top: 10px;
  }
}

/*sub_cover--------------------*/
#sub_cover{
   padding: 40px 0;
   background-image: url("../img/common/sub_cover.jpg");
   background-size: cover;
}
#sub_cover h2{
   text-align: center;
   color: white;
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: bold;
   margin: 0;
   letter-spacing: 0.2rem;
}

@media (min-width: 550px){
   #sub_cover{
    padding: 80px 0;
  }

  #sub_cover h2{
    text-align: center;
    color: white;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.2rem;
  }

}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
  #sub_cover{
    background-image: url("../img/common/sub_cover@2x.jpg");
}
}

/*contents--------------------*/
#contents{
  padding-top: 20px;

}

@media (min-width: 550px){
  #contents{
    padding-top: 35px;
    padding-bottom: 70px;

  }
}

.cont_box{
	background:#fcebee;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	margin-bottom:20px;
	padding:18px;
}
.cont_box h3{
	border-bottom:solid #f4c1c9 3px;
	line-height:1.0;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	color:#6a3906;
	font-weight:bold;
	font-size: 16px;
  font-size: 1.6rem;
}

.cont_box h4{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cont_box h4:before{
  content: "\f00c";
	color:#f3bcc5;
	letter-spacing: 0.2em;
	font-family: FontAwesome;
	position: relative;
  top: 1px;
}
.cont_box .cont_box-in{
  padding-left: 10px;
}

/* tab01 --------------------*/
.tab01{
	border-bottom:solid #ee86a7 3px;
	margin-bottom:20px;
}

.tab01 ul li{
	float: left;
    list-style-type: none;
    width: 25%;
	margin:0;
	padding:0;
}

.tab01 ul li a{
	font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 6% 2%;
    text-align: center;
    width: 100%;
    background: #f4bec7;
	border: 2px solid #fff;
}
.tab01 ul li a:hover{
	background:#f7a7c0;
    color:#FFF;
}

.tab01 ul li a.current{
	background: #ee86a7;
	border-bottom: 2px solid #ee86a7;
}

/*------------------------------------------------------------
///ページ毎
------------------------------------------------------------*/
/*comingsoon--------------------*/
.comming_soon{
	padding:100px 0px;
	text-align:center;
}
.comming_soon p.p01{
	font-size: 22px;
	 font-size: 2.2rem;
}
.comming_soon p.p02{
	font-size: 12px;
	 font-size: 1.2rem;
}
@media(max-width:550px){
	.comming_soon{
	padding:50px 0px;
	text-align:center;
	}
}

/*　top --------------------*/
#topcont_area {
  padding-top: 20px;
}
@media (min-width: 550px) {
  #topcont_area {
    padding-top: 30px;
  }
}
#topcont_area .columns p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media (min-width: 550px) {
	#topcont_area  #top_left{
		float:left;
		width:49%
	}
	#topcont_area  #top_right{
		float:right;
		width:49%;
	}
}



.top_box01{
	background:#e2efd4;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	position: relative;
	margin-bottom:20px;
}
.top_box01_txt{
  margin-bottom: 0px;
  padding:18px 18px 12px 170px;
}
.top_box01_txt p{
	margin-bottom:0px;
}
.top_box01_pic{
	position: absolute;
	left:5px;
	bottom:-10px;
}
@media (max-width: 550px) {
	.top_box01_txt{
		padding:15px ;
	}
	.top_box01_pic{
		position:static;
		float:left;
		width:35%;
		margin-right:10px;
	}
}

.top_box02{
	background:#fffede;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	margin-bottom:20px;
	padding:18px 18px 13px 18px;
}
.top_box02 h3{
	border-bottom:solid #fff200 3px;
	line-height:0;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
}
.top_topi dl{ margin:0px; padding:0px;}
.top_topi dl dt,.top_topi dl dd{
	font-size: 13px;
  font-size: 1.3rem;
}
.top_topi dl dt{
	background:url(../img/common/list01.png) no-repeat left;
	padding-left:8px;
	margin:0px 0px 5px 0px;
	width:110px;
	float:left;
	clear:both;
}
.top_topi dl dd{
	padding:0px;
	margin:0px 0px 5px 120px;
}
.top_topi dl dd a{
	display:inline-block;
	color:#6a3906;
	font-weight:bold;
}
.top_topi dl dd a:hover{
	color:#9a6936;
}

@media (max-width: 550px) {
	.top_topi dl dt{
	margin:0px 0px 0px 0px;
	width:auto;
	float:none;
	clear:both;
}
.top_topi dl dd{
	padding:0px;
	margin:0px 0px 10px 8px;
}
}

.top_box03{
	background:#fcebee;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	margin-bottom:20px;
	padding:18px;
}
.top_box03 h3{
	border-bottom:solid #f4c1c9 3px;
	line-height:0;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
}

table.table_time01{
	margin:0px;
	padding:0px;
	border-top:solid #dededc 1px;
	border-left:solid #dededc 1px;
}
table.table_time01 tr th,table.table_time01 tr td{
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.0;
	padding:8px 3px;
	border-bottom:solid #dededc 1px;
	border-right:solid #dededc 1px;
	text-align:center;
}
table.table_time01 tr th{
	color:#fff;
	font-weight:normal;
	width:9%;
}
table.table_time01 tr th.th_time01_pink{
	background:#ee86a7;
}
table.table_time01 tr th.th_time01_green{
	background:#72af2c;
}
table.table_time01 tr th.th_time01_title{
	width:37%;
}
table.table_time01 tr td{
	background:#fff;
}


#topcont_area .top_news{
	padding:15px;
	border:solid #ccc 1px;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
	margin-bottom:15px;
}
#topcont_area .top_news_title{
	 font-size: 18px;
	 font-size: 1.8rem;
	 color: #42b9d0;
	 font-weight:bold;
	 margin-bottom:10px;
}
#topcont_area .top_news_lists{
	margin:0px;
	padding:0px;
}
#topcont_area .top_news_lists li{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom:5px;
}
#topcont_area .top_news_lists li span {
  color: #42b9d0;
  display: block;
  margin-bottom: 0px;
}

@media(min-width:550px){
#topcont_area .top_news{
	margin-bottom:0px;
}
#topcont_area .top_news_lists{
	margin:0px 0px -5px 10px;
	padding:0px;
}
#topcont_area .top_news_lists li span {
    color: #42b9d0;
    display: inline;
    margin-bottom: 0px;
  }
}

#topcont_area .top_txtbox{
	padding:15px;
	background:#eee;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
}
#topcont_area .top_txtbox .top_txtbox_title{
	ont-size: 18px;
	 font-size: 1.8rem;
	 margin-bottom:10px;
	 font-weight:bold;
}

.top_treatmentlist ul{
	padding:0px;
	margin:0px;
}
.top_treatmentlist ul li{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom:10px;
}
.top_treatmentlist ul li a{
	display:block;
	background-color:#f0e3ae;
	background-position: right;
	background-repeat:no-repeat;
	padding:30px 161px 30px 16px;
	color:#6a3906;
	text-decoration:none;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
}
.top_treatmentlist ul li a.a_tlist01{
	background-image:url(../img/top/bnr_bg01.png);
}
.top_treatmentlist ul li a.a_tlist02{
	background-image:url(../img/top/bnr_bg02.png);
}
.top_treatmentlist ul li a.a_tlist03{
	background-image:url(../img/top/bnr_bg03.png);
}

.top_treatmentlist ul li a:hover{
	background-color:#f6eece;
}
.top_treatmentlist ul li a img{
	display:block;
	margin-bottom:10px;
}

/*　check --------------------*/
.check-box01{
  padding: 15px 15px 5px 15px;
  border:solid #f4bfc7 4px;
  border-radius: 10px;
}


/*　page --------------------*/

/*　page --------------------*/
