@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*---------------------------------
  共通項目
---------------------------------*/

html{
}

body{background-color:#FAF5EA;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 1.6;
font-weight: 500;
	color: #000;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Helvetica Neue", "Hiragino Sans",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color:#9BCA54;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
	text-shadow: 0 0 3px #666;
	font-family: "Noto Sans JP", sans-serif;
}

.link2 a {
	display: block;
	margin: 0 auto;
	padding: 8px 20px 8px 10px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 0 0 3px #666;
	background-color:#9BCA54;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url("../../image/common/link.png");
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.tel_link {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color:#685236;
    background-image: url("../../image/common/tel.png");
    background-repeat: no-repeat;
    background-size: auto 17px;
    padding: 0 0 0 25px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}

.imgbox3 ul, .imgbox2 ul,
ul.imgbox4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}
.imgbox3 ul li {
    width: 31%;
    margin: 0 0 20px;
}
.imgbox2 ul li {
    width: 46%;
    margin: 0 0 10px;
}
.imgbox3 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
}
.imgbox2 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-sizing: border-box;
}


ul.imgbox4 li{width: 23%;
    margin: 0 0 20px;}
ul.imgbox4 li img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}
header{
	margin: 0 0 0px;
	background-color: #FFFFFF;
	padding: 0 0 10px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
header:after {
	content: "";
	clear: both;
	display: block;
}
header h1 {
	line-height: 1.2;
	font-size: 14px;
	color: #000000;
	text-align: center;
	/*background-color: #DDDDDD;*/
	padding: 5px 0 0 0 ;
	font-weight: normal;
}
header #head {
	width: 330px;
	margin: 0px auto;
	padding: 0px 0px 0px;
}

header #logo {
	width: 100%;
	margin: 0px auto 0px;
}
header #logo img{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	display: block;
}

header #tel {
	width: 300px;
	margin: 0 auto;
	display: block;
}

header ul.flex3{display: flex;
justify-content: space-around;
margin: 0 auto;
width: 100%;}

header ul.flex3 li{box-sizing: border-box;
width: 30%;}

header ul.flex3 li a{font-weight: bold;
text-align: center;
	border-radius: 6px;
color: #fff;
	display: block;
	box-sizing: border-box;
text-shadow: 0 0 4px #333;
padding: 8px 5px;}
header ul.flex3 li.tel a{background:#F18F56;}
header ul.flex3 li.line a{background:#00BA01;}
header ul.flex3 li.access a{background:#976208;}

header p.yoyaku{color:#F18F56;
	font-weight: bold;
border-top:2px solid #F18F56;
	padding-top: 5px;
margin: 0 0 5px 0;
text-align: center;
font-size: 16px;}

dl.telnum dt{background:#F18F56;
color: #fff;
	box-sizing: border-box;
	padding:3px 0;
text-align: center;
line-height: 1.3;
font-weight: bold;
font-size: 14px;
margin: 0 0 5px 0;
	border-radius:15px;
}

dl.telnum dd{text-align: center;
}

dl.telnum dd a{text-align: center;
display: inline-block;
	font-weight: bold;
	margin: 5px 0 5px 0;
color:#685236;
	text-decoration: none;
	word-break: keep-all;
	 font-size: 31px;
    line-height: 25px;
    padding: 0 0 5px 25px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-image: url("../../image/common/tel.png");
    background-size: auto 20px;
    position: relative;
	font-family: Arial, Helvetica, "sans-serif";
	
}


/*---------------------*/

#head_tel {
	display: block;
	border-radius: 10px;
	margin: 0 auto 10px;
	padding: 5px;
	width: 290px;
	background-color: #FFFFFF;
	background-image: url(../image/head_bg_u.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 50px auto;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	box-shadow: 0px 0px 5px #bbbbbb;
}

#head_tel section{
	background-image: url(../image/head_bg_b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px auto;
	margin: 0;
	padding: 5px 20px;
	display: block;
}

#head_tel section p{
	margin: 0;
}


/*---------------------*/

#foot{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background: #fff;
}
#foot .foot {
	width: 320px;
	position: relative;
	margin: 0px auto;
}
#foot .foot p {
	text-align: left;
	display: block;
	margin-bottom: 0px;
}
#foot .foot p.logo {
	padding: 0;
	margin: 0 0 5px;
	text-align: center;
	color: #705838;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
}
#foot .foot p.logo small {
	display: block;
	font-size: 25px;
}
#foot .foot p.logo img {
	margin: 0;
	width: 90%;

}
#foot .foot p.address {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 0 0 5px 0;
	margin: 0px auto;
	color: #222;
}
#foot .foot p.address a {
	font-size: 14px;
	line-height: 120%;
	color: #222;
}
#foot section#copy {
	background-color:#976208;
	padding: 3px 0;
	margin: 5px 0 0 0;
}
#foot section#copy p{
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	margin: 0px;
	color: #fff;
}

