@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color:#4D4D4D;
	min-width: 1400px;
}

p {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ud {
	font-family: "UD デジタル 教科書体 NP-R", sans-serif;
}

.inbox {
	width: 980px;
	margin: 0 auto;
}

.inbox-out {
	width: 1060px;
	margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.text_c {
	text-align: center;
}

a {
	color: #4d4d4d;
	transition: 0.5s;
}

a:hover {
	opacity: 0.8;
}

.tel a  {
	font-family: "Arial",sans-serif;
	font-weight: bold;
	color: #9c3645;
}

.tel-02 a {
	font-family: "Arial",sans-serif;
	font-weight: bold;
	color: #963e69;
}

.pink {
	color: #c84b71;
}

/*更新イメージの調整
----------------------------------------------- */
.com-img {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.com-img img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*SPソース非表示
----------------------------------------------- */
.pc_none {
	display: none !important;
}


img {
	vertical-align:bottom;
}

/*-----------------header------------------*/
.header {
	background-color: #fff;
	width: 100%;
	height: 80px;
}

.header h1 {
	color: #666;
	font-size:12px;
	font-weight: normal;
	height:20px;
	line-height: 20px;
}

.h-inner {
	margin-top: 10px;
}

/* headerfixed */
#headerfixed {
	width:100%;
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
    z-index: 9999;
}

.fixed {
    position: fixed;
    top: 0;
}

/* fix contact */
.fix-cont {
	float: right;
	margin: 20px 20px 0 0;
}


/*---------main_visual------------*/
#main_visual {
	width:100%;
	height:640px;
	background: url(../img/top/mv_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.mv-ttle {
	margin-top: 175px;
}

.mv-inwrap {
	height: 100%;
	position: relative;
}

.mv-eigyou-jikan {
	width: 388px;
	position: relative;
	left: -40px;
	bottom: -0;
}

.top-mv-cont {
	position: absolute;
	right: 0;
	bottom: 0;
}

.mv-cont-btn-wrap {
	background: url('../img/common/mv-cont-btn-bk.png')no-repeat;
	width: 255px;
	height: 215px;
}

.mv-cont-btn-inwrap {
	width: 215px;
	margin: 45px 0 0 40px;
}

.mv-cont-ttl {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9c3645;
}

.mv-cont-tel {
	margin-bottom: 15px;
}

.mv-cont-tel span {
	font-size: 31px;
	padding-left: 20px;
	background: url('../img/common/cont-tel-icon.png')no-repeat left top 45%;
}

.mv-link-list {
	width: 190px;
	margin: 0 auto;
	text-align: center;
}

.mv-link-list a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 2px;
}

.mv-link-list span {
	display: block;
	padding: 10px 0;
	border: solid  1px #fff;
}

.online-yoyaku {
 margin-bottom: 5px;
}

.online-yoyaku a {
	background: #5fc5fa;
}

.online-yoyaku a::before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 26px;
	background: url('../img/common/online-btn--icon.png')no-repeat;
	left: 15px;
	top: 50%;
	margin-top: -13px;
}

.online-yoyaku span,.soudan span {
	padding-left: 25px;
}

.soudan a {
	background: #c84b71;
}

.soudan a::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 16px;
	background: url('../img/common/cont-mail-icon02.png')no-repeat;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}


/*---------navi------------*/
.navi {
	background-color: #9c3645;
}

.navi li {
	float: left;
	text-align: center;
}

.navi li span{
	display: block;
	padding: 5px 0;
	border-right: 1px solid #ae4652;
}

.navi a {
	padding: 10px 0;
	display: block;
}

.navi li:last-child span {
	border-right: 0;
}

.navi li:nth-child(1) {
	width: 115px;
}

.navi li:nth-child(2) {
	width: 225px;
}

.navi li:nth-child(3) {
	width: 176px;
}

.navi li:nth-child(4) {
	width: 126px;
}

.navi li:nth-child(5) {
	width: 126px;
}

.navi li:nth-child(6) {
	width: 192px;
}

.navi li:nth-child(7) {
	width: 91px;
}

/*container
-------------------------------------------------------------*/
/*----トップページ共通----------------*/
.top-ttl {
	width: 660px;
	margin: 0 auto 35px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #9c3645;
}

.subttl01 {
	border-left: solid 5px #dbc9e1;
}

/*----トップページ----------------*/
/*--Kawai鍼灸整骨院について--*/
#top-section01 {
	background: url(../img/top/sec01_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 75px 0 100px 0;
}

.top-sec01-txt {
	width: 679px;
	font-size: 17px;
	line-height: 1.5;
}

