@charset "utf-8";
/*
Theme Name: テンプレート 041
Theme URI: http://wordpress.org/
Description: demo_sample
Author: sungrove
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: sungrove
*/
@import url("css/sanitize.css");


/* MENU BUTTON ANIMETION */
@import url("css/hamburgers.css");


/**** リッセト　IN *****/
@import url("css/reset/w.css");
@import url("css/reset/h.css");
@import url("css/reset/mt.css");
@import url("css/reset/mb.css");
@import url("css/reset/ml.css");
@import url("css/reset/mr.css");
@import url("css/reset/pt.css");
@import url("css/reset/pb.css");
@import url("css/reset/pl.css");
@import url("css/reset/pr.css");
/**** リッセト　OUT ****/

/**** Googleフォント IN *****/
@import url("css/font/googlefonts.css");
/**** Googleフォント OUT ****/


/************************************************************************************
	common 共通　スタート
************************************************************************************/
* {margin:0;padding: 0;}
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'Vesper Libre', serif;
	font-weight: 500;
	line-height: 1.6;
	color: #333333;
	width: 100%;
	height: 100%;
	background: #fff none repeat scroll 0 0;
	font-size: 1.6rem;
	margin: 0;
}
a {text-decoration: none; color: #333; }
a:hover,a:active,a:visited { color: #333; }
img{width: 100%;height: auto;}
ul li{list-style-type: none}
.fm-mincho{font-family: "游明朝体","Yu Mincho",YuMincho,serif !important;}
.fm-yugothic{font-family :YuGothic,'Yu Gothic',sans-serif;}
.sp,#sp_memu{display: none}
.clearText {display: none;}
.hover_c {opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.hover_c:hover {opacity: 0.5;-webkit-opacity: 0.5;-moz-opacity: 0.5;}

.pc-br {
  color: #333;
}
.pc-br:before {
	content: "\A" ;
	white-space: pre ;
}

.gray{filter: sepia(100%) brightness(0) opacity(0.2);}

.bold {font-weight: bold}
.tal{text-align: left}
.tac{text-align: center}
.tar{text-align: right}
.display_block{display: block !important;}

.w30p{width: 30% !important;}
.w50p{width: 50% !important}

.mtb50{margin: 50px auto !important}
.mtb0{margin: 0px auto !important}

/* 背景 色とグラテーション */
.bg-w{background-color: #fff;}
.bg-g{background-color: #f7f7f7;}
.bg-000{background-color: #000000;}
.bg-fff{background-color: #fff;}


.bg-f3f1e9_fff{background-image: -webkit-gradient(linear,left top,left bottom,from(#f3f1e9),color-stop(0.28, #f3f1e9),color-stop(0.28, #fff),to(#fff));}
.bg-fffae5_ffeefa{background: linear-gradient(to bottom, #fffae5, #ffeefa);}
.bg-fffae5_d3f2ff{background: linear-gradient(to bottom, #fffae5, #d3f2ff);}

/* テキスト 色 */
.fc-red{color: red}
.fc-fff{color: #fff}

/* テキスト サイズ */
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs34{font-size: 34px;}
.fs36{font-size: 36px;}
.fs50{font-size: 50px;}

/* 影 BOX */
.bshadow5-b{
	box-shadow: 0px 5px 5px #bbbbbb;
}
.bshadow10{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* 影 TEXT */
.tshadow1-w{text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;}


figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure img:hover {
	opacity: .5;
}

/*
.zoom {
   backface-visibility: hidden;
   position: relative;
   transition: all 0.2s ease-in-out 0s;
   z-index: 2;
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
*/

/*
.zoom:hover {
   transform: scale(1.1);
}
*/

figure {
   height: auto;
   width: 100%;
}
figure {
   margin: 0;
   overflow: hidden;
   position: relative;
   text-align: center;
   z-index: 1;
}

.scrollup {
   opacity: 0;
   transform: translateY(50px);
   transition: all 0.5s ease-in-out 0s;
}
.scrollup.action {
   opacity: 1;
   transform: translateY(0px);
}


/* 矢印付きボタン　開始 */
a.button {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	background-color: #fff;
	border: 1px solid #98674c;
	border-radius: 5px;
	color: #98674c;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: auto;
}
.button:hover {
	background-color: #98674c;
	color: #fff;
}
a.button span {
	color: #fff;
	font-size: 21px;
	position: relative;
	padding-left: 0.5em;
	transition: all .3s;
	top: 3px;
}
.arrow-type-1:after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #98674c;
	transition: all .3s;
}
.arrow-type-1:hover::after {
	border-left-color: #fff;
	right: -.05em;
}


.arrow-type-3:before{
	position: absolute;
	top: 50%;
	left: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-right-color: #98674c;
	transition: all .3s;
}
.arrow-type-3:hover::before {
	border-right-color: #fff;
	left: -.05em;
}


a.button-type-2 {
	position: relative;
	display: inline-block;
	padding: 14px 40px 14px 30px;
	background-color: #80bc00;
	border: 1px solid #6c9e00;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: auto;
	letter-spacing: 0.1em;
}
.button-type-2:hover {
	background-color: #6c9e00;
	color: #fff;
}
a.button-type-2 span {
	color: #fff;
	font-size: 21px;
	position: relative;
	padding-left: 0.5em;
	transition: all .3s;
	top: 3px;
}
.arrow-type-2:after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #ffcc36;
	transition: all .3s;
}
.arrow-type-2:hover::after {
	border-left-color: #fff;
	right: -.05em;
}

/* 矢印付きボタン　終了 */




/* FLEX スタード */
.f_box {
	display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
}
/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.f_hv_center {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* FLEX エンド */
/************************************************************************************
	common 共通　エンド
************************************************************************************/


/************************************************************************************
	header	スタード
************************************************************************************/
header {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 999999999;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out;
}
main.top {
	padding-top:100px;
}
main {
	padding-top:170px;
}
@media screen and (max-width:767px) {
	header {
		height: 60px;
	}
	#nemu_bar{
		display: none;
	}
	main.top {
    padding-top: 60px;
	}
	main {
		padding-top:60px;
	}
}

header a { text-decoration: none; }
header a:hover { color:#333 }
header a:visited { color: #333; }
header #header_box{
	width: 1000px;
	margin: 0 auto;
	height: 100px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
header #header_box #logo{
	padding: 20px 0 0;
	width: 328px;
	height: auto;
	font-size: 35px;
	color: #6d6d6d;
	font-family: "游明朝体","Yu Mincho",YuMincho,serif;
}
header #header_box #logo a,
header #header_box #logo a:hover,
header #header_box #logo a:visited {
	color: #6d6d6d;
	display: block;
}
header #header_box #header_left_contact,
header #header_box #header_right_contact{
	width: 400px;
	padding-top: 2px;
}
header #header_box #logo a div{
	color: #000;
	padding-top: 15px;
}
header #header_box .header_time{
	font-size: 12px;
	color: #98674c;
	text-align: center;
	margin-bottom: 10px;
}
header #header_box .header_time span{
	margin-left: 20px;
}

/************************************************************************************
	header	エンド
************************************************************************************/


/************************************************************************************
	ドロップダウンメニュー開始
************************************************************************************/
#nemu_bar{
	width: 100%;
	height: 70px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 9999999;
/* 	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); */
}
#contents.top #nemu_bar{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#nemu_bar .dropmenu{
	zoom: 1;
	list-style-type: none;
	width: 1000px;
	min-width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 0;
	height: 60px;
	transition: all 0.5s ease-in-out;
}
.dropmenu:before,.dropmenu:after{content: "";display: table;}
.dropmenu:after{clear: both}
.dropmenu li{
	width: auto;
	height: 70px;
	position: relative;
	padding: 0px 0px;
	text-align: center;
	background-color: #fff; 
}
.dropmenu li:first-child a span{
	border-left: 1px solid #dce5f2;
}
.dropmenu li.page a{
	color: #80bc00;
	font-weight: bold;
}
.dropmenu li.page{
	border-bottom: 10px solid #80bc00;
}
.dropmenu li a {
	display: block;
	padding: 14px 0px;
}
.dropmenu li a span{
	padding: 0px 30px;
	font-weight: normal;
	height: 20px;
	color: #98674c;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	border-right: 1px solid #dce5f2;
}
.dropmenu li ul{
	width: 180px;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin-top: 3px;
    padding: 5px 10px;
	background-color: #fff;
}
.dropmenu li ul li{
	width: 100%;
	border:none;
}
.dropmenu li ul li a{
	padding: 10px 0px;
	border-bottom: 1px dashed #c0c0c0;
	background: #fff;
	text-align: left;
}
#dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li ul li a{
	border-left: none;
}
.dropmenu li ul li:hover{
	border-bottom: none;
}
#dropmenu li:hover ul li{
	overflow: visible;
/* 	height: 38px; */
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/*************************
	ドロップダウンメニュー終了
*************************/








/*************************
	パンくず 開始
*************************/
.breadcrumb{
	min-height: 40px;
	background-color: #faf2e7;
	text-align: left;
}
.breadcrumb p{
	margin: 0 auto;
	width: 968px;
	padding: 10px 0 0 0;
	font-size: 8px;
	color: #71522b;
}
.breadcrumb_box{
	margin: 0 auto;
	width: 968px;
	padding: 10px 0 0 0;
	font-size: 8px;
	color: #71522b;
	line-height: 20px;
}
.breadcrumb span{
	font-size: 12px;
	color: #80bc00;
}
.breadcrumb .span{
	font-size: 12px;
	color: #1c73d4;
/* 	font-weight: bold; */
}
.breadcrumb a{
	font-size: 12px;
	background-color: transparent !important;
	padding: 0 !important;
	color: #71522b !important;
}
/****************************
	パンくず　終了
****************************/




#contents{
	width: 100%;
	margin: 0px 0 0 0;
}
#contents.contact{
  border-bottom: none;
}

/*************************
	各セクション　設定 開始
*************************/

#contents .area {
  margin: 0px auto;
  padding: 0px 0;
  width: 1000px;
}
#contents .area_w920 {
  margin: 0px auto;
  width: 920px;
}
/* about */
#contents #about .area {
  margin: 0px auto;
  padding: 0px 0;
  width: 1000px;
}
/* service */
#contents #service .area {
  margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}
/* flow */
#contents #flow .area {
  margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}
