/* スマホ用--------------------------------------------------- */
@media screen and (max-width:640px) {




.pc {
   display: none;	
}
.sp {
   display: block;	
}
.top_mainimg img{
	width: 100%;
	height: auto;
}


/*@import "common2.css";*/
/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
	vertical-align:bottom;
}
img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#93CC79;
	background:none;
	color:#333333;
	text-align:center;
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}

/* Link */
a {text-decoration: none;
	outline:none;
	color:#339933;
}
a:visited { 
    color:#339900;
    text-decoration: none;
}
a:hover {text-decoration: none;
    color:#FF6600;
	}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width: 100%;
	margin: 0px 0;
	padding: 0px;
	background: #FFF;
	text-align: left;
	line-height: 150%;
}

	/*-----ハンバーガーメニューーーーーーーーーーーーーー-----*/
#sp_header,#sp_header2 {
	height: 70px;
	position: fixed;	/*margin-top: -15px;*/
	width: 100%;
	clear: both;
	z-index: 99;
	/*background-color: #12450D;*/
	background-color: #FFFFFF;
}
#sp_header .logo,#sp_header2 .logo {
	width: 159px;
	height: 60px;
	margin-top: 5px;
	margin-left: 10px;
	position: absolute;
top: 0;
}

#sp_nav {
	display: inline-block;
	width: 100%;
	clear: both;
	z-index: 99;
	background-color: #12450D;

	position: absolute;
top: 0px;
}
#spnav {
	display: block;
	width: 100%;
	margin-top: 65px;
}
#toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	position: fixed;
	top: 0%;
	right: 0px;
	width: 60px;
	height: 60px;
	margin-top: 0px;
	float: right;
	z-index: 999;
}

.nav-collapse {
	position: relative;
	width: 100%;	
}
.nav-collapse ul {
	display: block;
	width: 100%;
	list-style: none;
	overflow: hidden;	
}
.nav-collapse li {
	width: 100%;
	/*display: block;*/
	background: #12450D;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
	color: #FFFFFF;
	font-size: 14px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.nav-collapse li:last-child {
		border-bottom-width: 0px;
}
.nav-collapse a {
	position: relative;
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
}
/* 矢印 */
.nav-collapse a:after {
	border: 4px solid transparent;
	border-left-color:  #7BAB45;
	content: "";
	position: absolute;
	bottom: 20px;
	left: 95%;
	
}
/* マウスオーバー時 */
.nav-collapse a:hover,
.nav-collapse .active a {
	/*color: #F27B0E;*/
	background-color: #7BAB45;
}
.nav-collapse li:first-child a {
	border-top: 0
}
.nav-collapse li:last-child a {
	border-bottom: 0
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden
}
.nav-collapse .active a:hover {
	/*color:#F27B0E;*/
}




/*-------------------------------------------------
Contents
-------------------------------------------------*/



/*#contents-wrap {
	border:1px solid #CCC;
	padding:20px;
    zoom: 100%;
}

#contents-wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}*/

/*右に写真（262px）、左にコンテンツ（460px）（初めての方へ、予約〜お帰りまで、よくある質問のページで使用）*/
#contentsleft{
	width:460px;
	float:left;
}

#contentsright{
	width:262px;
	float:right;
}

#contentsright img{
	margin-bottom:10px;
}

#contentsright p{
	font-size:90%;
}

/*右に写真（327px）、左にコンテンツ（400px）（料金＆アクセス、お問合せのページで使用）*/
#contentsleft2{
	width:400px;
	float:left;
}

#contentsright2{
	width:327px;
	float:right;
}

/*ページ下部のお問合せとグローバルメニュー*/
#footnav {
	width: 90%;
	text-align: center;
	margin: 10px auto 7px;
	word-break: keep-all;
}

#footnav ul{
	margin:10px 0px 0px 0px;
}

#footnav li{
	display:inline;
	color:#385D34;
	line-height: 2;
margin-bottom: 5px;
	white-space: nowrap;
}

#footnav li a{
	display:inline;
	color:#385D34;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/
#footer {
	height: auto;
	border-top: 0px solid #385D34;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

.footer_photo {
	display: none;	/*width: 50%;
	padding: 5px 0px 0px 0px;
	float: right;*/
}

