@charset "utf-8";

/*------共通-----*/
.inbox {
    padding: 0px 15px;
}
.eye {
    margin-bottom: 10px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(180, 170,173, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(180, 170,173, 0.4);
    border-radius: 0px;
}
.eye img {display: block;
width: 100%;}
#breadcrumb {
    margin: 0 0 20px 5px;
}
#breadcrumb ul {
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
}
#breadcrumb ul li {
    display: inline;
    margin: 0 0 0 0;
}
#breadcrumb ul li::after {
    content: "＞";
    margin: 0 10px;
}
#breadcrumb ul li a {
    color: #000;
}
#breadcrumb ul li:last-child:after {
    content: none;
}
.outbox {
	background: #fff;
	padding: 5px 5px 10px 5px;
	box-shadow: 0 0 5px #B5AAAD;
	-webkit-box-shadow: 0 0 5px #B5AAAD;
	border-radius: 0px;
	margin: 0 0 40px;
	overflow: hidden;
}
a.link {
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 30px;
	border-radius: 5px;
	float: right;
	font-size: 16px;
	text-decoration: none;
	background-color:#18835C;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
a.link:hover {
    opacity: 0.7;
}
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.png);
    background-repeat: no-repeat;
    background-size: auto 24px;
    padding: 0 0 0 25px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}
.space {
	display: block;
	height: 20px;
	margin: 0;
	clear: both;
}
dl.kome {}
dl.kome dt {
    float: left;
}
dl.kome dd {
    padding: 0 0 5px 1.5em;
}
span.kome,
p.kome{
    padding: 0 0 5px 1.5em;
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    overflow: hidden;
}
span.kome:before,
p.kome:before{
    content: "※";
    position: absolute;
    top: 0px;
    left: 0px;
}

.alignright{width: 230px;
float: right;
margin: 0 0 10px 20px;}

.chui ul{margin:0 10px 30px 10px;}

/*------------------------------
	トップページ
------------------------------*/
.topimage {
    margin-bottom: 35px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 5px #C1B89C;
    -webkit-box-shadow: 0 0 5px #C1B89C;
    border-radius: 0px;
}
/*-----------------------------*/
ul.imglist4{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
	margin: 0 0 15px;
}
ul.imglist4 li{
	width: 22%;
	margin: 0 10px 15px;
	
}
ul.imglist4 li figure{width: 145px;
	height: 145px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 3px 6px #C1B89C;
	margin-bottom: 5px;
	
}
ul.imglist4 li figure img{aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 50%;}

ul.imglist4 li p{text-align: center;
	font-family: 'Klee One', cursive;
	font-weight: 600;
	color: #644B07;
	font-size: 21px;
line-height: 1.2;}

/*-----------------------------*/
.pr01 {
    background-image: url("../image/top/pr_bg.png");
	background-color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
    padding: 8px 8px 30px 8px;
    box-shadow: 0 0 5px #C1B89C;
    -webkit-box-shadow: 0 0 5px #C1B89C;
    border-radius: 0px;
    margin-bottom: 35px;
	overflow: hidden;
}
.pr01 h2{border: none;
	padding: 0;
	margin: -8px 0 20px -9px;
}
.pr01 h2::before{
	display: none;
}

.pr01 h2 img{
	display: block;
	margin: 0 auto;
}

.pr01 ol { counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/

	font-weight: 800;
	 transform: rotate(0.05deg);
	font-size: 21px;
	margin:10px;
	color:#644B07;
}
.pr01 ol li{border-bottom: 1px solid #D31E17;
margin-bottom: 10px;
	padding:0 0 8px 45px;
position: relative;}

.pr01 ol li strong{color:#D31E17;}

.pr01 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#D31E17;
  color: white;
text-shadow: 0 0 4px rgba(0,0,0,0.6);
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0;

}

.alginright{
	float: right;
	margin: 0 0 20px 20px;
	width: 230px;
}
.alginright img{
	margin: 0 auto 5px;
	border-radius: 5px;
	display: block;
}
.alginright figcaption{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #28CCAF;
}

dl.numlist {
	counter-reset: number; /* 名前を付けたカウンターをリセット */
	list-style: none; /* olが数字を付けることをキャンセル */
	clear: both;
}
dl.numlist dt {
	color: #109A66;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding: 0px 0 5px 35px;
	margin: 0 0 5px;
	border-bottom: 2px dotted #BBBBBB;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

}

dl.numlist dt::before{
	/* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	/* 色を変えたり、背景画像を敷いたり！自由自在！ */	
	border-radius: 5px;
	width: 28px;
	line-height: 28px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #109A66;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 1px;
}

dl.numlist dd{
	padding: 0px 0 20px 35px;
}

/*-----------------------------*/
#blocks {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
    margin-bottom: 35px;
    clear: both;
}
#blocks .block {
	width: 215px;
	background: #fff;
	padding: 10px 0px 30px;
	box-shadow: 0 0 5px #C1B89C;
	-webkit-box-shadow: 0 0 5px #C1B89C;
	border-radius: 6px;
	position: relative;
}

