@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/*--------共通設定-----*/
.outbox {
	margin: 0 0 30px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #AFA17B;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #AFA17B;
}

.insta iframe{
display: block;
aspect-ratio:3 / 1;}

.inbox {
	padding: 0px 10px 10px;
}
dl.kome {}
dl.kome dt {
	float: left;
}
dl.kome dd {
	padding: 0 0 5px 1.5em;
}

.yoyaku iframe{width: 100%!important;}


a.link {
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#01B901/*rgba(245,228,158,.6)*/;
	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 {
	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;
}
.alignright{width: 230px;
	height: auto;
	display: block;
	margin: 0 0 30px 20px;
	float: right;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.alignright img {
	
	
	border-radius: 5px;
}


/*--------メイン写真・アイキャッチ-----*/
.topimg {
	margin-bottom: 30px;
}
.topimg img {border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
}
.eye {}
.eye img {border-radius: 10px;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
}
.imgbox3 ul, .imgbox2 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.imgbox3 ul li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 ul li {
	width: 49%;
	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-radius: 10px;
	box-sizing: border-box;
}

.shadow img{-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);}

.alignleft{
	float: left;
}
.alignleft img{
	margin: 0 auto;
	display: block;
	width: 230px;
	border-radius: 10px;
	height: auto;
}

.alignright{
	margin: 0 0 10px 20px;
	float: right;
}
.alignright img{
	margin: 0 auto;
	display: block;
	width: 230px;
	border-radius: 10px;
	height: auto;
}

.aligncenter{
	margin: 0 0 20px;
}
.aligncenter img{
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	height: auto;
}


/*--------コンテンツ-----*/
/*---------------------------*/
.pr01{padding: 5px;}

.pr01 .inbox{position: relative;}

.pr01 .bottom{position: absolute;
right:10px;
top: 5px;}
.pr01 h2 {
	margin: 0 0 10px;
	padding: 0;
	border-radius: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
	
}
.pr01 h2::before{
	display: none;
}

.pr01 h2 img {
	margin: 0 auto;
	display: block;

}
.pr01 p{text-align: center;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
color: #FB7D00;
font-size: 25px;}

.pr01 .side{
	width: 90px;
	margin: 0 0 0 10px;
	float: left;
}

.pr01 .line_link{
	margin: 20px auto 0;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	background-color: #01B901;
	color: #FFFFFF;
	padding: 5px 1em 5px 2.5em;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	background-repeat: no-repeat;
	background-image: url(../image/top/icon.png);
	background-position: 1em center;
	background-size: auto 1.2em;
}
.pr01 .line_link:hover{
	opacity: 0.7;
}

ul.check {font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
ul.check li {font-size: 17px;
  position: relative;
  padding: 0em 0 0.4em 30px;
	margin-bottom: 0.4em;
	border-bottom: 2px dotted #F9D089;
	background: url("../image/common/check.png") no-repeat left 0.3em;
	background-size: 20px auto;
	color: #675828;
}

.pr01 ul.check li{font-size: 20px;}

.bigbn img{-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
border: 5px solid #fff;
box-sizing: border-box;
border-radius: 10px;
margin: 0 auto 30px auto;
display: block;}

/*---------------------------------------*/
.information {
	position: relative;
}
.information .newinfo {
	width: 100%;
	height: 195px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
}
.information h2 {}
.information .edit {
	position: absolute;
	right: 15px;
	top: 13px;
}
.information iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
/*------------------------------*/
.feature p {
	margin: 0 5px 30px;
}
.feature h3 {font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	padding: 35px 0 0px 0px;
	border-radius: 0;
	background-repeat: repeat-x;
	background-image: url("../image/shoukai/feature.png");
	background-position: left top;
	color:#8C6900;
	background-size: auto 20px;
	font-size: 28px;
	line-height: 45px;
	background-color: #FFFFFF;
	border-bottom: none;
}
.feature h3::before {
	display: none;
}
.feature h3 strong{color:#FB7D00;}

/*------------------------------*/
.greet .inchou {float:left;
	margin: 0 20px 40px 0px;
}
.greet .inchou img {
	width: 200px;
	height: auto;
	margin: 0 auto 5px auto;
	display: block;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	
}
.greet .inchou figcaption {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color:#3BB149;margin: 0 0 10px 0;
}
.greet .inchou figcaption strong {
	color:#004EA2;
	font-size: 16px;
}
.greet .inchou figcaption span {
	font-size: 14px;
	display: block;
	color: #777;
	
}

.greet p {
	margin: 0 0px 10px;
}

.greet .prof{
padding:15px;
background: url("../image/common/bg.jpg") repeat left top;
 box-shadow: 0 0 4px #AFA17B;
border-radius: 10px;}

.greet .prof ul{display: flex;
font-size: 1.1em;
justify-content: space-around;}

.greet .prof ul li{background: url("../image/gn/list.png") no-repeat left 5px;
	background-size: auto 10px;
	margin: 0 10px 5px;
    padding: 0 0 5px 15px;
}


/*-スタッフ紹介--------------------------*/
.staffbox1 {
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 15px;
    border-radius: 10px;
   background:url("../image/common/bg.jpg");
    box-shadow: 0 0 4px #AFA17B;
}
.staffbox1 img {
    width: 30%;
    border-radius: 8px;
    float: left;
	border: 5px solid #fff;
}
.staffbox1 dl {
    font-size: 100%;
    margin: 0 0 0 35%;
}
.staffbox1 dl dt{
    background-color:#D59700;
    text-align: center;
    width: 4em;
    font-weight: bold;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    text-shadow: 0 0 4px rgba(140, 100, 0, 0.6);
}
.staffbox1 dl dd {
    margin: 0 0 5px;
    padding: 0 0 5px 5.5em;
    border-bottom: 2px dotted #ccc;
}
.staffbox1 dl dd strong {
    font-size: 120%;
    color: #825000;
}
.staffbox1 dl dd .kana {
 margin-left: 10px;
    color: #666;
}

.staffbox1:last-of-type{margin-bottom: 0;}


/*--------------------------------*/
ol.nagare {}
ol.nagare li {
	margin: 0 0 10px;
	padding: 0 0 60px;
	clear: both;
	background-image: url(../image/common/yajirushi.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 {
	color: #5E3F1B;
	font-weight: bold;
	padding:0 0 5px 0;
	margin: 0 0 10px;
	font-size: 16px;
	/*border-radius: 5px;
	background:url("../image/common/bg.jpg") repeat left top;*/
	border-bottom: 1px dotted #3BB149;
}
ol.nagare li dl dt span {
	font-size: 15px;
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
	background-color:#3BB149;
	border-radius: 5px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
}
ol.nagare li dl dd {
	margin: 0 5px;
}
ol.nagare li dl dd img {
	margin: 0 0 15px 20px;
	width: 170px;
	float: right;
	border-radius: 5px;
	height: auto;
	background-color: #FFFFEB;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	box-shadow: 0px 0px 3px #BBBBBB;
}
ol.nagare li dl dd img.wide {
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	margin: 0 auto 10px;
	display: block;
	border-style: none;
	border-radius: 5px;
	width: auto;
}
/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 35px;
	position: relative;
	min-height: 26px;
	font-weight: bold;
	color:#8A6F54;
	font-size: 18px;
}
.qa dl 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:#3BB149;
	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: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	
	text-align: center;
	font-weight: bold;
	background-color:#EF9800;
	color: #FFFFFF;
}



/*------------------------------*/
.ryokin table,.kyujin table {
	margin: 0 0 10px;
	width: 100%;
}
.ryokin table,.kyujin table {border: 1px solid #8F7736;}
.ryokin table th, .ryokin table td
,.kyujin table th,.kyujin table td{
	font-size: 16px;
	text-align: center;
	padding:8px 5px;
	vertical-align: middle;
	
	border-bottom:#7D4500 1px dotted;
border-left:#7D4500 1px dotted;
}
.ryokin table th,.kyujin table th {font-family: 'Noto Sans JP', sans-serif;
	background-color:#FFFEE1;
	color: #57380B;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.ryokin table td:last-of-type {
	text-align: right;
padding-right: 1.5em;}

#ryokin table td:last-of-type {
	text-align: center;
padding-right: 0;}


.kyujin table th,.kyujin table td{text-align: left;
padding:8px 10px;}

.kyujin table th{width: 8em;
text-align: center;}

.ryokin table td.kara{padding-right: 0.5em}

.ryokin table td.red{color: #CF0003;}

.ryokin table td span.kome {font-size: 14px;
text-align: left;}
.ryokin p.kome::before {
	content: "※";
	margin: 0 5px 0 0;
}

.ryokin p.right{
text-align: right;
}

.jihi .ryokin td{}

.jihi .ryokin td small{
display: block;

line-height:1.5;
font-size:14px;
color:#184DB8;
font-weight:normal;}

/*------------------------------*/
.hoken p {
	margin: 0 5px 30px;
}
.hoken p img {
	width: 230px;
	height: auto;
	display: block;
	margin: 0 0 30px 20px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}


.hoken p.btm10{
	margin-bottom: 10px;
}

dl.price{
	margin:  0 30px 30px 5px;
	
	width:calc(100% - 260px);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	
border: 1px solid #8F7736;
	font-size: 16px;
	background-color:#FFFEE1;
	display: flex;
	flex-wrap: wrap;
	
}
dl.price2{
	margin: 0 0 10px;
	width: 100%;
}


dl.price dt{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	width: 40%;
	color: #57380B;
	font-weight: bold;
	padding:5px 10px;
	border-bottom: 1px dotted #888888;
}

dl.price dd{width: 60%;
	border-bottom: 1px dotted #888888;

	padding:5px 10px;
	text-align: right;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
}

dl.price dt:last-of-type,
dl.price dd:last-child{
	border-bottom: none;
}



/*------------------------------*/

.jiko p {
	margin: 0 0 10px;
}
.jiko p img {
	width: 230px;
	height: auto;
	display: block;
	margin: 0 0 0px 20px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

/*------------------------------*/

.jibai p {
	margin: 0 0 10px;
}
.jibai p img {
	width: 230px;
	height: auto;
	display: block;
	margin: 0 20px 0px 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}



/*------お問い合わせ----------------------------*/
.inquiry p.tel {
	font-size: 28px;
	color:#D59700;
	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:#D59700;
}
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:#D8F5EA;
	border-top: 1px dotted #8C6900;
	border-bottom: none;
	width: 100%;
	margin: 15px auto 15px auto;
}
dl.formList dt {
	width: 28%;
	border-bottom: 1px dotted #8C6900;
	box-sizing: border-box;
}
dl.formList dd {
	background: #fff;
	border-bottom: 1px dotted #8C6900;
	width: 72%;
	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;
}



/*------------------------------
	パンくずリスト
------------------------------*/
#breadcrumb {
	padding: 5px 0;
	margin: 0 0 10px 0px;
}
#breadcrumb ul {
	margin: 0 auto;
	font-size: 13px;
	display: block;
	padding: 0;
}
#breadcrumb ul li {
	display: inline;
	margin: 0 3px 0 0;
}
#breadcrumb ul li:after {
	content: "＞";
	margin: 0 0 0 5px;
}
#breadcrumb ul li:last-child:after {
	content: none;
}
#breadcrumb ul li a {
	text-decoration: none;
	color: #000000;
}
/*----------------------------------
		トップページ
----------------------------------*/

/*----------------------------------
		当院紹介
----------------------------------*/
#office_ph {}
#office_ph img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#office_ph #office_ph_big {
	margin: 0 0 10px;
	text-align: center;
}
#office_ph ul#imgList {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding: 0 8px;
	justify-content: space-between;
}
#office_ph ul#imgList li {
	width: 24%;
}
#office_ph ul#imgList li img {
	border: 2px solid #CFC9A9;
}
#office_ph #office_ph_big img {
	border: 2px solid #CFC9A9;
}
.list1 img {
	border-color: #CFC9A9;
}
.list2 img {
	border-color: #CFC9A9;
}
.list3 img {
	border-color: #CFC9A9;
}
.list4 img {
	border-color: #CFC9A9;
}

p.center{text-align: center;}

p.bold{font-weight: bold;
font-size: 1.2em;}
.orange{color: #F99300;}

p.message{text-align: center;
font-size: 1.5em;
font-weight: bold;
color: #FF7E00;}
