/* @media only screen and (min-width: 769px){ */

/* 全体的な設定 ---------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-family: Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
	color: #000;
	border: none;
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
}
img {
   vertical-align:bottom
}

article {
	margin: 0px 5px;
}

/***  リンク  ***/
a, a:link, a:visited, a:active {
color: #0087B7;
text-decoration: none;
}

a:hover {
color: #0087B7;
position: relative;
left: 1px;
top: 1px;
text-decoration: underline;
}
a img {
border: 0px;
text-decoration: none;
}
a.tel {
	pointer-events: none;
}

/*** 半透明ボタン ***/
a:hover img {
	-ms-filter: "alpha(opacity=65)";
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

input:hover{
filter:alpha(opacity=65);
-moz-opacity:0.65;
opacity:0.65;
position: relative;
left: 1px;
top: 1px;
}

a.static:hover{
	position: relative;
	left: 0px;
	top: 0px;
}

a.static:hover img {
	-ms-filter: "alpha(opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.hidden { display: none; }

/* レイアウト ---------------------------------------------------------------- */

#container {
width: 1000px;
text-align: left;
margin: 0 auto 1px auto;
}
#contents {
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れを防ぐ*/
}


/* ヘッダー  ----------------------------------------------------------*/

header {
	background: url(../images/bg_header.jpg) no-repeat;
	width: 1000px;
	height: 139px;
	margin: 0px auto;
}
header h1 {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding: 2px 0px 0px 0px;
}
header h1 span {
	display:inline-block;
}

#header {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	height: 74px;
}

header strong {
	width: 234px;
	height: 72px;
}

header #address{
	display:none;
}

/***  ナビゲーション ***/           

nav {
	width: 1000px;
	margin: 6px 0px;
	height: 41px;
	padding: 0px;

}

nav ul {
	width: auto;
	padding: 0; 
	display: -webkit-flex; /* Safari */
	display: flex;
	border-left: 1px dotted #FFF;
}

nav ul li {
	list-style-type: none;
	width: 200px;
	height: 38px;
	border-right: 1px dotted #FFF;
	text-align: center;
}
/*nav ul li:nth-child(odd){
	width: 165px;
}*/ 


/* Toggle Button */
#nav-toggle,
#nav-sp{
    display: none;
}

/*フッター-----------------------------------------------------------------*/

footer {
	width: 100%;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 243px;
	padding: 25px 0px 0px 0px;
	position: relative;
}

#footer{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	display: -webkit-flex; /* Safari */
	display: flex;
	box-sizing: border-box;
}
#footer .col{
	padding: 0px 50px 0px 0px;
	vertical-align: top;
}
#footer .col ul{
	list-style-type: none;
 	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;		
	/*-webkit-justify-content: space-around;*/ /* Safari */
	/*justify-content:         space-around;*/
}

#footer .col ul li{
	margin: 10px 0px 0px 40px;
	width: 180px;
}

#footer .col:last-child{
	padding-right: 0px;
	width: 679px;
}
#footer .col ul li a{
	display: block;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	color: #006600;
	text-decoration:none;
	padding: 0px 0px 0px 16px;
}
#footer .col ul li a:hover{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	color: #006600;
	text-decoration:underline;
}


footer #footer-summary {
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
}

/* アイコン付きリンク
-------------------------------------------------------------- */
a.link{
background-image:url(../images/arrow2.png);
background-repeat:no-repeat;
background-position: 0px 5px;
padding: 0px 0px 0px 16px;
}


/* 見出し
-------------------------------------------------------------- */

h4 {
	clear: both;
}
h5 {
	color: #863966;
	font-size: 18px;
}
h6 {
	font-size: 14px;
}

/* 改行制御 -------------------------------------------------------------- */
br.ddn{
	display: none;
}
br.ddb{
	display: block;
}


/* セクション -------------------------------------------------------------- */

section{
	margin: 0px 0px 60px 0px;
}	