/* use */
#contents #use .area {
  margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}
/* access */
#contents #access .area {
  margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}
/* contact */
#contents #contact{
  margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}

/* blog */
#contents #blog .area {
	margin: 0px auto;
  padding: 80px 0 80px;
  width: 1000px;
}
/* CTA */
#cta .area {
  margin: 0px auto;
  width: 1000px;
  text-align: center;
}


/*************************
	各セクション　設定 終了
*************************/

#contents .title{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 36px;
	font-style: normal;
	color: #98674c;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  letter-spacing: 0em;
  margin: 0px auto 60px;
  
  
  position: relative;
  width: auto;
  text-align: center;
  padding: 45px 20px 0;
  
  display: block;
  
}
#contents .title.type2{
	color: #ff8c00;
}

#contents .title.type3:before{
	background-image:none;
}
#contents .title.type3:after{
	border-bottom: 2px solid #80bc00;
	width: 100%;
	margin: 0 auto -15px;
}
#contents .title:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url('./img/title_img.png');
	background-position: right bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#contents .title:after{
	border-bottom: 1px solid #80bc00;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: 0 auto -10px;
  position: absolute;
  right: 0;
  width: 300px;
}


/*************************
	CTA コンテンツ
*************************/
.tel_btn{
	font-family: Helvetica;
	border: 1px solid #98674c;
	border-radius: 5px;
	padding: 8px 15px;
	font-size: 20px;
	color: #98674c;
	height: 50px;
	background-color: #fff;
	text-align: center;
}
.tel_btn:hover,.tel_btn:active{color: #98674c;}
.tel_btn .icon_tel{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.tel_btn .icon_tel:before{
	background-image: url("./img/icon_tel.png");
	background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
.tel_btn span{
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 20px;
	margin-left: 35px;
	line-height: 1;
	display: inline-block;
	margin-top: 5px;
	letter-spacing: -0.05em
}
.tel_btn a,.tel a:hover,.tel_btn a:active{color: #98674c;}


.tel_btn.type-2{
	border-radius: 10px;
	padding: 20px;
	height: 90px;
	width: 360px;
}
.tel_btn.type-2 .icon_tel:before{
	background-size: 50px 50px;
  height: 50px;
  width: 50px;
}
.tel_btn.type-2 span{
	font-size: 36px;
	margin-left: 60px;
	margin-top: 10px;
}






.contact_btn{
	width: 200px;
	height: 50px;
	margin-left: 15px;
	background-color: #80bc00;
	border: 1px solid #6c9e00;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	text-align: center !important;
	padding: 8px 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.contact_btn:hover,.contact_btn:active{color: #fff;}
.contact_btn a{
	color: #fff !important;
	text-align: center;
}
.contact_btn .icon_mail{
    display: inline-block;
    position: relative;
    line-height: 1;
}
.contact_btn .icon_mail:before{
	background-image: url("./img/icon_mail.png");
	background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
.contact_btn .icon_mail span{
	padding-top: 10px;
	padding-left: 35px;
	display: inline-block;
	color: #fff;
}
.contact_btn .icon_mail span:hover,
.contact_btn .icon_mail span:active{
	color: #fff;
}


.contact_btn.type-2{
	width: 360px;
	height: 90px;
	border-radius: 10px;
	padding: 20px;
}
.contact_btn.type-2 .icon_mail:before{
	background-size: 50px 50px;
  height: 50px;
  width: 50px;
}
.contact_btn.type-2 .icon_mail span{
	font-size: 20px;
	margin-left: 20px;
	margin-top: 5px;
}



/********************************************************************************************
	トップページ スタート
********************************************************************************************/
#contents.top #top_img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	padding: 0px 0;
}
#contents.top #top_img img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/***************************************
	JS slick 形をカスタマイズ　スタード
***************************************/

img.slick-slide {
	background-color: #cdcdcd;
	opacity: 0.3;
}
img.slick-active {
	opacity: 1;
	-webkit-filter: sepia(0%);
	-moz-filter: sepia(0%);
	-o-filter: sepia(0%);
	-ms-filter: sepia(0%);
	filter: sepia(0%);
}
.slick-dots{
	bottom: 10px !important;
	text-align: right !important;
  width: 1000px !important;
  margin: 0 auto !important;
  right: 0;
  left: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slick-dots li{
	width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
}
.slick-dots li button,
.slick-dots li button::before{
	border-radius: 0 !important;
	width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button::before{
	border-radius: 0 !important;
	background-color: #ffffff !important;
}
.slick-prev {
  left: 20px !important;
  z-index: 9999999;
}
.slick-prev, .slick-next {
  background-color: transparent !important;
  border-radius: 0 !important;
  height: 42px !important;
  width: 28px !important;
}
.slick-prev::before{
	content: url('./img/arrows-left.png') !important;
}
.slick-next {
    right: 20px !important;
}
.slick-next::before{
	content: url('./img/arrows-right.png') !important;
}

/***************************************
	JS slick 形をカスタマイズ　エンド
***************************************/


.top_slider .subtxt{
	color: #6d6d6d;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.top_img_txt_box{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#top_img .top_img_txt_3 {
	font-family: "游明朝体","Yu Mincho",YuMincho,serif;
  color: #ff3682;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 60px;
	position: absolute;
  text-align: left;
  left: 0;
  top:0;
  width: 1000px;
  padding-left: 50px;
}
.topimg_txt{
	position: absolute;
	bottom: 0px;
	padding: 6px 20px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 1px 5px black;
	width: 100%;
	text-align: left;
	background-color: rgba(113,82,43,0.5);
	border-radius: 0 0 5px 5px;
}
.topimg_txt:after{
	font-family: 'icomoon' !important;
	content: "\ea15";
  text-shadow: none;
  font-size: 26px;
  line-height: 28px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  text-shadow: 0px 0px 6px #71522b;
}



/***************************************
	トップ背景設置　スタード
***************************************/

.top_bg_01{
	background-image: url('./img/top/top_bg_01.png');
	background-size: auto 100%;
	background-position: right top;
	height: 570px;
}

.top_bg_01_01{
/* 	background-image: url('./img/top/top_bg_01_01.png'); */
/* 	background-position: 500px 150px; */
/* 	height: 570px; */
}

.top_bg_02{
	background-image: url('./img/top/top_bg_02.png');
	background-size: auto 100%;
	background-position: right top;
	height: 660px;
	background-color: #fffdf3;
}
.top_bg_03{
	background-image: url('./img/top/top_bg_03.png');
	background-size: auto 100%;
	background-position: left top;
	height: 600px;
	background-color: #fff;
}
.top_bg_04{
	background-image: url('./img/top/top_bg_04.png');
	background-size: 100% auto;
	background-position: center bottom;
	height: 770px;
	background-color: #fafafa;
}
.top_bg_05{
	background-image: url('./img/top/top_bg_05.png');
	background-size: 100% auto;
	background-position: center bottom;
	height: 770px;
	background-color: #fff;
}
/***************************************
	トップ背景設置　エンド
***************************************/

/* トップ　コンセプト */
#top_concept .top_concept_box{
	width: 560px;
	height: calc(100vh);
	background:     -moz-inear-gradient(left,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background:         linear-gradient(left,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); 
	padding: 0 20px;
}
#top_concept .top_concept_box h2,
#top_concept .top_concept_box h4{
	color: #98674c;
	font-size: 40px;
	line-height: 50px;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}

#top_concept .top_concept_box h2:before{
	bottom: 25px;
}

@media screen and (max-width: 768px){
	#top_concept .top_concept_box h2:before{
		bottom: 10px;
	}
}
#top_concept .top_concept_box h2:before,
#top_concept .top_concept_box h4:before{
	content: '';
	border-bottom: 1px solid #80bc00;
	height: 130px;
  position: absolute;
  width: 300px;
}
#top_concept .top_concept_box h2 span,
#top_concept .top_concept_box h4 span{
	font-weight: normal;
}
#top_concept .top_concept_box h3,
#top_concept .top_concept_box h5{
	color: #ff8c00;
	font-size: 32px;
	position: relative;
	padding-left: 50px;
	word-wrap: break-word;
	line-height: 1.2;
}
#top_concept .top_concept_box h3:before,
#top_concept .top_concept_box h5:before{
	background-image: url("./img/title_img.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 40px;
  left: 0;
  margin: 5px 0 0 0;
  position: absolute;
  top: 0;
  width: 40px;
}
#top_concept .top_concept_box .top_concept_txt{
	color: #98674c;
	font-size: 14px;
	line-height: 35px;
	margin: 20px 0;
	width: 400px;
}

 /* ひまわり整骨院の特長 */
.features{
	width: 300px;
	padding: 20px 20px 30px;
	margin-top: 40px;
	margin-bottom: 0px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.features h3,
.features h4{
	color: #80bc00;
	font-size: 24px;
	margin-top: 20px;
	line-height: 30px;
}
.features small{
	color: #98674c;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	margin: 20px 0 10px;
	display: block;
}



/* こんな症状でお悩みの方へ */
#symptom{
	text-align: center;
}
#symptom figure{
	width: 19%;
	margin-top: 0px;
}
#symptom figure img{
	border-radius: 50%;
	border: 10px solid #fff;
}
#symptom figure h3,
#symptom figure h4{
	color: #98674c;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}
