@charset "utf-8";
/*共通-------------------------*/
#contents {
	width: 620px;
	margin-left: 30px;
	float: left;
	clear: left;
	line-height: 160%;
}

.space{display: block;
height: 30px;}

span.kome{
	padding: 10px 0 0px 1.5em;
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
}
span.kome:before{
	content: "※";
	position: absolute;
	top: 10px;
	left: 0px;
}


p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

.aligncenter{margin: 0 auto 20px auto;
text-align: center;}

.alignright{float: right;
width: 235px;
margin: 0 0 20px 20px;}

.alignleft{float:left;
width: 235px;
margin: 0 20px 20px 0px;}

.aligncenter img,
.alignright img,
.alignleft img{display: block;
margin: 0 auto;}

.leftbox{float: left;
width: calc(100% - 265px);}

/*TOP
-------------------------*/

.topimg img{
	margin: 0 auto 40px auto;;
	display: block;
}

.outbox {
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 30px;
	-webkit-box-shadow: 0px 0px 5px #788097;
	box-shadow: 0px 0px 5px #788097;
}

.inbox{
	padding: 0 5px 15px;
	margin: 0;
}

ul.check{
	color:#473900;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 1.5em;
}

ul.check li{background-image: url("../image/common/check1.png");
	background-repeat:  no-repeat;
	background-position:  left 5px;
background-size: auto 1em;
border-bottom: 2px dotted #CEC87F;
padding:0 0 10px 1.5em;
margin: 0 0 10px 0;
line-height: 1.5;}

ul.check2{
	color:#473900;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 1.5em;
}

ul.check2 li{background-image: url("../image/common/check2.png");
	background-repeat:  no-repeat;
	background-position:  left 5px;
background-size: auto 1em;
border-bottom: 2px dotted #9DAFE5;
padding:0 0 10px 1.5em;
margin: 0 0 10px 0;
line-height: 1.5;}


.imgbox2,
.imgbox3{display: flex;
flex-wrap: wrap;
justify-content: space-around;}
.imgbox2 li,
.imgbox3 li{box-sizing: border-box;}


.imgbox2 li{width: 48%;}
.imgbox3 li{width: 30%;}

/*--------------PR---------------*/

.pr01{margin: 0 0 40px 0;}


.pr01 p{ font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
text-align: center;
color: #593421;
font-size: 18px;
line-height: 1.6;
margin: 25px 0 0px 0;
background-image: url("../image/top/pr01_top.png"),url("../image/top/pr01_btm.png");
background-position: left top,left bottom;
background-repeat: no-repeat,no-repeat;
padding: 50px 0 30px 0;}

.pr01 .imgbox3 li img{border-radius: 50%;
border: 5px solid #CBBEAC;}

.pr01 .imgbox3 li:nth-of-type(2) img{border: 5px solid #D8E9B3}


.pr02,.bg_brown{background: #FEFBF2;
border-radius: 10px;
box-shadow: 0 0 6px #D5D4D4;
padding: 20px;
margin: 0 auto 30px auto;
font-size: 17px;}

.pr02 h2{background: none;
padding: 0 0 8px 0;
border-bottom: 1px solid #EF7DA0;
color: #EF7DA0;
border-radius: 0;
margin-left: 250px;}


.pr02 .link2 a{margin-bottom: 0;
width: 60%;}

/* お知らせ
-----------------------------*/

#info .inbox{
	position: relative;
}

#info .edit {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -48px;
	right: 10px;
}
#info iframe{height: 170px;}


/*　当院の特徴
-----------------------------*/

#feature h3{background-image:url("../image/shoukai/feature.png");
background-repeat: repeat-x;
	background-position: left top;
background-color: transparent;
	background-size: auto 15px;
border: none;
text-align: center;
color:#7A6A4B;
font-size: 28px;
padding: 30px 0 0px 0;
	line-height: 1.3;
}
#feature h3 strong{
	color: #FF5757;
	font-size: 26px;
}

.feature p{
	margin: 0 10px 30px;
}

