@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;
}
.header .header_box {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 10px 0 10px 0;
    clear: both;
}
.header #logo {
    display: block;
    clear: left;
    float: left;
    margin: 10px 0 0 20px;
    width: 335px;
}
.header .right_box {
	width: 460px;
	float: right;
	padding: 0;
	margin: 5px 20px 0 0;
    display: flex;
}
.header .right_box .left{width: 65%;
border-right: 2px dotted #707070;
padding-right: 10px;
margin-right: 10px;
box-sizing: border-box;}




p.telnum a{
display: block;

color: #605140;
	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: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    background-size: auto 0.7em;
    position: relative;
    margin: 0.5em 0 0.5em 0;
	
	
}

.header p.telnum a{margin: 0;}

.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: 35%;
	margin: 0px 0 0 0;
}
.header .right_box .right dl{display: flex;
flex-wrap: wrap;}
.header .right_box .right dl dt{width: 2em;
}

.header .right_box .right dl dd{width: calc(100% - 3em);
text-align: right;}
/*-----ナビ-----*/
.menu {
	background:#25A507;

}
.menu ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content:space-between;
	flex-wrap: nowrap;
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	transform: rotate(0.03deg);
}


.menu ul li {width: calc(100% / 6);
	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:#25A507;
	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: #fff;
   box-shadow: 0 0px 5px #E4D09C;
	-webkit-box-shadow: 0 0px 5px #93A881; 
}
.sidebar .annai .inbox{padding: 0 5px;}

.sidebar .annai h2 {background: #25A507;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar .annai h3 {font-family: "Noto Serif JP", serif;
  font-weight: 700;
	color:#5B3113;
	background: none;
	background-color:#E1F2B5;
	font-size: 18px;
	line-height: 1.5;
	padding: 3px 10px;
	margin: 0 0 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-radius: 7px;
}
.sidebar .annai h3:before{content:none;}

.sidebar .annai img {
	margin: 5px 0 20px 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 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 5px 20px 5px;
}





.bn {}
.bn ul {
    padding: 0 0 15px;
}
.bn ul li {
    margin: 0 0 15px;
}
.bn ul li img {
	border-radius: 0px;
	display: block;
    border: 1px solid #CCCCCC;
}


/*-------接骨院情報---------*/
.footer {background-color: #fff;
    box-shadow: -5px -3px 4px #D6DED2

}


.about h2 {
	color: #605140;
    font-size: 35px;
    background: none;
    background-color: transparent;
	text-shadow:none;
    padding: 0;
	border: none;
	margin: 0 0 10px 0;
}

.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;}
.about p.add {
    font-weight: bold;
    font-size: 16px;
	margin: 0 0 10px;
}
.about .left {
    width: 390px;
    padding: 0;
    margin: 0 20px 0 0;
box-sizing: border-box;
}
.about figure{margin-bottom: 20px;}

.about figure img{aspect-ratio:3 /2;
object-fit: cover;
border: 1px solid #707070;}
.about h3 {font-family: "Noto Sans JP", sans-serif;
	color:#FC9309;
	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 #FC9309;
	border-radius: 0;
}

.about h3:before{content:none;}



.about table {
    background: #fff;
    margin: 10px 0;
    color:#7B6530;
    width: 100%;
}
.about table th {
    text-align: center;
    padding: 3px 5px;
  
	background:#7B6530;
	color: #fff;
}
.about table td {color:#7B6530;
    
    text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 18px;
    border: 1px solid #7B6530;
}

.about table td.notes{font-size: 16px;}
.about table th {
    font-weight: bold;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
}
.about dl.kome {
    font-size: 15px;
	margin: 0;
}
.about dl.kome dt {
    float: left;
}
.about dl.kome dd {
    padding: 0 0 0px 1.5em;
}
.about dl.kyushin {
    color: #D80000;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.about dl.kyushin dt {
    float: left;
}
.about dl.kyushin dd {
    padding: 0 0 5px 4em;
}
.about .telnum{margin-bottom: 40px;
    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 .mid{width: 225px;
box-sizing: border-box;
 margin: 0 20px 0 0;}
.about .right {
	float: right;
	width: 300px;
	margin: 0 0px 0 0;
	padding: 0;
}
.about .right iframe {
	width: 100%;
	height: 245px;
}
.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;
}
