@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*------------------------
    ヘッダー
------------------------*/
body {
    background-color:#fff;
	
}
.kome{position: relative;
padding-left: 1.5em;}
.kome::before {
    content:"※";
    position: absolute;
    left: 0;
    top: 0;
}

.header {
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    background:#fff;
}

.h1box{background: #fff;}

.header .header_box {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.header .logo {
    display: flex;
    clear: left;
    float: left;
    margin: 10px 0 10px 0px;
    position: relative;
    width: 385px;
}

.header .logo .leftlogo{width: 69px;}

.header .logo .rightlogo{width: 310px;
margin:40px 0 0 10px;}


.header .logo img {
    display: block;
    height: auto;
}
.header .right_box {
    width: 355px;
    float: right;
    margin: 40px 0px 5px 0;
}
.header .right_box .left {
    display: block;
    width: calc(100% - 80px);
    float: left;
}
.header .right_box .right {
/*    width: 250px;*/
	width:62px;
  
	margin: 0 0 0 0px;
    float: right;
	box-sizing: border-box;

}



/*.header .right_box */

p.tel span,
.header .right_box .right p{display: block;
background: #EBD8CD;
color: #000;
text-align: center;
font-weight: bold;
padding: 1px 5px;
border-radius: 13px;
margin: 0 0 0px 0;
font-size: 14px;}

p.tel a{
    font-size: 36px;
    font-weight: bold;
    color:#000;
    line-height:1.2;
    margin: 0;
    padding: 0.15em 0 0.15em 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/common/tel.png);
    background-size:auto 0.7em;
}
/*.header .right_box */p.tel a {
     font-family: Arial, Helvetica, sans-serif;
    color:#000;
    text-decoration: none;
}
.header .right_box .right dl {margin: 0px 0 0 0;
	
    font-weight: bold;
	/*background: url("../image/common/clock.png") no-repeat left top;
	background-size: auto 45px;
	padding: 0 0 0 60px;
	*/
}
.header .right_box .right dl dt {float: left;
}
.header .right_box .right dl dd {
    text-align: right;
}
/*------------------------
    ナビ
------------------------*/
.navi {background-color:#947562;
    /*background-image:url("../image/common/texture_ws50.png");*/
    margin: 0 auto;
}
#g-navi {font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    height: 55px;
    width: 950px;
    margin: 0 auto;
}
#g-navi > li {
    list-style-type: none;
    float: left;
   background-color:#947562;
    /*background-image:url("../image/common/texture_ws50.png");*/
    width: 190px;
    height: 55px;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

#g-navi > li > a{color: #fff;
font-size: 22px;
line-height: 55px;
text-decoration: none;
display: block;
}

#g-navi > li:last-of-type{border-right: 1px solid #fff;}

#g-navi li:hover,
#g-navi > li > a:hover{background-color:#B99C8A;
}

#g-navi li img:hover{  opacity: 1;
    filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}


#g-navi li a.tab img {
    margin: 0;
    padding: 0;
    display: block;
}
#g-navi ul.drop {
    border: none;
    display: none;
    background: rgba(255, 255, 255, 1.0);
    overflow: hidden;
    width: 190px;
    position: absolute;
    font-size: 105%;
    z-index: 100;
    padding: 0;
    border-right: 2px solid #E7DECF;
    border-bottom: 2px solid #E7DECF;
}
#g-navi ul.drop li {
    background: url("../image/gn/bullet.png") no-repeat 10px 15px;
    width: calc(100% - 35px);
    background-size: 6px auto;
    line-height: 1.3;
    padding: 10px 10px 10px 25px;
    margin: 0px 0px;
    border-bottom: 1px dashed #C9C1A6;text-align: left;
}
#g-navi ul.drop li:last-of-type {
    border-bottom: 0px dashed #999;
}
#g-navi ul.drop a {
    text-decoration: none;
    color: #222;
    display: block;
}
#g-navi ul.drop a:hover {
   opacity: 0.7;
}
/*------------------------
    サブコンテンツ
------------------------*/
.side_about {
    box-shadow: 0 0 5px rgba(137, 137, 137, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(137, 137, 137, 0.6);
    margin-bottom: 40px;
    padding: 5px;
    background: #fff;
    border-radius: 0px;
}
.side_about h2{border: none;
background: #947562;
color: #fff;
text-align: center;
padding: 5px 10px;
margin: -5px -5px 20px -5px;
}

.side_about p{margin: 0 5px 10px 5px;}
.side_about p.address{font-size: 16px;}

/*---------------------------*/
#info {
    position: relative;
}

