@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*--------------------------------
  共通項目・トップページ
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.space{
	display: block;
	height: 40px;
}

.space2{
	display: block;
	height: 20px;
}


/*-------------------------
	バナー
------------------------*/
.bn ul {
	margin: 0 auto 30px;
	max-width: 300px;
}
.bn ul li {
	margin: 0px 0px 10px;
	list-style-type: none;
	display: inline-block;
}
.bn ul li img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	border: 1px solid #CFCFCF;
}
.shadow img{-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);}

dl.indent{padding: 0;
	margin: 0;}
	
dl.indent dt{float: left;}

dl.indent dd{margin: 0 0 5px;
	padding: 0 0 0 1.5em;}


a {
	color: #1B6ABA;
	text-decoration: none;
}
.imgbox {
}

.imgbox3, .imgbox2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.imgbox3 li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 li img, .imgbox2 li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	
	box-sizing: border-box;
}


#catchArea img {
	width: 100%;
	height: auto;
}
.inbox {
	padding: 0px 5px 10px;
}

.outbox {
	margin: 0 10px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #AAAAAA;
}

p{ text-align:justify;
text-justify:inter-ideograph;}


/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 160%;
	font-family: sans-serif;
	color: #000;
	position: relative;
	 background-color: #FFFFFF;
background-image: url("../../image/common/bg.jpg");
}

a:link{color:#069;}

a:visited{
color:#036;
}

a:active{
color:#0CF;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	width: 100%;
}

#wrap{}
.column{margin-bottom: 30px;}

a.link{
	display: block;
	margin: 10px 0 0 0px;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#C1AC6C;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
}
a.link:hover{
opacity: 0.7;
}
a.tel_link{
	font-size: 24px;
	text-decoration: none;

	font-family: "Shippori Mincho", serif;
  font-weight: 600;
    color: #000000;
    background-image: url("../../image/common/tel.png");
	background-repeat: no-repeat;
	background-size: auto 18px;
	padding: 0 0 0 25px;
	background-position: left center;
	line-height: 30px;
	float: right;
	display: block;
	margin: 10px 0 0 20px;
}

.alignright,
.alignleft{width: 80%;
margin: 0 auto 20px auto;}

.alignright img,
.alignleft img{display: block;
margin: 0 auto;
border-radius: 5px;}

.aligncenter{
	margin: 0 10px 20px;
}
.aligncenter img{width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	
}

.border img{border: 5px solid #fff;
box-shadow: 0 3px 6px #ccc;
box-sizing: border-box;}

span.kome {
	padding: 0 0 5px 1.5em;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	overflow: hidden;
}
span.kome:before {
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}

/*-----------------------------------------------
	Fonts
-----------------------------------------------*/
h2 {
	font-size: 21px;
	padding: 5px 10px 5px 30px;
	color:#fff;
	line-height: 1.4;
	margin: 0 0 15px;
	border-radius: 5px;
	font-weight: bold;
	clear: both;
font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	background-color: #978E75;
	text-shadow: 0 0 6px #4B4438;
	background-image: url("../../image/common/h2.png"),url("../../image/common/texture_ws50.png");
	background-repeat: no-repeat,repeat;
	background-position: 10px center,left top;
}

h3 {
    padding: 0px 0px 5px 15px;
    margin: 0px 0 15px 0;
  
    color:#9A8E71;
	border-bottom: 1px solid #9A8E71;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
font-weight: bold;
    clear: both;
}
h3:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 22px;
    border-radius: 3px;
    left: 0px;
    top: 0px;
    background:#9A8E71;
    display: block;
}

.bgnone{border: none;
background: none;
background-image: none;
background-color: transparent;
padding: 0;}

