@charset "utf-8";
/*------ヘッダー-------*/

/*.wrap{width: 1000px;
margin: 0 auto;
box-shadow: 0 0 6px #A18E75;}*/

dl.kome {
margin: 0 0 10px;
}
dl.kome dt {
    float: left;
}
dl.kome dd {
    padding: 0 0 5px 1.5em;
}
dl.kome dd::after {
    content: "";
    display: block;
    clear: both;
}
.space{
	display: block;
	height: 30px;
}

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:#F07E01;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url("../image/common/link.png");
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	font-family: "Noto Sans JP", sans-serif;
}
a.link:hover {
    opacity: 0.7;
}

.link2 a {
	display: block;
	margin: 0 auto;
	padding: 8px 40px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	background-color: #D71418;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url("../image/common/link.png");
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	width: 80%;
	text-align: center;
}
.link2 a:hover {
    opacity: 0.7;
}
a.tel_link {
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color:#8D7357;
    background-image: url("../image/common/tel.png");
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 30px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}
.header {
	background:#fff;
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 5px solid #E6A058;
}
.header .header_box {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0px 0 10px 0;
    clear: both;
}
.header #logo {
    display: block;
    clear: left;
    float: left;
    margin: 0px 0 0 0px;
    width: 380px;
}
.header .right_box {
	width: 550px;
	float: right;
	padding: 0;
	margin: 20px 0px 0 0;
    display: flex;
	justify-content: space-around;
}
.header .right_box .left{width: 50%;
box-sizing: border-box;}




p.telnum a{
display: inline-block;

color:#685236;
	text-decoration: none;
	word-break: keep-all;
	 font-size: 34px;
    line-height: 1;
    padding: 0 0 5px 0.9em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../image/common/tel.png");
   font-family:Arial, Helvetica, "sans-serif";
  font-weight: bold;
    background-size: auto 0.7em;
    position: relative;
   
	
	
}
p.telnum,
p.telnum a{margin: 0;}
.header p.telnum a{margin: 0;
background: url("../image/common/head_tel.png") no-repeat left center;
background-size: auto 45px;
line-height: 45px;
padding: 0 0 0 55px;}

.header .right_box p.comment{
	color: #fff;
	background: #56B15A;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
    border-radius: 15px;
	padding: 3px 5px;
    line-height: 1.2;
    margin: 0 0 5px 0;
}
.header .right_box .right {
	width: 45%;
	margin: -8px 0 0 0;
	background: url("../image/common/head_clock.png") no-repeat left center;
	background-size: auto 45px;
	padding: 0 0 0 55px;
	box-sizing: border-box;
}
.header .right_box .right dl{}
.header .right_box .right dl dt{width: 2em;
	float: left;
}

.header .right_box .right dl dd{
	padding-left: 3em;
text-align: left;}
.header .right_box .right dl dd:first-of-type{padding-left: 3.70em;}

/*-----ナビ-----*/
.menu {
	background:#F58719;

}
.menu ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content:space-between;
	flex-wrap: nowrap;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
	transform: rotate(0.03deg);
}


