@charset "utf-8";

/*------------------------------------------------------------
basic
------------------------------------------------------------*/
 .inner{
	 text-align:center;
	 }

.parlor_box{
	 width: 60%;
	 min-width:320px;
	text-align:center;
	margin:20px auto;
	}

table{
	margin:0 auto;
}
 
table.parlor {
    width: 100%;
    margin: 0 20px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}
 
table.parlor th,
table.parlor td {
    padding: 10px;
}
 
table.parlor th {
    background: #348b4b;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.parlor th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #348b4b;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.parlor th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #348b4b 10px solid;
        margin-top: -10px;
    }
}
 
table.parlor td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


.p_img{
	width:80%;
	max-width:600px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	border-radius:2px;
	border:#cccccc 1px solid;
	  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	
	
table.about {
    width: 100%;
    margin: 0 20px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}
 
table.about th,
table.about td {
    padding: 10px;
}
 
table.about th {
    background: #68acbc;
    vertical-align: middle;
    text-align: center;
    max-width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.about th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #68acbc;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.parlor th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #68acbc 10px solid;
        margin-top: -10px;
    }
}
 
table.about td {
    background: #f8f8f8;
  max-width: 360px;
    padding-left: 20px;
	line-height:200%;
}

	
/*------------------------------------------------------------
common
------------------------------------------------------------*/
.large{
	font-size:130%;
}

.left{
	float:left;
}

.right{
	float:right;
}

.t-right{
	text-align:right;
}

.mid{
	margin:0 auto;
	}
.strong{
	color:#eb4f6e;
	font-weight:bold;
}

.link{
	padding:10px 0;
	text-align:right;
}

.link a{
	padding:5px 20px 5px 35px;
	-webkit-box-shadow: 0 0 5px 0 rgba(71,71,59,0.1);
	box-shadow: 0 0 5px 0 rgba(71,71,59,0.1);
	background:url(../img/arrow.png) no-repeat 10px center,url(../img/nav-bg.jpg) no-repeat;
	background-size:8px 9px,cover;
	border:5px solid #fff;
}

.tc_01{
	color:rgba(242,158,72,1.00);
	}

.mr20{
	margin-right:20px;
	}
	
	.ml20{
	margin-left:20px;
	}
.mb20{
	margin-bottom:20px;
	}

.line_160{
	line-height:160%;
	}
	
p{
	text-align:left;
	}
.p_cen{
	text-align:center;
	}
#news h2{
	text-align:left;
	}

.font_ant{
	font-family: 'Anton', sans-serif;
	}
	
.pagetit img{
	width:100%;
	height:auto;
	max-width:960px;
	margin:0;
	}

.cap{
	background:#dbd69b;
	padding:15px;
	border-radius:8px;
	max-width:600px;
	width:60%;
	margin:0 auto;
	}
.img_f{
	max-width:600px;
	width:100%;
	height:auto;
	}

.content h3{
	margin:50px 0px 20px 0px;
	padding:10px;
	font-size:140%;
	border:solid 3px #be392a;
	border-radius:5px;
	color: #333333;
	clear:both;
}

.content h3:first-of-type{
	margin:0px 0px 20px 0px;
}

.menu{
	clear:both;
	text-align:center;
	}
.menu_item{
	width:30%;
	float:left;
	margin-bottom:30px;
	margin-right:20px;
	}
.menu_item img{
	padding:8px;
	margin-bottom:5px;
	border-radius:2px;
	border:#cccccc 1px solid;
	  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	

.menu_item .p2{
	margin:0px auto;
		width:60%;
	padding:3px 8px 3px 8px;
	border-radius:5px;
	color:#FFFFFF;
	background-color:#65a1af;
	text-align:center;
	}
	
/*-------------------------------
faq
-------------------------------*/
#faq dt{
	margin:0 0 5px;
	padding:0 0 0 10px;
	line-height:25px;
	font-weight:bold;
	  color:#003665;
	font-size:16px;
	text-align:left;
}


#faq dd{
	margin:0 0 10px;
	padding:3px 0 15px 10px;
	border-bottom:1px solid #cccccc;
		text-align:left;
}

.fa-question{
	background-color:#be392a;
color:#fff;
border-radius:26px;
font-size:18px;
padding:3px 7px 3px 7px;
margin-right:3px;
	}