#symptom figure small{
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: 10px;
	display: block;
}

/* 予約。お問い合わせ [他ページも流用] */
#top_reservation .top_reservation_box{
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	background-color: rgba(255,255,255,0.6);
}
/* 嬉しいお声 */
#top_voice ul li{
	width: 48%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	text-align: left;
	margin: 0px 0 60px;
	background-color: rgba(255,255,255,0.6);
}
.age{
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.women{color: #f78c52;}
.men{color: #4e7ebe;}
.women:before{
	content: url('./img/women.png');
	margin-right: 10px;
}
.men:before{
	content: url('./img/men.png');
	margin-right: 10px;
}
#top_voice ul li h2,
#top_voice ul li h3,
#top_voice ul li h4{
	color: #80bc00;
	font-size: 28px;
	margin: 10px 0 20px;
	line-height: 35px;
}
#top_voice ul li p,
#top_voice ul li small{
	color: #98674c;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
/* ブログ */
#top_blog ul{
	width: 500px;
	margin: 50px auto 50px;
	font-size: 14px;
	color: #98674c;
}
#top_blog ul li{
	margin-bottom: 20px;
}
#top_blog ul li a{
	display: block;
}
#top_blog ul li a .times,
#top_blog ul li a time{
	margin-right: 10px;
	font-size: 14px;
	color: #80bc00;
	font-weight: 600;
}
#top_blog ul li a .cat{
	min-width: 80px;
	height: 20px;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px;
	color: #fff;
	background-color: #000;
}
#top_blog ul li a .blog_txt{
	text-align: left;
	color: #98674c;
}



/********************************************************************************************
	トップページ エンド
********************************************************************************************/














#sub_page {
    border-bottom: 0px solid #ebd7b1;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-height: 570px;
    position: relative;
    text-align: center;
    width: 100%;
}