.footer_photo img {
	/*float: left;
	margin-left: 5%;
	width: 20%;*/
}
#footer p {
	font-size: 80%;
}
#footer .address {
	color: #385D34;
	float: left;
	width: 80%;
	padding: 15px 0px 0px 0px;
	line-height: 170%;
	display: none;
}
#footer img.sitemap {
	display: none;
}
#footer .copyright {
	font-size:65%;
	color:#666;
	clear: both;
}
.footer_left {
	float: none;
	color: #385D34;
	width: 90%;
	padding: 15px 0px 0px 0px;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------------------------------
Pagenavi
-------------------------------------------------*/
#pagenavi {
	text-align: center;
}
.wp-pagenavi{
    width: 94%;
	height: 40px;
	/*background:#ffecac;*/
    font-size:13px;
	margin: 0 auto 25px;
	text-align: center;
	line-height: 40px;
	color:#bd5400;
}
.wp-pagenavi span.pages {
padding: 2px 3px !important;
margin: 3px !important;
white-space: nowrap;
}
.wp-pagenavi .current{
	font-weight:bolder;
}
.wp-pagenavi a {
padding: 4px 8px !important;
margin: 3px !important;
text-decoration: none !important;
border: 1px solid #BFBFBF !important;
color: #bd5400 !important;
}


.wp-pagenavi .last {
white-space: nowrap;
}







/*-------------------------------------------------
トップページ用スタイル
-------------------------------------------------*/
#topMain {
	margin: 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	line-height: 180%;
}
.top_mainimg {
	padding-top: 70px;
	margin-top: 0px;
	width: 100%;
}


.top_mainimg img {
	margin-left: auto;
	margin-right: auto;
	z-index:0;
}
#block1 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 15px;
}
.top_b_a_box {
	width: 90%;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
}
.top_b_a_box2 {
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	
}
.top_nopain {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.top_b_a_img {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.top_b_a_img img {
	width: 100%;
	height: auto;
}
.top_b_a_img2 {
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
    
	z-index:1;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.top_b_a_txt {
	color: #000000;
	padding: 10px;
	font-size: 12px;
	border: 2px solid #6AAC24;
	border-radius: 10px;
	line-height: 180%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -20px;
	z-index: 5;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
}
.top_b_a_txt3 {
	color: #000000;
	padding: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	font-size: 10px;
	width: 100%;
	margin-top: 5px;
}

.ml20 {
	margin-left: 20px;	
}


#block2 {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
/*  症状 */
.symptom {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
	margin-left: 2%;	
}
.symptom li {
	width: 23%;
	margin: 0 5px 1% 0;
	float: left;
	line-height: 1;
}
/*  新着情報 */
#information {
	width: 96%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-bottom-width: 2px solid #f5a015;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#information_title img {
	width: 100%;
	height: auto;
}
#infoInner {
	width: 100%;
	height: auto;
	border-left: 1px solid #f5a015;
	border-right: 1px solid #f5a015;
	background: #fef5e4;
	padding: 15px 0 1px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-bottom-width: 2px solid #f5a015;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	padding-bottom: 0px;
}

#infoInner ul {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #f5a015;
}

#infoInner li {
	overflow: auto;
	color: #555555;
	font-size: 12px;
	border-bottom: 1px dotted #EE9828;
	line-height: 180%;
}
#infoInner li:last-child {
	border-bottom: 0px dotted #EE9828;
}
#infoInner .li_date {
	width: 50%;
}

#infoInner .li_date {
	color: #555555;
}
#infoInner .li_title {
	width: 240px;
	padding-left: 15px;
}




/*#infoInner dl {
	width: 90%;
	border-bottom: 1px dotted #f5a015;
	padding: 0 0 8px;
	margin: 0 auto 8px;
	overflow: hidden;
	font-size: 14px;
}
#infoInner dl:last-child {
	width: 95%;
	border-bottom: 1px solid #f5a015;
	padding-left: 5%;
	margin-bottom: 0px;
}
#infoInner dl dt {
	width: 32%;
	float: left;
}
#infoInner dl dd {
	width: 68%;
	float: left;
}*/