.fa-comment{
	background-color:#348b4b;
color:#fff;
border-radius:22px;
font-size:16px;
padding:3px;
margin-right:3px;
	}

.fa-book{
	background-color:#80c269;
color:#fff;
border-radius:26px;
font-size:20px;
padding:3px;
margin-right:3px;
	}

.fa-jpy{
color:#7d0000;
border-radius:22px;
font-size:20px;
margin-right:3px;
}

.fa-tags{
color:#80c269;
font-size:20px;
margin-right:3px;
}

.fa-clock-o{
color:#ff7c48;
font-size:20px;
margin-right:3px;
}

.fa-smile-o{
color:#e84e96;
font-size:20px;
margin-right:3px;
}

.fa-star{
background-color:#f6b37f;
color:#fff;
border-radius:28px;
padding:3px;
font-size:20px;
margin-right:5px;
}

h4{
	text-align:left;
	margin-top:10px;
	margin-left:5px;
	line-height:200%;
	font-size:16px;
	color:#348b4b;
	}

.rule li{
	text-align:left;
	margin:10px 0px 10px 20px;
	}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header{
	padding:10px 0 0;
	background:#FFFFFF;
}

header h1{
	margin:0 0 0 15px;
	color: #402c3e;
	font-size:80%;
	font-weight:normal;
		text-align:left;
}

#head{
	text-align:left;
	padding:0;
	overflow:hidden;
}

#head .logo{
	margin-top:10px;
	margin-bottom:15px;
}

#head > *{
	display:inline-block;
	vertical-align:middle;
}

.tel_box{
	width:300px;
	font-size:12px;
	margin-bottom:20px;
}

.tel_box img{
	margin-right:8px;
	width:10%;
	height:auto;
	min-width:44px;
}

.tel_box .tel{
	font-family: 'Anton', sans-serif;
	color:#348b4b;
	font-size:36px;
	line-height:120%;
	letter-spacing:1px;
}

.hol{
	padding:2px 20px;
	background-color:#be392a;
	margin-top:10px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	}

#head h2,#middle{
	margin:0 0 0 60px;
}

#middle h2{
	margin:0;
	line-height:0;
}

.h2_txt{
	font-size:12px;
	color:#7e6b5a;
	margin-bottom:30px;
	}

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
#mainNav{
	box-sizing:border-box;
	
	  border: solid 1px #e2e2e2;
  background-image: -moz-linear-gradient( 90deg, rgb(215,215,216) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(215,215,216) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(215,215,216) 0%, rgb(255,255,255) 100%); 
  
	box-shadow:rgba(3, 3, 3, 0.3) 0px 4px 5px -1px;
-webkit-box-shadow:rgba(3, 3, 3, 0.3) 0px 4px 5px -1px;
-moz-box-shadow:rgba(3, 3, 3, 0.3) 0px 4px 5px -1px;
	color:#272727;
}

#mainNav span{
	color:#0075a9;
}

.works_box{
	width:600px;
	text-align:center;
	margin:0 auto;
	}
.works_img_ba{
	width:300px;
	float:left;
	margin-bottom:20px;
	}

.works_img_ba img{
	margin-bottom:10px;
	
	}

.works_img_ba .aft{
	text-align:center;
	width:300px;
	color:#FFFFFF;
	border-radius:5px;
	padding:5px 20px 5px 20px;
	background:#2eb1c1;
	}



/* PC------------------------------------------*/
@media only screen and (min-width: 1025px){
	
.inner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
 .inner2{
	 text-align:center;
	 width:48%;
	  float:left;
	 margin-left:1%;
	 }

#content{
	width:960px;
	margin:0 auto;
	padding:0 0 30px;
}


.top_read img{
	float:left;
	margin-right:20px;
	}


#top_bg{
background-image:url(../../img/topmain.png),url(../../img/b_bg.jpg);
background-repeat:no-repeat, no-repeat;
background-position: center 180px, center 180px;
	}

#mainNav{
	clear:both;
	height:70px;
	margin:0 auto 30px;
	background-size:1160px 70px;
	font-size:16px;
}

.panel ul{
	width:960px;
	height:70px;
	box-sizing:border-box;
	padding:15px 0 0;
	text-align:center;
	letter-spacing:-.4em;
}

