@charset "utf-8";
/*------ヘッダー-------*/

dl.kome dt{float:left;}

dl.kome dd{padding:0 0 0 1.5em;}

dl.kome dd::after{content:"";
display: block;
clear: both;}

a.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color: #B3282F;
	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.link2{
	clear: both;
	margin: 0 auto;
	display: block;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #B3282F;
	border: 2px solid #B3282F;
	text-align: center;
	font-size: 120%;
	border-radius: 30px;
	line-height: 1.4;
	font-weight: bold;
	background-image: url(../image/common/link2.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 15px;
}

a.link2:hover{
	background-image: url(../image/common/link.png);
	text-decoration: none;
	background-color: #B3282F;
	color: #FFFFFF;
}

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;
}

.h1_box{
	width:100%;
	background:#3DB3D8;
	margin: 0 auto;
	display: block;
}

.header {
	background: #fff;
	position: relative;
	margin: 0;
	clear: both;
	/*border-top: 5px solid #FFC57D;*/
}

.header .header_box{
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding: 0px 0 5px 0;
	clear: both;
}
	
.header #logo {
	display: block;
	clear: left;
	float: left;
	margin: 5px 0 5px 0px;
	width: 350px;
}
.header .right_box{
	margin: 10px 0 0 0;
	width: 450px;
	float: right;
	padding: 0;
}
.header .right_box .left {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}
.header .right_box .right {
	float: right;
	width:150px;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 2px dotted #aaa;
}
.header .right_box .right p{font-weight: bold;}
dl.jikan{font-weight: bold;}
 dl.jikan dt{width: 2em;
float: left;}

dl.jikan dd{text-align: right;
padding-left: 3em;}

.header p.bg_red{
	border-radius: 10px;
	display: block;
	background-color: #FF7373;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}
.header p.bg_red strong{
	display: block;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 2px;
	padding: 0 0 2px;
	border-bottom: 2px solid #FFFFFF;
}
.header dl.jikan dt:last-of-type{color: #E40000;}
.header dl.jikan dd:last-of-type{color: #E40000;}

.header p.text {
	font-weight: bold;
	border-bottom: 2px dotted #707070;
	text-align: center;
}


.header p.telnum{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 0 30px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel1.png);
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 27px;
}

.header p.telnum a,
.header p.telnum2 a{
	color: #000;
}
.header p.telnum a:hover,
.header p.telnum2 a:hover{
	text-decoration: none;
}

.header p.telnum2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 0 30px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel2.png);
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 27px;
}




/*-----ナビ-----*/
.menu {
	background:#fff;
	background-position: left top;
	padding: 20px 0;
}
.menu ul {width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}

.menu ul li{font-size: 18px;
	width: 25%;
	line-height: 1.4;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
	border-left: 1px dotted #CFCFCF;
}
.menu ul li:last-of-type{border-right: 1px dotted #CFCFCF;}

.menu ul li img{
	display: block;
}

.menu ul li a{color: #000;
}
.menu ul li a span{display: block;
font-size: 14px;
color: #0099C9;
font-weight:normal;}


.menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
	text-decoration: none;
}	
	
/*-------サブコンテンツ-------*/
.sidebar {
	clear: left;
	float:left;
	width: 260px;
	margin: 40px 0px 0 20px;
}

.sidebar .annai{background: #fff;
	margin: 0 0 30px;
	padding: 5px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
}

.annai h2{
border-radius: 5px 5px 0 0;
	margin: 0 0 15px;
	background: #59B24B url("../image/common/h2.png") no-repeat 7px 15px;
	background-size: auto 14px;
	background-color: #59B24B;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px 5px 25px;
	color: #fff;

}

.sidebar .annai dl.jikan{margin:0 10px 5px 10px;}
.sidebar .annai dl.jikan dd{text-align: left;
padding-left: 4em;}
.sidebar .annai dl.kyushin{
	color:#D80000;
	font-weight: bold;
	font-size:17px;
	margin:0 10px 10px 10px;
}


.annai img{
	margin: 0 auto 10px;
	display: block;
}
.annai p{
	margin: 0 5px 15px;
}

.annai p.add{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
.annai p.message{
	color: #FFFFFF;
	border-radius: 10px;
	background-image: url(../image/common/bg_red.jpg);
	text-align: center;
	font-size: 17px;
	padding: 5px 0;
	font-weight: bold;
}


.annai p.telnum{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 0 30px;
	margin: 0px 0 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel2.png);
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 27px;
	position: relative;
}

