@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



.aligncenter{text-align: center;
margin: 0 auto 20px auto;}

.alignleft{float: left;
margin: 0 20px 10px 0;
width: 230px;}

.alignleft img,
.aligncenter img{display: block;
margin: 0 auto;}

/*-------------------------------------
	共通項目
-------------------------------------*/
#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	display: block;
}
.main {
    clear: left;
    float: left;
    width: 650px;
    padding: 0;
    margin: 40px 0 0 20px
}
.eye {
	padding: 0;
	margin: 0;}
.eye img {
    margin: 0 auto;
    display: block;
}
.inbox {
	padding: 0 10px 15px;
}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.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, .imgbox2 ul li img,
ul.imgbox4 li img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}


ul.imgbox4 li{width: 23%;
    margin: 0 0 20px;}


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 26px;
padding: 0 0 8px 35px;
margin: 0 0 8px 0;
font-size: 20px;}

/*------------------------------
	パンくずリスト
------------------------------*/
#breadcrumb {
    padding: 5px 20px;
    height: 20px;
    margin: 0 0 0px 0px;
    border-bottom: 1px dashed rgba(201,186,134,1.00);
}
#breadcrumb ul {
    margin: 0 auto 50px auto;
    font-size: 14px;
    padding: 0 0 0 0;
    width: 1000px;
    color: #58300D;
}
#breadcrumb ul li {
    display: inline;
    margin: 0 5px 0 0;
}
#breadcrumb ul li:after {
    content: "＞";
    margin: 0 0 0 5px;
}
#breadcrumb ul li:last-child:after {
    content: none;
    display: block;
    clear: both;
}
#breadcrumb ul li a {
    color: #58300D;
}
/*-------------------------------------
	共通
-------------------------------------*/
.outbox {
box-shadow: 0 0px 5px #F8D8AF;
	-webkit-box-shadow: 0 0px 5px #F8D8AF;
padding: 5px;
	
	margin: 0 0 30px;
	
	border-radius:10px;
}
/*-------------------------------------
	トップページ
-------------------------------------*/
.topimg {
	margin: 0;
}
.topimg img {
    display: block;
    margin: 0 auto;
}

.pr01 ul{margin-bottom: 30px;}