.section_title{
	padding-bottom: 20px;
}

/* ページタイトル -------------------------------------------------------------- */
#page_title{
	width: 100%;
	height: 85px;
	background: #E9DEC0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	margin: 0px 0px 20px 0px;
}

/* サブタイトル -------------------------------------------------------------- */

.sub_title{
	border-bottom: 2px dotted #DECDA0;
	color: #006600;
	font-size: 24px;
	margin: 50px 0px 10px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

/* 画像と文字の並び ------------------------------------------------------ */

.image_text1,
.image_text2,
.image_text3,
.image_text5 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.image_text2, .image_text5{
	margin: 0px 10px;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:        nowrap;	
}
.image_text2 div.half{
	width: 48%;
}
.image_text3{
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
}

.image_text4{
	margin: 0px 10px;
}



/* トップ　イメージ-------------------------------------------------------*/

#top_image {
	width: 100%;
	height: 350px;
	margin: 0;
	background: #E9DEC0;

}

#top_image h2 {
	background: url(../images/top_image.jpg) no-repeat #E9DEC0 center center;
	max-width: 1400px;
	height: 350px;
	margin: 0px auto;
	background-size: cover;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

#top_image h2 span{
	display: block;
	width: 100%;
	padding: 7px 0px;
	background-color: rgba(0,0,0,0.3);
}

/* トップ症状枠・診療内容ページ枠  -------------------------------------------------------------- */
section.symptom{
	margin-bottom: 20px;
}

