@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;
}
span.kome{
	padding: 0 0 5px 1.5em;
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
}
span.kome:before{
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}


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: #FF9999;
    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.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_black.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;
}
.header {
	background: #fff;
	position: relative;
	margin: 0;
	clear: both;
}
.header .header_box {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 10px 0 5px 0;
    clear: both;
}
.header #logo {
	display: block;
	clear: left;
	float: left;
	margin: 5px 0 0 0;
	width: 325px;
}
.header .right_box {
	margin: 5px 0px 5px 0;
	width: 480px;
	float: right;
	padding: 0;
}

.header p.yusen {
	width: 60px;
	height: auto;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FF7373;
	padding: 12px 0;
	color: #FFFFFF;
	margin: 0 10px 0 0;
	float: left;
}

.header .right_box .left {
    float: left;
    width: 255px;
    margin: 0;
    padding: 0;
}
.header .right_box .left p.telnum {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 35px;
    margin: 0 0 0px 0;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-image: url(../image/common/tel.png);
    background-position: left center;
    background-size: auto 25px;
    color: #5BB78C;
    word-break: keep-all;
}
.header .right_box .left p.telnum a {
    color: #685236;
}
.header .right_box .left p.telnum a:hover {
	opacity: 0.7;
    text-decoration: none;
}
.header .right_box p.message {
	color: #0DBB8B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 5px;
	border-radius: 0px;
	margin: 0 0 5px;
	line-height: 18px;
	border-bottom: 2px dotted #0DBB8B;
}



.header .right_box .right {
	width: 140px;
	float: right;    /*border-left: 2px dotted #ccc;
    padding-left: 20px;*/
}
.header .right_box .right dl {
    line-height: 1.2;
}
.header .right_box .right dl dt {
    float: left;
}
.header .right_box .right dl dd {
    text-align: right;
}
.header .right_box .right img {
	width: 100%;
	height:auto;
}
/*-----ナビ-----*/
.menu {
    height: 55px;
    background:#0DBB8B;
	box-shadow: 0 2px 4px #DFDFDF;
}
.menu ul {
    height: 55px;
    width: 1000px;
    margin: 0 auto;
    display: block;
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #fff;
}
.menu ul li {
    list-style-type: none;
	border-left: 1px solid #fff;
	width: 200px;
	box-sizing: border-box;
}
.menu ul li a {
    height: 55px;
    display: block;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #fff;
	 background:#0DBB8B;
	font-size: 22px;

	text-align: center;


	line-height: 55px;
}

.menu ul li a:hover {
	background-color: #C3D600;
	text-decoration: none;
}
/*-------サブコンテンツ-------*/
.sidebar {
    clear: right;
    float: right;
    width: 260px;
    margin: 40px 20px 0 0;
}
.sidebar .annai {
    -webkit-box-shadow: 0 0px 5px rgba(181, 168, 125, 0.6);
    box-shadow: 0 0px 5px rgba(181, 168, 125, 0.6);
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 8px;
}