.feature p.margin0{margin-bottom: 10px;}

/*　院長挨拶
-----------------------------*/

#greet p{
	margin: 0 10px 15px 0;
}

.inchou figcaption,
.name{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#82B327;
	margin-bottom: 0px;
}

.name{text-align: right;
margin: 0;}

.inchou figcaption strong,
.name strong{
	color:#46330E;
	font-size: 16px;
}

 .inchou{
	margin: 0 0px 20px 20px;
	padding: 0;
	float: right;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #36663C;
}



/*------よくある質問-----------*/
.qa {
    margin: 0 10px;
}
.qa dt {
    padding: 0 0 0px 35px;
    position: relative;
    font-weight: bold;
    color:#91734C;
    font-size: 17px;
	margin: 0 0 10px 0;
	 

	
}
.qa .trigger{background: url("../image/common/arrow_down.png") no-repeat right 10px;
background-size: auto 10px;
border-bottom: 2px dotted rgba(205, 199, 165, 1.00);
 padding: 0 35px 10px 35px;}


.qa .is-open{border-bottom: none;
background: url("../image/common/arrow_top.png") no-repeat right 10px;
background-size: auto 10px;
padding: 0 35px 10px 35px;}

.qa .trigger:hover,
.qa .is-open:hover{
	opacity: 0.7;
}

.qa 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:#A0ACD0;
    color: #FFFFFF;
}
.qa dd {
    padding: 4px 0 20px 35px;
    position: relative;
    margin: 0 0 15px!important;
    border-bottom: 2px dotted rgba(205, 199, 165, 1.00)!important;
    height: auto;
}
.qa dd:last-of-type {
    border: none;
    margin: 0;
}
.qa 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:#EBABDC;
    color: #FFFFFF;
}

dl.qa dd h3{margin: 10px 0 10px 0;}

.qa dd ul{list-style-type: disc;
margin: 0 0 0 1.5em;}

.naka{display: none;}

.qa dd a{text-decoration: underline;}


/*　院内写真
---------------------------*/

#office_ph {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#office_ph_big img{
	width: 580px;
	height: auto;
}

#imgList{
	float: left;
	margin: 10px -3px;
	padding-left: 0px;
}
#imgList li{float:left;list-style:none;}
#imgList li + li{border-left:none;}
#imgList li img{
	cursor: pointer;
	width: 136px;
	border: solid 2px #ddd;
	margin: 0 3px;
	height: auto;
}
#imgList.list1 img{border-color:#CCC;}
#imgList.list2 img{border-color:#CCC;}
#imgList.list3 img{border-color:#CCC;}
#imgList.list4 img{border-color:#CCC;}



/*------施術の流れ-----*/
ol.nagare {}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 60px;
    clear: both;
    background-image:url("../image/common/arrow.jpg");
    background-repeat: no-repeat;
    background-position: 40% bottom;
    background-size: auto 30px;
}
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 {
    background:#FBFBEF url("../image/texture/texture_wd100.png");
    color:#7A5E47;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    border-radius: 5px;
}
ol.nagare li dl dt span {
    background-color:#907652;
    padding: 2px 5px;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius:5px;
    color: #fff;
	font-size: 14px;
}
ol.nagare li dl dd {
    margin: 0 10px;
}
ol.nagare li dl dd img {
    margin: 0 0 15px 20px;
    width: 170px;
    float: right;
    height: auto;
    background: rgba(249, 252, 228, 1);
    border-radius: 5px;
}


/*メニューボタン
-------------------------*/
ul.menu_list{
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: start;
}
ul.menu_list li{
  width: 49%;
  display: block;
  margin: 0 2% 10px 0;
}
ul.menu_list li:nth-child(even){
  margin-right: 0;
}