/*#info h2{background: none;
padding-left: 0;}*/

#info .edit {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 27px;
    height: 24px;
}
#info .info {
    width: 100%;
    height: 165px; /*適当な高さに*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}
#info .info iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.sidebar .bn {}
.sidebar .bn ul {
    padding: 0 0 15px;
}
.sidebar .bn ul li {
    margin: 0 0 15px;
     border-radius: 0px;
}
.sidebar .bn ul li img {width: 100%;
	display: block;
	box-sizing: border-box;
    border:1px solid #C9C9C9;
    border-radius: 0px;
    
}


.sidebar .facebook{margin-bottom: 30px;}


.sidebar .insta {}
.sidebar .insta h2 {
    color:#555;
    border-bottom:3px solid #555;
    background: url(../image/common/insta.png) no-repeat left top;
    -webkit-background-size: 28px auto;
    background-size: 28px auto;
    line-height:25px;
    border-radius: 0;
    padding-left: 40px;
}
/*------------------------
    接骨院情報
------------------------*/
.footer {
    padding: 40px 0 0;
    background:url("../image/common/bg_wood02.jpg") repeat left top;
    /*border-top: 2px solid #D0DEE5;*/
  
}
.about {
    margin: 0px auto;
    width: 950px;
    padding: 0px 0 15px;
}
.footer .about .left h2 {
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #8B5D37;
	font-weight: bold;
	display: block;
	padding: 0;
	margin: 0 0 20px;
	background: none;
	letter-spacing: 4px;
	border: none;
}
.footer .about .left h2 img{width: 353px;
    display: block;
margin: 0 auto 0 auto;}


.about .left {
	float: left;
	width: 450px;
}
.about .right {
	float: right;
	width: 460px;
	margin: 0;
}
.footer .about h3 {
    font-size: 17px;
    color:#825D46;
    font-weight: bold;
    display: block;
    background-color: none;
    background: none;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top-style: none;
    border-bottom: 2px dotted #825D46;
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 0;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
}
.about p {
    margin: 0 0 15px;
}

.about p.tel a {
    font-size:36px;
    margin: 0 0 10px 0;}




.about .left dl.kyushin {
    
    color: #D80000;
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0 20px 0;
}
.about .left dl.kyushin dt {font-weight: bold;
    float: left;
}
.about .left dl.kyushin dd {
    padding: 0 0 0 4em;
}
.about .left table {
    border: 1px solid #8B5D00;
    margin: 10px 0 10px 0;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    background: #FFFFFF;
}
.about .left table th {
    padding: 4px 5px;
    border: 1px solid #8B5D00;
    
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	vertical-align: middle;
   
}
.about .left table th small{font-size: 13px;
color: #000;}

.about .left table td {
    text-align: center;
    padding: 4px 8px;
    border: 1px solid #8B5D00;
	vertical-align: middle;
}
.about .left table td b {
    font-weight: bold;
}
.about .left table th.jikan {
    text-align: center;
    padding-right: 8px;

    font-weight: bold;
}
.about .right .map {
    width: 100%;
}
.about .right iframe {
	width: 100%;
	height: 260px;
}
.about .left p.kome::before {
    content:"※";
}
.about .right p.maplink {
    text-align: right;
}
.about .right p.maplink a {
    margin: 0;
}
.about p.address {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 10px;
}


.about p.small{background: #FFFF7B;
text-align: center;
font-weight: bold;
    padding: 5px 0;
}
/*------------------------
    フッター
------------------------*/
.footer p.copy {
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color:#825D46;
    padding: 10px 0;
    margin-bottom: 0px;
}
.footer small {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
.footer small a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer small a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
