@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
/*-------------------------------------
	共通項目
-------------------------------------*/
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: block;

}
.main{
	width: 1000px;
	padding: 0;
	margin: 40px auto 0 auto
}
.eye {
	padding: 0;
	margin: 0;
	background-image: url(../image/common/eye_bg.jpg);
}

.eye img{
	margin: 0 auto;
	display: block;
}

.inbox{
	padding: 0 5px 15px;
}


a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*------------------------------
	パンくずリスト
------------------------------*/

#breadcrumb{
	padding: 5px 0px;
	margin: 0 auto -15px;
	background-color: #FFF9F0;
	border-bottom: 1px solid #F4ECE4;
}

#breadcrumb ul{
	margin: 0 auto 0px auto;
	font-size: 14px;
	padding: 0 0 0 0;
	color: #333333;
	display: block;
	width: 950px;
	
}

#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:#33333;

}

/*-------------------------------------
	共通
-------------------------------------*/

.outbox{background: #fff;
	box-shadow: 0 0px 5px #BBBBBB;
	-webkit-box-shadow: 0 0px 5px #BBBBBB;
	margin: 0 0 40px;
	padding: 5px;
	border-radius: 8px;
}

.imgbox4 ul,
.imgbox3 ul,
.imgbox2 ul{
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-between;
}

.imgbox3 ul li {
width: 31%;
margin: 10px 0 20px;
}

.imgbox2 ul li {
width: 49%;
margin: 0px 0 15px;
}

.imgbox4 ul li {
width: 24%;
margin: 0px 0 15px;
}


.imgbox4 ul li img,
.imgbox3 ul li img,
.imgbox2 ul li img{
	display: block;
	max-width: 100%;
	height: auto;
}

.imgbox4 ul li:first-of-type img{
	border-radius: 10px 0 0 10px;
}
.imgbox4 ul li:last-of-type img{
	border-radius: 0 10px 10px 0;
}


.aligncenter{
}
.aligncenter img{
	display: block;
	border-radius: 10px;
	margin: 0 auto 10px;
}

.aligncenter figcaption{
	margin: 0 auto 10px;
	display: block;
	width: 90%;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #FF9226;
	text-align: center;
	font-size: 20px;
	padding: 5px 0;
	font-weight: bold;
}


.alignright{
}

.alignleft{
}
.alignright img{
	float: right;
	margin: 0 0 30px 25px;
	width: 230px;
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
}

.alignleft img{
	float: left;
	margin: 0 25px 30px 0;
	width: 230px;
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
}


.space{
	display: block;
	height: 40px;
}

.big_green{
	color: #2C9872;
	font-size: 20px;
}

/*-------------------------------------
	トップページ
-------------------------------------*/
.topimg {
	margin: 0;
	background:#CBF3FF;
	background-position: left top;
	background-image: url(../image/common/eye_bg.jpg);
	background-repeat: repeat;
}
.topimg img{display: block;
margin:0 auto;}

/*----------------------------------*/



/*-----------------------------*/
.pr01{/*background: #fff;
	box-shadow: 0 0px 5px #BBBBBB;
	-webkit-box-shadow: 0 0px 5px #BBBBBB;
	padding: 15px;
	border-radius: 15px;
	border: 10px solid #B77D27;*/
	margin: 0 auto 70px;
	
}

.pr01 img{float: left;}