#copy small{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#copy small a{
	color: #FFFFFF;
	text-decoration: none;
}

#copy small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.cf:after{
content:"";
display:block;
clear:both;
}


.imgbox {
	text-align: center;
}






p {
	margin-bottom: 1em;
}
section.contentBox {
	padding: 0px 5px 5px;
	margin: 0;
}
.outbox,
.pr01{background: #fff;
box-shadow: 0 0px 5px #F8D8AF;
	-webkit-box-shadow: 0 0px 5px #F8D8AF;
padding: 5px;
	margin: 0 10px 30px;	
	border-radius:10px;
}
.pr01{padding: 10px;}
.inbox{
	padding: 0 5px 5px;
}

ul.check li{color: #605140;
font-weight: bold;
border-bottom: 2px dotted #CBC495;
background: url("../../image/common/check.png") no-repeat left top;
background-size: auto 20px;
padding: 0 0 8px 25px;
margin: 0 0 8px 0;
font-size:17px;}

/*-----------------------------------------------
   Fonts
-----------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	width: 100%;
}



a {
	color: #1B6ABA;
	text-decoration: none;
}




.center {
	text-align: center;
}
h2 {color:#fff;
	margin: 0 0 20px;
	line-height: 1.5;
	font-size: 20px;
	padding: 5px 10px 5px 25px;
	border-radius: 8px;
	background: #DB7D46 url("../../image/common/texture_ws50.png") repeat left top;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	transform: rotate(0.03deg);
position: relative;}

h2:before{content:"";
width: 5px;
height: 20px;
background: #F4F6A8;
position: absolute;
left: 10px;
top: 11px;
border-radius: 2px;}


h3 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	margin: 0 0px 15px;
	color:#685236;
	padding: 0px 0 6px 16px;
	border-radius: 0px;
	font-size: 18px;
	line-height: 1.4;
	transform: rotate(0.03deg);
	position: relative;
	clear: both;
	border-bottom: 1px solid #E87C3E;
background: url("../../image/common/h3.png") no-repeat left 8px;
background-size: auto 9px;}



h4 {
	color:#6A5014;
	font-size: 18px;
	padding:5px 0 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3;
border: 1px solid #FB9A56;
	border-left: 7px solid #FB9A56;
	font-weight: bold;
}
h6 {
	line-height: 25px;
	font-size: 17px;
	color: #E76D8E;
	border-bottom: 2px dotted #E76D8E;
	margin: 0 0 5px 0;
	padding: 0 0 5px;
	
}

/*------------------------------
	ナビゲーション
------------------------------*/
nav#navi {
	padding: 15px 10px 10px;
	background-color: #FFFFFF;
	background-image: url(../../image/common/eye_bg.jpg);
}

nav#navi p {
	background-repeat: no-repeat;
	background-position: 97% 40%;
	background-image: url(../image/toggle-right.png);
	background-color:#E87C3E;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	border: 2px solid #E87C3E;
	border-radius: 8px;
	margin: 0 0 10px;
	padding: 5px 30px 5px 10px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