.box_list1{
	background: #F5F1E3;	
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px;
	box-sizing: border-box;
}
.box_list1_inner{
	background: url(../images/circle.png) repeat-x #F5F1E3;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

.box_list_symptom{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;	
	padding: 0px 30px;
    height: 390px;
}

/* トップ　こんな治療院です  -------------------------------------------------------------- */
section.info .image_text1 .image {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	width: 280px;
}
section.info .image_text1 .image img {
	padding-top: 20px;
}


/* トップ治療内容タイトル  -------------------------------------------------------------- */

.treatment_title{
	padding: 0px 0px 10px;
	border-bottom: 2px dotted #DECDA0;
	margin: 0px 0px 10px 0px;
}	

/* 診療内容  -------------------------------------------------------------- */
section.insurance .box_list1{
	padding: 15px 0px;
}
section.insurance .box_list1 .image_text2,
section.insurance .box_list1 .image_text3{
	padding: 0px 15px;
	margin: 0px;
}

section.insurance p.text, section.treatment2 p.text,
section.noinsurance p.text{
	padding-bottom: 1em;
}
section.insurance figure img,
section.noinsurance figure img{
	display: block;
}
section.noinsurance figure img:not(:first-child){
	padding-top: 15px;
}

section.insurance .box_list1 .title,
section.coupon .box_list1 .title{
	text-align: center;
	padding-bottom: 15px;
}
section.insurance .box_list1 .text-sports{
	background: url(../images/image_sports.png) right top no-repeat;
	background-size: contain;
}
section.insurance .box_list1 .text-accident{
	background: url(../images/image_accident.png) right top no-repeat;
}
section.insurance .box_list1 .text-sports div:last-child,
section.insurance .box_list1 .text-accident div:last-child{
	padding-left: 20px;
}

section.insurance .box_list2{
	width: 750px;
	text-align: center;
	margin: 10px auto;
}
section.insurance table,
section.noinsurance table {
	margin: 0px;
	width: 670px;
}
section.insurance table tr,
section.noinsurance table tr,
section.coupon table tr {
	border: none;
}

section.insurance table th,
section.noinsurance table th {
	padding: 5px 10px;
	background-color: #F5F1E3;
	border: 1px solid #AACA2D;
	text-align: left;
	width: 30%;
}
section.insurance table td,
section.noinsurance table td {
	padding: 5px 10px;
	border: 1px solid #AACA2D;
	text-align: left;
}

section.noinsurance table.acupuncture th,
section.coupon table.acupuncture th {
	padding: 5px 10px;
	background-color: #EDE3CD;
	border: 1px solid #DECDA0;
	text-align: center;
	width: auto;
}
section.noinsurance table.acupuncture td,
section.coupon table.acupuncture td {
	padding: 5px 10px;
	border: 1px solid #DECDA0;
	text-align: center;
}
section.noinsurance table.acupuncture tr:not(:first-child) th:first-child{
	text-align: left;
}

section.coupon table.sp_cure,
section.coupon table.sp_care{
	display: none;
}

section.noinsurance table.cure th,
section.coupon table.cure th{
	padding: 5px 10px;
	background-color: #E2EDBE;
	border: 1px solid #AACA2D;
	text-align: left;
	white-space: normal;
	width: auto;
}

section.noinsurance table.cure td,
section.coupon table.cure td{
	padding: 5px 10px;
	border: 1px solid #AACA2D;
}

section.noinsurance table.care th,
section.coupon table.care th{
	padding: 5px 10px;
	background-color: #FFE8C1;
	border: 1px solid #FDAD02;
	text-align: left;
}

section.noinsurance table.care td,
section.coupon table.care td{
	border: 1px solid #FDAD02;
}
section.noinsurance table.care td.left-cell{
	padding: 5px 10px 5px 30px;
	/*border-right: none;*/
	width: 45%;
}
section.noinsurance table.care td.middle-cell{
	padding: 5px 0px 5px 0px;
	border-right: none;
	border-left: none;
}
section.noinsurance table.care td.right-cell{
	padding: 5px 10px 5px 0px;
	border-left: none;
}
section.coupon table.cure th,
section.coupon table.care th{
	text-align: center;
}
.notice{
	background: url(../images/notice.png) no-repeat left center;
	color: #F60;
	font-weight: bold;
	padding: 4px 0px 0px 25px;
}
.slash{
	padding: 0px 15px;
}
.image_text3 .notice:first-child {
	margin-right: 20px;
}
section.coupon .box_list1{
	padding: 15px 0px 40px;
}
section.coupon .box_list1 .image_text4{
	padding: 0px 30px;
}
section.coupon .sub_title{
	border: none;
	margin: 30px 0px 0px;
	padding: 0px;
}
section.coupon table{
	margin: 0px;
	width: 100%;
}

section.coupon table th,
section.coupon table td{
	text-align: center;
	white-space: nowrap;
}
section.coupon table span.fred{
	padding-left: 1em;
}
section.coupon table td{
	padding: 5px 10px !important;
}
section.coupon table th.ind{
	padding-left: 20px !important;
}

section.coupon table tr:not(:first-child) th:first-child{
	text-align: left;
}

/* 当院について  -------------------------------------------------------------- */

section.about table{
	width: 480px;
	margin: 0px 40px 30px 30px;
	box-sizing: border-box;

}
section.about table tr:first-child{
	border-top: 2px dotted #DECDA0;
}

section.about .image_text1 div p{
	text-align: center;
	padding: 5px 0px 0px 0px;
}

section.hours table {
	margin: 0px 30px 0px;
	line-height: 1.5;
}
section.hours table tr{
	border: none;
}

section.hours table th{
	padding: 10px 20px;
	background-color: #F5F1E3;
	border: 1px solid #AACA2D;
	text-align: center;
	width: 66px;
}
section.hours table tr:not(:first-child) th:first-child{
	text-align: left;
}

section.hours table td{
	padding: 10px;
	border: 1px solid #AACA2D;
	text-align: center;
	height: 50px;
}

section.hours table th img{
	padding: 0px 20px 5px 0px;
}
section.hours p{
	padding: 0px 30px;
}

/* 会社概要  -------------------------------------------------------------- */

section.company table{
	width: 840px;
	margin: 0px 80px;
}
section.company table tr:first-child{
	border-top: 2px dotted #DECDA0;
}



/* Q&A-------------------------------------------------------*/

#box_faq article {
	border-bottom: 2px dotted #DECDA0;
	padding: 30px 10px 30px 10px;
	display: block;
}
#box_faq article:first-child{
	padding-top: 0px;
}