#blocks .block::before{
	content: "詳しく見る";
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	padding: 0 10px;
	background-color:#ECE6D8;

}

#blocks .block .innerblock {
	padding: 0px 15px 6px;
}
#blocks .block .innerblock img.icon {
	margin: 0 auto 10px;
	display: block;

}
#blocks a .block .innerblock p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 60px;
    color: #222;
}

/*/*/ /*/*/
#blocks a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
#blocks .block h2 {
	padding: 0 0 0 15px;
    color:#644B07;
}


#blocks a:hover .block h2 {
    color:#A69077;
}
#blocks a:hover .block .innerblock p {
    color: #999;
}
#blocks a:hover .block::before {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/*------------------------------
	当院紹介
-----------------------------*/


.feature h3{}

.feature p {background-image: url("../image/shoukai/feature.png");
background-repeat: repeat-x;
background-position: left bottom;
	background-size: auto 20px;
	padding-bottom: 50px;
    margin-bottom: 30px;
}
/*-----------------------*/
.greet p {
    font-size: 15px;
    margin-right: 10px;
}
.greet .name{
	font-size: 18px;
	font-weight: bold;
	color:#9B7F0C;
	text-align:right;
}
.greet .name span {
    color: #644B07;
}
.greet .inchou {
	width: 200px;
	float: left;
	margin: 0 20px 20px 0px;
}
.greet .inchou img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	margin: 0 0 10px 0;
}

.bg_paper{background: url("../image/common/bg_paper01.jpg") repeat left top;
padding:15px;
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: 0px;}


.bg_paper2{background:#FCFBF0;
padding:15px;
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: 0px;}

ul.list li{background: url("../image/common/navi.png") no-repeat left 7px;
padding: 0 0 8px 12px;
background-size: auto 9px;
border-bottom: 1px dashed #aaa;
margin-bottom: 8px;}

ul.check li{background: url("../image/common/check.png") no-repeat left 4px;
padding: 0 0 8px 25px;
background-size: auto 20px;
border-bottom: 1px dashed #aaa;
margin-bottom: 8px;
font-size: 17px;}

.staff .inbox{}
.staff_box{width: 47%;
box-sizing: border-box;}

.staff_box p.name{font-size: 19px;
color: #59B137;
font-weight: bold;
border-bottom: 2px dotted #EDD362;
padding-bottom: 5px;}
.staff_box p.name span{color: #644B07;
font-size: 14px;
display: block;}

.staff_box dl dt{background:  #644B07;
color: #fff;
	line-height: 1;
padding:3px 3px;
float: left;
width: 2em;}
.staff_box dl dd{padding-left: 3em;
padding-bottom: 5px;
border-bottom: 1px dashed #cccc;
margin-bottom: 5px;}

.staff_box dl dd:last-of-type{border-bottom: none;
margin-bottom: 0;
padding-bottom:0;}

/*-----------------------*/

.voice,.staff_box{background: url("../image/common/bg_paper01.jpg") repeat left top;
padding:15px;
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;}

.voice p.honbun{font-size: 1.1em;
margin: 0;}


.voice figure{width: 150px;
float: right;
margin: 0 0 0px 20px;}

.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;}

/*-----------------------*/
.photo #office_ph {
    margin: 10px 5px 15px 10px;
}
.photo #office_ph::after {
    content: "";
    clear: both;
    display: block;
}
.photo #office_ph #office_ph_big {
    clear: left;
    float: left;
    width: 490px;
    text-align: center;
}
.photo #office_ph ul#imgList {
    clear: right;
    float: right;
}
.photo #office_ph ul#imgList li {
    list-style-type: none;
}
.photo #office_ph #office_ph_big img {
    border: 2px solid #F8EB79;
    width: 100%;
    height: auto;
}
.photo #office_ph li {
    list-style: none;
}
.photo #office_ph li + li {
    border-left: none;
}
.photo #office_ph li img {
    cursor: pointer;
    width: 112px;
    height: auto;
    border: 2px solid #CFC9A9;
    margin: 0 0 5px 0;
}
.list1 img, .list2 img, .list3 img, .list4 img, .list5 img, .list6 img, .list7 img, .list8 img {
    border-color: #CFC9A9;
}
/*------------------------------
	施術内容
------------------------------*/
.ryokin table, .sejutsu table {
    border: 1px solid #888888;
    margin: 0 0 15px;
    width: 100%;
}
.ryokin table th, .sejutsu table th {
	background-color:#FFFFDE;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #000000;
	width: 33%;
}
.ryokin table th, .ryokin table td, .sejutsu table th, .sejutsu table td {
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
}
.ryokin table th.futan, .sejutsu table th {
    border-right: 1px solid #888888;
}
.ryokin table tr:first-child th, .sejutsu table tr:first-child th {
    border-bottom: 1px solid #888888;
}
.ryokin table td, .sejutsu table td {
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}