/*--Kawai鍼灸整骨院が選ばれる3つの理由--*/
#top-section02 {
	background-image: url(../img/top/sec02_border.png),
					  url(../img/top/sec02_bg.jpg);
	background-repeat: repeat-x,no-repeat;
	background-position: left top,center top;
	background-size: auto,cover;
	padding: 50px 0 75px 0;
}

.sec02-ttl {
	background:url(../img/top/sec02_ttlbg.png) repeat left top;
	text-align: center;
	margin-bottom: 30px;
}

.top-sec02-imglist li {
	float: left;
	margin-right: 68px;
}

.top-sec02-imglist li:last-child {
	margin-right: 0;
}

.top-sec02-img {
	position: relative;
	z-index: 10;
}

.top-sec02-txt {
	position: relative;
	z-index: 100;
	width: 280px;
	height: 90px;
	border-radius: 10px;
	margin-top: -15px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.top-sec02-txt::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 15px;
	left: 50%;
	top: -15px;
	margin-left: -15px;
	background: url('../img/top/top-sec02-arrow.png')no-repeat;
}

.top-sec02-txt p {
	padding-top: 18px;
	line-height: 1.4;
	font-size: 22px;
}


/*--section03---------------------------------------*/
/*--section03共通--*/
.sec03-txt-wrap,#top-section03 .t-sec03-img {
	width: 50%;
}

#top-section03 ul li {
	table-layout: fixed;
	width: 100%;
	min-width: 980px;
}

#top-section03 li .sec03-txt-wrap,
#top-section03 li .t-sec03-img {
	height: 360px;
}

.t-sec03-inimg {
	height: 338px;
	margin: 10px;
	border: 1px solid #fff;
}

.sec03-txt-inwrap {
	width: 480px;
	margin: 35px auto 0;
	text-align: center;
	color: #fff;
}

.more-btn01 span {
	position: relative;
}

.more-btn01 span::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 10px;
	right: -30px;
	top: 30%;
}

#top-section03 li:nth-child(1) .sec03-txt-wrap {
	background-color: #9c3645;
	float: left;
}

#top-section03 li:nth-child(1) span::after {
	background: url('../img/common/c-menu-arrow.png')no-repeat;
}

#top-section03 li:nth-child(1) .t-sec03-img {
	background: url('../img/top/sec03_img01.jpg')no-repeat;
	float: right;
}

#top-section03 li:nth-child(2) .sec03-txt-wrap {
	float: right;
	background-color: #ad8fda;
}

#top-section03 li:nth-child(2) .t-sec03-img {
	background: url('../img/top/sec03_img02.jpg')no-repeat;
	float: left;
}

#top-section03 li:nth-child(2) .sec03-txt {
	margin-bottom: 25px;
}

#top-section03 li:nth-child(2) span::after {
	background: url('../img/common/b-menu-arrow.png')no-repeat;
}

#top-section03 li:nth-child(3) .sec03-txt-wrap {
	float: left;
	background-color: #5fc5fa;
}

#top-section03 li:nth-child(3) .t-sec03-img {
	background: url('../img/top/sec03_img03.jpg')no-repeat;
	float: right;
}

#top-section03 li:nth-child(3) span::after {
	background: url('../img/common/t-menu-arrow.png')no-repeat;
}