h4 {
	margin: 0 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: bold;
	clear: both;
	color:#8C6900;	
}
/*------------------------------------------------
   基本レイアウト
------------------------------------------------*/
header{
	padding: 0 0 5px 0;
	clear: both;
	margin: 0;
 background-color: #fff;
	box-shadow: 0 3px 4px #ccc;
    /*border-top: 3px solid #1B7CCC;*/
}
header h1{
	padding: 3px 3px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#706B5D;
}
header .head {
	width: 80%;
    max-width: 350px;
	margin: 0 auto;
	padding: 0;
}
header #logo{
	margin: 0px 0 10px 0;
	text-align: center;
    width: 75%;
    float: left;
}
header #logo img {
	width: 100%;
	height: auto;
}
p.telnum{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin: 0 0 10px 0;
	text-align: center;
font-size: 14px;
}

header p.telnum a {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
 border: 1px solid #706B5D;
   background:#fff;

    text-decoration: none;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 0px 0 0 0;
    color:#706B5D;
    font-weight: bold;
	 font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

header p.telnum a img {
    display: block;
   width: 25px;
    height: auto;
    margin: 0 auto;
}

header p.yoyaku{
    font-weight: bold;
    padding: 3px 5px ;
    margin: 5px 0 10px 0;
    display: block;
    line-height: 1.2;
    font-size: 14px;
   background: #FFFA65;
    text-align: center;
    border-radius: 20px;
    color: #616161;
}

/*--------------------------*/

#foot{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background:#fff;
	color:#333;
}

#foot .foot {
	width: 320px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foot p {
	text-align: left;
	display: block;
}

#foot .foot p.name {
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	width:220px;
}

#foot .foot p.name img{
	width: 100%;
	height: auto;
	display: block;
}

#foot .foot p.address {
	text-align: center;
	line-height: 20px;
	display: block;
	padding: 5px 0px;
	margin: 0px;
   
}
#foot .foot p.address a {
	color: #333;
	/* [disabled]font-weight: bold; */
}

#foot section#copy { background-color:#706B5D;
	padding-top: 10px;
}

#foot section#copy p{
	text-align: center;
	font-size: 10px;	padding-bottom: 10px;
	line-height: 120%;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
#foot section#copy p a{color:#fff;
text-decoration: none;}

/*------------------------------------------------
   Gloval Navigation1(head)
------------------------------------------------*/


#navi1 {
	clear: both;
	margin: 0 0 30px;
}

#navi2 {
	clear: both;
	margin: 0px 0px 30px;
}
/*#navi1 ul,
#navi2 ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	border-top: 1px dotted #FFF;
}

#navi1 ul li,
#navi2 ul li {
	position:relative;
	float: left;
	height:45px;
	width: 50%;}

*/

#navi1 ul,
#navi2 ul {
	display:flex!important;
	flex-wrap: wrap;
	align-content: stretch;
	width: 100%;
    font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
color: #fff;
     transform: rotate(0.05deg);
}

#navi1 ul li,
#navi2 ul li {	box-sizing: border-box;
	position:relative;
	width: 50%!important;
	border-right: 1px dotted #aaa;background: #FFF9BF;
background:#706B5D;}

#navi1 ul li:nth-of-type(even),
#navi2 ul li:nth-of-type(even){border-right:none;}

#navi1 ul li a,
#navi2 ul li a {height: 50px;
	line-height: 50px;
display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;*/
border-bottom: 1px dotted #fff;
	background:url("../../image/common/link.png") no-repeat 95% center;
	background-size: auto 12px;

}

#navi1 ul li:nth-of-type(odd) a,
#navi2 ul li:nth-of-type(odd) a{
	border-left:none;
}

#navi1 ul li,
#navi2 ul li{border-bottom: 0px dotted #666;}

#navi1 ul li a:link,
#navi2 ul li a:link {color:#fff;}

#navi1 ul li a:visited,
#navi2 ul li a:visited {color:#fff;}


#navi1 ul li.small a,
#navi2 ul li.small a{font-size: 14px;
line-height: 22px;
padding: 0px 0 0 0;}
/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 15px 10px 5px 0px;
	text-align: right;
	color: #666666;
}

.pagetop:after {
	content:"";
	display:block;
	clear:both;
}