.annai p.telnum a,
.annai p.telnum2 a{
	color: #000;
}
.annai p.telnum a:hover,
.annai p.telnum2 a:hover{
	color: #000;
	text-decoration: none;
}

.annai p.telnum2{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 0 30px;
	margin: 0px 0 20px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel2.png);
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 27px;
	position: relative;
}


.annai h3{
	color:#59B24B;
	background: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	padding: 0 0 5px 0;
	margin: 0 10px 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	border-bottom: 2px dotted #59B24B;
}


.sidebar #info {position: relative;}

.sidebar #info .edit {
	position: absolute;
	right: 10px;
	top:12px;
}
.sidebar #info .info {
	width:100%;
	height:250px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding: 0 5px;
}
.sidebar #info .info iframe {
  width:100%;
  height:100%;
  border:none;
  display:block;
}	

.bn{}
.bn ul{
	padding: 0 0 15px;
}
.bn ul li{
	margin: 0 0 15px;
}
.bn ul li img{
	display: block;
	border-radius: 8px;
	box-shadow: 0 0 4px #98A292;
}

.snap{margin:0 0 30px 0;}

.snap h2 {
	padding: 0 0px 5px 40px;
	font-size: 22px;
	margin: 0 0 10px 0;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #C5008F;
	text-shadow: none;
	border-radius: 0;
	line-height: 30px;
	background-image: url(../image/common/icon_insta.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 30px;
	font-weight: bold;
	
}
.snap h2 a{
	color: #000000;
}




/*-------接骨院情報---------*/

.footer{
	background-position: left top;
	background-color: #fff;
	border-top: 10px solid #C5F1FF;
	
}

.about img.logo{
	margin: 0 0 20px;
}

.about h2{
	
}
.about h2::before{content: none;}

.about{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 10px;
	display: block;
}

.about p{
	margin: 0 0 20px;
	font-size: 15px;
}
	
.about p.add{
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.about p strong{font-weight: bold;
font-size: 16px;}
.about .left{
	width: 460px;
	padding: 0;
	margin: 0;
	float: left;
}



.about h3{
	color:#0099C9;
	background: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	padding: 0 0 5px 0;
	margin: 0 0 5px;
	border-radius: 0;
	border-bottom: 2px dotted #707070;
}


.about table {background: #fff;
	margin: 7px 0;
	border: 1px solid #8F7736;
	color:#000;
	width: 100%;
}
.about table th {background: #FEFFE5;
	text-align: center;
padding: 5px 5px;
	border: 1px solid #8F7736;
}
.about table th span{
	color: #D80000;
}

.about table td{
	border: 1px solid #8F7736;
	text-align: center;
}

.about dl.kome{font-size:15px;}
.about dl.kome dt{
	float: left;

}
.about dl.kome dd{
	padding: 0 0 5px 1.5em;
}


dl.kyushin{
	color:#D80000;
	font-weight: bold;
	font-size:20px;
	margin:0 0 10px 0;
}
dl.kyushin dt{
	float: left;
}
dl.kyushin dd{
	padding: 0 0 5px 4em;
}


.about p.telnum{
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 0 30px;
	margin: 0px 0 10px 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel2.png);
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 30px;
	position: relative;
}

.about p.telnum a,
.about p.telnum2 a{
	color: #000;
}
.about p.telnum a:hover,
.about p.telnum2 a:hover{
	color: #000;
	text-decoration: none;
}




.about .right {
	float: right;
	width: 430px;
	margin: 0;
	padding: 0;
}
.about .right iframe {
	width: 100%;
	height: 300px;
}

.about .maplink a{color: #006DD9;
font-weight: normal;
text-decoration: underline;}

/*--------フッター----------*/


.footer_menu{
	padding: 20px 0 0 0;
	margin: 0;
	background-color:#0099C9;
}
 .footer_menu ul {
	display: flex;
	 align-content: center;
	 justify-content: center;
}
.footer_menu ul li {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0 1em;
}

.footer_menu ul li a {
	color: #FFFFFF;
}

.footer_menu ul li a:hover {
	color:#BBFBFF;
	text-decoration: none;
}
.copy p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #FFFFFF;
}

.copy{
	padding: 20px 0 10px;
	background-color:#0099C9;
}

.copy p a,
.copy p a:hover{color:#fff;
text-decoration: none;}