.sec03-txt-inwrap h3 {
	font-size: 34px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.sec03-txt {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 50px;
}

.more-btn01 {
	width: 360px;
	margin: 0 auto;
}

.more-btn01 a {
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

.red {
	color: #9c3645;
}

.perple {
	color: #ad8fda;
}

.blue {
	color: #5fc5fa;
}

/*--section04---------------------------------------*/

#top-section04 {
	padding: 70px 0;
	background: url('../img/sec04_bg.jpg') no-repeat center top;
	background-size: cover;
}

.banner-wrap {
	border: 6px solid #dbc9e1;
	background-color: #fff;
	background-image: url('../img/banner/banner-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

.banner-wrap::before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url('../img/banner/banner-img.png')no-repeat;
	width: 385px;
	height: 270px;
	z-index: 100;
}

.banner-l {
	width: 600px;
	margin-top: 10px;
}

.banner-ttl {
	margin: 0 0 10px -6px;
	position: relative;
	color: #fff;
	font-size: 40px;
	padding: 7px 0 7px 165px;
	background: url('../img/banner/banner-obi01.png')no-repeat left top;
}

.banner-ttl::before {
	content: "";
	position: absolute;
	display: block;
	left: 18px;
	top: -24px;
	width: 133px;
	height: 70px;
	background: url('../img/banner/otoku.png')no-repeat;
}

.banner-txt {
	line-height: 1.4em;
	padding: 18px;
	background: url('../img/banner/sec04-txtbox-bk.png');
	margin-bottom: 10px;
}

.banner-tel_cont {
	text-align: center;
	margin-bottom: 15px;
}

.banner-tel {
	width: 310px;
	float: left;
	margin-top: 8px;
}

.banner-tel a {
	font-size: 36px;
}

.banner-tel span {
	padding-left: 20px;
	background: url('../img/banner/banner-tel-icon.png')no-repeat left top 45%;
}

.banner-mail {
	box-sizing: border-box;
	width: 290px;
	float: right;
	background: #9c3645;
	padding: 2px;
}

.banner-mail-inwrap {
	border: solid 1px #ba737d;
}

.banner-mail a {
	display: block;
	padding: 12px 0;
	background: url('../img/banner/banner-mail-icon.png')no-repeat left 59px top 50%;
}

.banner-mail img {
	padding-left: 20px;
}

/*--section05---------------------------------------*/

#top-section05 {
	padding: 47px 0 70px 0;
	background-color: #e3f5fc;
	border-bottom: 10px solid #5fc5fa;
}

#top-section05 h3 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

#top-section05 h3::before,
#top-section05 h3::after {
	content: "";
	display: block;
	position: absolute;
	background: url('../img/top/insta-s-title.png')no-repeat;
	top: 50%;
	width: 360px;
	height: 4px;
}

#top-section05 h3::before {
	left: 0;
}

#top-section05 h3::after {
	right: 0;
}

.insta-list li {
	float: left;
	margin-right: 40px;
}

.insta-list li:last-child {
	margin-right: 0;
}

.insta-list a {
	display: block;
}

.insta-img {
	width: 215px;
	height: 215px;
}

/*--section06---------------------------------------*/

#top-section06 {
	padding: 60px 0;
	background: url(../img/sec06_bg.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: 10px solid #dbc9e1;
}

.o-banner {
	border: solid 10px #dbc9e1;
	background-color: #fff;
	margin-bottom: 40px;
	background-image: url('../img/banner/o-banner-bk.png');
	background-repeat: no-repeat;
	background-position: left center;
	box-sizing: border-box;
}

.o-banner-l {
	width: 370px;
	float: left;
}

.o-banner-yoyaku {
	margin-top: 12px;
	background: url('../img/banner/o-banner-txt-bk.png');
}

.o-banner-yoyaku span {
	display:block;
	padding: 10px 0 10px 20px;
	font-size: 34px;
	text-shadow: #fff 1px 1px 10px,
				 #fff -1px 1px 10px,
    			 #fff 1px -1px 10px,
    			 #fff -1px -1px 10px;
}

.o-banner-r {
	width: 550px;
	float: right;
	padding: 15px 20px 18px 20px;
}

.o-banner-ttl {
	background: #c84b71;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
}

.o-banner-tel {
	margin-bottom: 10px;
}

.o-banner-tel-ttl {
	width: 172px;
	padding-left: 15px;
	float: left;
	margin-top: 10px;
}

.o-banner-tel-info {
	float: left;
}

.o-banner-tel-info a {
	font-size: 39px;
	line-height: 1em;
}

.o-banner-tel-info span {
	padding-left: 27px;
	background: url('../img/banner/o-banner-telicon.png')no-repeat left top 45%;
}

.it-banner-ttl {
	padding: 15px 0 10px 0;
	border-radius: 10px 10px 0 0;
	background: url('../img/banner/it-banner-ttl-bk.png');
	text-align: center;
}

.it-bannet-txt-wrap {
	background: #fff;
	box-sizing: border-box;
	border-left: 10px solid #9dc8ea;
	border-bottom: 10px solid #9dc8ea;
	border-right: 10px solid #9dc8ea;
	padding: 10px 20px 14px 20px;
}

.it-bannet-txt {
	background: #f2f2f2;padding: 10px;
	margin-bottom: 10px;
}

.it-bannet-txt p {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.4em;
}

.it-banner-l {
	float: left;
	width: 385px;
	margin-right: 80px;
}