.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	margin: 0 0 15px 0px;
	/*background:url("../../image/common/eye_bg.jpg");*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
}
nav#topicpath ul li {
	display: inline;
	font-size: 11px;
}
nav#topicpath ul li a {
}

nav#topicpath ul li span {
}

/*---------------------------------------
	トップページ
---------------------------------------*/
.topimg {background-color:#fff;
	padding: 5px;
	border-radius: 10px;
	margin: 10px 10px 10px 10px;
	border: 5px solid #E1DAC8;
	
}

.topimg img{
	object-fit:cover;
	margin: 0px auto 0px auto;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.eye{background-color:#fff;
	padding: 5px;
	border-radius: 10px;
	margin: 10px 10px 10px 10px;
	border: 5px solid #E1DAC8;
}
.eye img{
	width: 100%;
	margin: 0 auto 0px auto;
	display: block;
	max-width: 450px;
}
.eye img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	/*
    border-radius: 10px;
    border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);*/
}


/*---------------------------*/

.pr01 .aligncenter{width: 100%;
	margin: 0 auto 10px auto;
	
	
}
.pr01 .aligncenter img{display: block;
margin: 0 auto;}

.pr01 h2 {padding: 0;
	background-image:none;
    text-align: center;
    border: none;
    color:#9A8E71;
    font-size: 25px;
	background-color: transparent;
	text-shadow: none;
}


.pr01 p{font-size: 18px;
margin: 0 0 20px 0;
font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;}


/*----------------------------------*/	

.time table{
	border-collapse: collapse;
	margin: 0 0 5px 0;
	border: 1px solid #968353;
	width: 100%;
}
.time table td{
	font-size: 14px;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #968353;
}
.time table th{ border: 1px solid #968353;
     background:#F3EFDD;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 15px;

}
.time table th.jikan{
}

dl.kome{}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 0 1.5em;
}
dl.kome dd:after{content: "";
display: block;
clear: both;}	


.time dl.kyushin {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	margin: 5px 0px 0px;
}

.time dl.kyushin dt{
	float: left;
	background: none;
}
.time dl.kyushin dd{
	padding: 0 0 0 4em;
}
.time dl.kyushin dd small{
	font-weight: normal;
}

/*----------------------------------*/

.about dl {
	margin-bottom: 5px;
	line-height: 28px;
	padding-bottom: 10px;
}
.about dl dt {
	
	
	color:#9A8E71;
	font-size: 16px;
	padding: 0 0 5px 0;
    line-height: 1.2;
	border-bottom:1px solid #9A8E71;
    margin: 0 0 5px 0;
	background-image: none;
	font-weight: bold;
}


.about dl dd {
	line-height: 25px;
	text-align: left;
	padding:0px 0 5px 0px;
}
.about dl dd a.more{
	padding: 5px 0 0px;
	text-align: right;
	margin: 0 0 5px;
	display: block;
	text-decoration: underline;
}
.about dl dd.tel {
	font-size: 21px;
	margin: 0px auto;
}
.about dl dd.tel a {
	color: #000000;
}

.about dl dd.tel span{background: #FD961D;
padding: 3px 7px;
    border-radius: 7px; color: #fff;
font-weight: bold;
margin-left: 10px;
font-size: 80%;}
.about dl:after {
	content:"";
	clear: both;
	display: block;
}
.about iframe {
	margin: 0 0;
	width: 100%;
	height: 250px;
}


/*---------------------------------------
	当院紹介
---------------------------------------*/

/*------------------------------*/
.feature p {
	margin: 0 5px 30px;
}
.feature .inbox{background: #FEFBF2;
padding: 10px;
box-shadow: 0 0 4px #aaa;}

.feature h3{
	background-color:transparent;
	
padding-left: 0;
	
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 22px;
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	margin: 0 10px 15px 10px;
}
.feature h3:after{content:none;}

/*-----------------------*/



.greet .inchou {
	width: 250px;
	margin: 0 auto 20px auto;
}
.greet .inchou img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin: 0 auto 10px auto;
}

