@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/*------ヘッダー-------*/
body{
	background-color:#FFFCEB;
}

.header{
	padding: 0;
	background: #fff;
	
}

.header .h1_box{
	background-color: #fff;
}
.header .h1_box h1{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 22px;
	display: block;
	margin: 0 auto;
	width: 850px;
}

.header .header_box {
	width: 850px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.header .logo {
	width: 310px;
	float: left;
	margin: 20px 0 5px 0px;
}

.header .logo img{display: block;
height:auto;}



.header .right_box {
	width: 500px;
	float: right;
	padding: 0 0 0px;
    margin: 15px 0 15px 0;
}


.header .right_box .left {
	float: left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	width: 280px;

	
}

p.telnum {
	font-size: 32px;
	line-height:1;
	padding:0.2em 0 0.2em 1.7em;
	margin: 0px 0 0px 0;
	background: url("../image/common/tel.png") no-repeat left center;
	background-size: auto 1.4em;
	color:#000;
	word-break: keep-all;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;

}
p.telnum a,p.telnum a:hover {
    color:#000;
    text-decoration: none;
}


.header .right_box .right {
	float: right;
	width: 150px;
background: url("../image/common/time.png") no-repeat left top;
    background-size: auto 45px;
    padding: 5px 0 5px 55px;
	
}

.header .right_box .right dl{
	line-height: 1.4;
font-size: 15px;
	color:#000;font-weight: bold;

}
.header .right_box .right dl dt{
	float: left;
	width: 2em;
}
.header .right_box .right dl dd{
	text-align: right;
		padding: 0px 0 0px 2.5em;
}



/*-----ナビ-----*/
.navi {

	background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 17%, rgba(236, 222, 201, 1) 100%);
height: 50px;
	margin: 0 auto;
	border-top: 1px solid #EDDFCB;
}

.navi ul{
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
}
.navi ul li{
	width: 170px;
	background-color: #FFFFFF;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}


.navi ul li a{background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 17%, rgba(236, 222, 201, 1) 100%);
display: block;
text-align: center;
color: #6D470E;
font-size: 20px;
	line-height: 50px;
font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
text-decoration: none;}

.navi ul li a:hover{background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 17%, rgba(247, 212, 158, 1) 100%);}

.navi ul li a img{
	display: block;
}

	
/*-------サブコンテンツ-------*/

.sidebar .guide{padding: 15px 10px;}
.sidebar .guide h2{
	border-radius: 0;
	padding: 0px;
	margin: 0 0 15px;
	background: none;
}
.sidebar .guide h2 img{
	margin: 0 auto;
	display: block;
}

.sidebar .guide figure{}
.sidebar .guide figure img{
	margin: 0 auto 15px;
	display: block;
}

.sidebar .guide h3{
	font-size: 17px;
	color: #FFA825;
	font-weight: bold;
	display: block;
	background-color: none;
	background: none;
	background-image: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px dotted #FFA825;
	padding: 0;
	margin: 0 5px 10px;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sidebar .guide p.telnum{font-size: 26px;
	margin: 0 0 10px 0;
}
.sidebar .guide p{margin:15px 0; }

.sidebar .guide dl.time{
	margin: 0 5px 10px;
}
.sidebar .guide dl.time dt{
	float: left;
}
.sidebar .guide dl.time dd{
	padding: 0 0 0px 3em;
}
.sidebar .guide dl.time dd.kome{padding-left: 1.9em;}

.sidebar .guide dl.time dt.kyushin{
	color: #D80000;
	font-weight:bold;
	font-size: 18px;
}
.sidebar .guide dl.time dd.kyushin{
	color: #D80000;
	font-weight:bold;
	font-size: 18px;
}


.sidebar .bn{}
.sidebar .bn ul{
	padding: 0 0 15px;
}
.sidebar .bn ul li{
	margin: 0 0 15px;
	background: #fff;
}
.sidebar .bn ul li img{
	display: block;
	box-shadow: 0 0 5px #B7A959;
	border-radius: 10px;
	background: #fff;
}



.sidebar .insta {
	margin: 0 0 30px;
}
.sidebar .insta p {
	padding: 0 10px 6px 40px;
	color: #F7006B;
	font-size: 19px;
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #E06FC3;
	position: relative;
	font-weight: bold;

}
.sidebar .insta p img{
	width:28px;
	height:28px;
	position:absolute;
	left:0;
	top:0;
	margin-right:20px;
	border:none;
	padding-right:100px;
}
.sidebar .insta p a{
	color:#F7006B;
	text-decoration: none;
}
.sidebar .insta p a:hover{
}



.sidebar .fb{
	margin: 0 0 30px;
}



/*-------接骨院情報---------*/

.footer {
	padding: 40px 0 0;
	background-color: #FFFFFF;
}
.about {
	margin: 0px auto;
	width: 850px;
	padding: 0px 0 15px;
	font-size: 15px;
}



.footer .about .left h2{
	text-align: center;
	width: 80%;
	margin: 0 auto 20px auto;
	background: none;
}

.about .left{
	float: left;
	width: 47%;
}
.about .right{
	float: right;
	width: 47%;
	margin: 0;
}
.footer .about h3{
	font-size: 17px;
	color: #FFA825;
	font-weight: bold;
	display: block;
	background-color: none;
	background: none;
	background-image: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px dotted #FFA825;
	padding: 0;
	margin: 0 0 10px 0;
	border-radius: 0;
	
}

.footer .about h3::before{content:none;}

.about p{
	margin: 0 0 20px;
}

.about p.tel{
	font-size: 35px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	margin: 0 0 10px 0;
	background-image: url(../image/common/tel.png);
	background-repeat: no-repeat;
	background-size: auto 35px;
	padding: 0 0 0 45px;
	background-position: left center;
}

.about p.tel a{
	color: #000;
	text-decoration: none;
	cursor: auto;
}



.about .left dl.kyushin{
	font-weight: bold;
	color:#D90000;
	font-size: 17px;
	line-height: 20px;
	margin:0 0 10px 0;
}
.about .left dl.kyushin dt{
	float: left;
}
.about .left dl.kyushin dd{
	padding: 0 0 0 4em;
}
.about .left table {
	border: solid 1px #333;
	margin: 10px 0 10px 0;
	background: #fff;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
}
.about .left table th{
	padding: 5px 5px;
	border: solid 1px #333;
	color: #333;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background-color:#FFFCEB;
}
.about .left table td {
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
}

.about .right .map{
	width: 100%;
	height: 320px;
}
.about .right iframe {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	
}

.about .right p.maplink{
	margin: 0 0 10px;
	text-align: right!important;
}
.about .right p.maplink a{margin:0;
	text-align:right!important;
	color:#002DB2!important;
}

.about .right p.address{font-weight:bold;
font-size:16px;
margin:0;}

.about .right p.access{
	margin: 0 0 30px;
}


.about dl.parking{}
.about dl.parking dt{
	float: left;
}
.about dl.parking dd{
	margin: 0 0 0 4em;
}
.about dl.kome dd{
	padding-left: 2em;
}

/*--------フッター----------*/

.footer .footermenu{
	padding: 20px 0;
	background-color:#FFA825;
}
.footer .footermenu ul{
display: flex;
flex-wrap: nowrap;
align-items: stretch;
align-content: stretch;
justify-content: center;
}

.footer .footermenu ul li{
	margin: 0 1em;
	font-size: 16px;
}
.footer .footermenu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../image/gn/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
	background-size: auto 6px;
}
.footer .footermenu ul li a:hover{}


.footer p.copy {
	text-align: center;
	font-size: 14px;
	background-color:#FFA825;
	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;
}