.pr01 ol{
	margin: 0 0 10px 440px;
	font-size: 24px;
	line-height: 1.5;
	 counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.pr01 ol li{font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 10px 40px;
	border-bottom: 2px dashed #D2C28C;
	  position: relative;
}


.pr01 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#009FD2;
  color: white;
  font-weight:bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-----------------------------*/


.block {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	padding: 10px 0 0 0;
	margin: 0 auto 70px;
}

.block .innner_block {
	width: 24%;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	margin: 0 0px 25px 0;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 5px #999999;
	overflow: hidden;
}
.innner_block ul{
	margin: 0 0 0 110px;
	line-height: 1.5;
}
.innner_block ul li{
	text-align: left;
	margin: 0 0 0 1.3em;
	color: #000;
	list-style-position: outside;
	list-style-type: disc;
}

.innner_block p{
	margin: 0 0 0 0;
	line-height: 1.3;
}

.innner_block p .more{display: block;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background:#EEAC4A;
border-radius: 6px;
padding: 2px;
text-align: center;
margin: 7px 0 0 0;}

.innner_block img {
	margin: 0 auto 10px auto;
}
.innner_block h3 {
	line-height: 1.2;
	background-image: none;
	color:#009FD2;
	margin: 0;
	padding: 0 0 0px 0;
	margin-bottom: 5px;
	font-size: 19px;
	text-align: left;
	box-shadow: 0 0 0 #FFF;
	-webkit-box-shadow: 0 0 0 #FFF;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 0px solid #fff;
	border-radius: 0;
	border-bottom:0px solid #fff;
	font-weight: bold;
	background-color: #FFFFFF;
}

.innner_block h3:before{ content:none;}


.innner_block a:hover,
.innner_block a:hover p,
.innner_block a:hover li,
.innner_block a:hover h3,
.innner_block .block:hover{
	text-decoration: none;
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.innner_block a{
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.innner_block a p{color:#000;
text-decoration: none;}

/*----------------------------------*/




.first {margin-bottom:30px;}


/*----------------------------------*/

.information {
	margin: 0 0 50px;
	padding: 15px 15px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
    position: relative;
}



.information .newinfo {
	width: calc(100% - 10px);
	height: 170px;
	margin: 0 5px;
	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;
}

/*------------------------------
	初めての方へ
-----------------------------*/
.sekkotsu p{
margin: 0 0 10px;
}
.sekkotsu p img{
	width: 200px;
	margin: 0 0px 10px 20px;
	float: right;
	height: auto;
}


/*-------------------------------------
	患者さんの声
-------------------------------------*/
.voicebox{
	margin: 0 0 30px;
	padding: 10px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px #FFC47E;
	box-shadow: 0px 0px 5px #FFC47E;
	overflow: hidden;
}

.voicebox p{
	margin: 0 0 20px;
}
.voicebox p img{
	float: right;
	margin: 0 0 0 20px;
	width: 150px;
	height:auto;
	border-radius: 10px;
	display: block;
}

.voicebox p.text{
	margin: 0;
	background: rgba(210,185,100,.15);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	width: calc(100% - 170px);
}
.voicebox p.text span{
	display: inline-block;
	border-radius: 5px;
	margin: 0 0 5px;
	background-color: #fff;
	padding: 5px 10px;
	color:#db9d02;
	font-weight: bold;
}





/*------よくある質問-----------*/
 dl.qa{}
dl.qa dt{
	padding: 0 0 10px 35px;
	position: relative;
	font-weight: bold;
	color: #B3282F;
	font-size: 17px;
}
dl.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:#E5A855;
	color: #FFFFFF;
}

dl.qa dd{
	padding: 0 0 15px 35px;
	position: relative;
	margin: 0 0 15px;
	border-bottom:2px dotted #888888;
	height: auto;
}

dl.qa dd:last-of-type{border:none;
margin:0;}
dl.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: #FF7373;
	color: #FFFFFF;
}


/*-------------------------------------
	当院紹介
-------------------------------------*/

.feature h3{
	font-size: 28px;
	background-image: url(../image/common/icon.png);
	border-radius: 0;
	border-bottom: 3px solid #FFC47E;
	background-color: #FFFFFF;
	color: #3B3C3E;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 7px 10px 7px 50px;
	background-size: auto 40px;
font-family: 'Zen Antique Soft', serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
}
.feature p{
	margin: 0 0px 30px;
}

.feature h3 strong{
	color: #FF7373;
}

.feature p:last-child{margin-bottom:0;}

/*-----------------------*/
.suisen p{font-size: 16px;}
.suisen p:last-of-type{margin-bottom:0;}
.suisen .box{background:url("../image/common/about_bg.jpg") repeat left top;
padding:15px;
box-shadow: 0 0px 5px rgba(119,119,119,0.6);
	-webkit-box-shadow: 0 0px 5px rgba(119,119,119,0.6);
margin:0 10px 0 10px;}

/*-----------------------*/
.greet .inchou{
	width: 230px;
	margin: 0 0px 0px 20px;
	float: right;
}
.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: #B3282F;
}
.greet .inchou figcaption strong{
	color: #E5A855;
}
.greet p{
	margin: 0 0px 1em;
}

.greet .inchou dl{}
.greet .inchou dl dt{
	border-radius: 5px;
	background-color: #EEE6D9;
	margin: 0 0 5px;
	padding: 5px;
	color: #2C9872;
	font-weight: bold;
	text-align: center;
}
.greet .inchou dl dd{
	text-align: center;
}