.greet .inchou figcaption {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#615139;
}
.greet .inchou figcaption strong {
   color:#31B4E5;
}

.greet p {
	margin: 0 0px 10px;
}

/*------------------------------
	よくある質問
------------------------------*/
/*--------------------------------*/
.qa dl{}
.qa dl dt{
	padding: 0 0 10px 35px;
	position: relative;
	font-weight: bold;
	color:#6E4E2C;
	font-size: 17px;
}
.qa dl dt::before{
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color:#31B4E5;
	color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
}

.qa dl dd{
	padding: 0 0 15px 35px;
	position: relative;
	margin: 0 0 15px;
	border-bottom: 2px dotted #8BD1B8;
	height: auto;
}
.qa dl dd::before{
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color:#FE9AB2;
	color: #FFFFFF;
     font-family: Arial, Helvetica, "sans-serif";
}


/*---------------------------------------
	施術内容
---------------------------------------*/
.ryokin table,
table.kyujin{
	margin: 0 0 10px;
	width: 100%;
}

.ryokin table th,
.ryokin table td{
	font-size: 16px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #968353;
}

.ryokin table th,
table.kyujin th{
	padding: 5px;
	background-color:#F3EFDD;
	font-weight: bold;
}

.sejutsu .space{
	display: block;
	height: 20px;
}
.hoken ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #F3EFDD;
}
.hoken ol li {
  position: relative;
  margin: 0 0 0.5em 0;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	border-bottom: 1px dashed #9A8E71;
}

.hoken ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#9A8E71;
  color: white;

  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.5em;
}
/*-----------------------------*/


/*--------------------------------*/



.hoken img,.jiko img,.jibai img{
	width: 240px;
	height: auto;
	margin: 0 auto 20px auto;
	/*border:5px solid #fff;
	box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;*/
	border-radius: 5px;
	display: block;
}

.hoken .aligncenter,
.hoken .aligncenter img{width: 100%;
max-width: 400px;}

.hoken p {
	margin: 0 5px 30px;
}

dl.price{margin:  0 5px 30px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	
border: 1px solid #8F7736;
	background-color:#FFFEE1;
	display: flex;
	flex-wrap: wrap;
	
}
dl.price2{
	margin: 0 0 10px;
	width: 100%;
}


dl.price dt{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	width: 100%;
	color: #57380B;
	font-weight: bold;
	padding:8px 10px;
	border-bottom: 1px dotted #888888;
}

dl.price dd{width: 100%;
	border-bottom: 1px dotted #888888;

	padding:8px 10px;
	text-align: left;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	text-align: right;
}


dl.price dd:last-child{
	border-bottom: none;
}
/*--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 15px;
	padding: 0 0 40px;
	clear: both;
	background-image: url(../../image/common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-size: auto 35px;
}
ol.nagare li:last-child{
	padding: 0 0 0px;
	background-image: none;
}
ol.nagare li:last-child::after{
	content: "";
	display: block;
	clear: both;
}
ol.nagare li dl{}
ol.nagare li dl dt{
	color:#6E4E2C;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 0px;
	background-color:#F3EFDD;
}
ol.nagare li dl dt span{
	padding: 0 3px;
	margin: 0 7px 0 0;
	display: inline-block;
	background-color:#C1AC6C;
	border-radius: 0px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 13px;
}
ol.nagare li dl dd{
	margin: 0 0px;
}
ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 120px;
	float: right;
	height: auto;
border-radius: 0px;
	background-color: #FEFFC1;
	}
p.center{text-align: center;}

p.bold{font-weight: bold;
font-size: 1.15em;}
.orange{color: #F99300;}


p.message{text-align: center;
font-size: 1.3em;
	line-height: 1.6;
font-weight: bold;
color: #FF7E00;}

ol.point {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
ol.point li {
  position: relative;
  line-height: 1.5em;
  padding: 0 0 0.3em 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dashed #D5B98A;
    margin-bottom: 0.5em;
}

ol.point li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#FD961D;
  color: white;

  font-weight:bold;
  font-size: 16px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0;

}