ul.menu_list li a{
    display: block;
    margin: 0;
    padding: 8px 40px 8px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    background-color: #8599D5;
    font-weight: bold;
    background-image: url(../image/common/link.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 10px;
}
ul.menu_list li a:hover{
  opacity: 0.7;
}

/*施術料金
-------------------------*/
.ryokin p{margin: 0 5px 1em 5px;}

.ryokin table {width: 100%;
	border: 1px solid #BC974F;
	margin: 0 5px 20px 5px;
}
.ryokin table th {
	background-color:#FBFBEF;
	border-right: 1px dashed #BC974F;
	border-bottom: 1px dashed #BC974F;
	
}
.ryokin table th, .ryokin table td {
	padding: 8px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
}
.ryokin table th.futan {
	width: 150px;
	border-right: 1px solid #BC974F;
}
.ryokin table th .ninki{font-weight: bold;
color: #FFFFFF;
background: #F4789B;
padding: 3px 5px;
text-shadow: 0 0 3px #333;}


.ryokin table tr:first-child th {
	border-bottom: 1px solid #BC974F;
}
.ryokin table td {
	text-align: center;
	border-right: 1px dashed #BC974F;
	border-bottom: 1px dashed #BC974F;
	
	
}

.ryokin table td.text_left{
	text-align: left;
}
.ryokin table span.right{
	float: right;
	display: inline-block;
	padding-right: 1em;
}
.ryokin table span.right_kara{
	float: right;
	display: inline-block;
}

 dl.ryokin{border: 1px solid #BC974F;
	padding:10px 15px;
	margin: 0 5px 10px 5px;
	 font-size: 110%;
	 font-weight: bold;
}
dl.ryokin2{margin-right: 260px;}


 dl.ryokin dt{color: #BC974F;
	float: left;
	 
}
 dl.ryokin dd{
	margin: 0 0 8px;
	padding: 0 0 8px 0;
	 text-align: right;
	 border-bottom: 1px dashed #BC974F;
}
dl.ryokin dd span{display: block;
text-align: left;
font-size: 14px;
font-weight: normal;}

dl.ryokin dd:last-of-type{border: none;
padding-bottom: 0;
margin-bottom: 0;}


.hari .ryokin table td.naiyo{font-size: 14px;
text-align: left;}

.hari .ryokin table td,
.hari .ryokin table th{border-bottom: 1px solid #BC974F}


/*保険施術
-------------------------*/

.hoken p{
	margin: 0 5px 30px;
}

ul.dot{list-style-type: disc;
margin: 0 5px 15px 1.75em;}

ul.dot li{margin: 0 0 5px 0;}

.hoken .alignright,
.jihi .alignright{
	margin: 0 0px 30px 30px;
	border-radius: 10px;
	float: right;
}


/*自費施術
-------------------------*/

#jihi p{
	margin: 0 10px 10px;
}


.hoken img{
	border-radius: 10px;
}

p.message{background: #FEFBF2;
padding: 10px;
font-weight: bold;
font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
font-size: 17px;
	color: #EF7DA0;
	border-radius: 10px;
	border: 2px dotted #DBC4A4;
	margin: 0 5px 15px 5px;
}

/*交通事故施術
-------------------------*/
#jiko img{
	margin: 0 0 10px 20px;
	border-radius: 10px;
	float: right;
}
#jiko p{
	margin: 0 0px 10px;
}

/*------------------------------*/

#jibai img{
	margin: 0 20px 10px 0;
	border-radius: 10px;
	float: left;
}
#jibai p{
	margin: 0 0px 10px;
}

dl.nayami dt{font-size: 16px;
background: url("../image/common/bg_check01.jpg") repeat left top;
padding: 5px 10px;
margin: 0 0 10px 0;
font-weight: bold;}

dl.nayami dd{border: 2px solid #ECE6C5;
padding: 15px;
font-size: 16px;
margin: 0 0 20px 0;}

.hari .tel a,
.hari .tel{
text-align:center;
margin:0 auto;}

.hari .tel a{display: inline-block}
.hari .tel span{font-weight: bold;
color: #E85C8C;
display: block;
border-bottom: 1px dashed #E85C8C;
padding: 0 0 5px 0;
margin: 0 0 10px 0;}