.it-banner-l-ttl {
	font-family: "游ゴシック","Yu Gothic",sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.app-gp-wrap {
	width: 300px;
	float: left;
}

.app-gp-wrap ul {
	margin-bottom: 5px;
}

.app-gp-wrap li {
	float: left;
}

.app-gp-wrap li:first-child {
	margin-right: 30px;
	position: relative;
}

.app-gp-wrap li:first-child::after {
	font-family: "メイリオ",sans-serif;
	font-size: 12px;
	content: "or";
	display: block;
	position: absolute;
	right: -20px;
	top: 35%;
	font-weight: bold;
}

.qr-code {
	width: 67px;
	height: auto;
	float: right;
}

.it-banner-r {
	float: left;
	width: 358px;
}

.it-banner-subttl {
	padding-left: 7px;
	margin-bottom: 13px;
}

.it-banner-subttl span {
	font-family: "游ゴシック","Yu Gothic",sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
}

.it-banner-tel-img {
	width: 52px;
	float: left;
	margin-right: 17px;
}

.it-banner-tel {
	width: 270px;
	float: left;
	margin-top: 8px;
}

.it-banner-tel a {
	display: block;
	font-size: 38px;
	padding-left: 33px;
	background: url('../img/banner/it-banner-sp-icon.png')no-repeat left top;
}

/*--section07---------------------------------------*/
#top-section07 {
	padding: 60px 0 80px 0;
}

#top-section07 .top-ttl {
	border-bottom: none;
	margin-bottom: 20px;
}

.top-news-list {
	margin-bottom: 30px;
}

.top-news-list li {
	border-bottom: 1px solid #ab5883;
	padding-left: 15px;
}

.top-news-list li:first-child {
	border-top: 1px solid #ab5883;
}

.top-news-list li a {
	display: block;
	padding: 15px 0;
}

.top-news-list dt,.top-news-list dd {
	display: inline-block;
}

.top-news-list dt {
	margin-right: 14px;
}

.sec07-allbtn {
	width: 640px;
	margin: 0 auto;
}

.sec07-allbtn a {
	padding: 18px 0;
}

#pageTop {
	color: #fff;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index:999;
}

/*-----------------footer------------------*/
footer {
	background-color: #dbc9e1;
	padding-top: 15px;
}

.footer-in {
	margin-bottom: 10px;
}

.ft-l {
	width: 560px;
	float: left;
	margin-top: 39px;
}

.ft-logo-cont {
	margin-bottom: 10px;
}

.ft-logo-wrap {
	padding: 30px 15px 25px 0;
	margin-right: 20px;
	width: 270px;
	float: left;
	border-right: dotted 1px #ffff;
}

.ft-logo {
	margin-bottom: 10px;
}

.ft-add {
	font-size: 12px;
	color: #9c3645;
}

.ft-cont {
	width: 230px;
	float: right;
}

.ft-tel {
	font-size: 32px;
	margin-bottom: 3px;
}

.ft-tel span {
	background: url('../img/common/ft-tel-icon.png')no-repeat left top 45%;
	padding-left: 21px;
}

.ft-tel-txt {
	background-color: #fff;
	border-radius: 4px;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}

.ft-tel-txt p {
	font-size: 11px;
	color: #9c3645;
}

.ft-mail-btn {
	text-align: center;
}

.ft-mail-btn a {
	padding: 2px;
	display: block;
	background-color: #9c3645;
}

.ft-mail-btn-in {
	padding: 9px 0;
	border: solid 1px #ba737d;
}

.ft-mail-btn-in span {
	padding-left: 30px;
	background: url('../img/common/ft-mail-icon.png')no-repeat left top 45%;
}

.ft-nav {
	width: 100%;
}

.ft-nav li {
	float: left;
	margin-bottom: 2px;
}

.ft-nav a {
	padding-left: 10px;
	background: url('../img/common/ft-nav-arrow.png')no-repeat left top 45%;
}

.ft-nav li:nth-child(1),
.ft-nav li:nth-child(3) {
	margin-right: 19px;
}

.ft-nav li:nth-child(2) {
	margin-right: 21px;
}

.ft-nav li:nth-child(4) {
	margin-right: 0;
}

.ft-nav li:nth-child(5),
.ft-nav li:nth-child(6) {
	margin-right: 22px;
}

.ft-nav li:nth-child(7) {
	margin-right: 24px;
}

.ft-nav li:nth-child(8) {
	margin-right: 18px;
}

.ft-nav li:nth-child(9) {
	margin-right: 23px;
}

.ft-nav li:nth-child(10) {
	margin-right: 19px;
}

.ft-nav li:nth-child(11) {
	margin-right: 19px;
}

.ft-nav a {
	color: #9c3645;
}

.ft-r {
	width: 388px;
	float: right;
}


#copyright {
	color:#fff;
	border-top: 1px solid #fff;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	text-align:center;
}