/* ヘルニア・狭窄症のかたへ＆おすすめ */
#block3 {
	padding-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.recommend {
	width: 90%;
	font-size: 14px;
	margin-left: 5%;	
	float: left;
	margin-bottom: 20px;
}
.recommend dl {
	margin-bottom: 0px;
	height:auto;
}
.recommend dl dt {
	margin-bottom: 10px;
}
.re {
	width: 96%;
	height: auto;
	position: relative;
	background-image: url(../img2/top_re_bgsp.png);
	-moz-background-size: cover;
	/*background-size: 100% 100%;*/
	margin-left: 2%;
	margin-right: 2%;
	background-repeat: no-repeat;
	background-color: #FBD8A0;
	background-position: 50% 10px;
	margin-top: -25px;
}
.re_user {
	padding-bottom: 10px;
	overflow: hidden;
	margin-left: 3%;
	width: 40%;
	height: auto;
	padding-top: 15px;
	float: left;
	margin-top: 10%;
}
.re_user img {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}
.re p {
	width: 96%;
	position: relative;
	top: 0px;
	font-size: 13px;
	line-height: 1.5;
	margin-left: 1%;
	margin-right: 2%;
	/*display: inline-block;*/
	left: 2%;
	/*float: right;*/
	/*overflow: hidden;*/
		padding-bottom: 10px;
	padding-top: 50px;
	margin-top: 10%;
}
　/*トップページお客様の声*/
#topMain .voiceContents {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

#main .voiceContents {
	/*width: 740px;
	border:8px solid #cae5bc;
	margin: 0 auto 25px;
	padding:22px;*/
}
.voice .voiceContents {
	width: 96%;
	border: 0px solid #cae5bc;
	margin: 0 auto 25px;
	padding: 22px;
}

/* ご予約状況カレンダー */
.calendar {
	color:#000000;
	margin-bottom: 40px;
}
.calendar h3 {
	margin-bottom: 10px;
	width: 100%;
background-color: #29A415;
text-align: center;
}
.calendar h3 img {
	width: 90%;
margin-left: auto;
margin-right: auto;
}
.calendar .cread {
	margin-bottom: 25px;
}
.calendarWrap {
	padding: 10px 0px 15px;
	background: #f5ecdf;
	margin-bottom: 15px;
	color: #000000;
	width: 100%;
	box-sizing: border-box;
border-collapse: collapse;
}
.cread {
	width: 96%;
	border: 1px dotted #982302;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.6;
	box-sizing: border-box;
border-collapse: collapse;
}
.cread2 {
	font-size: 14px;
	color: #ff0000;
}

.calendarContens {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 91%;
	margin-left: 2%;
	margin-right: 2%;
	-webkit-overflow-scrolling: touch;
}

/*ご予約についてのカレンダー*/
.calendarContens2 {
	background: #f5ecdf;
	padding: 10px;
	margin-bottom: 20px;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 91%;
	margin-left: 2%;
	margin-right: 2%;
	-webkit-overflow-scrolling: touch;
	border: 0px solid #f5ecdf;
}
.calendarContens2 table {
	
	width: 100%;	
	margin-right: 5px;
}
.calendarContens2 tbody {
	width: 800px;	
}

.time {
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #982302;
	margin-bottom: 5px;
}
.calendarContens table,
.calendarContens2 table {
	
}
.dateTable,
.dateTable2 {
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFFFFF;
	border: 2px solid #982302;
	width: 100%;
	margin-bottom: 15px;	
	/*padding-right: 10px;*/
	
}
.dateTable img {
	width: 100%;
	min-width: 15px;
}
.dateTable th.date,
.dateTable2 th.date {
	background: #fff799;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	font-size: 14px;
	color: #982302;
	border-right: 1px solid #982302;
	font-weight: bolder;
	
}
.dateTable2 td {
	padding: 10px 13px;
	color:#000000;
	font-size:16px;
	vertical-align:middle
}

