@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');
/*--------共通設定-----*/
.outbox {
	margin: 0 0 30px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #8C6900;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #8C6900;
}
.inbox {
	padding: 0px 10px 10px;
}
dl.kome {}
dl.kome dt {
	float: left;
}
dl.kome dd {
	padding: 0 0 5px 1.5em;
}
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: #C2A749/*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_black.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;
}

ul.dot{list-style-type: disc;
margin-left:1.5em;}

ol.num{list-style-type: decimal;
margin-left:1.5em;}

.kenkohoken p{margin-bottom: 20px;}

/*--------メイン写真・アイキャッチ-----*/
.topimg {
	margin-bottom: 30px;
}
.topimg img {
	border-radius: 8px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
	display: block;
	box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
}
.eye {}
.eye img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0;
	border-radius: 8px;
	box-sizing: border-box;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
	box-shadow: 0px 0px 5px rgba(100, 75, 0, 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;
}


.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 10px;
}
.aligncenter img{
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	height: auto;
}


/*--------コンテンツ-----*/
/*---------------------------*/
.pr01 {
	margin: 0 0 30px;
	border-radius: 10px;
	padding: 8px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #8C6900;
	box-shadow: 0px 0px 5px #8C6900;
}
.pr01 h2 {
	margin: 0 0 10px;
	padding: 0;
	border-bottom-style: none;

}
.pr01 h2 img {
	margin: 0 auto;
	display: block;

}
.pr01 ul.imglist{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin: 0 7px 20px;
	flex-wrap: wrap;
}
.pr01 ul.imglist li{
	width: 195px;

}
.pr01 ul.imglist li img{
	border-radius: 15px;
	display: block;
}
.pr01 p{
	font-weight: normal;
	font-size: 22px;
	
	margin: 0 0 20px;
	color: #5F382C;
}
.pr01 p strong{
	color: #FF4C4C;
	font-weight: normal;
}
.pr01 p strong.green{
	color: #80BD59;
}

.pr01 .btm img{
	margin: 0 auto 5px;
	display: block;
	border-radius: 15px;
}
.pr01 .btm figcaption{
	text-align: center;
	font-size: 15px;
	padding: 0 0 10px;
	color: #5F382C;
}

/*---------------------------------------*/

.pr02 {
	margin: 0 0 30px;
	padding: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #664C00;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #664C00;
}
.pr02 h2 {
	margin: 0 0 10px;
	padding: 0;
	border-bottom-style: none;

}
.pr02 h2 img {
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	display: block;
}

.pr02 dl.num_list {
	padding: 20px 20px 10px 20px;
	line-height: 27px;
	font-size: 20px;
	font-weight: bold;
}
.pr02 dl.num_list dt{
	text-align: center;
	color: #FFFFFF;
	background-color: #FF7349;
	display: block;
	border-radius: 50px;
	width: 27px;
	float: left;

}
.pr02 dl.num_list dd{
	padding: 0 0 10px 40px;
	margin: 0 0 10px;
	border-bottom: 2px dotted #C9BA72;
}



/*---------------------------------------*/
.information {
	position: relative;
}
.information .newinfo {
	width: 100%;
	height: 160px;
	border: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
}
.information h2 {}
.information .edit {
	position: absolute;
	right: 10px;
	top: 10px;
}
.information iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
/*------------------------------*/
.feature p {
	margin: 0 5px 30px;
}
.feature h3 {
	padding: 0 0 25px;
	border-radius: 0;
	background-repeat: repeat-x;
	background-image: url(../image/shoukai/h3.jpg);
	background-position: left bottom;
	background-color: transparent;
	color: #5E3F1B;
	background-size: auto 20px;
	font-size: 28px;
	line-height: 1.4;
}

.feature h3 strong{
	color: #FF7373;
	font-size: 30px;
}

/*------------------------------*/
.greet .inchou {
	width: 180px;
	margin: 0 0 0px 20px;
	float: right;
}
.greet .inchou img {
	width: 180px;
	border-radius: 5px;
	height: auto;
	margin: 0 0 15px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
	box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
}
.greet .inchou figcaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #008C22;
}
.greet .inchou figcaption strong {
	color: #593922;
}
.greet .inchou figcaption span {
	display: block;
	font-size: 14px;
}
.greet p.name strong{
	
}
.greet p.name{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	
}