/*===========================================================
    下層ページ
============================================================*/

 /*下層共通
 ----------------------------------------------*/
#content-u {
	padding-bottom: 100px;
}

#main_area {
	height: 260px;
	background: url('../img/common/ma-bk.png')no-repeat center/cover;
}

.ma-ttl-wrap {
	padding-top: 54px;
}

.main_ttl {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	background: url('../img/common/ma-ttl-bk.png')no-repeat center/contain;
}

.main_ttl span {
	font-size: 38px;
	color: #666;
	display: block;
	padding: 30px 0 5px 0;
	background: url('../img/common/ma-ttl-border.png')no-repeat bottom center;

}

.news-time {
	background-color: #c84b71;
	padding: 9px 15px 9px 28px;
	color: #fff;
	font-size: 12px;
	background-image: url('../img/common/allbtn-arrow.png');
	background-repeat: no-repeat;
	background-position: 13px 50%;
}

.all-btn {
}

.all-btn a {
	text-align: center;
	background: #9c3645;
	display: block;
	font-family: "メイリオ","meirio",sans-serif;
	color: #fff;
}

.all-btn a span {
	padding-right: 27px;
	background: url('../img/common/allbtn-arrow.png')no-repeat right top 45%;
}

/*共通タイトル-------*/
.title01 {
	padding: 3px;
	background: url('../img/common/title01-bk.png');
	margin-bottom: 20px;
}

.title01 span {
	font-size: 20px;
	color: #fff;
	display: block;
	border: solid #fff 1px;
	padding: 12px 10px;
	font-weight: bold;
}

.title02 {
	background: url('../img/common/title02-border.png')repeat-x bottom left;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 18px;
}

.title02 span {
	display: block;
	border-left: 10px solid #9a3446;
	padding: 2px 0 2px 9px;
}

.title03 {
	padding: 10px;
	background: url('../img/common/titlr03-bk.jpg');
	margin-bottom:
}

.title03 span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding-left:10px;
	border-left: 10px solid #fff;
}

.title04 {
	font-size: 16px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.title04 span {
	display: block;
	color: #9a3446;
	font-weight: bold;
	padding-left: 7px;
	border-left: 10px solid #9a3446;
}

.ttl_mb20 {
	margin-bottom: 20px;
}

.ttl_mb30 {
	margin-bottom: 30px;
}


/*共通画像＆テキスト-------*/
.com-sec {
	margin-bottom: 60px;
}

.com-sec:last-child {
	margin-bottom: 0px;
}

.sec-img {
	width: 400px;
	float: left;
}

.sec-txt {
	width: 550px;
	float: right;
	font-size: 15px;
	line-height: 1.8;
	padding-top: 15px;
	letter-spacing: 1px;
}

/*パンくず-------*/

#bread {
	font-size: 12px;
	margin-top: 7px;
	margin: 7px 0 60px 0;
}

#bread li {
	position: relative;
	float: left;
	margin-right: 2px;
	padding-right: 15px;
	background: url(../img/common/bread_arrow.png.png) no-repeat center right;
}

#bread li::after {
	content: ">";
	position: absolute;
	display: block;
	right: 3px;
	top: 0;
	color: #666;
}

#bread li:last-child {
	background: none;
}

#bread li:last-child::after {
	display: none;
}

#bread li a {
	color: #666;
}

/*メニュー共通
---------------------------------------------------------*/
.tab {
	margin-bottom: 60px;
}

.tab li {
	width: 470px;
	float: left;
	margin-right: 40px;
}

.tab li:last-child {
	margin-right: 0;
}

.tab li {
	text-align: center;
}

.tab a {
	font-size: 16px;
	padding: 2px;
	background: #5fc5fa;
	display: block;
	color: #fff;
	font-weight: bold;
}

.tab span {
	background: url('../img/common/menu-arrow.png')no-repeat right 17px top 50%;
	display: block;
	padding: 15px 0;
	border: 1px solid #8fd7fc;
}
.menu-sec01 {
	margin-bottom: 80px;
}

.sec01-txt {
	font-size: 16px;
	margin-bottom: 20px;
}

.menu-list li {
	margin-bottom: 40px;
}

.menu-wrap {
	box-sizing: border-box;
	border-top: solid #f2f2f2 1px;
	border-right: solid #f2f2f2 4px;
	border-bottom: solid #f2f2f2 4px;
	border-left: solid #f2f2f2 4px;
	padding: 20px 16px;
}

.menu-img {
	width: 300px;
	height: 250px;
	float: left;
}

.menu-info {
	width: 600px;
	float: right;
}