.dateTable td.morning {
	padding: 8px 5px 4px;
}
.dateTable td.afternoon {
	padding: 8px 5px 4px;
}
.dateTable td.akicell {
	border-top: 1px solid #982302;
}
.ma {
	border: 1px solid #982302;
	height: 100px;
	width: 100%;
}
.ma th {
	height: 24px;
	background: #f5ecdf;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #982302;
	border-right: 1px solid #982302;
	border-left: 1px solid #982302;
	color:#000000;
	font-size: 12px;
}
.ma td {
	height: 24px;
	border-right: 1px solid #982302;
	text-align: center;
	vertical-align: middle;
	color:#000000;
	width: 10%;
}
.red {
	color:red;
	font-weight:bolder;
}
.yellow {
	color: #F7D000;
	font-weight:bolder;
}


/* 無痛整体 */
#block4 {
	width: 100%;
    height: auto;

	position: relative;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-image: none;
	background-position: 98% 50px;
}
.block4_title {
	/*font-size: 22px;
	width: 96%;*/
	margin: 20px 2% 10px;
}
#block4 .txt1 {
	width: 96%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#block4 .txt2 {
	width: 96%;
	height: auto;
	background-repeat: no-repeat;
	background-image: none;
	background-color: #ffffff;
	background-size: 100% auto;
}
.txt2_title {
	font-size: 16px;
	background-color: #FFDA46;
	overflow: hidden;
	display: inline;
	margin-left: 10px;
}

#block4 .txt2 p {
	width: 96%;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-left: 10px;
}
.block4_photogallary {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.block4_explanation {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	border: 0px solid #29A415;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.block4_explanation h2 {
		text-align: center;
	width: 100%;
	background-color: #29A415;
	margin-top: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-bottom: 10px;
}
.block4_explanation h2 img {
	
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.block4_yourbody {
	margin-top: 10px;
	text-align: center;
	background-color: #FFFBB2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* ご予約〜施術の流れ */
#block5 {
	width: 100%;
	height: auto;
	color: #000;
	margin-top: 30px;
}
.block5_title {
	width: 100%;
	background-color: #29A415;
	text-align: center;
}
.block5_title img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
}
.block5_flow {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.block5_box  {
	width: 90%;
	border: 3px solid #F5A015;
	border-radius: 10px;
	float: none;
	margin-bottom: 20px;
	margin-right: 5%;
	height: auto;
	position: relative;
	margin-left: 5%;
	/*overflow: hidden;*/
}
.block5_box:nth-child(4n){
		margin-right: 0px;
	}

.no1::after, .no2::after, .no3::after, .no4::after, .no5::after, .no6::after, .no7::after{
  content: "";
  display: inline-block;
  border: 12px solid transparent;
  border-top-color: #FFDA46;
  position: absolute;
  right: 48%;
  top: 100%;
  margin-top: 8px;
}
.no8::after{
	content: "";
  display: inline-block;
  border: 0px solid transparent;
  border-right-color: #FFDA46;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px;
}
.block5_box dt {
	margin-top: 7px;
	margin-left: 7px;
	width: 30%;
	height: auto;
}
.block5_box dt {
	margin-top: 7px;
	margin-left: 7px;
	
}
.block5_box dd img {
	margin-top: 5px;
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2px;
}
.block5_box dd {
	line-height: 1.5;
	padding: 7px 10px 5px;
	margin-top: 0px;
	overflow: hidden;
}
.block5_flow_cp {
	margin-right: 0px;
	margin-top: -10px;
	}

.top_price_box {
	border-radius: 10px;
	border: 0px solid #28A414;
	padding: 3px;
	margin-top: 10px;	
	overflow: hidden;
}
/* 料金 */
.top_price_title {
	width: 100%;
	background-color: #29A415;
	text-align: center;
	margin-top: 10px;
}
.top_price_title img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
}


.top_price_boxright {
	float: none;
	width: 96%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*text-align: center;*/
}
.top_price_boxright::after{
		content: "";
  display: inline-block;
  border: 20px solid transparent;
  border-top-color: #FFDA46;
  position: absolute;
  right: 45%;
  top: 100%;
margin-top: 3px;
  
}

.wakaba {
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 10px;
	width: 10%;
	height: auto;
}
.top_price_text1 {
	font-size: 18px;
	color: #F05C00;
	margin-top: 20px;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 10px;
	}
.top_price_text2 {
	color: #28A414;	
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}	

.top_price_coupon {
	width: 76%;
	margin-left: 12%;
	height: auto;
	margin-right: 12%;
	text-align: center;
	margin-top: 25px;
}
.trimming {
	width: 120%;
	height: auto;
	overflow: hidden;
margin-left: -10px;
 }

/* よくある質問 */
.topfaq {
	margin-bottom: 25px;
	margin-top: 20px;
}
.topfaq h2 {
	width: 100%;
	background-color: #29A415;
	text-align: center;
}

.topfaq h2 img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.faqContents {
	padding: 10px 15px;
	border: 0px solid #28a414;
	margin-top: 15px;
	border-radius: 10px;
}
.faqContents dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 18px;
	margin-bottom: 10px;
}
.faqContents dd {
	background: #eeeeee;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}
/* 当院へのアクセス */
#topmap {
	width: 74%;
	margin: 10px 13% 0;
	height: auto;
}
#block6 h2 {
	width: 100%;
	background-color: #29A415;
	text-align: center;
}
#block6 img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#maptxt {
	width: 96%;
	margin: 0 auto;
	font-size: 13px;
}
#maptxt p {
	margin-bottom: 15px;
}
#maptxt dl dt {
	color: #28a414;
	font-size: 18px;
}
#maptxt dl dd {
	margin-bottom: 25px;
}
/* 院長 */
#block7 {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#director p {
	width: 100%;
	font-size: 14px;
	padding-left: 0px;
	margin: 10px auto 7px 2%;
}
#director {
	width: 96%;
	margin-bottom: 20px;
	border: 2px solid #F79F17;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.top_director_name {
	padding-top: 0px;
	padding-left: 0px;
	width: 90%;	
}
.top_director_name img {
	
	width: 100%;	
}
.top_director_photo {
	float: right;
	width: 34%;
	height: auto;
	margin-top: 25%;
}
.top_sp_director {
	width: 65%;
}