.greet p {
	margin: 0 0px 10px;
}
ul.profile_list {
	margin: 0 10px 10px;

}
ul.profile_list li{
	margin: 0 0 10px;
	padding: 0 0 10px 30px;
	border-bottom: 2px dotted #888888;
	background-image: url(../image/top/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 20px;
}
/*------------------------------*/
/*-スタッフ紹介--------------------------*/
.suisen_box{
	margin: 0 0 30px;
	padding: 10px;
	background-image: url(../image/top/pr01_bg.jpg);
	-webkit-box-shadow: 0px 0px 4px #999999;
	box-shadow: 0px 0px 4px #999999;
}
.suisen_box p{
	margin: 0 0px 10px;
}
.suisen_box figure {
	width: 180px;
	margin: 0 0 20px 20px;
	float: right;
}
.suisen_box figure img {
	width: 180px;
	border-radius: 5px;
	height: auto;
	margin: 0 0 15px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
	box-shadow: 0px 0px 5px rgba(100, 75, 0, 0.6);
}
.suisen_box figure figcaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #F29600;
}
.suisen_box figure figcaption strong {
	color: #2EC4CE;
}
.suisen_box figure figcaption span {
	display: block;
	font-size: 14px;
}

/*------------------------------*/
.voice {}
.voice .voicebox {
	padding: 10px;
	margin: 0 0 30px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
	border-radius: 10px;
	overflow: hidden;
}
.voice .voicebox figure {
	float: right;
	margin: 0 0 10px 20px;
	width: 150px;
}
.voice .voicebox figure img {
	display: block;
}
.voice .voicebox p {
	margin: 0 0 10px;
}
/*------------------------------*/
.sekkotsu {}
.sekkotsu img {
	margin: 0 20px 0px 0px;
	width: 180px;
	border-radius: 5px;
	float: left;
}
/*--------------------------------*/
/*--------------------------------*/
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: center 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: 0px 0 5px 0;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 0px;
	border-bottom: 2px dotted #604C3F;
}
ol.nagare li dl dt span {
	font-size: 15px;
	padding: 0 5px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color: #C2A749 /*#6CB3E4*/;
	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 10px;
}
ol.nagare li dl dd img {
	margin: 0 0 15px 20px;
	width: 170px;
	float: right;
	border-radius: 10px;
	height: auto;
}
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: #8C644B;
	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: #FF7373;
	color: #FFFFFF;
}
.qa dl dd {
	padding: 0px 0 20px 35px;
	position: relative;
	margin: 0px 0 20px;
	border-bottom: 2px dotted #C2A749;
	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: #008C22;
	color: #FFFFFF;
}
/*------------------------------*/
.ryokin table {
	margin: 0 0 10px;
	width: 100%;
}
.ryokin table {}
.ryokin table th, .ryokin table td {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #555555;
}
.ryokin table th {
	background-color: rgba(85,185,215,.1);
	font-weight: bold;
}
.ryokin table td {
	text-align: center;
	width: 7em;
}
.ryokin p.kome {}
.ryokin p.kome::before {
	content: "※";
	margin: 0 5px 0 0;
}

.ryokin p.right{
text-align: right;
}

/*------------------------------*/
.hoken p {
	margin: 0 0px 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: 10px;
}
/*------------------------------*/

.jiko p {
	margin: 0 0 10px;
}

.jiko ol {
	margin: 0 0 5px 1.3em;
	list-style-type: decimal;
}
.jiko ol li{
	margin: 0 0 5px;
}

/*----------------------------------*/
.echo p,
.gym p{
	margin: 0 0 15px;
}
.echo p.text_btm{
	padding: 10px 0px;
	text-align: center;
	border-radius: 10px;
	background-color: #E6DED5;
	font-size: 18px;
}

.gym_block{
	padding: 5px;
	margin: 0 0 20px 250px;
	border-radius: 10px;
	border: 2px solid #C2A749;
}