/*-----------------------------------*/
.sejutsu p {
    margin: 0 5px 15px;
}

/*-----------------------*/
ol.nagare dl {
    margin: 0 0px 0 0px;
}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    clear: both;
    background-image: url(../image/common/yajirusi.png);
    background-repeat: no-repeat;
    background-position: 35% bottom;
    background-size: auto 40px;
}
ol.nagare li:last-of-type {
    background: none;
    margin: 0;
    padding: 0;
}
#step ol.nagare li {
    margin: 0 0 20px;
    padding: 0 0 80px;
}


#step ol.nagare li:last-of-type {
    background: none;
    margin: 0;
    padding: 0 0 20px;
}
ol.nagare dl dt {
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	line-height: 35px;
	border-radius: 10px;
	color:#000;
	background-color:#F3F3C0;
}
ol.nagare dl dt span {
	font-size: 14px;
	
	padding: 2px 6px;
	line-height: 20px;
	
	margin: 5px 15px 0 5px;
	float: left;
	font-weight: bold;
	text-shadow: none;
	border-radius: 6px;
	color:#fff;
	background-color:#D31E17;
}
ol.nagare dl dd {
    padding: 0 0 50px;
    margin: 0 10px 10px 5px;
    line-height: 1.7;
    position: relative;
    min-height: 100px;
    z-index: 1;
    display: block;
}
ol.nagare dl dd.none {
    padding: 0 0 0px;
    min-height: 20px;
}
ol.nagare dl dd.none::after {
    display: none;
}
ol.nagare dl dd img {
    float: right;
    margin: 0 0 20px 20px;
    background-color: #F9F1E1;
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px #bbb;
    box-shadow: 0px 0px 4px #bbb;
	width: 170px;
}

#soft ol.nagare dl dd img{width: 230px;}

ol.nagare dl dd:last-child {
    background: none;
    min-height: auto;
    padding: 0;
}
ol.nagare dl dd:last-child::after {
    background: none;
}
#tekiyou ol.nagare dl dd:last-child {
    min-height: 130px;
}
/*----------------------*/
.imgbox3 ul, .imgbox2 ul {
    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 {
    display: block;
    width: 100%;
    height: auto;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(102, 76, 0, 0.4);
}
/*------------------------------
	交通事故治療
------------------------------*/
.jiko img {
    float: right;
    margin: 0px 0 0 25px;
    width: 230px;
    height: auto;
}
.jibai img {
    float: left;
    margin: -5px 25px 0 0;
    width: 230px;
    height: auto;
}
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 35px;
	position: relative;
	min-height: 26px;
	font-weight: bold;
	color:#644B07;
	font-size: 18px;
}
.qa dl dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color:#D31E17;
	color: #FFFFFF;
}
.qa dl dd {
	padding: 2px 0 20px 35px;
	position: relative;
	margin: 0px 0 20px;
	border-bottom: 2px dotted #BBBBBB;
	height: auto;
}
.qa dl dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	
	text-align: center;
	font-weight: bold;
	background-color:#18835C;
	color: #FFFFFF;
}

.map iframe{
	width: 100%;
}

dl.access{display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: 15px 0;}

dl.access dt{width: 20%;
box-sizing: border-box;
border-bottom: 1px dashed #aaa;
padding: 8px 8px 8px 8px;
margin: 0 0 8px 0;
background: #ECE6D8;}

dl.access dd{width: 80%;
box-sizing: border-box;
border-bottom: 1px dashed #aaa;
padding: 8px 8px 8px 8px;
margin: 0 0 8px 0;}

/*-----------------------------*/
.inquiry p.telnum {font-family: Arial, Helvetica, "sans-serif";
    font-size: 27px;
 color:#6E4E2C;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px auto 10px;
}
.inquiry p.telnum a {
	text-decoration: none;
	color:#000;
}
.inquiry p.note {
    font-weight: bold;
    color: #F00;
}
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:#FBF9DA;
    border: 1px solid #aaa;
    border-bottom: none;
    width: 100%;
    margin: 15px auto 15px auto;
}
dl.formList dt {
    width: 35%;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
}
dl.formList dd {
    background: #fff;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 65%;
    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;
}
dl.kouka{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
}
dl.kouka dt::before{
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
	/* 以下数字をつける */
  position: absolute;
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#D31E17;
  color: white;
text-shadow: 0 0 4px rgba(0,0,0,0.6);
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 10px;
}

dl.kouka dt{font-size: 18px;
font-weight: bold;
color: #644B07;
border-top:1px solid #D31E17;
padding: 10px 0 0 35px;
margin: 0 0 8px 0;
position: relative;}

dl.kouka dt:first-of-type{border: none;
}


dl.kouka dd{background: url("../image/common/navi.png") no-repeat left 8px;
background-size: auto 8px;
font-size: 15px;
padding: 0 0 0 10px;
margin:0 5px 10px 35px;}

