@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');

.kiwi{font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;}

.aligncenter{text-align: center;
margin: 0 auto 20px auto;}

.alignleft{float: left;
margin: 0 20px 10px 0;}

.alignright{float:right;
	width: 230px;
margin: 0 0px 10px 20px;}

.alignleft img,
.aligncenter img,
.alignright img{display: block;
margin: 0 auto;
border-radius: 7px;}

/*-------------------------------------
	共通項目
-------------------------------------*/
#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 {background: #E5DEC1;
	padding: 0;
	margin: 0;}
.eye img {
    margin: 0 auto;
    display: block;
}
.inbox {
	padding: 0 5px 10px;
}
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{margin: 0 0 20px 0;}

ul.check li{color:#333;
font-weight: bold;
border-bottom: 2px dotted #CBC495;
background: url("../image/common/check.png") no-repeat left 4px;
background-size: auto 1.2em;
padding: 0 0 8px 25px;
margin: 0 0 8px 0;
font-size: 17px;
 font-family: "Noto Sans JP", sans-serif;}


ol.number {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  background: #fff;
	box-shadow: 0 0 5px #aaa;
	border-radius: 10px;
	font-size: 1.05em;
	 font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 25px 0;
}
ol.number li {
  border-bottom: dotted 1px #206E43;
  position: relative;
  padding: 0.75em 0.5em 0.75em 35px;
  line-height: 1.5em;
	line-height: 1.5;
}

ol.number li strong{font-weight: bold;
font-size: 1.2em;
display: block;
color: #B5830C;}

ol.number li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:block;
  background:#206E43;
  color: white;
  font-family:Arial, Helvetica, "sans-serif";
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top:0.75em;
}
ol.number li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

ul.list{margin: 0 0 20px 0;}

ul.list li{background: url("../image/common/link2.png") no-repeat left 5px;
background-size: auto 7px;
padding: 0 0 5px 10px;
border-bottom: 1px dotted #aaa;
margin-bottom: 5px;}


/*------------------------------
	パンくずリスト
------------------------------*/
#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 #93A881;
	-webkit-box-shadow: 0 0px 5px #93A881;
padding: 10px;
	
	margin: 0 0 40px;
	
	border-radius:10px;
}
/*-------------------------------------
	トップページ
-------------------------------------*/
.topimg {background: #E5DEC1;
	margin: 0;
}
.topimg img {
    display: block;
    margin: 0 auto;
}

.pr01{margin-bottom: 40px;}

.pr01 .kiwi{font-size: 20px;
color: #206E43;
font-weight: 500}

.pr01 .kiwi strong{color: #B5830C;
font-size: 26px;
	font-weight: 500
}

.pr01 .kiwi2{color: #91734C;
font-size: 23px;
letter-spacing: -0.01em;
margin: 0 0 30px 0;}

.pr01 .kiwi2 strong{color: #C40018;
font-weight: 500;
}

.pr01 h2{background: none;
padding: 0;
text-align: center;
border: none;}

.pr01 h2:before{content:none;}

.pr01 ul{margin-bottom: 30px;}