.panel li{
	display:inline-block;
	width:160px;
	box-sizing:border-box;
	border-right:1px solid #c5c5c5;
	letter-spacing:normal;
}

.panel li:last-child{
	border-right:none;
}

.panel li a{
	display:block;
	text-align:center;
	color:#52341c;
}

.panel li a span{
	display:block;
	font-size:70%;
}

nav div.panel{
	display:block !important;
	float:left;
}
  
a#menu{
	display:none;
}

#top_bnr img{
	margin-left:8px;
	margin-right:8px;
	}
#top_bnr:last-child {
	margin-left:28px;
	}

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	
#top_bg{
background-image:url(../../img/topmain.png),url(../../img/b_bg.jpg);
background-repeat:no-repeat, no-repeat;
background-position: center 180px, center 180px;
	}

.top_read img{
	float:left;
	margin-right:20px;
	}
	
nav#mainNav .inner{
	width:100%;
}

#mainNav{
	clear:both;
	width:98%;
	margin:0 auto 30px;
	border:1px solid #52341c;
}

#mainNav a.menu{
	width:100%;
	display:block;
	height:45px;
	line-height:45px;
	text-align:left;
	background: url(../../img/open.png) no-repeat 15px center;
	background-size:9px 8px;
}

#mainNav a#menu span{
	padding-left:35px;
}

#mainNav a.menuOpen{
	background: url(../../img/close.png) no-repeat 15px center;
	background-size:9px 8px;
	border-bottom:1px solid #52341c;
}
	
nav#mainNav a#menu:hover{
	cursor:pointer;
}
	
nav .panel{
	position: relative;
	display: none;
	width:100%;
	box-sizing:border-box;
	right: 0;
	top:0;
	z-index: 1;
}

.panel ul{
	margin:0;
	padding:0;
	background:#fff;
}

.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	border-bottom:1px dotted #52341c;
}

.panel ul li:last-child{
	border:none;
}

.panel ul li a{
	display: block;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	background:#fff;
	text-align:left;
}
.panel ul li a span{
	margin:0 0 0 1em;
	font-size:80%;
}

nav div.panel{float:none;}


#head .logo{
	width:30%;
	height:auto;
	min-width:253px;
}

#top_bnr img{
	margin-left:8px;
	margin-right:8px;
	}
#top_bnr:last-child {
	margin-left:28px;
	}
	 .inner2{
	 text-align:center;
	 width:48%;
	  float:left;
	 margin-left:1%;
	 }

}

/*------------------------------------------------------------
content
------------------------------------------------------------*/

.content h2{
	clear:both;
	min-height:36px;
	box-sizing:border-box;
	margin:0 0 15px;
	padding:5px 0 0 5px;
	font-size:140%;
	color: #2e7a2d;
}

.content .top_01{
	color:#dd5e5e;
	font-size:30px;
	text-align:center;
	border-bottom:#c9c9c9 2px solid;
}

.content .top_02{
	color:#348b4b;
	font-size:25px;
	border-bottom:#68acbc 6px double;
}


.content section{
	margin:0 0 30px;
}

.content section > div{
	margin:0 0 15px;
	padding:0 0 15px;

}


.content section > div:last-child{
	padding:0;
	border:none;
}

.content p,
.content,
.content ul{
	margin:0 0 15px;
}


/*------------------------------------------------------------
access
------------------------------------------------------------*/
iframe {
	text-align:center;
	 border:solid #348b4b 5px;
	 margin:0px 10px 20px 0;
	 width:50%;
	 max-width:500px;
	 float:left;
	  }

.profile_box{
	width:45%;
	margin:0px 10px;
	float:left;
	}

.profile_box dt{
	  clear: left;
  float: left;
  margin: 0 0.5em 1em 0;
  width: 4.0em;
  border-left: solid 8px #be392a;
  padding-left: 8px;
   padding-right: 8px;
  color: #33333;
  font-weight:bold;
text-align:left;
}

