@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */


.noto{font-family: 'Noto Sans JP', sans-serif;}

figure.aligncenter{text-align: center;
    margin: 0 auto;
}

figure.aligncenter img{display: block;
margin: 0 auto;
vertical-align: bottom;}

figure.bigbn{margin: 0 auto 30px auto;}

/*--------共通-----*/
.outbox {
	background: #fff;
	margin: 0 0 30px 0;
	
	padding: 10px 10px;
	border-radius: 10px;
	box-shadow: 0 0px 4px #B4AA78;
	-webkit-box-shadow: 0 0px 4px #B4AA78;
}
.inbox {
	padding: 0px 10px 10px;
}
.leftbox {
    float: left;
    
}
.rightbox {
    float: right;
    clear: right;
}
.img_right img, .img_left img {
    background: #FFF;
}
dl.kome dt {
    float: left;
}
dl.kome dd {
    padding: 0 0 0 1.25em;
}
a.link {
	display: block;
	margin: 10px 0 10px 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color:#63BF73;
	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,
.link2 a:hover{
    opacity: 0.7;
}

.link2 a{font-family: 'Noto Sans JP', sans-serif;
    display: block;
    
	
    background: #B5DC79;
background:url(../image/common/link.png), linear-gradient(90deg, rgba(181, 220, 121, 0.94) 0%, rgba(38, 196, 147, 1) 100%);
    background-repeat: no-repeat,repeat;
	background-position: 95% center;
	background-size: auto 15px;
color: #fff;
font-weight: bold;
text-align: center;
text-decoration: none;
font-size: 22px;
padding: 15px 10px;
width: 80%;
margin: 20px auto 20px auto;
text-shadow: 0 0 6px #48843D;
border-radius: 10px;}

.qa dd a{float: right;}

a.tel_link {
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-image: url("../image/common/tel_black.png");
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding: 0 0 0 30px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}

.imgbox3 ul, .imgbox2 ul,.imgbox4 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 10px;
}
.imgbox3 ul li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 ul li {
	width: 48%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 ul li img, .imgbox2 ul li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	border: 5px solid #fff;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(178,133,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(178,133,0,0.7);
	border-radius: 5px;
}

.imgbox4 ul{width: 950px;
margin: 0 auto;}
.imgbox4 ul li{width: 23%;}

b{
	font-weight: bold;
}

/*--------トップページ-----*/
.topimg {
	background-color:#EAF9B8;
	margin: 0px 0 0 0;
    box-shadow: 0 3px 6px #BFC8B0;
}

.topimg img{display: block;
width: 950px;
margin: 0 auto;}

.topimg img, .eye img {
    display: block;
    margin: 0 auto;
}

.eye{
	background-color:#EAF9B8;
    box-shadow: 0 3px 6px #BFC8B0;
}


.information {
    position: relative;
}

.information .inbox{padding: 0;}
.information .newinfo {
    width: 100%;
    height:260px;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}
.information .edit {
    position: absolute;
    right: 10px;
    top: 14px;
}
.information iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
/*------------------------------
	パンくずリスト
------------------------------*/
#breadcrumb {
    margin: 0 0 0 0;
  
}
#breadcrumb ul {
    margin: 5px auto 0 auto;
    padding: 3px 0;
    font-size: 13px;
    width: 950px;
    display: block;
}
#breadcrumb ul li {
    display: inline;
    margin: 0 5px 0 0;
    color: #825000;
}
#breadcrumb ul li:after {
    content: "＞";
    margin: 0 0 0 10px;
}
#breadcrumb ul li:last-child:after {
    content: none;
}
#breadcrumb ul li a {
    color: #825000;
    text-decoration: none;
}
/*------アピール-----*/

.pr01{padding:10px 10px 0 10px;}

.pr01 figure img{vertical-align: bottom;}


ul.check{
	color:#877A36;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 1em;
}

ul.check li{background-image: url("../image/common/check.png");
	background-repeat:  no-repeat;
	background-position:  left 5px;
background-size: 20px auto;
border-bottom: 1px dotted #A5D4AD;
padding:0 0 10px 30px;
margin: 0 0 10px 0;
line-height: 1.5;}

ul.check_orange li{background-image: url("../image/common/check.png");}

ul.check li strong{color:#FF8E96;}

.bigbn{margin: 0 0 30px 0;
border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0px 6px #B4AA78;
	-webkit-box-shadow:  0 0px 6px #B4AA78;}
.bigbn img{vertical-align: bottom;
border-radius: 10px;}


/*------施術の流れ-----*/
ol.nagare {}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 60px;
    clear: both;
    background-image: url(../image/common/yajirusi.png);
    background-repeat: no-repeat;
    background-position: 40% bottom;
    background-size: auto 50px;
}
ol.nagare li:last-of-type {
    padding: 0 0 0px;
    background-image: none;
}
ol.nagare li:last-of-type::after {
    content: "";
    display: block;
    clear: both;
}
ol.nagare li dl {}
ol.nagare li dl dt {
   
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 16px;
	 color:#6A5442;
    border-radius: 5px;
    background-color:#EAF8D2;
}
ol.nagare li dl dt span {
    padding: 0 5px;
	font-size: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #449A2F;
    border-radius: 5px;
    color: #FFFFFF;
    text-shadow: 0 0 3px #666;
}
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-color: rgba(255,210,77,.1);
    border-radius: 0px;
}
.sekkotsu p,
.sekkotsu figure.alignleft{margin-bottom: 0;}
.sekkotsu figure img{aspect-ratio:4/4;
object-fit: cover;}