nav#navi p.active {
	background-repeat: no-repeat;
	background-position: 97% 40%;
	background-image: url(../image/toggle-down.png);
	background-color:#976208;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	color: #FFFFFF;
	border-color:#976208;
}

#navi .shousai {
	padding: 0px 5px 0px;
	border-radius: 5px;
	margin: 0 5px 10px;
	background-color: #FFFFFF;
}

#navi .shousai ul {
	padding: 0 0 0px 0;
}

#navi .shousai ul li {
	line-height: 1.5;
	border-bottom: 1px dotted #CBC495;
	background-repeat: no-repeat;
	background-position: 97% center;
	background-image: url(../image/toggle-down-s.png);
	background-size: 6px auto;
	margin: 0 0 5px;
	-webkit-background-size: 6px auto;
}
#navi .shousai ul li:last-child {
	border: none;
	margin-bottom: 0px;
}
#navi .shousai ul li a{
	display: block;
	padding: 3px 30px 3px 3px;
}

#navi .shousai ul li a, #navi .shousai ul li a:visited {
	color: #333333;
	font-weight: bold;
}


.bn ul{
	margin: 30px auto;
	display: block;
	max-width: 300px;
}
.bn ul li{
	margin: 0 0 15px;
	list-style-type: none;
}
.bn ul li a{
	margin: 0 auto;
	display: block;
}
.bn ul li a:hover{
	opacity: 0.7;
}
.bn ul li img{border: 1px solid #CCCCCC;
	border-radius: 7px;
	width: 100%;
	height: auto;
	display: block;
}

.kessai{border: 5px solid #DB7D46;
border-radius: 10px;
padding: 10px;
margin: 0 auto 10px auto;
	box-sizing: border-box;
background: #fff;
max-width: 300px;}
.aligncenter{width: 80%;
margin: 0 auto 0px auto;}
.aligncenter img{display: block;
	margin: 0 auto 20px auto;
width: 100%;}

.kessai .aligncenter img{display: block;
	margin: 0 auto!important}
.kessai p{text-align: center;}
.kessai p strong{font-size: 1.3em;
font-weight: bold;
display: block;
color: #DB7D46;}



.eye,
.topimg{
	padding: 0;
	margin: 0 0 10px 0;
	background-image: url(../image/eye_bg.jpg);
	box-shadow: 0 2px 5px #ABA47B;
}

.eye img,
.topimg img{
	
	height: auto;
	display: block;
	margin: 0px auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topimg{margin-bottom: 30px;}
.topimg img{max-width: 100%;}

/*-------------------------------
	ページトップ
-------------------------------*/
.pagetop{
	margin:0 10px 5px 10px;
	text-align:right;
	color: #48341E;
}

.pagetop a{
	padding:0 0 0 14px;
	font-size:90%;
	background:url(../image/totop.png) no-repeat left center;
	-webkit-background-size:11px;
	background-size:11px;
	color: #48341E;
}

/*-------------------------------
   TopicPath
-------------------------------*/
#topicpath {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	
}
#topicpath ul {
	list-style: none;
	padding: 0px;
}
#topicpath ul li {
	display: inline;
	font-size: 14px;
	 color: #58300D;
}
#topicpath ul li a {
	 color: #58300D;
}

#topicpath ul li span {
}

/*-------------------------------
   トップページ
-------------------------------*/


/*-----------------*/

.pr01 ul.check{margin-bottom: 20px;}