/*案内*/
.guide {
	width: 100%;
	margin-bottom: 0px;
	border:0px solid #F79F17;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}

.guide_tel {
	text-align: center;
	background-color: #FCF8C3;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 5px;
}
.guide_tel img {
	width: 60%;
}
.guide_contact {
	width: 100%;
	margin-right: 0px;
}

.guide_contact li {
	display: block;
	margin-left: auto;
	width: 70%;
	margin-right: auto;
	margin-bottom: 10px;
}
.guide_opneday {
	margin: 10px auto 10px;
	text-align: center;	/*width: 763px;
	height: 218px;*/
}
.guide_parking {
	margin-top: 5px;
	width: 20%;
	height: auto;
	margin-left: 40%;
	margin-right: auto;
	text-align: center;
	float: none;
}


.guide_opneday_sp {
	width: 96%;
	margin: 0px auto 10px;
	border: 1px solid #EE9828;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	font-family: "メイリオ", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #F5ECDF;
}
.guide_opneday_sp p {
	
}
guide_opneday_sptitle {
	color: #EE9828;
	font-weight: bold;
}
.guide_parking_sp {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00B7EE;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
	text-align: center;
}


/*-------------------------------------------------
共通
-------------------------------------------------*/
#contents-wrap {
    border: 0px solid #CCC;
    padding: 5px;
    zoom: 100%;
}
.hlstyle1 {
	font-size: 16px;
	line-height: 20px;
	color: #385D34;
	margin: 0px;
	height: 20px;
	padding-top: 80px;
	padding-left: 2px;
}
.hlstyle1:before {
	content: "■" ;
}
.hlstyle2 {
    color: #385D34;
    padding-left: 16px;
    background: url(../img2/h3_bg.gif) no-repeat;
    background-position: left top;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin: 15px 0px 8px 2px;
}


/*-------------------------------------------------
初めての方へ
-------------------------------------------------*/
#first_left {
	width: 100%;
	float: none;
}
#first_right {
  	width: 100%;
    float: none;
}
#first_right li {
	margin-bottom: 10px;
float: left;
width: 48%;
margin-left: 0%;
margin-right: 2%;
}
#first_right ul {
	margin-top: 15px;	
	margin-left: 2%;
}