.top_contents_3 .header_time{
	font-size: 12px;
	text-align: center;
	color: #1c73d4;
}
.top_contents_3 .tel{
	text-align: center;
}
.top_contents_3_box{
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

/********************************************************************************************
	ABOUTページ スタート
********************************************************************************************/

/***************************************
	ABOUT背景設置　スタード
***************************************/

.about_bg_01{
	background-image: url('./img/about/about_bg_01.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 700px;
}
.about_bg_02{
	background-image: url('./img/about/about_bg_02.png');
	background-size: auto 100%;
	background-position: center bottom;
	height: 400px;
}
/***************************************
	ABOUT背景設置　エンド
***************************************/
#contents_about{
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}
#contents_about .about_txt{
	text-align: center;
	line-height: 40px;
	margin: 70px 0 100px;
}
#contents_about .about_photo figure{
	width: 32%;
}
#contents_about .about_bg_02_title{
	padding-top: 70px;
	padding-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
}
#contents_about .about_bg_02_txt{
	font-size: 14px;
	line-height: 28px;
}
#contents_about .about_staff{
	background-color: #fffcf2;
	padding: 50px 0;
}
#contents_about .about_staff dl dt{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	min-height: 42px;
	float: left;
	clear: left;
	font-family: 'EB Garamond', serif;
	padding: 14px 15px;
	line-height: 13px;
}
#contents_about .about_staff dl dd{
	font-family :YuGothic,'Yu Gothic',sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 10px 14px 10px 110px;
	min-height: 42px;
	border-radius: 5px;
}
#contents_about .about_staff_box{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #98674c;
}
#contents_about .about_staff figure{
	width: 280px;
	border: 10px solid #fff;
	box-shadow:  0 0 5px #d7d0c6;
}
#contents_about .about_staff_img{
	width: 370px;
	height: auto;
	margin: 0 auto;
}
#contents_about .about_staff_box ul{
	width: 590px;
}
#contents_about .about_staff_name{
	font-size: 30px;
	font-weight: bold;
}
#contents_about .about_staff_name span{
	font-size: 14px;
	margin-left: 20px;
	font-weight: normal;
}
#contents_about .about_staff_txt{
	font-size: 14px;
	margin: 30px 0;
	line-height: 30px;
}
#contents_about .about_staff_message{
	background-color: #faf3db;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 25px;
}
#contents_about .about_staff_message img{
	width: 80px;
	height: 80px;
	margin-right: 30px;
	display: inline-block;
}
#contents_about .about_staff_message div{
	width: 450px;
}
/********************************************************************************************
	ABOUTページ エンド
********************************************************************************************/



/********************************************************************************************
	交通事故治療についてページ スタート
********************************************************************************************/
/***************************************
	交通事故治療について　背景設置　スタード
***************************************/