#box_faq article h3 {
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	color: #FF6600;
	font-size: 20px;
	padding: 2px 0px 0px 45px;
	margin: 0px 0px 25px 0px;
	min-height: 40px;
	font-weight: normal;
}
#box_faq article p {
	background-image: url(../images/answer.png);
	background-repeat: no-repeat;
  padding: 0px 0px 0px 45px;
  min-height: 40px;
}

/* 訪問マッサージ  -------------------------------------------------------------- */

section.lotus .section_title + .sub_title,
section.lotus.flow .sub_title {
	margin: 0px 0px 10px;
}
section.lotus p {
	padding-bottom: 1em;
}
ul.check li{
list-style: none;
}
ul.check > li:before {
content: "\f00c";
font-family: Font Awesome\ 5 Free;
font-weight:900;
margin-right: .5em;
color: #f60;
font-size: 20px;
}
section.lotus.flow .box_list1 {
    margin: 0px;
	padding: 10px;
}
section.lotus.flow div div figure{
	width: 25%;
	box-sizing: border-box;
}
section.lotus.flow div div div:last-child{
	width: 75%;
	padding-left: 20px;
	box-sizing: border-box;
}
section.lotus .box_list2{
	background: #E2EDBE;	
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
section.lotus .box_list2 p {
	padding-bottom: 0;
}
section.lotus .box_list2 .fb {
	font-size: 20px;
}
section.lotus .box_list2 .fredb {
	font-size: 30px;
}

/* バナーエリア  -------------------------------------------------------------- */
section.banner .bnr_lotus {
	padding-top: 20px;
	text-align: center;
}
section.banner .bnr_lotus .sp {
	display: none;
}

/***  テーブル  ---------------------------------------------------------------- */

table {
	border-collapse: collapse;
}
tr{
	border-bottom: 2px dotted #DECDA0;
}	

th {
	padding: 5px 7px;
	white-space: nowrap;
	width: 15%;
	font-weight: normal;
	vertical-align: middle;
}
td {
	padding: 5px 7px;
	background-color: #FFF;
	vertical-align: middle;
}


/* インデント  ---------------------------------------------------------------- */

.ind_1em {
	padding-left: 1em !important;
}
.ind_1em2 {
	text-indent: -1em;
	padding-left: 1em;
}
.ind_3em {
	text-indent: -3em;
	padding-left: 3em;
}

/* clear  ---------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}


/*ページトップへ---------------------------------------------------*/
.pagetop {
    text-align: right;
    position: fixed;
    bottom: 75px;
    right: 75px;
    cursor: pointer;
}


/***  行そろえ ---------------------------------------------------------------- */

.center {
	text-align: center;
}
.right {
	text-align: right;
}

/***  お問い合わせボタン ----------------------------------------------------- */

.contact1 {
	text-align: center;
	padding: 20px 0px 0px 0px !important;
}
.contact2 {
	text-align: center;
	padding: 5px !important;
	margin: 10px auto;
	background: -moz-linear-gradient(top, #FFEBEC, #FBFDFF);
	background: -webkit-linear-gradient(top, #FFEBEC, #FBFDFF);
	background: linear-gradient(to bottom, #FFEBEC, #FBFDFF);
	border: #923353 2px solid;
}
input[type="image"] {
    cursor: pointer;
}

/***  お問い合わせ ----------------------------------------------------- */


section.contact table{
	width: 840px;
	margin: 30px 80px;
}
section.contact table tr:first-child{
	border-top: 2px dotted #DECDA0;
}
section.contact table th{
	padding: 10px 30px 10px 0px;
}

input {
    padding: 3px 0;
    margin: 2px 0;
}

input[type="submit"],
input[type="button"]{
	padding: 15px 40px 10px;
	border: 1px solid #999;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -webkit-linear-gradient(top, #EEE, #CCC);
	background: linear-gradient(to bottom, #EEE, #CCC);
	font-size: 26px;
}

p.error_messe{
	margin:5px 0;
	color:red;
}
/* 余白  ---------------------------------------------------------------- */
.in-t30 {
padding-top: 30px;
}
.in-t20 {
padding-top: 20px;
}
.in-t10 {
padding-top: 10px !important;
}
.in-t5{
padding-top: 5px;
}
.in-b20 {
padding-bottom: 20px;
}
.in-l20 {
margin-left: 20px;
}
.in-l50 {
margin-left: 50px;
}
.in-r5{
margin-right: 5px;
}	

/* フォント  ---------------------------------------------------------------- */
.fred {
	color: #F60;
}
.fredb {
	color: #F60;
	font-weight: bold;
}
.fb {
	font-weight: bold;
}
.fl{
	font-size: 24px;
}
.fred a.tel, .fredb a.tel {
	color: #f60;
}
.fs{
	font-size: 13px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
@media only screen and (max-width : 767px){

/* 全体的な設定 ---------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
iframe{
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
}
a.tel {
	pointer-events: auto;
}

/* レイアウト ---------------------------------------------------------------- */

#container {
	width: 100%;
	overflow: hidden;
}

/* ヘッダー  ----------------------------------------------------------*/
header {
	width: 100%;
	height: auto;
}
header h1 {
	text-align: center;
}

#header {
	width: 100%;
	height: 82px;
}
header strong {
	height: auto;
}
#header div:last-child{
	display: none;
}

#header h2 img{
	padding: 5px;
}
header #address{
	display: block;
	background-color: #EDEFC2;
	border-top: 2px solid #ABCA2E;
	height: 30px;
}

/***  ナビゲーション ***/ 

nav {
        position: absolute;
		left: 0px;
        top: -1000px;
        background: #ABCA2E;
        width: 100%;
		height: auto;
        text-align: left;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		margin: 0px;
		display: block;
		z-index: 100;
}
nav ul {
/*
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
	background-image: none;
*/
	display: block;
	border-left: none;
}
nav ul li {
    height: auto;
	border-bottom: 1px dotted #EDEFC2;
	border-right: none;
	margin: 0px;
	width: auto !important;
	padding: 10px 20px;
	text-align: left;
/*
    position: static;
	display: block;
	background-image: none;
*/
}

nav ul li a {
		display: block;
}



/* Toggle Button */

#nav-toggle {
    cursor: pointer;
    z-index: 101;
    display: block;
}


.open nav {
	-moz-transform: translateY(1178px);
	-webkit-transform: translateY(1178px);
	transform: translateY(1178px);
}

#nav-sp{
	display: block;
	width: 100%;
	height: 62px;
	padding: 10px 0px 5px;
	background-color: #AACA2D;
	box-sizing: border-box;
}
#nav-sp ul {
	width: auto;
	padding: 0; 
	display: -webkit-flex; /* Safari */
	display: flex;
}