.greet ul{}
.greet ul li{
	margin: 0 0 8px;
	padding: 0 0 8px 30px;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px dotted #BBBBBB;
	background-image: url(../image/top/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 20px;
}
.greet dl.profile{
	font-size: 16px;
	line-height: 1.4;
}
.greet dl.profile dt{
	padding: 0 0 0 5px;
	float: left;
	font-weight: bold;
}
.greet dl.profile dd{
	margin: 0 0 8px;
	padding: 0 0 8px 8em;
	border-bottom: 1px dotted #BBBBBB;
}


/*-----スタッフ紹介-----*/
.staff{}
.staffbox{}
.staffbox p{
	margin: 0 0 10px 220px;
}

.staffbox img{
	width: 180px;
	height: auto;
	margin: 0 0 10px 10px;
	border-radius: 5px;
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #aaa;
	float: left;
}
.staffbox dl{
	margin: 0 0 0 220px;
}
.staffbox dl dt{
	padding: 0 0.5em;
	display: block;
	width: 4em;
	text-align: center;
	border-radius: 5px;
	background-color:#FF9326;
	color: #FFFFFF;
	font-weight: bold;
	float: left;

}
.staffbox dl dd{
	padding: 0 0 10px 6em;
	margin: 0 0 10px;
	border-bottom: 2px dotted #F5DD88;
}
.staffbox dl dd.name{font-weight: bold;}

.staffbox dl dd small{
	padding: 0 0 0 1em;
	font-size: 90%;
	color: #555555;
}

/*------------------------------*/

#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;
}

/*---------------------------------*/

.inquiry p.tel {
	font-size: 25px;
	color: #50CB3D;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 10px;
}

.inquiry p.note {
	font-weight: bold;
	color: #F00;
}


.inquiry p.tel a {
	text-decoration: none;
	color: #B3282F;
}



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: #f9f2ed;
	border: 1px solid #888888;
	border-bottom: none;
	width: 98%;
	margin: 15px auto 15px auto;
}

dl.formList dt {
width: 27%;
	border-bottom:1px solid #888888;
	box-sizing: border-box;
}
dl.formList dd {
background: #fff;
border-left: 1px solid #888888;
	border-bottom:1px solid #888888;
	width: 73%;
	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;
}


/*------施術の流れ-----*/



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 40px;
}
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{
	color: #724b1b;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #FFF9F0;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color: #B3282F;
	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: #FEFFC1;
	border-radius: 5px;
}


/*-------------------------------------
	施術内容
-------------------------------------*/

.ryokin table{
	border: 1px solid #888888;
	margin: 0 0 15px;
	width:100%;
}
.ryokin table th{
	background-color: #FFF9F0;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #000000;
	width: 33%;
}
.ryokin table th, .ryokin table td{
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.ryokin table th.futan {
	border-right: 1px solid #888888;
}
.ryokin table tr:first-child th {
	border-bottom: 1px solid #888888;
}
.ryokin table td{font-size:16px;
	text-align: center;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

/*-----------------------------------*/
.hoken p{
	margin: 0 0px 20px;
	line-height: 25px;
}

.hoken p:after{content:"";
display: block;
clear: both;}



.hoken p.pink{
	margin: 0 0px 0px;
	line-height: 1.5;
	font-size: 24px;
	text-align: center;
	color: #FF7373;
	padding: 5px 0;
	border-radius: 10px;
	font-weight: bold;
	background-color: #FCF7EE;
}

.hoken p img{
	float: right;
	margin: 0 0 20px 25px;
	border-radius: 10px;
	width: 230px;
	height: auto;
	box-sizing: border-box;
	
}



/*---交通事故治療-----*/
.jiko p,.jibai p{margin: 0 10px 20px;}
.jiko p img{
	display: block;
	width: 230px;
	margin: 0 0 0px 20px;
	border-radius: 10px;
	float: right;
}
.jibai p img{
	display: block;
	width: 230px;
	margin: 0 20px 0px 0px;
	border-radius: 10px;
	float: left;
}


/*-----------------------------*/


.rainbow p{
	margin: 0 0px 15px;
	line-height: 1.5;
}

.rainbow ul.check{}
.rainbow ul.check li{
	margin: 0 0 8px;
	padding: 0 0 8px 30px;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px dotted #BBBBBB;
	background-image: url(../image/top/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 20px;
}

.rainbow p.btm{
	color: #FF9226;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
font-family: 'Zen Antique Soft', serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
}