.sidebar .annai h3 {
    background: none;
    color: #05266B;
    font-size: 16px;
    padding: 0 0 5px 0;
    border-bottom: 2px dotted #05266B;
    margin: 0 5px 5px 5px;
}
.sidebar .annai p.jusyo {
    margin-bottom: 5px;
}
.sidebar .annai p.tel {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 30px;
    margin: 3px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../image/common/tel_black.png");
    font-family: Arial, Helvetica, sans-serif;
    background-size: auto 25px;
}
.sidebar .annai p.tel a {
    color: #000;
}
.sidebar .annai p.tel a:hover {
    color: #000;
    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 dl.time {
    font-size: 15px;
    margin: 0 5px 0 5px;
}
.sidebar .annai dl.time dt {
    width: 2em;
    float: left;
}
.sidebar .annai dl.time dd {
    padding-left: 3em;
}
.sidebar .annai dl.kyushin {
    color: #D80000;
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px 10px 5px;
}
.sidebar .annai dl.kyushin dt {
    float: left;
}
.sidebar .annai dl.kyushin dd {
    padding: 0 0 5px 3em;
}
.sidebar .annai p {
    font-size: 15px;
    margin: 0 5px 20px 5px;
}
.sidebar #info {
    position: relative;
}
.sidebar #info .edit {
    position: absolute;
    right: 10px;
    top: 20px;
}
.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 {
    -webkit-box-shadow: 0 0px 5px rgba(181, 168, 125, 0.6);
    box-shadow: 0 0px 5px rgba(181, 168, 125, 0.6);
    border-radius: 6px;
    display: block;
}
/*-------接骨院情報---------*/
.footer {
	background-color: #F9FFF2;
}
.about img.logo {
    margin: 0 0 20px;
}
.about h2 {border: none;
    font-size: 35px;
    background: none;
    background-color: transparent;
    color: #5CB78C;
    line-height: 1;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: normal;
}
.about h2::before {
    content: none;
}
.about {
    width: 950px;
    margin: 0 auto;
    padding: 40px 0 20px;
    display: block;
}
.about p {
    margin: 0 0 15px;
    font-size: 14px;
}
.about p strong {
    font-weight: bold;
    font-size: 16px;
}
.about .left {
    width: 25%;
    padding: 0;
    margin: 0;
    float: left;
}
.about .mid {
    width: 37%;
    padding: 0;
    margin: 0 2%;
    float: left;
}
.about .right {
    float: right;
    width: 33%;
    margin: 0;
    padding: 0;
}
.about .left p {
	font-size: 15px;
	margin: 15px 0;
}
.about h3 {
    color:#14AE67;
    background: none;
	border-radius:0;
    background-color: transparent;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    padding: 0 0 5px 0;
    margin: 0 0 5px;
    border: none;
    border-bottom: 1px solid #14AE67;
}
.about table {
    background: #fff;
    margin: 0 0 5px 0;
    border: 1px solid #28B573;
	color:#28B573;
    width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.about table th {
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #28B573;
}
.about table td {
    border: 1px solid #28B573;
    text-align: center;
}
.about table th {
    font-weight: bold;
    padding:5px 5px;
    text-align: center;
    font-size: 15px;
}
.about dl.kome {
    font-size: 15px;
}
.about dl.kome dt {
    float: left;
}
.about dl.kome dd {
    padding: 0 0 5px 1em;
}
.about dl.kyushin {
    color: #D80000;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0px 0;
}
.about dl.kyushin dt {
    float: left;
}
.about dl.kyushin dd {
    padding: 0 0 5px 4em;
}
.about p.telnum {

}
.about p.telnum a {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 0px 0 5px 0;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url("../image/common/tel.png");
	font-family: Arial, Helvetica, sans-serif;
	background-size: auto 25px;
	color:#685236;
	display: inline-block;

}
.about p.telnum a:hover {
    color: #000;
    text-decoration: none;
}
.about p.telnum span {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 0px 10px;
	border-radius: 6px;
	display: inline-block;
	margin: 0px 5px 0px 0;
	line-height: 32px;
	background-color: #FF7373;
	float: left;
}

.about iframe {
	width: 100%;
	height: 280px;
	margin: 0!important;
}
.about .maplink {
    margin: -10px 0 5px;
}
.about .maplink a {
    color: #006DD9;
    font-weight: normal;
    text-decoration: underline;
}
.about .map {
    margin: 0 0 10px 0;
}
.about .map img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 20px auto;
}
.about .map ul {
    display: flex;
    justify-content: center;
}
.about .map ul li {
    margin: 0 10px;
}
.about .map ul li a {
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 15px;
    border-radius: 6px;
}
.about .map ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.about .map ul li:nth-of-type(1) a {
    background: #05266B
}
.about .map ul li:nth-of-type(2) a {
    background: #59B200
}
/*--------フッター----------*/
.footer_menu {
    margin: 0;
    background-color: #35B789;
}
.footer_menu {
    padding: 20px 0 0 0;
    margin: 0
}
.footer_menu {
    position: relative;
    overflow: hidden;
}
.footer_menu ul {
    display: flex;
    align-content: center;
    justify-content: center;
}
.footer_menu ul li {
    list-style-type: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0 1.5em 0 0;
}
.footer_menu ul li a {
    color: #FFFFFF;
}
.footer_menu ul li a:hover {
    color: #86F0BD;
    text-decoration: none;
}
.copy p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #FFFFFF;
}
.copy {
    background-color: #35B789;
    padding: 20px 0 10px;
}
.copy p a, .copy p a:hover {
    color: #fff;
    text-decoration: none;
}