.menu_bg_01{
	background-image: url('./img/menu/menu_bg_01.png');
	background-size: auto 100%;
	background-position: center bottom;
	height: 380px;
}
.menu_bg_02{
	background-color: #fffcf2;
	padding: 50px 0 80px;
}
.menu_bg_03{
	background-image: url('./img/menu/menu_img_04.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 360px;
}
.menu_bg_04{
	background-image: url('./img/menu/menu_img_05.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 360px;
}
.menu_bg_05{
	background-image: url('./img/menu/menu_img_06.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 360px;
}
.menu_bg_06{
	background-image: url('./img/menu/menu_img_07.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 360px;
}
/***************************************
	交通事故治療について　背景設置　エンド
***************************************/
#contents_menu{
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}
.menu_txt{
	text-align: center;
	line-height: 40px;
	margin: 70px 0;
}
.reason .reason_box {
	width: 31%;
	margin-top: 20px;
}
.reason .reason_box ul {
	background-color: #fff;
	padding: 20px;
	position: relative;
	height: 300px;
}
.reason .reason_box ul li:first-child{
	width: 60px;
	height: 60px;
	background-color: #4e7ebe;
	border-radius: 50%;
	margin: 0 auto 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 6px;
	position: absolute;
	left: 0;
	right: 0;
	top:-30px;
}
.reason .reason_box ul li:nth-child(2){
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	color: #4e7ebe;
	text-align: center;
	margin: 20px 0;
}
.reason .reason_box ul li:nth-child(3){
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	margin: 20px 0;
}
.reason .reason_boximg{
	width: 100%;
	height: auto;
}

.contents_menu_box{
	border-bottom: 1px dashed #98674c;
	padding: 50px 30px 0 30px;
}
.contents_menu_main{
	width: 60%;
}
.contents_menu_main h4{
	color: #80bc00;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 28px;
	position: relative;
	padding-left: 50px;
	padding-top: 5px;
	min-height: 40px;
}

.contents_menu_main h4:before{
	background-image: url("./img/title_img.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  content: "";
  height: 100%;
  left: 0;
  margin: 0px 0 0 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.contents_menu_main div{
	font-size: 14px;
}
/********************************************************************************************
	交通事故治療についてページ エンド
********************************************************************************************/


/********************************************************************************************
	施術についてページ スタート
********************************************************************************************/
/***************************************
	施術について　背景設置　スタード
***************************************/

.flow_bg_01{
	background-image: url('./img/flow/flow_bg_01.png');
	background-size: auto 100%;
	background-position: center bottom;
	height: 670px;
	margin-bottom: 120px;
}
.flow_bg_02{
	background-color: #fffcf2;
	padding: 50px 0;
}
/***************************************
	施術について　背景設置　エンド
***************************************/
#contents_flow{
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}


.flow_toha{
	padding: 100px 40px 0px;
}
.flow_toha_txt{
	line-height: 34px;
}
.flow_toha_img{
	width: 40%;
	height: auto;
	margin-top: 50px;
}

.price img{
	width: 35%;
	margin-right: 15%;
}
.price ul{
	width: 50%;
}
.price{
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.contents_flow_name{
	font-size: 32px;
	font-weight: bold;
	color: #80bc00;
	margin-bottom: 20px;
}
.contents_flow_title {
	font-size: 18px;
	font-weight: bold;
	padding-left: 100px;
	text-indent: -100px;
}
.contents_flow_title span {
	font-weight: normal;
	display: inline-block;
	width: 100px;
	text-indent: 0em;
}

.contents_flow_txt{
	border-top: 1px dashed #98674c;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}

.contents_flow_table{
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h4.flow_title {
    color: #80bc00;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}


.contents_flow_table table {
	text-align: center;
	line-height: 1.5;
	border: 1px solid #98674c;
	width: 100%;
}
.contents_flow_table table th {
	width: 155px;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	color: #98674c;
	background: #f9efe0;
	border-bottom: 1px solid #98674c;
}
.contents_flow_table table td {
	width: 155px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #98674c;
	background: #fff;
}
.contents_flow_table table td.noborder{
	border-bottom: none;
}
.contents_flow_table table .border-r{
	border-right: 1px solid #98674c;
}
.contents_flow_table_txt{
	font-size: 14px;
	margin-top: 30px;
}

.contents_flow_box {
	background-color: #fff;
}
.contents_flow_box .area{
	border-bottom: 1px dashed #98674c;
	padding: 30px !important;
}
.contents_flow_faq {
  padding: 0px;
}
.contents_flow_q {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contents_flow_q .q {
	color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background-color: #80bc00;
  width: 50px;
  height: 50px;
  display: inline-table;
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
  margin-right: 10px;
  
}
.contents_flow_q .txt {
  color: #80bc00;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.contents_flow_a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contents_flow_a .qa {
	color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background-color: #98674c;
  width: 50px;
  height: 50px;
  display: inline-table;
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
  margin-right: 10px;
  
}
.contents_flow_a .txt {
	color: #98674c;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.contents_flow_faq_txt {
    font-size: 14px;
}




/********************************************************************************************
	施術についてページ エンド
********************************************************************************************/





/********************************************************************************************
	症状についてページ スタート
********************************************************************************************/
/***************************************
	症状について　背景設置　スタード
***************************************/

.symptom_bg_01{
	background-image: url('./img/symptom/symptom_bg_01.png');
	background-size: auto 100%;
	background-position: right bottom;
	height: 500px;
}
.symptom_bg_02{
	background-color: #fffcf2;
	padding: 50px 0;
}
/***************************************
	症状について　背景設置　エンド
***************************************/
.symptom_toha ul{
	width: 400px;
	margin: 50px auto;
}
.symptom_toha ul li {
	position: relative;
	padding-left: 40px;
	padding-bottom: 20px;
}

.symptom_toha ul li:before{
	content: '';
	background-image: url('./img/symptom/check_box.png');
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
}
.symptom_toha ul li span{
	font-weight: bold;
	border-bottom: 1px solid #98674c
}
.contents_symptom_main figure{
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contents_symptom_main_header{
	color: #ff8c00;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	padding-top: 30px;
	line-height:80%;
}
.contents_symptom_main figure .contents_symptom_main_header span{
	font-size: 12px;
	color: #98674c;
	font-weight: normal;
	display: block;
}
.contents_symptom_main figure .zoom{
	width: 150px;
	height: auto;
	border-radius:50%;
	overflow:hidden;
}
.contents_symptom_box{
	width: 48%;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.contents_symptom_txt{
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
}


/********************************************************************************************
	症状についてページ エンド
********************************************************************************************/






/********************************************************************************************
	患者様の声ページ スタート
********************************************************************************************/
/***************************************
	患者様の声　背景設置　スタード
***************************************/

.voice_bg_01{
	background-image: url('./img/voice/voice_bg_01.png');
	background-size: 100% auto;
	background-position: center bottom;
	background-color: #fafafa;
	height: 450px;
}
.voice_bg_02{
	background-color: #fffcf2;
	padding: 50px 0;
}
/***************************************
	患者様の声　背景設置　エンド
***************************************/
.area_voice{
	margin: -80px auto 0px;
  padding: 0;
  width: 1000px;
}
.voice_toha{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #98674c;
	padding: 20px 0 0;
}
.voice_the_content{
	width: 48%;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.voice_title{
	color: #80bc00;
  font-size: 28px;
  line-height: 35px;
  margin: 20px 0 20px;
  font-weight: bold;
}

.voice_txt p{
	color: #98674c;
  display: block;
  font-size: 14px;
  line-height: 25px;
}


.pager{
	text-align:center;
	font-size: 18px;
	margin: 50px auto 30px;
	display: inline-block;
	letter-spacing: -.40em;
	height: auto;
	padding-top: 0px;

}
a.page-numbers,
.dots,
.pager .current{
	background-color: #fff;
	padding: 10px 15px;
	margin:0px 0px;
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	letter-spacing: normal;
	border-top: 2px solid #f2e9e0;
	border-bottom: 2px solid #f2e9e0;
	border-left: 1px solid #f2e9e0;
	border-right: 1px solid #f2e9e0;

}

.pager .current{

	color:#333;
	background-color: #f2e9e0;
}





.pager .current {
    background-color: #fff;
    border-color: #f9e6c4;
    border-style: solid;
    border-width: 2px 1px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: normal;
    margin: 0;
    padding: 10px 15px;
}


/********************************************************************************************
	患者様の声ページ エンド
********************************************************************************************/









/********************************************************************************************
	ブログページ スタート
********************************************************************************************/
/***************************************
	ブログ　背景設置　スタード
***************************************/

.blog_bg{
    background-color: #fff;
    background-image: url("./img/top/top_bg_05.png");
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 200px !important;
}
/***************************************
	ブログ　背景設置　エンド
***************************************/
#contents_blog{
	margin-bottom: 100px;
}
#contents_blog .times,
#contents_blog time {
  color: #80bc00;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
#contents_blog .cat {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  height: 20px;
  min-width: 80px;
  padding: 2px 10px;
  text-align: center;
}
#contents_blog .blog_title {
  color: #98674c;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.blog_text{
	color: #98674c;
  text-align: left;
  font-size: 14px;
}
.blog_contents{
	width: 690px;	
}

.blog_contents a.blog_box{
	border-bottom: 1px dashed #98674c;
	display: block;
	padding: 30px 40px;
}

.right_area{
	width: 170px;
	margin-right: 40px;
}
.right_title{
	color: #98674c;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #80bc00;
}
.right_box ul li{
	margin-bottom: 10px;
}
.right_box ul li a{
	font-size: 16px;
	color: #98674c;
	font-weight: bold;
}
.right_box ul li a:hover,
.right_box ul li a:active{
	color: #98674c; 
}

.right_box ul li.voice{
	display: none;
}
.cat_color{
	width: 20px;
	height: 20px;
	background-color: #eee;
	display: block;
	margin-right: 5px;
}
.blogtxt{
	font-size: 14px;
	color: #98674c;
}
.blogtxt img{
	margin-bottom: 20px;
}
.paging_detail{
	width: 500px;
	margin: 50px auto 0;
}
/********************************************************************************************
	ブログページ エンド
********************************************************************************************/




/********************************************************************************************
	コンタクトページ スタート
********************************************************************************************/

.sub_title_txt {
  color: #71522b;
  font-size: 14px;
  text-align: center;
  margin-top: 80px;
}
#contents.contact .main{
	width: 100%;
	margin: 0 auto;
}
#contents.contact .mw_wp_form_input  {
	width: 100%;
	max-width: 1000px;
}
#contents.contact .main p.txt{
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
	
}
#contents.contact .main p.txt span {
    color: #b2a801;
}

.contact_contents{
	width: 768px;
	margin: 50px auto;
}

.contact_contents dl{
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact_contents dl dt{
	width: 100%;
	height: 30px;
	color: #71522b;
	font-size: 15px;
	padding: 0px;
}
.contact_contents dl dt span{
	color: white;
	border-radius: 0px;
	font-size: 12px;
	padding: 5px;
	background-color: #ab6b2c;
	margin-right: 8px;
}
.contact_contents dl dt .required, .contact_contents dl dt .any {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
	_:-ms-fullscreen, :root .contact_contents dl dt .required, .contact_contents dl dt .any {
		line-height: 27px;
	}
	.contact_contents dl dt .required {
		background: #ab6b2c;
	}
	.contact_contents dl dt .any {
		background: #999;
	}
.contact_contents dl dt span.bgc_8e8e8e{
	background-color: #8e8e8e;
}
.contact_contents dl dt span.free{
	background-color: #af945f;
}
.contact_contents dl dd{
	width: 100%;
	margin-bottom: 30px;
	height: auto;
	padding: 0px;
}
.contact_contents dl dd input{
	color: #6d6d6d;
	background-color: #fff;
	height: 36px;
	width: 100%;
	margin-left: 0px;
	border: 1px solid #9e9e9e;
	font-size: 14px;
	padding: 10px;
}


.contact_contents dl dd input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.contact_contents dl dd input::-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.contact_contents dl dd input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}



.contact_contents .text_area{
	width: 100%;
	font-size: 20px;
	color: #6d6d6d;
	border: 1px solid #9e9e9e;
	height: 280px;
	padding: 2px 10px;
}
.contact_contents dl .text_area_box{
	height: 280px;
}
.contact_contents .text_area_input{
	font-size: 13px;
	color: #6d6d6d;
	background-color: #f9f6f1;
	width: 500px;
	margin-left: 16px;
	height: 200px;
}
.contact_contents dl dd .select_1{
	width: 100px;
	margin-left: 16px;
	background-color: #f9f6f1;
	border-radius: 5px;
	font-size: 16px;
	color: #aaa08d;
}
.contact_contents dl dd .select_2{
	width: 415px;
	margin-left: 16px;
	background-color: #f9f6f1;
	border-radius: 5px;
	font-size: 16px;
	color: #aaa08d;
}
.contact_contents .text_area .text_area_title{
	background-color: #f0f0f0;
	padding: 5px 16px;
	font-size: 16px;
}
.contact_contents .text_area .text_area_box{
	padding: 16px;
	width: 100%;
	height: 150px;
	overflow: auto;
	line-height: 24px;
}
.contact_contents .text_area .text_area_box p{
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact_contents .contact_btn_from input{
	width: 300px;
	height: 60px;
	background-color: #80bc00;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	padding-top: 0px;
	border-radius: 5px;
	margin: 0px auto 0px;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.contact_contents .contact_btn_from p{
	position: relative;
}

.contact_contents .contact_btn_from {
	text-align: center;
}

.contact_contents .contact_btn_from input[type=submit]{
	font-family: 'icomoon' !important;
}


/********************************************************************************************
	コンタクトページ エンド
********************************************************************************************/


/********************************************************************************************
	診療時間
********************************************************************************************/
.time {
    border-collapse:separate;
    border: 1px solid #dce5f2;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    font-size: 21px;
    text-align: center;
    width: 100%;
}
.time th {
    background-color: #edf2f8;
    border: 1px solid #dce5f2;
    color: #1c73d4;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    vertical-align: top;
    width: 85px;
}
.time td.left {
    border-left: none;
}
.time td {
    background-color: #fff;
    border: 1px solid #dce5f2;
    padding: 15px 0;
    font-size: 12px;
    color: #1c73d4;
}
.time td.right {
    border-right: none;
}
/********************************************************************************************
	診療時間
********************************************************************************************/










/************************************************************************************
 footer
************************************************************************************/
footer#bottom_space{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #80bc00;
}
footer .time th {
    padding: 5px 0;
}
footer .time td {
    padding: 5px 0;
}

#footerinfo .tel_btn.type-2,
header .tel_btn.type-2 {
	border-radius:5px;
  height: 50px;
  padding: 8px 15px;
  width: auto;
}

#footerinfo .tel_btn.type-2 .icon_tel::before,
#footerinfo .contact_btn.type-2 .icon_mail::before,
header .tel_btn.type-2 .icon_tel::before,
header .contact_btn.type-2 .icon_mail::before {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
#footerinfo .tel_btn.type-2 span,
header .tel_btn.type-2 span {
    font-size: 20px;
    margin-left: 35px;
    margin-top: 5px;
}

#footerinfo .contact_btn.type-2,
header .contact_btn.type-2 {
    border-radius: 5px;
    height: 50px;
    padding: 8px 10px;
    width: 200px;
}
@media screen and (max-width: 768px){
	#footerinfo .contact_btn.type-2 {
	    width: 100%;
	}
	#header_box{
		display: block !important;
	}
	header #header_box #logo a img{
		width: 220px;
		height: auto;
	}
}

#footerinfo .contact_btn.type-2 .icon_mail span,
header .contact_btn.type-2 .icon_mail span {
    font-size: 12px;
    margin-left: auto;
    margin-top: auto;
}
#footerinfo .w460 .f_box.f_h_sb{
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}


.footer_address{
	font-family: YuGothic,"Yu Gothic",sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  height: auto;
  letter-spacing: 0.1em;
  padding-top: 0px;
  width: auto;
  text-align: left;
}
.footer_logo{
	width: 350px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding: 0px 0 20px;
	font-size: 30px;
}




#footerinfo{
	padding: 80px 0;
	background-color: #fafafa;
}
.footerinfo_box{
	position: relative;
	width: 1000px;
	margin: 0px auto 0;
}

#footerinfo ul li {
  font-size: 12px;
  padding: 0 0px;
}
#footerinfo ul li:nth-child(6){
	border-right: none;
}
#footerinfo .header_time{
	color: #1c73d4;
  font-size: 12px;
}
#footerinfo ul li a {
  color: #1c73d4;
  font-size: 14px;
}
#footerinfo .tel{
	font-weight: bold;
}
#footerinfo .fa-phone-square::before {
  font-size: 30px;
  margin-right: 10px;
}