.profile_box dd{
  margin-bottom: 1em;
	  border-bottom:1px dotted #cccccc;
	text-align:left;
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.content section > div.treatment:last-child{
	border:none;
}

.treatment .photo-box{
	margin:0;
}

.treatment li{
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px dotted #52341c;
	overflow:hidden;
}

.treatment li dt{
	display:inline;
	padding:0 0 5px;
	font-size:120%;
	color: #54b627;
	vertical-align:baseline;
}

.treatment li dt.description{
	clear:both;
	display:block;
	padding:10px 0 0;
	font-size:100%;
	font-weight:bold;
	color:#59493f;
}

.treatment li dt + dd{
	clear:none;
	display:inline;
	margin:0 0 0 1em;
	vertical-align:baseline;
}

.treatment li dd{
	clear:both;
}

.treatment li:last-child{
	margin:0;
	padding:0;
	border:none;
}



p.ind1 {
padding-left:1em;
text-indent:-1em;
}
p.ind1:first-letter {
	color:rgba(242,158,72,1.00);
}

/*------------------------------------------------------------
photo-box
------------------------------------------------------------*/
.photo-box{
	margin:0 0 15px;
	overflow:hidden;
}

.photo{
	margin:0 30px 0 0;
}

.text{
	width:410px;
}

.text + p{
	clear:both;
}


/*------------------------------------------------------------
news
------------------------------------------------------------*/
#news h2 span{
	float:right;
	padding:4px 0 0;
	font-size:70%;
}

#news h2 span a{
	display:block;
	margin-right:10x;
	padding:0 0 0 10px;
	background-size:8px 9px;
}

#news .news_btn{
	font-size:12px;
	margin-right:10x;
	background-color:#be392a;
	color:#fff;
	padding:2px 10px;
	border-radius:3px;
	}

#news dl{
	clear:both;
	overflow:hidden;
}

#news dt{
	clear:both;
	float:left;
	margin:0 0 5px;
	padding:0 0 5px;
}

#news dd{
	margin:0 0 5px;
	padding:0 0 5px 8em;
	border-bottom:1px solid #59493f;
}

#news dd:last-child{
	border:none;
}

.post-body{
	margin:0 0 30px;
	padding:0 0 30px;
	border-bottom: 1px dotted #52341C;
}

.post-photo{
	text-align:center;
}

/*------------------------------------------------------------
top-banner
------------------------------------------------------------*/
.thumbWrap{
	margin:450px 0 0 0;
}

.thumb{
	text-align:center;
}

.thumbWrap li{
	display:inline-block;
	margin:0 20px 0 0;
	letter-spacing:normal;
	line-height:0;
	float:left;
}

.thumbWrap img{
	margin-bottom:20px;
}

.thumbWrap li:last-child{
	margin-right:0;
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
.double{
	margin:0 -20px 0 0;
	text-align:center;
	line-height:0;
	letter-spacing:-.4em;
}

.double li{
	display:inline-block;
	margin:0 20px 20px 0;
	letter-spacing:normal;
}

.post img{
	max-width:100%;
	height:auto;
}


.map{
	margin:0 0 15px;
	padding:1px;
	background:#fff;
	border:1px solid #988b83;
	line-height:0;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
#pagetop{
	margin-bottom:15px;
	text-align:center;
}


footer{
	clear:both;
	padding:30px 0 0;
	font-size:90%;
	background-color:#eeeeee;
}

footer nav{
	padding:15px 0;
}

footer nav ul{
	text-align:center;
	letter-spacing:-.4em;
}

footer nav li{
	display:inline-block;
	padding:0 30px;
	border-right:1px solid #050505;
	letter-spacing:normal;
}

footer nav li:last-child{
	border-right:none;
}

footer a{
	color:#59493f;
}

#copyright{
	padding:10px 0;
	text-align:center;
	background-color:#348b4b;
	color:#FFFFFF;
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media screen and (max-width: 959px){
	
.thumbWrap{width:100%;text-align:center;margin:300px 0 15px;}
.thumbWrap ul.thumb li{width:32%; margin:0 0.5% 0 0.5%;}
.thumb{overflow:hidden;}
.thumbWrap img{width:100%; height:auto;}
	
.content, #header{width:100%;} .inner{width:98%;
 margin:0 auto;
 overflow:hidden;
 }

#top_bg{
background-size:contain,auto;
background-position: center 155px, center 0px;
	}

#head{
	padding:0 10px;
}

#head h2,#middle{
	width:30%;
	margin:0 0 0 15px;
}

 #top_bnr{
	 width:100%;
	text-align:center;
	margin:20px auto;
	vertical-align:bottom;
	}
#top_bnr img{
width:47%;
	float:left;
	height:auto;
	}