.pr01 ul li img{border: 5px solid #E87C3E;
border-radius: 10px;
background: #fff;}

.bg_brown{background: #FAF5EA;
box-shadow: 0 0 6px #A89681;
border-radius: 10px;
padding: 5px;}
.pr01 .bg_brown{margin-top: -20px;}

.pr01 .point{margin: -20px 25px 25px 25px;}

.point{
	counter-reset: titlenum;
}
.point h3{border: none;
background: none;
 font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
color: #206E43;
font-size: 25px;
padding:0 0 0 50px;
margin: 0 0 10px 0;
position: relative;}

.point h3::before{
	counter-increment: titlenum; /* counter-resetと同じ文字列 */
	content: counter(titlenum);
	/* ここから下は装飾です */
	position: absolute;
	left: 0;
	top:0;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 25px;
	background:#C40018;
}

.pr01 .point h3:nth-of-type(1),
.pr01 .point h3:nth-of-type(2){font-size: 32px;}

.pr01 .point h3 strong{color: #B5830C;
font-weight: 500;}

.point p{border-bottom: 1px dotted #206E43;
padding:0 0 20px 50px;
margin-bottom: 20px;
font-size: 17px;
	letter-spacing: -0.01em;
font-family: "Noto Sans JP", sans-serif;}
.point p:last-of-type{border-bottom: none;
padding-bottom: 0;}

/*----------------------------------*/
.first {
    margin-bottom: 20px;
}
.first h2 {
    margin-bottom: 15px;
}
.first .block-l, .first .block-r {
	
	background-color:#FAF5EA;
box-shadow: 0 0 4px #C8B79D;
	padding: 5px;
	width: 310px;
	margin-bottom: 20px;
	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: flex;
	flex-wrap: wrap;
	
}
.first img {
   width: 100px;
    margin: 0 15px 5px 5px;
}
.first h3 {width: 100%;
	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 {width: calc(100% - 125px);
    line-height: 1.5;
    margin: 0 5px 10px 0;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.01em;

	
}
.first .more {
    margin: 8px 10px 0 0;
    padding: 0;
    display: block;
    background-color:#206E43;
    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;}

.information .newinfo {
    width: 100%;
    height: 120px;
    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 {
   }

.feature .point p{border: none;
padding-left: 10px;
 margin: 0 0px 10px;}

.feature .point h3{border-top: 2px dotted #206E43;
padding:20px 0 0px 50px;
border-radius: 0;}
.feature .point h3:before{top: 15px;}

.feature .point ul{
padding:0 0 0 10px;
margin:-10px 250px 10px 0;
font-size: 17px;
	letter-spacing: -0.01em;
font-family: "Noto Sans JP", sans-serif;}

.feature .point ul li{background-position:  left 8px;}

/*-----------------------*/
.greet .inchou {
    width: 180px;
    margin: 0 0px 10px 20px;
    float:right;
}
.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:#685236;
}
.greet .inchou figcaption strong {
	color:#206E43;
	font-size: 16px;
}
.greet .inchou figcaption span{display: block;
font-size: 14px;
color: #666;}


.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.1em;
	margin: 0 10px 1em 0px;
}



.voice,
.voice2{background-image:url("../image/common/bg.jpg");
	background-repeat:repeat;
	background-position:left top;

	padding:20px 20px 10px 20px;
	box-sizing: border-box;
	position: relative;
	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: 10px;
	position: relative;
}

.voice:before{
	content:"VOICE";
	background: #206E43;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-family: "Kiwi Maru", serif;
	letter-spacing: 0.1em;
}



.voice p,
.voice2 p{font-size: 1.1em;
margin: 0 0 10px 0!important;
line-height: 1.4;}

.suisen p{margin-top: 10px!important;}

.suisen .voice:before{content:none;}

.voice p:after{content:"";
display: block;
clear: both;}
.voice p.name{font-weight: bold;
color: #79612E;
text-align: right;
margin: 0;
	font-size: 1em;
}

.voice p.small{font-size: 0.9em;}

.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:#7A5E47;
	font-size: 19px;
	font-family: "Noto Sans JP", sans-serif;
}
.qa dl dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	line-height: 26px;
	display: block;
	text-align: center;
	color:#206E43;
	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;
	line-height: 1.6;
}
.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: #C40018;
/*	
	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 10px;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	background:#FAF5EA;
	color:#685236;
	/*border-bottom: 1px solid #206E43;*/
	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:#206E43;
	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: 10px;
}

.step ol.nagare li dl dd img{width: 230px;}

/*-------------------------------------
	施術内容
-------------------------------------*/
.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{margin-bottom: 30px;}
.jihi .ryokin table th{width: 40%;
}

.jihi .ryokin table td:last-child {
    text-align: right;
    padding-right: 1em;
}

.jihi .ryokin table td.left{text-align: left;}

.jihi .ryokin table td.kara {
    padding-right: 1em;
}

.jihi .leftbox{width:calc(100% - 270px);
float: left;}

.move{
	margin: 0 0 10px;
	aspect-ratio: 16 / 9;
}
.move iframe{
	width: 100%;
	height: 100%;
	display: block;
}

/*-----------------------------------*/


.hoken p {
	margin: 0 0px 30px;
	line-height: 1.6;
}
.hoken figure,
.jihi figure{
	float: right;
	margin: 0 0 30px 25px;
	padding: 0;
	width: 230px;
	height: auto;
	
	box-sizing: border-box;
}

.hoken figure img,
.jihi figure img{border-radius: 5px;}

.jihi p {
	margin: 0 0px 20px;
	line-height: 1.6;
}

p.subtitle{color: #B5830C;
	font-family: "Kiwi Maru", serif;;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 0 15px 0;
}

p.message{color:#7A5E47;
	font-family: "Kiwi Maru", serif;;
	font-size: 1.3em;
	font-weight: 500;
	margin: 0 0 30px 0;}

/*---交通事故治療-----*/
.jiko p, .jibai p {
    margin: 0 5px 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;}