.menu-info dl:first-child{
	margin-bottom: 35px;
}

.menu-info dt,.menu-info dd{
	font-size: 15px;
	line-height: 1.4em;
}

.menu-info dt {
	font-size: 17px;
}

/*共通テーブル
---------------------------------------------------------*/
.table dl,.table dt,.table dd {
	box-sizing: border-box;
}

.table dt,.table dd {
	line-height: 1.8em;
	display: table-cell;
}

/*共通バナー
---------------------------------------------------------*/
.com-banner {
	margin-bottom: 80px;
}

/*ご来院の流れ
---------------------------------------------------------*/
.flow-list {
	margin-bottom: 60px;
}

.flow-list li {
	position: relative;
	margin-bottom: 52px;
}

.flow-list li::after{
	content: "";
	position: absolute;
	display: block;
	background: url('../img/common/flow-arrow.png');
	width: 41px;
	height: 23px;
	left: 120px;
	bottom: -38px;
}

.flow-list li:last-child {
	margin-bottom: 0;
}

.flow-list li:last-child::after {
	display: none;
}

.flow-list dt,.flow-list dd {
	float: left;
	height: 98px;
	box-sizing: border-box;
}

.flow-list dt {
	border-radius: 10px 0 0 10px;
	letter-spacing: 0.01em;
	color: #fff;
	width: 280px;
	background-color: #9a3446;
	padding: 37px 0 36px 59px;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: left 20px top 50%;
}

.flow-list li:nth-child(1) dt {
	background-image: url('../img/common/flow01.png');
	letter-spacing: -2.5px;
}

.flow-list li:nth-child(2) dt {
	background-image: url('../img/common/flow02.png');
}

.flow-list li:nth-child(3) dt {
	background-image: url('../img/common/flow03.png');
}

.flow-list dd {
	padding: 27px 30px 0 20px;
	border-radius: 0px 10px 10px 0;
	width: 700px;
	font-size: 17px;
	border-top: 1px dotted #9a3446;
	border-right: 1px dotted #9a3446;
	border-bottom: 1px dotted #9a3446;
	line-height: 1.4;
}

.flow-list li:nth-child(2) dd {
	padding-top: 38px;
}

.sec-txt-midashi {
	text-align: center;
	font-size: 20px;
	color: #c64971;
	line-height: 1.4;
}

/*メニュー投稿-------*/
.no-post {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 50px;
}

.menu-subtxt {
	margin-bottom: 20px;
}

/*Kawai鍼灸整骨院について
-----------------------------------------------------*/
.about-sec01 {
	padding-bottom: 55px;
}

.about .top-ttl {
	font-size: 30px;
	color: #9c3645;
}

.about-sec01-list>ul>li {
	width: 315px;
	height: 315px;
	float: left;
	margin-right: 17px;
}

.about-sec01-list>ul>li:last-child {
	margin-right: 0;
}

.about-sec01-list h4 {
	margin: 52px 0 25px 0;
	font-size: 31px;
	text-align: center;
}

.about-sec01-list>ul>li:nth-child(1) {
	background: url('../img/about/about-sec01-bk01.png')no-repeat center/contain;
}

.about-sec01-list>ul>li:nth-child(1) h4{
	color: #c64971;
}

.about-sec01-list>ul>li:nth-child(2) {
	background: url('../img/about/about-sec01-bk02.png')no-repeat center/contain;
}

.about-sec01-list>ul>li:nth-child(2) h4{
	color: #ad8fd8;
}

.about-sec01-list>ul>li:nth-child(3) {
	background: url('../img/about/about-sec01-bk03.png')no-repeat center/contain;
}

.about-sec01-list>ul>li:nth-child(3) h4{
	font-size: 25px;
	color: #2f9ad8;
}

.about-sec01-list>ul>li>ul {
	width: 210px;
	margin: 0 auto;
}


.about-sec01-list>ul>li>ul>li {
	font-size: 15px;
	margin-bottom: 15px;
	padding-left: 24px;
	background: url('../img/about/about-list-chec.png')no-repeat left top;
}

.about-sec02 {
	padding-bottom: 95px;
}

.about-sec02 h3 {
	padding: 38px 0;
	font-size: 36px;
	color: #9c3645;
}

.about-sec02 h3 span {
	position: relative;
}

.about-sec02 h3 span::after {
	content: "";
	display: block;
	position: absolute;
	right: -13px;
	top: -18px;
	width: 29px;
	height: 22px;
	background: url('../img/common/ttl-dotted.png')no-repeat;
}