div.profile {
	background: #DFF4DA;
	padding: 10px;
	zoom: 100%;
}
div.profile img {
	float: none;
	width: 60%;
	margin-left: auto;
	height: auto;
	margin-right: auto;
}
div.profile div {
	float: none;
	width: 100%;
}
#first_right p {
	text-align: center;	
}
div.profile p.largep {
	font-size: 1.3em;
	padding: 5px 0px 10px 0px;
}
div.profile:after {
	/*content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;*/
}
/*緑色のアイコン（背景グリーン）*/
ul.green {
}
ul.green li {
	background: url(../img2/icon_01.jpg) no-repeat 0px 4px;
	padding-left: 17px;
	line-height: 180%;
}
/*緑色のアイコン（背景白）*/
ul.green2 {
}
ul.green2 li {
	background: url(../img2/icon02.gif) no-repeat 0px 4px;
	padding-left: 17px;
	line-height: 180%;
}
/*緑色のアイコン（背景白）*/
ul.green3 {
}
ul.green3 li {
	background: url(../img2/icon02.gif) no-repeat 0px 4px;
	padding-left: 17px;
	line-height: 250%;
}

.first_map {
	float: none;
	margin: 15px auto 0px;
	width: 78%;
}
.first_address {
	width: 90%;
	float: none;
	margin: 0px auto 0px;
}


/*-------------------------------------------------
ご予約について
-------------------------------------------------*/
#reserve {
	color:#000;
	margin-bottom: 40px;
}
#reserve h3 {
	margin-bottom: 10px;
	width: 100%;
background-color: #29A415;
text-align: center;
}
#reserve h3 img {
	width: 50%;
margin-left: auto;
margin-right: auto;
}
#reserveContents {
	width: 96%;
	margin: 0 auto;
}
#reserveContents dl dt {
	font-size:16px;
	color:#28a414;
	font-weight:bolder;
}
#reserveContents dl dd {
	font-size:13px;
	margin-bottom: 10px;
}
#reserveContents dl dd ul {
	padding-top: 25px;
}
#formWrap {
	border:3px solid #982302;
	padding: 10px;
}
#formWrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#formWrap table th {
		font-weight: bolder;
	font-size: 16px;
	text-align: left;
}
#formWrap table th,
#formWrap table td {
	padding: 10px 0px;
	border-bottom: 1px dotted #982302;
	width: 100%;
display: block;
width: 83%;

}
/*-------------------------------------------------
trust form
-------------------------------------------------*/
.subject span.content {
	font-weight:bolder;
}
#formWrap table td ul {
	overflow:hidden;
}
#formWrap table td ul li {
	float: left;
	margin-right: 20px;
}
.submit-container {
	padding: 25px 0 0;
	text-align: center;
}

#formWrap table td input[type=text] {
height:23px;
border:1px solid #9fbec6;
max-width:96%
}
.contact-form-finish {
	text-align: center;
	font-size:16px;
}
span.red {
	color:red;
}
input {
	max-width:95%
}
/*text {
	max-width:95%
}*/
textarea {
	max-width:95%
}
element-7 {
	max-width:95%
}

#contact-form {
	width:100%;
	overflow:hidden
}
/*-------------------------------------------------
お客様の声
-------------------------------------------------*/

/* お客様の声 */
.voice {
	margin-bottom: 25px;
}
.voicebg {
	background: url(../img2/voice_bg.jpg) repeat-y;
	padding: 0 10px 10px;
}
 .voicebox {
	border: 8px solid #CAE5BC;
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-top: 20px;
}
 