.pr01 ul li img{border: 5px solid #E87C3E;
border-radius: 10px;
background: #fff;}

/*----------------------------------*/
.first {
    margin-bottom: 30px;
}
.first h2 {
    margin-bottom: 15px;
}
.first .block-l, .first .block-r {
	
	background-color: #FFFFFF;
border: 2px solid #F8D8AF;
	padding: 5px;
	width: 310px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.first .block-l {
    float: left;
}
.first .block-r {
    float: right;
}
.first a {
    display: block;
}
.first img {
    float: left;
    margin: 0 15px 5px 5px;
}
.first h3 {
	background:none;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	 font-weight: 700;
	padding:4px 10px;
	margin: 0 0 10px 0;
	border-radius:0;
	color:#7A5E47;
	
	font-size: 20px;
	line-height: 1.4;
	
	background-image: none;
}
.first h3:before {
    content: none;
}
.first a h3 {
	color:#7A5E47;
}
.first a p {
    line-height: 1.5;
    margin: 0 5px 10px 0;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.01em;
}
.first .more {
    margin: 8px 10px 0 120px;
    padding: 0;
    display: block;
    background-color:#9BCA54;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    line-height: 23px;
	font-family: "Noto Sans JP", sans-serif;
}
.first a:hover {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

.information {position: relative;
margin-bottom: 30px;}

.information .newinfo {
    width: 100%;
    height: 210px;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}
.information .edit {
    position: absolute;
    right: 14px;
    top: 14px;
}
.information iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*-------------------------------------
	当院紹介
-------------------------------------*/
.feature h3 {
	border:none;
	line-height: 40px;
	font-size: 24px;
	color:#784300;
	padding: 0px 0 10px 50px;
	margin: 0 0 10px 0;
	background:url("../image/common/logomark.png") no-repeat left top;
	background-size: auto 37px;
	border-bottom: 1px dashed #E87C3E;
	
}

.feature h3:before{content:none;}

.feature h3 strong {font-weight: 600;
    color:#C43500;
}
.feature p {
    margin: 0 0px 30px;
	
}

/*-----------------------*/
.greet .inchou {
    width: 180px;
    margin: 0 35px 30px 0px;
    float:left;
}
.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;
}
.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 .inchou figcaption span{display: block;
font-size: 14px;
color: #666;}



.greet p.name {
	text-align: right;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: bold;
	color:#784300;
}
.greet p.name strong {
	color:#E87C3E;
	font-size: 16px;
}
.greet p.name span{
	font-size: 14px;
	color: #666;
	margin: 0 0 0 1em;
}
.greet .profile ul{margin: 0 10px 20px 10px;}
.greet .profile ul li{background: url("../image/common/link2.png") no-repeat left 6px;
background-size: auto 8px;
padding: 0 0 8px 12px;margin-bottom: 8px;
font-size: 1.1em;
border-bottom: 1px dotted #CBC3B9}


.greet p {
 font-size: 1.2em;
	margin: 0 10px 1em 0px;
}



.voice{background: url("../image/common/bg.jpg") repeat left top;
padding:15px;
	box-sizing: border-box;
margin: 0 auto 20px auto;
box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    border-radius: 6px;
position: relative;}


.voice p.honbun{font-size: 1.1em;
margin: 0;
line-height: 1.5;}
.voice p.honbun:after{content:"";
display: block;
clear: both;}


.voice figure{width: 150px;
margin: 0 0 10px 20px;
float: right;}

.voice figure img{display: block;
border-radius: 10px;
margin: 0 auto 10px auto;}

.voice figure figcaption{text-align: center;
font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
color: #5E4000;
margin: 0;}


/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 35px;
	position: relative;
	min-height: 26px;
	font-weight: bold;
	color:#784300;
	font-size: 19px;
}
.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;
}
/*------------------------------*/
#photo #office_ph {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
#photo #office_ph #imgList {
    margin: 10px auto 20px auto;
    width: 605px;
}
#photo #office_ph #imgList li {
    float: left;
    list-style: none;
    margin-right: 6px;
}
#photo #office_ph #imgList li + li {
    border-left: none;
}
#photo #office_ph #imgList li img {
    cursor: pointer;
    width: 139px;
    height: 100px;
    border: solid 3px #ddd;
}
#photo #imgList .list1 img, #photo #imgList .list2 img, #photo #imgList .list3 img, #photo #imgList .list4 img {
    border-color: #FFF;
}

/*------施術の流れ-----*/
ol.nagare {}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 60px;
    clear: both;
    background-image: url(../image/common/arrow.png);
    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 {
	

	padding: 5px;
	margin: 0 0 10px;
	font-size: 18px;
	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 10px;
	font-weight: bold;
	margin: 0 15px 0 0;
	display: inline-block;
	background-color:#E87C3E;
	font-size:14px;
	border-radius: 5px;
	color: #fff;
}
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: #C8F2E9;
    border-radius: 0px;
}
/*-------------------------------------
	施術内容
-------------------------------------*/
.ryokin table {
	border: 1px solid #C7A771;
	margin: 0 0 15px;
	width: 100%;
	clear: both;
}
.ryokin table th {
	background-color:#FCF6E0;
	border-right: 1px solid #C7A771;
	border-bottom: 1px solid #C7A771;
	font-size: 16px;
	color:#6A5014;
	font-weight: bold;
}
.ryokin table th, .ryokin table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}
.ryokin table td {
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #C7A771;
    border-bottom: 1px solid #C7A771;
}


.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;
	line-height: 1.6;
}
.hoken p img {
	float: right;
	margin: 0 0 30px 25px;
	padding: 0;
	width: 230px;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #C9B79F;
}


/*---交通事故治療-----*/
.jiko p, .jibai p {
    margin: 0 10px 20px;
}
.jiko p img {
    display: block;
    width: 230px;
    margin: 0 0 0px 20px;
    float: right;
}
.jibai p img {
    display: block;
    width: 230px;
    margin: 0 20px 0px 0px;
    float: left;
}


.aligncenter{
	text-align: center;
}
.aligncenter 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.1em;}