.about-sec02-txt {
	color: #9c3645;
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

.about-sec02-img {
	text-align: center;
}

/*組み合わせメニュー
-----------------------------------------------------*/
.k-menu {
	margin-bottom: 10px;
}

.k-meu-txt {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 60px;
}

.k-menu-list li {
	margin-bottom: 40px;
}

.k-menu-img-inwrap {
	width: 300px;
	float: left;
	margin-right: 65px;
	position: relative;
}

.k-menu-img-inwrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.k-menu-img-inwrap:first-child::after {
	background: url('../img/k-menu/k-menu-batsu.png')no-repeat;
	width: 40px;
	height: 40px;
	right: -55px;
	margin-top: -20px;
}

.menu-wrap .k-menu-img-inwrap:nth-child(2) {
	margin-right: 70px;
}

/* .k-menu-img-inwrap:nth-child(2)::after {
	background: url('../img/k-menu/k-menu-icol.png')no-repeat;
	width: 30px;
	height: 20px;
	right: -50px;
	margin-top: -10px;
} */

.k-menu-txt {
	font-size: 16px;
	padding: 12px 0;
	text-align: center;
}

.k-menu-price {
	width: 205px;
	float: left;
	margin-top: 100px;
}

.k-menu-price p {
	font-size: 30px;
	color: #c64971;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap,
.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap .k-menu-img01,
.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap .k-menu-img02,
.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap .k-menu-img03 {
	width: 180px;
}

.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap img {
	width: 100%;
}

.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap:nth-child(1)::after,
.k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap:nth-child(2)::after {
	background: url('../img/k-menu/k-menu-batsu.png')no-repeat;
	width: 40px;
	height: 40px;
	right: -55px;
	margin-top: -20px;
}

/* .k-menu-list li:nth-child(4) .k-menu .k-menu-img-inwrap:nth-child(3)::after {
	background: url('../img/k-menu/k-menu-icol.png')no-repeat;
	width: 30px;
	height: 20px;
	right: -50px;
	margin-top: -10px;
} */

.k-menu-list li:nth-child(4) .k-menu .k-menu-price {
	width: 200px;
}

.k-menu-list li:nth-child(4) .k-menu .k-menu-price p {
	font-size: 29px;
}

.k-menu-price span {
	font-size: 18px;
}

.pink-bk {
	background: #f7e4ea;
}

.ppl-bk {
	background: #f3eef9;
}

.blue-bk {
	background: #d5ebf7;
}

.p-txt {
	font-size: 14px;
}

/*店舗概要
---------------------------------------------------------*/
.info-txt {
	font-size: 15px;
	margin-bottom: 50px;
}

.info-txt {
  line-height: 1.8em;
}

.ceo-name {
	text-align: right;
}

.company-sec02 {
	margin-bottom: 80px;
}

.comp_dl dt,.comp_dl dd {
	border-bottom: 1px solid #b3b3b3;
	padding: 12px 15px 12px 20px;
}

.comp_dl dl:first-child dt,
.comp_dl dl:first-child dd {
	border-top: 1px solid #b3b3b3;
}

.comp_dl dt {
	width: 230px;
	background: #f2f2f2;
}

.comp_dl dd {
	width: 750px
}


.map {
	margin-bottom: 60px;
}

.map iframe {
	width: 100%;
	height: 360px;
}

.access .title02 {
	font-weight: bold;
}

.access-list li {
	line-height: 1.5em;
	font-size: 15px;
	margin-bottom: 5px;
}

/*新着情報
---------------------------------------------------------*/
.news-ttl {
	font-weight: bold;
	font-size: 20px;
}

.news-txt {
	font-size: 16px;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.news-all-list li {
	margin-bottom: 30px;
}

.news-all-list a {
	box-sizing: border-box;
	padding: 16px;
	display: block;
	border: solid 4px #e6e6e6;
}

.time-more span {
	font-size: 12px;
	display: block;
}

.post-time {
	margin-top: 10px;
	color: #b0b0b0;
	width: 70px;
	float: left;
}

.post-more {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #9a3446;
	width: 120px;
	float: right;
	background-image: url('../img/common/allbtn-arrow.png');
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
}

/*新着情報/個別ページ
---------------------------------------------------------*/
.s-news .title01 {
	font-weight: bold;
}

.s-news-wrap {
	border: solid 5px #e6e6e6;
	padding: 18px;
}

.post-s-txt p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.s-time {
	text-align: right;
}

.s-time time {
	color: #b0b0b0;
	font-size: 12px;
}


/*お問い合わせ
---------------------------------------------------------*/
#contact {
	padding-bottom: 100px;
}

.cont_dl dl {
	border-bottom: dotted 1px #000;
	padding: 10px 0;
	font-family: "メイリオ","meirio",sans-serif;
}

.cont_dl dl:first-child {
	border-top: dotted 1px #000;
}

.cont_dl dt {
	width: 238px;
	border-right: 1px solid #959595;
}

.cont_dl dt,.cont_dl dd {
	font-size: 15px;
}

.cont_dl dt {
	width: 180px;
	vertical-align: middle;
}

.cont_dl dl:nth-child(5) dt,
.cont_dl dl:nth-child(6) dt{
	vertical-align: top;
}

.cont_dl dd {
	padding-left: 15px;
	width: 800px;
}

#contact_form dd input[type=text], #contact_form dd input[type=num] {
	width: 100%;
	padding: 5px;
	border: none;
	background: #f2f2f2;
	box-sizing: border-box;
}

#contact_form textarea {
	border: none;
	width: 100%;
	height: 200px;
	background: #f2f2f2;
}