#nav-sp ul li {
	list-style-type: none;
	width: 33%;
	height: auto;
	border-right: 1px dotted #FFF;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#nav-sp ul li i{
	font-size: 25px;
}

#nav-sp ul li:last-child{
	border-right: none;
}
#nav-sp ul li a{
	color: #FFF;
}
#nav-sp ul li a:hover{
	color: #FFF;
	text-decoration: none;
	left: 0px;
	top: 0px;
}


/*フッター-----------------------------------------------------------------*/
footer{
	background-image: none;
	background-color: #AACA2D;
	border-top: 4px solid #DECDA0;
	height: auto;
	padding: 25px 0px 20px 0px;
	position: unset;
}

#footer{
	width: 98%;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
}
#footer .col{
	padding: 0px 0px 0px 30px;
}
#footer .col:last-child{
	width: auto;
}
#footer .col img {
	min-width: 200px;
}
#footer .col ul li{
	width: 130px;
}
footer #footer-summary {
	border-top: 1px dotted #FFF;
	position: unset;
	padding-top: 10px;
}
/* 画像と文字の並び ------------------------------------------------------ */
.image_text1{
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
}
.image_text2{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.image_text1 p br,
.image_text2 p br,
.image_text3 p br,
.image_text4 p br
{
	display: none;
}
.image_text1 div,
.image_text1 figure,
.image_text2 div,
.image_text3 div,
.image_text3 figure {
	padding: 0px 10px;
}
.image_text2 div.half,
.image_text2 div.half{
	width: auto;
	padding: 0px;
}

/* トップ　イメージ-------------------------------------------------------*/

#top_image {
	height: 200px;

}