#copyright{
	height: 50px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	padding: 15px 0;
	font-family: YuGothic,"Yu Gothic",sans-serif;
}

#footermenu{
	width: 100%;
	background-color: #faf2e7;
	padding: 20px 0;
	margin-top: 30px;
}
#footermenu ul{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 50px;
}
#footermenu ul.line{
	border-bottom: 1px solid #eedac1;
}

#footermenu ul li a{
	min-width: 110px;
	text-align: center;
	display: block;
	color: #71522b;
	font-size: 14px;
}
#footermenu ul li a:before{
	content: '▶';
	font-size: 10px;
	margin-right: 5px;
}


#bottom_space .gototop{
	position: absolute;
	right: 16px;
	top: -183px;
}
#bottom_space .gototop a,
#bottom_space .gototop a:hover,
#bottom_space .gototop a:active{
	color: #fff;
}
#bottom_space .gototop p {
	padding-top: 20px;
	color: #71522b;
	font-size: 14px;
}
#bottom_space .gototop p span {
	position: absolute;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -4px;
	margin-top: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-sizing: border-box;
}

footer #map {
  height: 365px;
  margin: 0px;
  width: 100%;
  z-index: 0;
  position: relative;
}


















/*===============================================
	画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	
	/* 各セクション　設定 */
	#contents .area{
		width: 100%;
	}
	#contents .area_w920{
		width: 100%;
	}
	
	
	/* about */
	#contents #about {
	    margin: 20px auto 0;
	    
	}
	#contents #about.area {
	    margin: 0px auto ;
	    padding: 30px 0 80px;
	    width: 100%;
	}
	/* flow */
	#contents #flow .area {
	    margin: 0px auto;
	    padding: 0px 0 0px;
	    width: 100%;
	}
	/* use */
	#contents #use.area {
	    margin: 0px auto;
	    padding: 80px 0 80px;
	    width: 100%;
	}
	/* access */
	#contents #access .area {
	    margin: 0px auto;
	    padding: 80px 0 80px;
	    width: 100%;
	}
	/* contact */
	#contents #contact .area {
	    margin: 0px auto;
	    width: 100%;
	}
	/* blog */
	#contents.blog .area {
	    margin: 0px auto;
	    padding: 80px 0 80px;
	    width: 100%;
	}


	.pc{
		display: none;
	}
	.pc-br {
	  color: #333;
	}
	.pc-br:before {
		content: "" ;
		white-space: pre;
	}
	
	.sp-br {
	  color: #333;
	}
	.sp-br:before {
		content: "\A" ;
		white-space: pre ;
	}
	

	.f_box {
	  -webkit-flex-flow:column wrap;
		flex-flow:column wrap;
	}

	#sp_memu,
	.sp{
		display: block;
	}
	
	header #header_box #logo{
		padding: 0 0 0 5px;
	}
	header .tel_btn{
		position: absolute;
		top: 0;
		right: 60px;
		background-color: #1c73d4;
		padding: 0px;
		border-radius: 0;
		height: 60px;
		border: none;
		transition: all 0.2s ease-in-out 0.2s;
	}
	header .tel_btn .icon-mobile{
		color: #fff;
	}
	header .tel_btn {
		display: block;
    height: 60px;
    padding-top: 10px;
    width: 60px;
    font-size: 22px;
    
	}
	header .tel_btn span{
		font-size: 22px;
		vertical-align: middle;
		margin: 0;
	}
	header .tel_btn .icon-phone::before {
    margin-left: 5px;
    margin-right: 5px;
	}