.contact_btn ul {
	margin-top: 50px;
	text-align: center;
}

.contact_btn li {
	display: inline-block;
	position: relative;
	margin-right: 40px;
}

.contact_btn li:last-child {
	margin-right: 0;
}

.error-text {
	color: #f44336;
}

#form_btn {
	color: #fff;
	font-size: 18px;
	border: none;
	cursor: pointer;
	padding: 20px 100px 20px 115px;
	background-color: rgb(154, 52, 70);
}

.contact_btn li::before {
	content: ">";
	display: block;
	position: absolute;
	font-size: 20px;
	left: 100px;
	top: 35%;
	color: #fff;
}

.hissu {
	padding-left: 5px;
	color: #c64971;
	font-size: 13px;
}


/*サイトマップ
---------------------------------------------------------*/
#site_map {
	padding-bottom: 100px;
}

#site_map .title01 {
	margin-bottom: 5px;
}

.site_list li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.site_list a {
	position: relative;
	font-size: 16px;
	display: block;
	padding: 12px 0 12px 25px;
	color: #333;
}

.site_list a::after{
	content: "";
	display: block;
	position: absolute;
	background: url('../img/site_map/site_map-arrow.png')no-repeat;
	left: 0px;
	top: 50%;
	width: 10px;
	height: 12px;
	margin-top: -6px;
	transition: 0.1s;
}

.site_list a:hover::after {
	left: 10px;
}

/*プライバシーポリシー
---------------------------------------------------------*/
.privacy {
	padding-bottom: 100px;
}

.privacy_box {
	margin-bottom: 65px;
}

.privacy_box:last-child {
	margin-bottom: 0;
}

.privacy_text {
	line-height: 1.4em;
}

/*ページボタン---------------*/

.page_btn {
	margin: 10px 0 50px 0;
}

.page_btn p {
	font-size: 14px;
}

.page_btn a {
	color: #9c3645;
}

/*pagenation---------------*/

ul.pagenation {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.pagenation li {
	color: #9c3645;
	padding: 5px 5px;
	display: inline-block;
}

.pagenation a {
	color: #5f472a;
}

.pagenation li.current {
	color: #fff;
	background-color: #9c3645;
}

/*リキャプチャ---------------*/
#recap-id {
	padding: 20px 0;
}

.recap-inwrap {
	width: 300px;
	margin: 0 auto;
}
#pc01,#pc02 {
	margin-bottom: 10px;
}

#pc01 {
	width: 60px!important;
}

#pc02 {
	width: 80px!important;
}

/*送信完了---------------*/
.send-comp {
	text-align: center;
}

.send-comp p {
	line-height: 1.5em;
}

.send-comp-ttl {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.recaptcha {
	margin: 20px 0;
	text-align: center;
}

/*20181031 修正
-----------------------------------------------*/
.sec-img img {
	width: 100%;
}

.c-m_sec01-img {
	margin-bottom: 20px;
}

.c-m_sec01-img li {
	width: 265px;
	float: left;
}

.c-m_sec01-info {
	width: 550px;
	float: right;
}

.c-m_sec01-img li:first-child {
	margin-right: 20px;
}

.c-menu-sec01 .sec-txt {
	float: none;
}


/*2021.11.01*/
.menu-wrap {
	box-sizing: border-box;
	border-top: solid #f2f2f2 1px;
	border-right: solid #f2f2f2 4px;
	border-bottom: solid #f2f2f2 4px;
	border-left: solid #f2f2f2 4px;
	padding: 20px 16px;
	display: flex;
	justify-content: center;
}