#top_image h2 {
	max-width: unset;
	height: 200px;
	margin: 0px auto;
	background-size: cover;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

/* トップ症状枠・診療内容ページ枠など  -------------------------------------------------------------- */
.box_list_symptom{
    height: auto;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	padding: 0px 10px;
}
.box_list_symptom img{
    padding: 5px;
	width: 25%;
	height: 25%;
	box-sizing: border-box;
}

section.treatment .image_text2,
section.top_access .image_text2{
	display: block;
}
section.treatment .image_text2 div.half:last-child,
section.top_access .image_text2 div.half:last-child{
	margin-top: 20px;
}
section.top_access .image_text2 iframe{
	padding: 0px;
}
section.top_access table{
	width: 100%;
}

/* トップ　こんな治療院です  -------------------------------------------------------------- */
section.info .image_text1{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
section.info .image_text1 .image {
	width: auto;
	margin: auto;
}
section.info .image_text1 .image img {
	padding-top: 20px;
	width: 220px;
}

/* 診療内容  -------------------------------------------------------------- */
section.insurance .box_list1 .image_text3{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.insurance .box_list1 .text-sports div:last-child,
section.insurance .box_list1 .text-accident div:last-child{
	padding-left: 10px;
}
section.insurance .box_list1 .text-sports,
section.insurance .box_list1 .text-accident{
	background-position: 10px bottom;
	padding: 0px;
	background-size: 170px auto;
}

section.insurance .box_list1 .text-sports div img,
section.insurance .box_list1 .text-accident div img{
	min-width: 150px;
}
section.insurance .box_list1 .text-sports{
	background-position: 50px bottom;
	background-size: auto 200px;
}
section.insurance .box_list2{
	width: 100%;
}
section.insurance .box_list2 p br{
	display: block;
}

section.insurance table,
section.noinsurance table{
	width: 100%;
	padding: 0px;
}
section.treatment2 .image_text1,
section.insurance .image_text1{
	margin: 0px 10px;
}
section.treatment2 .image_text1 figure{
	min-width: 170px;
    padding: 30px 0px 0px 0px;
}
section.treatment2 .image_text1 div{
    padding: 0px 10px 0px 0px;
}
section.insurance .image_text1 figure{
	min-width: 135px;
	max-width: 220px;
}
section.insurance .image_text1 div{
    padding: 0px 0px 0px 10px;
}

section.insurance .image_text2 figure,
section.noinsurance .image_text2 figure{
	text-align: center;
	padding-bottom: 10px;
    width: 100%;
}
section.insurance .image_text2 figure img,
section.noinsurance .image_text2 figure img{
	padding: 0px 10px;
	display: inline;
}
section.insurance .image_text2 div,
section.noinsurance .image_text2 div,
section.insurance table,
section.noinsurance table {
    width: 100%;
    padding: 0px;
}

section.coupon table span{
	display: block;
}
section.coupon table span.fred{
	padding-left: 0px;
}
section.coupon .box_list1 .image_text4 {
    padding: 0px 5px;
}
section.coupon table.care th,
section.coupon table.care td{
	padding: 10px 5px !important;
}
section.coupon table.care th.ind{
	padding-left: 10px !important;
}
.notice{
	background-position: left 8px;
}
/* 当院について  -------------------------------------------------------------- */
section.about .image_text1:first-child{
	display: block;
}

section.about .image_text1:first-child{
	display: block;
}
section.about .image_text1:first-child div:first-child{
	text-align: center;
}
section.about .image_text1:first-child table{
	width: 100%;
    margin: 20px 0px 20px 0px;
    box-sizing: border-box;
}
section.hours table {
	margin: 0px auto;
	max-width: 98%;
    box-sizing: border-box;
	line-height: 1.2;
}
section.hours table th,
section.hours table td{
	padding: 2px;
    box-sizing: border-box;
}
section.hours table th img {
    display: block;
	padding: 0px 0px 1px 0px;
}
section.hours p {
    padding: 0px 10px;
}
section.access p{
	padding: 0px 10px;
}
/* 会社概要  -------------------------------------------------------------- */

section.company table{
	width: 96%;
	margin: 0px 10px;
	box-sizing: border-box;
}
/* お問い合わせ  -------------------------------------------------------------- */

section.contact table{
	width: 96%;
	margin: 30px 10px;
	box-sizing: border-box;
}
textarea{
	width: 80%;
}

/* 訪問マッサージ  -------------------------------------------------------------- */
section.lotus.staff .image_text1 {
	margin: 0px 10px;
}
section.lotus.staff .image_text1 figure {
	width: 20%;
	padding: 0;
}
section.lotus.staff .image_text1 div {
	width: 80%;
}
section.lotus .image_text2 figure{
	text-align: center;
    width: 100%;
}
section.lotus .image_text2 div {
    width: 100%;
    padding: 0px;
}
section.lotus.flow div div figure{
	padding: 0;
}
section.lotus.flow div div div:last-child{
	padding: 0 0 0 20px ;
}

/* 余白  ---------------------------------------------------------------- */
.in-l50 {
margin-left: 15px;
}

/* バナーエリア  -------------------------------------------------------------- */
section.banner .bnr_lotus {
	padding: 20px 10px 0px;
}
section.banner .image_text1{
	display: block;
	text-align: center;
}
section.banner .image_text1 div:last-child{
	padding-top: 20px;
}
/***  テーブル  ---------------------------------------------------------------- */

table br {
	display: none;
}
/*ページトップへ---------------------------------------------------*/
.pagetop {
    bottom: 30px;
    right: 10px;
    cursor: pointer;
}

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media only screen and (max-width : 567px){

/* 画像と文字の並び ------------------------------------------------------ */
.timg1 {
	max-width: 150%;
    margin-left: -25%;
}
.timg3 {
	max-width: 200%;
}

/* ヘッダー  ----------------------------------------------------------*/

#header {
	display: block;
}
header strong {
	height: auto;
	width: auto;
}
#header div:nth-child(2){
	display: none;
}
header #address{
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
/* 画像と文字の並び ------------------------------------------------------ */
.image_text1, .image_text5 {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.image_text5 figure {
	width: 135px;
}

/* トップ症状枠・診療内容ページ枠など  -------------------------------------------------------------- */

.box_list_symptom img{
	width: 150px;
    height: 159px;
}
section.treatment .image_text1,
section.treatment .image_text1 div{
	padding: 0px !important;
}

/* 診療内容  -------------------------------------------------------------- */
section.treatment2 .image_text1 figure img{
	padding: 10px 0px 0px 0px;
}
section.insurance .image_text1 figure img{
	padding: 0px 0px 10px 0px;
}
section.treatment2 .image_text1 div,
section.treatment2 .image_text1 figure,
section.insurance .image_text1 div{
	padding: 0px;
}
section.noinsurance figure img:not(:first-child) {
    padding-top: 15px;
}
section.insurance .box_list1 .image_text3{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}
section.insurance .box_list1 .image_text3 div:first-child{
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
section.insurance .box_list1 .text-sports,
section.insurance .box_list1 .text-accident{
	background-position: center bottom;
	background-size: auto 200px;
	padding-bottom: 180px;
}
.image_text3 .notice:first-child {
	margin-right: 0px;
}
section.insurance table td span{
	display: block;
}
section.insurance table td span.slash{
	display: none;
}
section.coupon table.acupuncture td{
	white-space: normal;
}
section.coupon table.cure,
section.coupon table.care{
	display: none;
}
section.coupon table.sp_cure,
section.coupon table.sp_care{
	display: table;
}
section.coupon table.sp_cure th{
	padding: 5px 10px;
	background-color: #E2EDBE;
	border: 1px solid #AACA2D;
	text-align: left;
}
section.coupon table.sp_cure tr:first-child th{
	text-align: center;
}
section.coupon table.sp_cure td{
	padding: 5px 10px;
	border: 1px solid #AACA2D;
	text-align: left;
	white-space: normal;
}
section.coupon table.sp_care th{
	padding: 5px 10px 5px 40px;
	background-color: #FFE8C1;
	border: 1px solid #FDAD02;
	text-align: left;
}
section.noinsurance table.care th,
section.coupon table.sp_cure tr:first-child th,
section.coupon table.sp_care th.title{
	white-space: normal;
}
section.coupon table.sp_care th.title{
	padding: 5px 10px;
}
section.coupon table.sp_care td{
	padding: 5px 10px;
	border: 1px solid #FDAD02;
	text-align: left;
	white-space: normal;
}

section.coupon table.sp_care tr.sp_hid{
	display: none;
}
section.coupon table.sp_care td span {
    display: inline;
}

section.coupon table.sp_care span.fred {
    padding-left: 1em;
}
section.noinsurance table.care td.left-cell{
	padding: 5px 10px;
	min-width: 120px;
}
section.noinsurance table.care td.right-cell{
	min-width: 140px;
}
section.noinsurance table.care td{
	padding: 5px 10px
}

/***  お問い合わせ ----------------------------------------------------- */
section.contact table th,
section.contact table td {
    display: block;
}
section.contact table tr td:nth-child(2){
	display: none;
}
section.contact table th{
	padding: 10px 30px 0px 0px;
}
section.contact table td{
	padding-left: 20px;
}

/* 訪問マッサージ  -------------------------------------------------------------- */
section.lotus.staff .image_text1 figure {
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}
section.lotus.staff .image_text1 div {
	width: 100%;
	padding: 0;
}
section.lotus.flow .box_list1 .image_text3 figure {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
section.lotus.flow div div div:last-child{
	width: 100%;
	padding: 0;
}

/* バナーエリア  -------------------------------------------------------------- */
section.banner .bnr_lotus .pc {
	display: none;
}
section.banner .bnr_lotus .sp {
	display: block;
}

/*フッター-----------------------------------------------------------------*/

#footer{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;		
}
#footer .col{
	padding: 0px;
	margin: 0 auto;
	width: 280px;
}
#footer .col .in-t30{
	padding-top: 10px
}

#footer .col p{
	text-align: center;
}
#footer .col ul{
	padding-top: 30px;
}
/* 当院について  -------------------------------------------------------------- */

section.hours table th.wrap {
    white-space: normal;
}

/***  テーブル  ---------------------------------------------------------------- */

th,td {
	padding: 5px 3px;
}

}
@media only screen and (max-width : 500px){

/* 画像と文字の並び ------------------------------------------------------ */
.section_title img {
	max-width: 200%;
    margin-left: -50%;
}
}