.gym_block h3{
	clear: none;
}
.gym_block p{
	margin: 0 5px 10px;
}
.gym_block ul{
	margin: 0 5px;
}
.gym_block ul li{
	background-image: url(../image/feature/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 5px;
	padding: 0 0 5px 30px;
	background-size: auto 20px;
	border-bottom: 1px dotted #BBBBBB;
}

.gym_block ul li:last-child{
	margin: 0 0 0px;
	padding: 0 0 0px 30px;
	border-bottom: none;
}


/*------お問い合わせ----------------------------*/
.inquiry p.tel {
	font-size: 28px;
	color: #36388D;
	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: #FF7373;
}
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: #EEEEEE;
	border-top: 1px dotted #DDDDDD;
	border-bottom: none;
	width: 100%;
	margin: 15px auto 15px auto;
}
dl.formList dt {
	width: 28%;
	border-bottom: 1px dotted #DDDDDD;
	box-sizing: border-box;
}
dl.formList dd {
	background: #fff;
	border-bottom: 1px dotted #DDDDDD;
	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;
}
/*------------------------------*/
ul.check_list {
	margin: 0 10px 30px;

}
ul.check_list li{
	margin: 0 0 10px;
	padding: 0 0 10px 30px;
	border-bottom: 2px dotted #888888;
	background-image: url("../image/common/check01.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: auto 20px;
	font-weight: bold;
	font-size: 18px;
}




.sports p{
	margin: 0 10px 15px;
}

.sports .imgbox2{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 10px 10px;
	justify-content: space-between;
}
.sports .imgbox2 img{
	display: block;
	width: 49%;
	border-radius: 5px;
	margin: 0 0 10px;
}

.sports .imgbox4{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 0px 10px;
	justify-content: space-between;
}
.sports .imgbox4 img{
	display: block;
	width: 24%;
	border-radius: 5px;
	margin: 0 0 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;
	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;
}
/*--------------------------------*/
#inquiry table#toiawaseform {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #ddd;
	width: 98%;
	margin: 15px auto 15px auto;
}
#inquiry table#toiawaseform td {
	padding: 10px;
	height: 20px;
	border: 1px solid #663300;
}
#inquiry table#toiawaseform td .txt {
	padding: 3px 5px;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 0 0 5px 0;
}
#inquiry table#toiawaseform th {
	background-color: #E9FFFC;
	text-align: center;
	width: 150px;
	padding: 15px 10px;
	font-weight: normal;
	border: 1px solid #663300;
}
#inquiry table#toiawaseform tr:last-child th, #inquiry table#toiawaseform tr:last-child td {
	/* [disabled]border-bottom-style: none; */
}
#inquiry #contact1 table th {
	background: #FFF2F7;
}
/*------------------------------
		サイドウィジェット
-----------------------------*/

.widget{
	margin: 0 0 30px;
	padding: 5px 5px 5px;
    border-radius: 8px;
    display: block;
    -webkit-box-shadow: 0px 0px 4px #8f804e;
    box-shadow: 0px 0px 4px #8f804e;
}


.widget h2{}

.widget ul{ list-style-type:none;
margin:0 5px}

.widget ul li{ border-bottom:1px dotted #B39B70;
padding:0 0 10px 0;
margin:0 0 10px 0;
display: flex;
flex-wrap: wrap;
align-items: stretch;
align-content: stretch;
justify-content: flex-start;
}
.widget ul li a{
	order: 2;
}
.widget ul li span{
	display: block;
	order: 1;
	width: 100%
}

.widget ul li a{
	color:#0066F0;
	text-decoration:none;
}
.widget ul li a:hover{
	opacity: 0.7;
}

dl.ryokin{border: 1px solid #BC974F;
	padding:10px 15px;
	margin: 0 5px 10px 5px;
	 font-size: 110%;
	 font-weight: bold;
}
 dl.ryokin dt{color: #BC974F;
	float: left;
	 
}
 dl.ryokin dd{
	margin: 0 0 8px;
	padding: 0 0 8px 0;
	 text-align: right;
	 border-bottom: 1px dashed #BC974F;
}
dl.ryokin dd span{display: block;
text-align: left;
font-size: 14px;
font-weight: normal;}

dl.ryokin dd:last-of-type{border: none;
padding-bottom: 0;
margin-bottom: 0;}

ol.num_list {margin: 0 0 30px 0;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
}
ol.num_list li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
ol.num_list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.num_list li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