#top_bnr img:last-child{
		vertical-align:bottom;
		margin-bottom:0px;
	}
	
#middle h2{
	width:100%;
	margin:0;
}

#head > p{
	width:60%;
}

nav#mainNav{
	width:95%;
}

.panel ul{margin:0 auto;}

nav div.panel{float:none;}

#main{
	padding:0 0 30px;
}

 .inner2{
	 text-align:center;
	 width:48%;
	  float:left;
	 margin-left:1%;
	 }

.text{
	width:100%;
}

.photo{
	text-align:center;
}


#pagetop{
	padding:0 15px 0 0;
	box-sizing:border-box;
}

footer{
	margin:0;
	padding:15px 0 0;
	border:0;
	text-align:center;
}

footer nav{
	padding:0;
}

footer nav li{
	display:block;
	text-align:left;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border-bottom:1px dotted #9e764c;
	border-right:none;
}

footer nav li:last-child{
	border-bottom:none;
}

footer nav li a{
	display:block;
	width:100%;
	padding:15px;
}

}

------------------------------------------------------------*/
@media only screen and (max-width: 648px){
  
  #top_bg{
background-size:contain,auto;
background-position: center 200px, center 0px;
	}
.content, #header{width:100%;} .inner{width:98%;
 margin:0 auto;
 overflow:hidden;
 }

iframe {
	text-align:center;
	 border:solid #348b4b 5px;
	 margin:0px 10px;
	 width:90%;
	  }

.profile_box{
	 width:100%;
		 margin:0px 10px;
	}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#footerLogo{float:none;padding:0;}
img.alignright, img.alignleft{display: block;	margin:5px auto;}
.alignright,.alignleft{float:none;}

.content, #header{width:100%;} 

.inner{width:98%;
 margin:0 auto;
 overflow:hidden;
 }
  .inner2{
	 text-align:center;
	 width:100%;
	 margin:0 auto;
	 }


h3{
	margin-top:20px;
margin:0 auto;
}

.top_read{
	width:98%;
	clear:both;
	margin:0 auto;
	}	
	
.top_read img{
	width:98%;
	height:auto;
	float:none;
	clear:both;
	margin:0 auto;
	}

iframe {
	text-align:center;
	 border:solid #348b4b 5px;
	 margin:0px 10px;
	 width:90%;
	  }

.profile_box{
	 width:100%;
		 margin:0px 10px;
	}

}

@media only screen and (max-width: 571px){
.content, #header{width:100%;} .inner{width:98%;
 margin:0 auto;
 overflow:hidden;
 }

#top_bg{
background-size:contain,auto;
background-position: center 220px, center 0px;
	}

#top_bnr{
	text-align:center;
	width:95%;
	margin:0 auto;
	}
#top_bnr img{
	width:100%;
	height:auto;
	}

.top_read{
	text-align:center;
	width:95%;
	clear:both;
	margin:0 auto;
	}	
	
.top_read p{
width:95%;
	text-align:left;
	}	

.top_read img{
width:100%;
	height:auto;
	float:none;
	}	
	
.menu_item{
	width:40%;
	float:left;
	margin-bottom:30px;
	margin-right:20px;
	}


/*------------------------------------------------------------
voice-box
------------------------------------------------------------*/
.voice-box{
	margin:0 0 15px;
	text-align:center;
}

.voice-box img{
margin:0 auto;
}

.voice-box p{
	width:90%;
margin:0 auto;
text-align:left;
}

.voice-box p img + p{
	clear:both;
}


}

@media screen and (max-width: 481px){
	
.content, #header{width:100%;} .inner{width:98%;
 margin:0 auto;
 overflow:hidden;
 }
h3{
	margin-top:20px;
}

  #top_bg{
background-size:contain,auto;
background-position: center 230px, center -100px;
	}
  #top_bnr{
	  margin-bottom:20px;
	}

.content .top_01{
	font-size:20px;
}

.thumbWrap{
	margin:180px 0 0 0;
}

.top_left{
	float:none;
}
	
.voice img{
	width:50%;
	height:auto;
	}
.voice p{
	clear:both;
	width:100%;
	}

.content td{
	border:none;
}

#news dt{
	float:none;
	margin:0;
	padding:0;
}

#news dd{
	padding:0 0 5px;
}
.menu_item{
	width:80%;
	margin:20px auto;
	float:none;
	}

}