/*
	.tel_btn,
	.tel_btn:hover,
	.tel_btn:active
	{
		color: #fff;
	}
*/

	header #header_box{
		width: 100%;
		height: 60px;
	}
	.site-header{
		height: 60px;
	}

	#sp_memu{
		width: 100%;
	}
	.header_menu_sp{
		background-color: transparent;
		text-align: left;
		padding: 0px 0 0px;
		width: 100%;
		display: block;
		max-height: 715px;
		height: auto;
		position: fixed;
		color: #8fc31f;
		top:60px;
		z-index: 999999;
		opacity: 1;
		border-bottom: 10px solid #ffa63d;
		overflow-x: hidden;
	}
	.header_menu_sp_bg{
		background-color: rgba(0, 0, 0, 0.5); 
    content: "";
    position: fixed;
    bottom: 0;
    height: 80%;
    width: 100%;
    z-index: 999998;
    display: none;
	}
	
	.header_menu_sp ul{
		float: none;
		width: 100%;
		color: #333;
		padding: 0 0px 0 0;
		background-color: #fff;
	}
	.header_menu_sp ul li{
		width: 100%;
		border-bottom: 4px solid #eedac1 !important;
    height: auto;
    line-height: 60px;
    margin: 0;
    padding-left: 0px;
    text-align: left;
    background-color: #faf2e7;
	}
	.header_menu_sp ul li:before{
		position: relative;
    top: 23px;
	}
	
	.header_menu_sp ul li.line{
		border-bottom: 1px dotted #b9b9b9;
	}
	.header_menu_sp ul a{
		width: 100%;
		color: #71522b;
    font-size: 16px;
    letter-spacing: 0em;
    padding-left: 20px;
    font-weight: 100;
    display: block;
	}
	.header_menu_sp ul li a span {
    font-size: 6px;
    margin-right: 10px;
    vertical-align: middle;
	}
	.header_menu_sp ul li a div{
		color: #8fc31f;
		padding-left: 0px;
		font-size: 10px;
		letter-spacing: 0.1em;
		line-height: 12px;
		font-family: 'Open Sans', sans-serif;
	}
	
	#sp_memu .hamburger .hamburger-box{
		width: 30px !important;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		background-color: #fff !important;
		text-align: center;
		width: 20px !important;	
		height: 3px !important;	
	}
	.hamburger-inner{
		margin-left: 3px;
	}
	.hamburger-label{
		color: #fff;
		font-size: 8px;
		margin-top: 6px;
		font-family: "Vesper Libre",serif;
	}
	#sp_memu .hamburger{
		width: 60px;
		height: 60px;
		padding: 17px;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 1;
		background-color: #ffa63d;
	}
	.hamburger-box{
		width: 100%;
		float: left;
		text-align: center;
	}
	.hamburger-label{
		width: 100%;
		float: left;
		text-align: center;
	}

	
	
	.breadcrumb p {
    padding: 10px 16px;
    width: 100%;
	}
	.breadcrumb_box a{
		min-width: 40px;
	}
	
	#contents.blog .breadcrumb_box.f_box{
		flex-flow: row nowrap;
	}
	.breadcrumb_box{
		margin: 0 auto;
		width: 100%;
		padding: 10px 16px;
		font-size: 8px;
		color: #e1c491;
		line-height: 20px;
	}
	.breadcrumb .span{
		font-size: 12px;
		color: #1c73d4;
	}


	
	.slick-dots {
    text-align: center !important;
    width: 100% !important;
	}
	.top_bg_01,.top_bg_02,.top_bg_03,.top_bg_04,.top_bg_05{
		height: auto;
	}
	
	
	
	/* トップ　コンセプト */
	#top_img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 570px;
    padding: 0px 0;
    position: relative;
    text-align: center;
    width: 100%;
	}
	#top_concept{
		width: 100%;
	}
	#top_concept .area{
		padding: 0 20px;
	}
	.top_bg_01 {
    background-image: none;
	}
	.top_bg_01_01 {
    background-image: none;
    height: auto;
	}
	#top_concept .top_concept_box {
    width: 100%;
    height: auto;
	}
	#top_concept .top_concept_box h2,
	#top_concept .top_concept_box h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
	}
	#top_concept .top_concept_box h2::before,
	#top_concept .top_concept_box h4::before {
    height: 70px;
    width: 60%;
	}
	#top_concept .top_concept_box h3,
	#top_concept .top_concept_box h5 {
    font-size: 20px;
    padding-left: 30px;
	}
	#top_concept .top_concept_box h3::before,
	#top_concept .top_concept_box h5::before {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: "";
    height: 25px;
    left: 0;
    margin: 3px 0 0;
    position: absolute;
    top: 0;
    width: 25px;
	}
	#top_concept .top_concept_box .top_concept_txt {
    font-size: 12px;
    line-height: 25px;
    margin: 15px 0;
    width: 100%;
	}
	a.button-type-2{
		width: 100%;
	}
	
	/* ひまわり整骨院の特長 */
	.features{
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	/* お悩み */
	#symptom{
		padding-left:20px;
		padding-right: 20px; 
	}
	#symptom .f_box {
    flex-flow: row wrap;
	}
	#symptom figure {
    width: 45%;
    margin: 0 auto 20px;
	}
	
	
	
	/* 嬉しいお声をいただいています */
	#top_voice{
		padding: 0 20px;
	}
	#top_voice ul li {
    width: 100%;
	}
	
	
	
	
	/* ブログ */
	#top_blog {
		padding: 0 20px 80px;
	}
	#top_blog .f_box {
    flex-flow: row nowrap;
	}
	a.button{
		width: 100%;
	}
	
	
	
	/* ご予約・お問い合わせ */
	#top_reservation .top_reservation_box{
		width: 100%;
		padding: 10px;
	}
	#top_reservation .tel_btn,
	#top_reservation .contact_btn{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	#top_reservation .type-2{
		padding: 20px 5px;
	}
	#top_reservation .title{
		margin-bottom: 200px;
	}
	#top_reservation.top_bg_03 {
    background-color: #f6f6f6;
    background-position: left bottom;
    background-size: auto 80%;
    padding: 0 10px;
	}
	#top_reservation .time.mt20{
		margin-top: 0 !important;
	}
	.time {
    border: 1px solid #dce5f2;
    border-collapse: separate;
    border-radius: 0;
    font-size: 21px;
    text-align: center;
    width: 100%;
	}
	.contact_btn{
		margin-left: 10px;
		width: auto;
	}
	#top_blog ul {
    color: #98674c;
    font-size: 14px;
    margin: 50px auto;
    width: 100%;
	}
	
	
	
	
	/* ABOUT ページ */
	#contents_about .area{
		padding: 0 20px;
	}
	.about_bg_01{
		height: auto;
		padding-bottom: 30px;
	}
	#contents_about .about_txt {
    line-height: 30px;
    margin: 35px 0 50px;
    text-align: center;
	}
	.about_photo.f_box{
		flex-flow: row nowrap;
	}
	#contents_about .about_staff_box ul {
    width: 100%;
	}
	.about_bg_02 {
    background-image: url("./img/about/about_bg_02_sp.png");
    background-position: center bottom;
    background-size: 100% auto;
    height: auto;
	}
	
	#contents_about .about_bg_02_title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
	}
	#contents_about .about_bg_02_txt {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 200px;
	}
	#contents_about .about_staff_message.f_box{
		display: block;
		line-height: 21px;
	}
	#contents_about .about_staff_message img {
    height: 60px;
    margin-right: 20px;
    width: 60px;
    float: left;
	}
	#contents_about .about_staff_message.f_box div{
		display: inline;
		width: auto;
	}
	/* 交通事故治療についてページ */
	#contents_menu .area{
		padding: 0 20px;
	}
	
	.reason .reason_box {
    margin-bottom: 40px;
    width: 100%;
	}
	.contents_menu_main {
    width: 100%;
	}
	.contents_menu_box {
    border-bottom: 1px dashed #98674c;
    padding: 20px 0px 0;
	}
	.menu_bg_03,
	.menu_bg_04,
	.menu_bg_05,
	.menu_bg_06 {
    background-image: none;
    height: auto;
	}
	
	
	.contents_menu_main h4 {
    font-size: 20px;
	}
	
	
	/* 施術について */
	.flow_bg_01 {
    background-position: right bottom;
    background-size: 100% auto;
    height: auto;
    margin-bottom: 50px;
	}
	.flow_bg_02{
		padding: 50px 20px 50px;
	}
	.flow_toha {
    padding: 0 20px;
	}
	.price img {
    margin-right: 0;
    width: 100%;
	}
	.price ul {
    width: 100%;
	}
	.contents_flow_box{
		padding: 0 20px;
	}
	.contents_flow_box .area {
    padding: 20px !important;
	}
	.contents_flow_table {
    padding: 20px;
	}
	.contents_flow_table table {
    font-size: 14px;
	}
	.contents_flow_q .txt,
	.contents_flow_a .txt {
    font-size: 16px;
    line-height: 20px;
	}

	
	
	
	/* 症状について */
	.symptom_toha ul{
		width: 100%;
	}
	.symptom_toha ul li {
    font-size: 16px;
	}
	.contents_symptom_box{
		width: 100%;
	}
	.contents_symptom_main_header {
    font-size: 30px;
    padding-top: 10px;
	}
	.contents_symptom_main figure .zoom {
    width: 30%;
	}
	
	/* 患者様の声ページ */
	.voice_bg_01 {
    background-color: #fafafa;
    background-size: 100% auto;
    height: auto;
	}
	.area_voice {
    margin: 0px auto 0;
    padding: 0;
    width: 100%;
	}
	.voice_toha{
		padding: 0 20px;
	}
	.voice_the_content {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
	}
	.area_voice{
		padding: 20px 20px;
	}
	
	
	/* ブログ */
	.blog_bg {
    padding-bottom: 100px !important;
	}
	#contents.blog .area{
		padding: 20px;
	}
	#contents.blog .title.type3{
		padding-top: 0;
		margin-bottom: 0px;
	}
	.blog_contents {
    width: 100%;
	}
	#contents_blog {
    margin-bottom: 30px;
	}
	.blog_contents a.blog_box {
    padding: 20px 10px;
	}
	.blog_contents .blog_box .f_box,
	.blog_contents .f_box{
		flex-flow: row nowrap;
	}
	#contents_blog .blog_title{
		line-height: 28px;
		font-size: 18px;
	}
	
	#contents.blog .right_area {
    margin-right: 0px;
    width: 100%;
	}
	#contents.blog .right_area ul li a.f_box{
		flex-flow: row nowrap;
	}
	.blog_contents .paging_detail.f_box {
    flex-flow: column wrap;
	}
	.blog_contents .paging_detail{
		width: 100%;
	}
	.blog_contents .paging_detail a{
		margin-bottom: 10px;
	}
	
	
	/* コンタクト */
	#contents.contact .area {
    padding: 0 20px;
	}
	#contents.contact .area .sub_title_txt {
    font-size: 14px;
    text-align: left;
	}
	#contents.contact .mw_wp_form_input {
    max-width: 1000px;
    width: 100%;
	}
	.contact_contents {
    margin: 50px auto;
    width: 100%;
	}
	
	
	
	
	
	
	
	
		
		
		
	
	/************************* FOOTER *************************/
	#contents_about,#contents_flow,#contents_menu{
		margin-bottom: 0;
	}
	#contents_about .about_staff_box:last-child{
		margin-bottom: 0;
	}
	.contents_flow_box .area,#contents_menu .area{
		margin-bottom: 30px !important;
	}
	#bottom_space{
		padding: 0px;
		width: 100%;
	}
	
	#footerinfo{
		padding: 0 20px;
	}
	
	.footer_logo {
    width: 100%;
    margin-top: 20px;
	}
	.footerinfo_box {
    width: 100%;
	}
	
	
	
	
	#bottom_space .sp_footermenu ul.f_box {
    flex-flow: row nowrap;
    display: flex;
	}
	#bottom_space .sp_footermenu ul {
    margin: 0 auto 0px;
    width: 100%;
    box-shadow: 0px 3px 3px #eee;
	}

	#bottom_space .sp_footermenu ul li {
    border-right: none;
    font-size: 10px !important;
    height: 80px;
    line-height: 14px;
    padding: 0 0px;
    border-bottom: 4px solid #eedac1 !important;
	}
	#bottom_space .sp_footermenu ul li:last-child{
		border-bottom: none !important;
	}
	#bottom_space .sp_footermenu ul li:last-child{
    border-right: none !important;
	}
	#bottom_space .sp_footermenu ul li {
    width: 100%;
    background-color: #faf2e7;
	}
	#bottom_space .sp_footermenu ul li {
    border: medium none;
    height: auto;
    line-height: 60px;
    margin: 0px 0;
    text-align: left;
    padding-left: 20px;
	}
	#bottom_space .sp_footermenu ul li a {
		font-family :YuGothic,'Yu Gothic',sans-serif;
      color: #71522b;
      font-size: 16px;
      display: block;
	}
	#bottom_space .sp_footermenu ul li a span{
		font-size: 6px;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	
	
	
	footer #map{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#footerinfo .f_box .f_box .tel_btn{
		margin-bottom: 10px;
	}

	#footerinfo .f_box .f_box .contact_btn{
		margin-left: 0 !important;
	}
	.w460 {
    width: 100% !important;
	}
	.w50p {
    width: 100% !important;
	}
	
}