/*--------------------------------*/
.qa dl {}
.qa dl dt {
    padding: 5px 0 10px 50px;
    margin: 0 0 10px 0;
    position: relative;
    font-weight: bold;
    color:#000;
    font-size: 19px;
}
.qa dl dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color:#72B41D;
    color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
}
.qa dl dd {font-size: 17px;
    padding: 3px 0 15px 50px;
    position: relative;
    margin: 0 0 15px;
    border-bottom: 1px dotted #CEC87F;
    height: auto;
}
.qa dl dd:last-of-type {
    border: none;
    margin: 0;
}
.qa dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color:#FFA237;
    color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
}
/*--------------------------------*/

ul.voice{margin-top: 15px;}
ul.voice li{
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f2;
    -webkit-box-shadow: 0px 0px 4px #d3cea2;
    box-shadow: 0px 0px 4px #d3cea2;
    margin: 0 0 30px;
    overflow: hidden;
}
ul.voice li figure{
    float: right;
    width: 150px;
    margin: 0 0 0 20px;
}
ul.voice li figure img{
    border-radius: 5px;
}
ul.voice li figure figcaption{
    display: block;
    text-align: center;
    color: #ff8c00;
    font-weight: bold;
    line-height: 1.3;
}
ul.voice li p{
    padding: 5px 170px 5px 10px;
}
ul.voice li h3{background: none;
border: none;
padding:0;
	color:#5AB104;
margin: 0 0 10px 10px;
line-height: 1.4;}

p.right{text-align: right;}

/*-----------------------------
 　　　　当院紹介
-----------------------------*/



.feature p {
    margin: 0 10px 0px 5px;
    padding: 0;
	
}

.feature figure.alignleft{margin-bottom: 0;}

.feature figure.alignleft img{border: 5px solid #fff;
box-shadow: 0 0 4px #ccc;
margin-bottom: 0;}

.feature p:last-of-type{border-bottom: none;
padding-bottom: 0;}

.feature h3 {
	color:#4FB403;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
font-weight: 700;
  font-style: normal;
	font-size: 26px;
	line-height: 1.4;
	border-bottom:none;

    padding: 0px 0 0 0;
    margin: 0 0 15px;
    border-radius: 0px;
    background-color:transparent;
    text-shadow: none;
    background: none;

}
.feature h3:before{content:none;}
.feature h3 strong {
	color:#EE8700;}



/*-----------------------*/

.greet .inchou{
	width: 230px;
	margin: 0 20px 0px 0px;
	float:left;
}
.greet .inchou img{
    height: auto;
    margin: 0 0 10px;
    display: block;
}
.greet .inchou figcaption{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 10px;
    color: #7D6400;
}
.greet .inchou figcaption strong{
    color: #8FC320;
}

/*.greet .inchou .prof{margin-left: 250px;}*/

.greet p{font-size: 1.2em;
    margin: 0 0px 1em;
	/*font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;*/
	line-height: 1.6;
  font-style: normal;
	color: #6A5442;
}

.greet p.name{
	/*text-align: center;*/
	font-size: 1.4em;
	font-weight: bold;
    text-align: right;
}

.greet p.name strong{color:#95B74C;}

.greet h3 {
    padding:0px 0 5px 0;
	
    color:#473900;
	border-bottom: 2px dotted #977E5B;
    font-size: 16px;
    font-weight:bold;
    background:none;
    border-radius: 0px;
    text-shadow: none;
}

.greet li{background:url("../image/common/sankaku.png") no-repeat left 5px;
background-size: auto 10px;
	line-height: 1.4;
	padding: 0 0 6px 15px;
	margin-bottom: 6px;
border-bottom: 1px dashed #999;}


.bg_paper{background:url("../image/common/bg_paper01.jpg") repeat left top;
padding: 20px;
	box-shadow: 0 4px 4px #E5E3D9;
}



.staff dl dt{width: 4em;
font-weight: bold;
color: #6A5442;
float: left;}

.staff dl dd{padding: 0 0 7px 5em;
	margin: 0 0 7px 0;
border-bottom: 1px dashed #CEC87F;}

/*--------------------------------*/

#office_ph {
    margin: 0 auto 15px auto;
    width: 600px;
}
#office_ph #office_ph_big {
    width: 600px;
    text-align: center;
    margin: 0 auto 20px auto;
}
#office_ph ul#imgList {
    width: 600px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
#office_ph ul#imgList li {
    list-style-type: none;
}
#office_ph #office_ph_big img {
    /*border: 2px solid #FFDD95;*/
}
#office_ph li {
    list-style: none;
    display: inline;
    margin-bottom: 5px;
}
#office_ph li + li {
    border-left: none;
}
#office_ph li img {
    cursor: pointer;
    width: 140px;
    height: 95px;
    border: solid 2px #CFC9A9;
}
.list1 img {
    border-color: #F8CEB3;
}
.list2 img {
    border-color: #CFC9A9;
}
.list3 img {
    border-color: #CFC9A9;
}
.list4 img {
    border-color: #CFC9A9;
}