.menu ul li {width: calc(100% / 5);
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.menu ul li a {
    display: block;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	height: 55px;
	background-color:#F58719;
	text-decoration: none;
}
.menu ul li a:hover {
	opacity: 0.9;
	background-color:#d3b771;
}

.menu ul li a img{
	display: block;
}

.menu ul li:first-of-type{border-left: 1px solid #fff;}
/*-------サブコンテンツ-------*/
.sidebar {
    clear: right;
    float: right;
    width: 260px;
    margin: 40px 20px 0 0;
}
.sidebar .annai {
    margin: 0 0 30px;
    padding: 5px;
    border-radius: 10px;
    background:#FAF5EA;
   box-shadow: 0 0px 5px #A89681;
	-webkit-box-shadow: 0 0px 5px #A89681; 
}
.sidebar .annai .inbox{padding: 0 5px;}

.sidebar .annai h2 {background:#F7991F;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sidebar .annai h3 {
	color:#7A5E47;
	background: none;
	background-color:transparent;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 5px 0;
	margin: 0 0 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom:2px dotted #7A5E47;
	border-radius: 0px;
	font-weight: bold;
}
.sidebar .annai h3:before{content:none;}

.sidebar .annai img {
	margin: 5px 0 10px 0;
}
.sidebar .annai p {margin: 0;}
.sidebar .annai p strong{font-size: 16px;}

.sidebar .annai p.telnum a {
  font-size: 29px;
    color:#65592F;
}
.sidebar .annai p.telnum{margin: 0 0 15px 0;
text-align: center;}
.sidebar .annai p.telnum a:hover {
  color:#65592F;
    text-decoration: none;
}


.sidebar .annai p.message {
    background: #FFEE7C;
    color: #58300D;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
    border-radius: 20px;
}

.sidebar .annai p {
    font-size: 15px;
    margin: 0 0px 20px 0px;
}





.bn {}
.bn ul {
    padding: 0 0 15px;
}
.bn ul li {
    margin: 0 0 15px;
}
.bn ul li img {
	border-radius: 10px;
	display: block;
    border: 1px solid #CCCCCC;
}


/*-------接骨院情報---------*/
.footer {background:url("../image/common/bg_wood03.jpg") repeat left top;

}


.about h2{
	color: #605140;
    font-size: 35px;
    background: none;
    background-color: transparent;
	text-shadow:none;
    padding: 0;
	border: none;
	margin: 0 auto 0px auto;
	width: 75%;
}

.about {
	
	margin: 0 auto;
    max-width: 980px;
    box-sizing: border-box;
	padding: 30px 0 20px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.about p {margin: 0 0 20px;
font-size: 15px;}
.about p.add {
    font-weight: bold;
    font-size: 16px;
	margin: 0 0 10px;
}
.about .left {
    width: 50%;
    padding: 0;
    margin: 0;
box-sizing: border-box;
}

.about h3 {font-family: "Noto Sans JP", sans-serif;
	color:#D96D00;
	background: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 5px 0;
	margin: 0 0 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #D96D00;
	border-radius: 0;
}

.about h3:before{content:none;}



.about table{
    background: #fff;
    margin: 10px 0;
    color:#AA8465;
    width: 100%;
}
.about table th{
    text-align: center;
    padding: 3px 5px;
	background:#AA8465;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}



.about table td,
table.time td{color:#AA8465;
    
    text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 18px;
    border: 1px solid #AA8465;
}

.about table td.notes{font-size: 16px;}
.about table th{
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
}
p.kome{position: relative;
padding: 0 0 0 1.5em;}
p.kome:before{content:"※";
display: block;
position: absolute;
left: 0;
top: 0;}

.about p.kome{margin-bottom: 0;}
dl.kyushin {
    color: #D80000;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0 0px 0;
}
dl.kyushin dt {
    float: left;
}
 dl.kyushin dd {
    padding: 0 0 0px 4em;
}
.about .telnum{margin:20px 0 0px 0;
    text-align: left;
   
}
.about .telnum a{
   text-align: left;
	 
	border-bottom: none;
	font-size: 34px;
	background-size: auto 28px;
	line-height: 1;
	background-position: left center;
	padding: 0 0 0 35px;
}

.about .right {
	width: 43%;
	margin: 0 0px 0 0;
	padding: 0;
}
.about .right iframe {
	width: 100%;
	height: 320px;
}
.about .right p.kyushin {
	font-size: 16px;
	font-weight:bold;
	color: #e00;
}

.about .maplink{margin: 0;}

.about .maplink a {
    color: #006DD9;
    font-weight: normal;
    text-decoration: underline;
}
.about .map {
	margin: 0 0 0px 0;
}


/*--------フッター----------*/
.footer_menu {
	margin: 0;
	padding: 20px 0 0 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background:#7B6530;
}
.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 1.5em 0 0;
}
.footer_menu ul li a {
    color: #FFFFFF;
}
.footer_menu ul li a:hover {
	color: #FFD0D0;
	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:#7B6530;
}
.copy p a, .copy p a:hover {
    color: #fff;
    text-decoration: none;
}