.pr01 ul li img{border: 3px solid #E87C3E;
border-radius: 10px;
background: #fff;}

.pr01 .aligncenter{width: 100%;}

/*-----------------*/


#infoArea .information{
	width:100%;
	height:200px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

#infoArea .information iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}


/*-----------------*/

/*-----------------*/
.about table {
    background: #fff;
    margin: 10px 0;
    color: #000;
    width: 100%;
}
.about table th {
    text-align: center;
    padding: 3px 5px;
  border: 1px solid #fff;
	background:#976208;
	color: #fff;
}
.about table td {color:#976208;
    
    text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 16px;
	border: 1px solid #976208;
}

.about table td.notes{font-size: 16px;}
.about table th {
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
}

dl.kyushin{
	margin: 0 0 10px;
	color: #D80000;
	font-size: 120%;
	font-weight: bold;
}
dl.kyushin dt{
	float: left;
}
dl.kyushin dd{
	margin: 0 0 5px 4em;
}


dl.kome{
	margin: 0 0 10px;
}
dl.kome dt{
	float: left;
}
dl.kome dd{
	margin: 0 0 5px 1.5em;
}
p.kome,
span.kome{position: relative;
padding-left: 1.25em;}

p.kome:before,
span.kome:before{content:"※";
position: absolute;
left: 0;
top:0;}
/*-----------------*/

#access iframe {
	margin: 0px auto;
	width: 100%;
	height: 250px;
	padding: 0px;
	display: block;
}
#access dl {
}
#access dl:after {
	clear: both;
	content:"";
	display: block;
}
#access dl dt {
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	float: left;
	background-color:#976208;
	color: #fff;
	padding: 0;
	width: 5em;
}
#access dl dd {
	padding: 0 0 10px 5.5em;
	margin-bottom: 10px;
	border-bottom: 1px dashed #976208;
}
#access dl dd .yoyaku{font-weight: bold;
background: #F18F56;
color: #fff;
padding: 2px 5px;
margin: 0 0 0 10px;}
/*--------------------------------
	当院紹介
--------------------------------*/
/*------施術の流れ-----*/
ol.nagare {}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 40px;
    clear: both;
    background-image: url(../../image/common/arrow.png);
    background-repeat: no-repeat;
    background-position:50% bottom;
    background-size: auto 25px;
}
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 {
	

	padding: 0px 0 5px 0;
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 0px;
	background:none;
	color:#685236;
	border-bottom: 2px dotted #CBC495;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	
}
ol.nagare li dl dt span {
	padding: 2px 5px;
	font-weight: bold;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color:#E87C3E;
	font-size:14px;
	border-radius: 5px;
	color: #fff;
}
ol.nagare li dl dd {
    margin: 0 5px;
}
ol.nagare li dl dd img {
    margin: 0 0 15px 20px;
    width: 120px;
    float: right;
    height: auto;
    background-color: #C8F2E9;
    border-radius: 0px;
}

/*-----------------*/



dl.faq dt{
	font-size: 16px;
	font-weight: bold;
	color: #60382C;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding: 8px 0 0 35px;
	/* [disabled]background: #F5EFE9; */
	position: relative;
}
dl.faq dt::before {
	content: "Q";
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color:#6DA91D;
	width: 27px;
	height: 27px;
	line-height: 27px;
	border-radius: 20px;
	position: absolute;
	left:0;
	top: 5px;
}

dl.faq dd{
	margin: 0 0 25px 0;
	padding: 10px;
	position: relative;
	line-height: 25px;
	background: #FFFDE6;
	border: #D9CBBC 1px dashed;
	border-radius: 5px;
}



/*--------------------------------
	当院紹介
--------------------------------*/
.feature h3 {
	border:none;
	line-height: 1.4;
	font-size: 22px;
	color:#784300;
	padding: 0px 0 10px 40px;
	margin: 0 0 10px 0;
	background:url("../../image/common/logomark.png") no-repeat left top;
	background-size: auto 30px;
	border-bottom: 1px dashed #E87C3E;
	font-weight: 600;
}

.feature h3:before{content:none;}

.feature h3 strong {font-weight: 600;
    color:#C43500;
}
.feature p {
    margin: 0 0px 30px;
}

/*--------------------------*/