.baBox {
	overflow: hidden;
	width: 100%;
	height: auto;
	background: url(../img2/mark_arrow.gif) no-repeat center center;
	margin-bottom: 10px;
}
.baBox dl {
		
	width: 45%;
}
.baBox dl dt {
	background: #ffdf4a;
	height: 28px;
	line-height: 28px;
	font-size: 19px;
	color: #985e00;
	text-align: center;
	font-weight: bolder;
}
.baBox dl dd {
	height: auto;
	width: 100%;
}
.processWrap {
	overflow: hidden;
	margin-bottom: 10px;
}
.process {
	background: #fcf8c3;
	border: 1px solid #ffdf4a;
	width: 100%;
	padding: 3px;
	float: left;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	box-sizing: border-box;
	border-collapse: collapse;
}
.process dl {
	padding: 0 0 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid #ffdf4a;
	overflow: hidden;
}
.process dl.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.process dl dt {
	width: 20%;
	float: left;
}
.process dl dd {
	width: 78%;
	float: left;
	font-size: 12px;
	line-height: 21px;
	margin-left: 2%;
}
.ppic {
	float: none;
	width: 50%;
	margin: 10px auto;
	padding-top: 10px;
	overflow: hidden;
}
.impressionWrap {
	overflow: hidden;
}
.impression {
	width: 100%;
	float: left;
	display: block;
	font-size: 14px;
}
.impression dt {
	color: #28a414;
	font-size: 14px;
}
.impression dd {
	font-size: 14px;
	margin-bottom: 20px;
}
.ipic {
	width: 60%;
	float: none;
	margin-left: 20%;
}
.voicebtn {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------------------
料金について
-------------------------------------------------*/
#charge_left {
	width: 96%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
#charge_right {
    width: 327px;
    float: right;
}
div.otokubox {
	width: 100%;
	background: #DFF4DA;
	margin-left: auto;
	margin-right: auto;
}
div.otokubox p {
	padding: 10px 10px 10px 10px;
}
div.otokubox img {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 86%;
		margin-left: 2%;
	height: auto;
	
}
div.otokubox ul {
	padding: 10px 0px 10px 10px;
}
div.otokubox h4 {
	width: 96%;
	height: 32px;
	text-indent: -1000em;
	margin-left: 2%;
}
/*クーポン券*/
h4.kupon {
	background: url(../img2/04h4_01.jpg) no-repeat;
}
/*ご紹介ください*/
h4.syoukai {
	background: url(../img2/04h4_02.jpg) no-repeat;
}





/*-------------------------------------------------
よくあるご質問ページ
-------------------------------------------------*/
p.question {
	padding: 20px 0px 10px 0px;
}
p.bggreen {
    background: #DFF4DA;
    padding: 10px;
}

#faq_text {
	width: 100%;
	float: left;
}
#faq_photo {
    width: 262px;
    float: right;
}
/*-------------------------------------------------
お問合せ　問い合わせページ
-------------------------------------------------*/


#contact_text {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#contact_photo {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

p.toiawase {
	font-size: 120%;
	padding-bottom: 20px;
	margin-top: 10px;
}
table.moji2 {
	line-height: 180%;
	color: #666666;
	margin: 20px 0px 0px 0px;
	background: #DFF4DA;
	border-top: 30px solid #DFF4DA;
	border-bottom: 10px solid #DFF4DA;
	width: 756px;
}
table.inner {
	width: 710px;
	background: #CCCCCC;
}
table.inner td {
	background: #FFFFFF;
	color: #385D34;
}
td.style9 {
	width: 520px;
}
td.style8 {
	color: #385D34;
	width: 190px;
}

iframe {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	overflow: hidden;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------------------------------------
サイトマップ
-------------------------------------------------*/

h2.sitemap {
	background: url(../img2/sitemaph2.gif) no-repeat;
	width: 130px;
}
p.sitemap {
	font-size: 120%;
	padding-bottom: 10px;
}
/*-------------------------------------------------
編集ボタン
-------------------------------------------------*/
.edit {
	width: 100px;
	margin: 20px 0 10px;
	padding-left: 0;
}
.post-edit-link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff !important;
	font-size: 13px;
	padding: 8px 15px;
	text-decoration: none;
}

.post-edit-link:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	color: #FFFFFF;


}




/*-------------------------------------------------
ブログページ
-------------------------------------------------*/
#blog_left {
	width: 98%;
	float: left;
	margin-bottom: 50px;
	margin-right: 1%;
	margin-left: 1%;
}
#blog_right {
	display: none;
}
.blog_date{
	
	margin-left: 0px;
	margin-right: auto;
	
	color: #6EAB25;
	font-weight: bold;
	font-size: 110%;
}
.blog_title {
	/*width: 520px;*/
	margin: 0px auto 8px 0px;
	background-color: #DFF4DA;
	color: #6EAB25;
	font-weight: bold;
	font-size: 150%;
	padding: 7px 5px 5px;
}
.post_box{
	width: 100%;
	/*margin-right: 20px;*/
	margin-left: 0px;
	margin-bottom: 40px;
	border: 1px solid #CCC;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}

.blog_title2 {
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	background-color: #DFF4DA;
	color: #6EAB25;
	font-weight: bold;
	font-size: 120%;
	padding: 3px 5px 2px 8px;
}
/*自動で出力されるカテゴリのタイトル*/
#blog_right ul .categories:first-child {
	color: transparent;	/*display: none;*/
}
#blog_right ul .categories {
	 color: #555;
}
.blog_title3 {
	margin-bottom: -20px;
	}