/*-----------------------------
 　　　　施術内容
-----------------------------*/

p.kome,span.kome {
   padding:0 0 0 1.5em;
	position: relative;
	display: block;
}
p.kome::before,
span.kome::before{
    content: "※";
	position: absolute;
	left:0;
	top:0;
}
.ryokin p{margin-bottom: 15px;}

.ryokin table,.hari table{
    margin: 0 0 30px;
    border: #aeaf99 1px solid;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}

.ryokin table th{
    padding: 8px 5px;
    border-bottom: #aeaf99 1px dashed;
    border-left: #aeaf99 1px solid;
    background-color:#FFFFD8;
    text-align: center;
    vertical-align: middle;
	width: 40%;
}


.ryokin table tr:first-child th{
    border-top: #aeaf99 1px dashed;
}
.ryokin table td{
    vertical-align: middle;
    text-align: center;
    padding: 8px 15px;
   
    border-bottom: #aeaf99 1px dashed;
    border-left: #aeaf99 1px solid;
}
.ryokin table td.text{text-align: left;
padding: 10px 15px;}




.space{
	display: block;
	height: 20px;
}

.hoken h3, .jihi h3,.hoken h4 {
    clear: both;
}
.hoken p, .jihi p,
.hoken dl.kome, .jihi dl.kome{
    margin: 0 0px 1em;
}
.jihi p strong{color: #E47F00;}




.hoken p img, .jihi p img {
    width: 230px;
    height: auto;
    display: block;
    margin: 0 0 30px 20px;
    border-radius: 5px;
    float: right;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 4px rgba(178,133,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(178,133,0,0.4);
}

figure.alignleft{
    width: 230px;
    height: auto;
    margin: 0 20px 30px 0px;
    float: left;
}

figure.alignright{
    width: 230px;
    height: auto;
    margin: 0 10px 30px 20px;
    float: right;
}
figure.alignright img{
    border-radius: 5px;
    display: block;
}

.jihi .leftbox{width: calc(100% - 260px)}

.hari .point{font-weight: bold;
border: 3px double #BB9958;
padding: 15px;
font-size: 1.1em;}

dl.ryokin{border: 1px solid #AFCF9E;
padding: 10px;
    margin-bottom: 10px;
}

dl.ryokin dt{font-weight: bold;
color: #724A32;
float: left;}

dl.ryokin dd{
    border-bottom: 1px dotted #8E7A5D;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 11em;
}

dl.ryokin dd:last-of-type{border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;}

dl.ryokin dd:after{content: "";
display: block;
clear:both;}

/*---------------------------
    交通事故治療
---------------------------*/
.jiko p img {
    display: block;
    width: 230px;
    margin: 0 0 20px 20px;
    float: right;
}
.jibai p img {
    display: block;
    width: 230px;
    margin: 0 20px 20px 0px;
    float: left;
}

.inquiry p.tel {
    font-size: 30px;
    color: #473900;
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    margin: 0px auto 10px;
}
.inquiry p.note {
    font-weight: bold;
    color: #F00;
}
.inquiry p.tel a {
	text-decoration: none;
	color:#473900;
}
dl.formList dt, dl.formList dd {
    margin: 0;
    padding: 15px;
}
.formList dt b {
    margin: 0 0 0 4px;
    font-size: 120%;
    color: #F00;
}
dl.formList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 14px;
	background-color: #FCF9E2;
	border: 1px solid #CEC87F;
	border-bottom: none;
	width: 98%;
	margin: 15px auto 15px auto;
}
dl.formList dt {
    width: 26%;
    border-bottom: 1px solid #CEC87F;
    box-sizing: border-box;
}
dl.formList dd {
    background: #fff;
    border-left: 1px solid #CEC87F;
    border-bottom: 1px solid #CEC87F;
    width: 74%;
    box-sizing: border-box;
}
.formList dd span {
    margin: 0 4px 0 0;
}
.formList dd input[type=text], .formList dd input[type=email], .formList dd input[type=tel], .formList dd input[type=number], .formList dd input[type=password], .formList dd textarea {
    padding: 10px;
    border-radius: 4px;
    border: #ddd solid 1px;
    -webkit-box-shadow: inset 1px 1px 5px #eee;
    box-shadow: inset 1px 1px 5px #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.formList dd textarea {
    resize: vertical;
}
.formList dd .short {
    width: 50% !important;
    margin: 0 0 10px 0;
}
.formList dd input[name^=post] {
    width: 60px;
}
.inquiry p.send_btn {
    text-align: center !important;
    font-size: 25px;
    color: #ff7373;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px auto 10px;
}