.greet .inchou {
	width: 200px;
	margin: 0 auto 10px;
}
.greet .inchou img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	border-radius: 5px;
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.greet .inchou figcaption {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color:#784300;
}
.greet .inchou figcaption strong {
	color:#E87C3E;
	font-size: 16px;
}
.greet p { font-size: 1.1em;
	margin: 0 0px 1em 0px;
}
.greet .profile ul{margin: 0 5px 20px 5px;}
.greet .profile ul li{background: url("../../image/common/link2.png") no-repeat left 6px;
background-size: auto 8px;
padding: 0 0 6px 12px;margin-bottom: 6px;

border-bottom: 1px dotted #CBC3B9}

/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 35px;
	position: relative;
	min-height: 22px;
	font-weight: bold;
	color:#784300;
	font-size: 17px;
}
.qa dl dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	line-height: 26px;
	display: block;
	text-align: center;
	color:#C43500;
	font-family:Arial, Helvetica, "sans-serif";
	/*background-color:#4AAE2C;
	width: 26px;
	height: 26px;
	border-radius: 50%;*/
	
	
}
.qa dl dd {
	padding: 2px 0 20px 35px;
	position: relative;
	margin: 0px 0 20px;
	border-bottom: 1px dashed #C9B98C;
	height: auto;
}
.qa dl dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	line-height: 26px;
	display: block;
font-family:Arial, Helvetica, "sans-serif";
	text-align: center;
	
	color: #9BCA54;
/*	
	font-weight: bold;
	background-color:#ED688D;
	color: #FFFFFF;
	width: 26px;
	height: 26px;
	border-radius: 50%;*/
}
.qa dl dd ul{list-style-type: disc;
margin-left: 15px;
}

/*-----------------------------------
	施術内容
-----------------------------------*/
.boldred{
	color: #EC0000;
    font-weight: bold;
}
.ryokin table {
	border: 1px solid #C7A771;
	margin: 0 0 15px;
	width: 100%;
	clear: both;
}

.ryokin table tr{display: flex;
flex-wrap: wrap;}

.ryokin table th {display: block;
	width: 100%;
	background-color:#FCF6E0;
	
	border-bottom: 1px solid #C7A771;
	font-size: 16px;
	color:#6A5014;
	font-weight: bold;
}
.ryokin table th, .ryokin table td {box-sizing: border-box;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}
.ryokin table td {
    font-size: 16px;
    text-align: center;
   
    border-bottom: 1px solid #C7A771;
}
.ryokin table tr td:nth-of-type(1){width: 30%;}
.ryokin table tr td:nth-of-type(2){width: 70%;}
.ryokin table tr:last-of-type td{border-bottom: none;}
.jihi .ryokin table td:last-child {
    text-align: right;
    padding-right: 2em;
}
.jihi .ryokin table td.kara {
    padding-right: 1em;
}



/*-----------------*/

.hoken p {
	margin: 0 0px 30px;
}
.hoken p img {
	margin: 0 auto 10px;
	padding: 0;
	width: 240px;
	height: auto;
	box-sizing: border-box;
	display: block;
		border-radius: 5px;
	box-sizing: border-box;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #C9B79F;
}

/*-----------------*/


.jiko p {
	margin: 0 5px 30px;
}

.jiko p img{
	width: 240px;
	margin: 0 auto 10px;
	display: block;
}


/*-----------------*/


#jibaiArea p {
	margin: 0 5px 30px;
}

#jibaiArea img{
	width: 240px;
	margin: 0 auto 10px;
	display: block;
}


.space{
	display: block;
	height: 30px;
}


.algincenter{
	text-align: center;
}
.algincenter img{
	margin: 0 auto;
	padding: 0 0 20px;
	display: block;
}

.osusume{background: #FCF6E0;
padding: 10px 15px;
font-weight: bold;
border-radius: 10px;
font-size: 1.05em;}

.parking{width: 100%;}
.parking img{max-width: 100%;}