.blog_p {
	margin-left: 10px;
	margin-bottom: 30px;
}
#blog_right ul li {
    color: #555;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px solid #CCC;
}

#blog_right ul li a {
    /*    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;*/
    /*display: block;*/
   
}

#blog_right ul {
	margin-bottom: 30px;    
}

/*menu メニューページ＿＿＿＿＿＿＿＿＿＿*/
.guide {
    /*margin-left: auto;
    margin-right: auto;*/
}
.guide_contact {
   /* margin-left: auto;
    margin-right: auto;*/
	text-align: center;
}
/*.guide_contact li img{
     width: 100%;
}*/
.guide_contact li {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	float: none;
}
.menu{
	margin: 0px 2% 20px;
	/*color: #000000;
	font-size: 12px;
	
	text-align: center;*/
	line-height: 1.5;
}
.menu h2{
	font-weight: bold;
	font-size: 180%;
	padding-top: 80px;
	letter-spacing: 2px;
	/*color: #385D34;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", ヒラギノ丸ゴ ProN,sans-serif;
	display: inline-block;*/
	padding-left: 2%;
	padding-right: 2%;
	/*border-bottom: 5px solid #DCFB97;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;*/
}
.menubox{
	padding: 15px 2% 15px;
	border: 1px solid #D6EBCC;
	/*border-radius: 15px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	/*text-align: left;
	color: #385D34;*/
	font-size: 100%;
}
.menubox h3 {
	font-size: 140%;
	border-left: 6px solid #FEE370;
	border-bottom: 1px solid #78AD58;
	padding-left: 10px;
	font-family: ヒラギノ丸ゴ ProN,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #385D34;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*.menubox img{
	max-width: 100%;
	height: auto;
}*/
.menubox-l{
	float: none;
	width: 100%;
	padding: 1%;
}
.menubox-r{
	float: none;
	width: 100%;
	padding: 1%;
	text-align: center;
}
.menubox-r img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.menu-txt{
	line-height: 1.6;
	text-align: left;
	margin-bottom: 10px;
}
.menu-chklist{
	line-height: 2;
	margin-bottom: 10px;
	overflow: hidden;
}
.menu-chklist img{
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.menu-chklist li{
	float: none;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 110%;
}
.menu-chklist .menu-li100{
	width: 100%;
}
.menu-gallery{
	/*display: block;*/
	
}
.menu-gallery li{
	float: none;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	
	text-align: center;
	margin-bottom: 15px;
}
.menu-price-table{
	width: 100%;
	border-collapse: collapse;
		border-left: 1px solid #e3dcd7;
	border-top: 1px solid #e3dcd7;
	margin-bottom: 22px;
	font-size: 0.9rem;
}
.menu-price-table th {
	background-color: #DCFFDE;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #e3dcd7;
	border-bottom: 1px solid #e3dcd7;
	color: #01442A;
	text-align: center;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-price-table td {
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	padding: 10px 10px;
	vertical-align: middle;
	border-right: 1px solid #e3dcd7;
	border-bottom: 0px solid #e3dcd7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-price-table th  span{
	font-weight: bold;
	font-size: 110%;
}



.logo2 {
	width: 159px;
	height: 60px;
	margin-top: 5px;
	margin-left: 10px;
	position: absolute;
top: 0;
}

.nav-collapse .nav-plus:after {
	/*border: 0px solid transparent;*/
	/*border-left-color:  #7BAB45;
	content: "";
	position: absolute;
	bottom: 20px;
	left: 95%;*/
	
}

.nav-collapse2:after {
	border: 4px solid transparent;
	border-left-color:  #7BAB45;
	content: "";
	position: absolute;
	bottom: 20px;
	left: 95%;
	
}












}