/*
Theme Name:20171024responsive2_install_pack_1000px
*/

@charset "utf-8";
@import url(option.css);
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}
img {
	vertical-align: bottom;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
	color: #303030;
	background-color: #FFF;
	/* background-image: url("img/bg.png"); */
/*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
	-webkit-text-size-adjust: none;
	min-width: 980px;
	/* background-position:center top; */
/* background-repeat:no-repeat; */
/* background-repeat:repeat-x; */
/* background-repeat:repeat-y; */

/* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
	font-family: 'Lucida Grande',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
}
img {
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	line-height: 2;
}
ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {
	margin-left: 25px;
}
dt {
	width: 20%;
	clear: left;
	float: left;
	padding: 10px 0;
}
dd {
	padding: 10px 0 10px 20%;
	border-bottom: 1px solid rgb(239, 239, 239);
}
hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
--------------------------------------*/

.fa-home {
	font-size: 12px !important;
}
.fa-window-restore {
	margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
/*background-image:url("img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}
#bg {
}
.wrapper {
	padding: 0;
	z-index: 1;
	position: relative;
	padding-top: 0px;
}
.wrapper_head {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
#simplegallery1 {
	clear: both;
	margin-bottom: 10px;
	z-index: 2;
}
.simplegallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
}
.simplegallery img {
	width: 100%;
}
#ibox {
	height: 460px;
	width: 100%;
    background-image: url(img/main1.png);
    background-size: cover;
    background-position: center center;
}
.ibox_p {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 460px;
}
.ibox_p h1 {
	position: absolute;
	bottom: 50px;
	left: 0px;
	padding: 16px 30px;
	color: white;
	background-color: rgba(0, 0, 0, 0.71);
	font-size: 32px;
	font-style: italic;
}
/*キャッチを画像にする場合*/
.ibox_p img {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#imagebox {
	clear: both;
	z-index: 2;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#imagebox img {
	width: 100%;
}
#imagebox3 {
	clear: both;
	z-index: 2;
	text-align: center;
	height: 506px;
	background-color: #f6f7fa;
	padding-top: 40px;
	margin-bottom: 0px;
	background-position: center;
	background-image: url("img/main.png");
	position: relative;
	background-size: cover;
}
#base #bg #imagebox3 h1 {
	font-size: 54px;
	font-weight: bold;
	padding: 0;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 25px;
}
.imagebox_p {
	/* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: auto; */
	width: auto;
	height: auto;
	padding: 50px 100px;
	background-color: rgba(0, 0, 0, 0.42);/* display: inline-block; */
  /* margin-top: 280px; */
}
.imagebox_p p {
	line-height: normal;
	color: white;
	font-size: 20px;
}
.imagebox_p span.c_2 {
	font-size: 23px;
}
.imagebox_p span.c_3 {
	font-size: 30px;
	text-shadow: 1px 1px 0px white;
	/* font-weight: bold; */
	color: rgb(255, 80, 80);
}
#content {
	background-color: white;
	padding: 20px 0;
	/*padding-bottom: 30px;*/
  /*width: 1000px;*/
	margin: 0px auto;
	z-index: 10;
	position: relative;
}
#content img {
}
#pan {
	font-size: 10px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 0px auto 20px;
	width: 1000px;
}
#content #main {
	width: 1000px;
	float: none;
	line-height: 1.8;
	font-size: 14px;
	margin: 0 auto;
	text-align: justify;
}
.sec {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#content .sec h2:first-child, #content .sec h3:first-child, #content .sec h4:first-child {
	margin-top: 0 !important;
}
/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
.menu li a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
#content #side li:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60);/* ie */
	-ms-filter: "alpha( opacity=60 )";
	background: #FFF;/* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header {
	width: 100%;
	border-bottom:5px solid #d7c289;
	/* background-image: url("img/bg_header.png"); */
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
	margin: 0 auto;
	background-color: #fff;
	height: auto;
	margin: 0px auto;
	position:relative;
	/* box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgb(227, 230, 234); */
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/*ロゴ　スクロール時非表示*/
#header.fixed .header_l img {
	display: none;
}
#header .header_l img {
	margin-top: 30px;
}
.header_tel {
	float: none;
	line-height: 40px;
	background-color: #8fafdb;
	color: #fff;
	height: 40px;
}
.header_tel p {
	width: 1000px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}
.header_l {
	width: 20%;
	float: left;
	display: none;
}
#pagetop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
a#pagetop:hover {
	opacity: 0.6;
}
.menu {
	float: right;
}

.header_l_pc {
	float: left;
width:;/*ここにlogo.pngの横幅を指定*/
}
.header_r_pc {
	float: right;
width:;/*ここにtel.pngの横幅を指定*/
}

/* --------------------------------------
フッター定義
--------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 13px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ff6000;
	/* background-image: url("img/footer.png"); */
	background-repeat: repeat-x;
	background-position: bottom;
	border-top:1px solid #cfb776;
}
ul.f_navi{
	margin:15px 0px 20px 0px;
}
ul.f_navi li:before {
	content: "\f105";
	color:#b58d1f;
	float:left;
	margin:3px 10px 0px 0px;
	font-family: FontAwesome;
}
ul.f_navi li:nth-child(3n){
	background:#f2ecda;
	width:130px;
	padding:10px;
	float:left;
	margin:0px 0px 0px 0px;
}
ul.f_navi li{
	padding:10px;
	background:#f2ecda;
	width:130px;
	float:left;
	margin:0px 12px 10px 0px;
}
#footer ul.f_navi li a{
	color:#333333;
	text-decoration:none;
	display:block;
}
ul.f_sns li{
	padding: 25px 10px 25px 10px;
	border:4px solid #cfb776;
	width:197px;
	float:left;
	margin:0px 0px 10px 0px;
}
ul.f_sns li:nth-child(2n){
	padding: 25px 10px 25px 10px;
	border:4px solid #cfb776;
	width:197px;
	float:right;
	margin:0px 0px 10px 0px;
}
ul.f_sns{
	margin:15px 0px 0px 0px;
}

.f_left02{
	width:360px;
	float:left;
	text-align:left;
}

#footer .f_left02 p{
	color:#000000!important;
}

img.f_contact{
	margin:20px 0px 0px 0px!important;
	float:right;
}

/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}
.f_telbtn {
	display: inline-block;
}
.f_telbtn a {
	background-color: #467de3;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	margin: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 30px;
}
footer svg path {
	fill: rgb(152, 152, 152);
}
#logo_footer {
	text-align: left;
	display: block;
	margin-bottom: 12px;
}
#logo_footer img {
	width: 210px;/*フッターのロゴ横幅*/
}
#logo_footer svg {
	margin-bottom: 12px;
	width: 80px;
	float: left;
}
p.cinfo {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 6px;
}
p.urls {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 18px;
}
a#logo_footer:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.footer_com {
	height: auto;
	padding-bottom: 40px;
	padding-top: 34px;
}
.footer_com, .footer_com a:visited, .footer_com a:link {
	color: rgb(152, 152, 152);
}
.footer_btm {
	width: 1000px;
	margin: 0px auto;
}
.footer_btm_wrap {
	width: auto;
}
.footer_tel {
	background-color: #303030;
	color: #fff;
	font-size: 15px;
	height: 74px;
	line-height: 74px;
}
.footer_tel p {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	line-height: 74px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#footermenu {
	margin: 0px 0px 20px 0;
	text-align: left;/* float: right; */
}
#footermenu ul {
	display: inline;
}
#footermenu ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size: 14px;
	padding: 0 0 0 10px;
	width: auto;
	white-space: nowrap;
}
#footermenu ul li:first-child {
	padding: 0 0 0 0;
}
#footermenu ul a {
	text-decoration: none;
	font-size: 12px;
}
#footermenu ul a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#copyright {
	border-top:2px solid #434343;
	padding: 20px 0px 20px 0px;
	font-size: 10px;
	text-align: center;
	background:#cfb776;
}
#copyright a {
	text-decoration: none;
}

div.f_left{
	float:left;
	width:474px;
}

div.f_right{
	float:right;
	width:473px;
}


/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p {
	margin-bottom: 20px;
	padding: 0;
}
#content #main .singleline {
	overflow: hidden;
}
#submain {
	height: 200px;
	background-color: white;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position-y: 50%;
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}
#submain img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	top: -550px;
	/*
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
*/
	opacity: 0.5;
}
#submain .h1wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#submain h1 {
	color: #000;
	text-align: center;
	padding: 10px 30px;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.69);
	margin-top: 61px;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */
#content #main h1.singletitle, #content #main h1, h1 {
	clear: both;
	color: #054594;
	font-size: 38px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 2px;
	line-height: normal;
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 112px;
}
/* コンテンツ中のh1上margin */
#content #main h1.title {
	margin-top: 0px;
}
#content #main h2, h2 {
	clear: both;
	color: #000000;
	border-bottom: #D2D2D2 solid 1px;
	border-top: #D2D2D2 solid 1px;
	font-size: 28px;
	margin: 60px 0 14px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 0px;
}
#content #main h2:first-child, h2:first-child {
	margin-top: 0;
}
#content #main h3, h3 {
	clear: both;
	color: #303030;
	border-bottom: #BDBDBD dashed 1px;
	font-size: 22px;
	margin: 30px 0 10px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 8px 0;
}
#content #main h4, h4 {
	clear: both;
	color: #303030;
	font-size: 18px;
	margin: 20px 0 2px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 0;
}
#content #main h4.staf {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0px;
    border-bottom: 2px solid rgb(207, 183, 118);
    font-weight: bold;
}
/*special css*/


/*end special css*/


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 5px auto;
}
td {
	border: 1px solid #c7c7c7;
	padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/
.tdstyle5 {
	background-color: #fdfaf1;
	border: 1px solid #f2e2b5;
	padding: 8px 20px;
	width: 26%;
	text-align: left;
	font-weight: bold;
	border-left:none;
	border-right:none;
	font-size:18px;
	color:#321600;
}
.tdstyle6 {
	border: 1px solid #f2e2b5;
	padding: 20px;
	text-align: left;
	background-color: white;
	border-left:none;
	border-right:none;
	color:#321600;
}
span.hissu{
	background:#ff8481;
	color:#fff;
	display:block;
	float:right;
	font-size:14px;
	padding:0px 10px 0px 10px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.tdstyle {
	background-color: #fff3f2;
	border: 1px solid #f2c6c3;
	padding: 8px 10px;
	width: 26%;
	text-align: center;
	font-weight: bold;
	border-left:none;
	border-right:none;
	font-size:18px;
	color:#321600;
}
.tdstyle_none {
	background-color: #F5F3F3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */
.tdstyle2 {
	border: 1px solid #f2c6c3;
	padding: 20px;
	text-align: left;
	background-color: white;
	border-left:none;
	border-right:none;
	color:#321600;
}
/* 右寄せ */
.tdstyle3 {
	border: 1px solid #dadada;
	padding: 20px;
	text-align: right;
	background-color: white;
}
/* 中央寄せ */
.tdstyle4 {
	border: 1px solid #dadada;
	padding: 20px;
	text-align: center;
	background-color: white;
}
/*special css*/
/*end special css*/

/* --------------------------------------
<div class="cd?"></div>での 飾り設定
--------------------------------------*/

.cd0 {
	background-color: white;
	padding: 60px 0 40px;
}
.cd1 {
	background-color: #F3F3F3;
	padding: 60px 0;
}
.cd2 {
	background-color: #6191db;
	padding: 60px 0 40px;
	color: #fff;
}
.cd3 {
	background-color: #8FAFDB;
	padding: 60px 0 40px;
	color: white !important;
}
.cd3 h2, .cd3 h3, .cd3 h4, .cd3 a {
	color: white !important;
}
.cd4 {
	background-color: #F4F9FF;
	padding: 40px 0 20px;
}
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
	display: inline-block;
}
/* 色:グレー */
.sq1 {
	border: 1px solid #ECEBEB;
	background-color: #F3F3F3;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
	border: 5px solid #F3F3F3;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	width: 600px;
	max-width: 100%;
}
/* 色:ピンク */
.sq3 {
	border: 1px solid #FFE8E8;
	background-color: #fff1f4;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
	border: 5px solid #fff1f4;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	;
}
/* 囲み：赤 */
.sqred {
	border: 1px solid #f29e9e;
	background-color: #fffafa;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */
.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */
.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */
.radious {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*special css*/
.sq5 {
	border: 1px solid #ECEBEB;
	background-color: #F3F3F3;
	margin: 10px 0 20px 0;
	padding: 20px 20px 0 20px;
	max-width:100%;
}
/*end special css*/


/* --------------------------------------
便利ボタン１
--------------------------------------*/
a.link {
	text-align: center;
	margin: 20px auto 0 auto;
	background-color: #4485e9;
	border-radius: 3px;
	text-decoration: none;
	font-size: 110%;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 180px;
}
a.link:hover {
	background-color: #1B74E8;
}
a.link2 {
	text-align: center;
	margin: 20px auto 0 auto;
	background-color: #ff5555;
	border-radius: 3px;
	text-decoration: none;
	font-size: 110%;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 20%;
}
a.link2:hover {
	background-color: #FF3C35;
}
.line {
	color: #ff6000;
	border-bottom: 2px solid #ff6000;
	padding-bottom: 2px;
}
.line a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	line-height: 1.7;
}
.fs2 {
	font-size: 114.2857%;
}
.fs3 {
	font-size: 130%;
}
.fs4 {
	font-size: 160%;
	line-height: 1.5;
}
.fs5 {
	font-size: 200%;
	line-height: 1.5;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
	;
}
.pt10 {
	padding-top: 10px !important;
}

.indent-1{
	padding-left: 0em !important;
	text-indent: -0.7em;
	margin-left: 10px;
	}
.yellow {
	background-color: #FFFF85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}
/*テキスト装飾*/
.tk1 {
	color: #e60000;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 1) 40%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
.uline {
	color: #F00;
	text-decoration: underline;
	font-style: italic;
}
.round {
	border-radius: 100px;
}
.blue {
	color: #4485e9;
}
/*チェックボックスの付くリスト*/
ul.check_red li {/*赤*/
	background-image: url(img/check_red.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.check_blue li {/*青*/
	background-image: url(img/check_blue.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.check_green li {/*緑*/
	background-image: url(img/check_green.png);
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 21px;
}
ul.check_yellow li {/*黄*/
	background-image: url(img/check_yellow.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.arrow li {
	background-image: url(img/arrow.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 15px;
}
ul.arrow2 li {
	background-image: url(img/arrow2.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 13px;
}
/*special css*/

/*end special css*/






/* --------------------------------------
LP
--------------------------------------*/
#lp ul.navi{
	margin:0px 0px 47px 0px;
}

#lp ul.navi li{
	float:left;
}

#lp ul.navi li:nth-child(2n){
	float:right;
}

#content #main #lp p.bunner03{
	margin:0px 0px 47px 0px;
}

ul.navi02 li{
	float:left;
	margin:0px 20px 0px 0px;
}

ul.navi02 li:nth-child(3n){
	float:left;
	margin:0px 0px 0px 0px;
}

ul.navi02 li img{
	vertical-align:bottom;
}

ul.navi03{
	margin:0px 0px 76px 0px;
}

ul.navi03 li{
	float:left;
	margin:0px 20px 0px 0px;
}

ul.navi03 li:nth-child(3n){
	float:left;
	margin:0px 0px 0px 0px;
}

ul.navi03 li img{
	vertical-align:bottom;
}

ul.photo{
	margin:0px 0px 50px 0px;
}

ul.photo li{
	float:left;
	margin:0px 13px 13px 0px;
	border:5px solid #eee6d0;
}

ul.photo li:nth-child(4n){
	float:left;
	margin:0px 0px 13px 0px;
}

ul.photo li img{
	border:5px solid #fff;
	width:220px;
}

#content #main #lp h2{
	margin:0px 0px 50px 0px;
	padding:0px;
	border:none;
}

div.about_left{
	width:590px;
	float:left;
}

div.about_right{
	width:380px;
	float:right;
}

ul.photo02{
	margin:0px 0px 50px 0px;
}

ul.photo02 li{
	float:left;
	margin:0px 20px 20px 0px;
}

ul.photo02 li:nth-child(2n){
	float:left;
	margin:0px 0px 20px 0px;
}

div.staff_wrap{
	background:url(../../images/bg01.png) repeat left top;
	margin:0px 0px 50px 0px;
	padding:0px 0px 17px 0px;
}

div.staff{
	padding:17px 17px 0px 17px;
	display:flex;
	margin:0px 0px 0px 0px;
}

div.staffbox{
	border:10px solid #ecdebc;
	background:#fff;
	width:415px;
	padding:20px 20px 0px 20px;
	float:left;
}

div.staffbox:nth-child(2n){
	border:10px solid #ecdebc;
	background:#fff;
	width:415px;
	padding:20px 20px 0px 20px;
	float:right!important;
	margin:0px 0px 0px 17px;
}

#content #main #lp div.staffbox h3{
	color:#a38123;
	font-size:16px;
	border-bottom:none;
	margin:0px 0px 10px 0px;
	border-left:5px solid #cfb776;
	padding:0px 0px 0px 15px;
}

#content #main #lp div.staffbox h3 span{
	color:#000000;
}

#content #main #lp div.staffbox p{
	font-size:12px;
	line-height:160%;
}

div.staff_right{
	width:240px;
	float:right;
}

div.salon_data{
	border:2px solid #cfb776;
	position:relative;
	margin:0px 0px 45px 0px;
}

img.icon02{
	position:absolute;
	top:0px;
	left:0px;
}

div.salon_data_inner{
	border:8px solid #f5edd9;
	padding:40px;
}

div.shop_left{
	width:370px;
	float:left;
}

div.shop_right{
	width:490px;
	float:right;
}

p.f12{
	font-size:12px!important;
	margin:10px 0px 0px 0px;
}

ul.photo03{
	margin:0px 0px 0px 0px;
}

ul.photo03 li{
	width:175px;
	float:left;
	margin:0px 20px 20px 0px;
}

ul.photo03 li:nth-child(2n){
	float:left;
	margin:0px 0px 20px 0px;
}

#content #main #lp div.salon_data h3{
	background:url(../../images/icon01.png) no-repeat left 3px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 35px;
	font-weight:normal;
	border-bottom:2px solid #cfb776;
}

#content #main #lp div.salon_data h3.moyori{
	background:url(../../images/moyori.png) no-repeat left 1px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 40px;
	font-weight:normal;
	border-bottom:none;
}

#content #main #lp div.shop_right p{
	line-height:160%;
}

#content #main #lp div.shop_right span.tel01{
	color:#a6862e;
	font-size:20px;
}

#content #main #lp div.shop_right span.tel02{
	color:#000;
	font-size:24px;
}

ul.eyelashnavi{
	margin:0px 0px 50px 0px;
}

ul.eyelashnavi li{
	float:left;
	margin:0px 16px 10px 0px;
}

ul.eyelashnavi li:nth-child(4n){
	float:left;
	margin:0px 0px 10px 0px;
}

#content #main #lp h2.eyelash{
	background:url(../../images/h2_bg.png) no-repeat center center;
	color:#a38123;
	font-size:28px;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content #main #lp div.eyelash h2 {
    margin: 0px 0px 35px 0px;
    padding: 0px;
    border: none;
}

#content #main #lp div.eyelash ul.photo{
	margin:0px 0px 0px 0px;
}

#content #main #lp div.eyelash ul.photo li{
	float:left;
	margin: 0px 13px 13px 0px;
	border:none;
}

#content #main #lp div.eyelash ul.photo li div{
	border: 5px solid #eee6d0;
}

#content #main #lp div.eyelash ul.photo li div.color1{
	border: 5px solid #e2e2e2;
}

#content #main #lp div.eyelash ul.photo li div.color2{
	border: 5px solid #f4cdc2;
}

#content #main #lp div.eyelash ul.photo li:nth-child(4n){
	float:left;
	margin:0px 0px 0px 0px;
}

#content #main #lp p.designplan{
	line-height:130%;
	margin:5px 0px 30px 0px;
}

#content #main #lp p.designplan span{
	color:#a38123;
}

div.left_menu{
	width:480px;
	float:left;
}

div.right_menu{
	width:480px;
	float:right;
}

#content #main #lp div.menubox{margin-bottom:60px;}

#content #main #lp div.menubox h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:0px;
	padding:0px;
	font-size:23px;
	color:#a38123;
	border-bottom:2px solid #cfb776;
}

#content #main #lp div.menubox h3 span{
	color:#000000;
	font-size:14px;
}

dl.menu_price{
	border-bottom:1px solid #c9c9c9;
}

dl.menu_price dt{
	float:left;
	width:250px;
}

dl.menu_price dd{
	float:right;
	border-bottom:none;
	padding-left:0px;
	text-align:right;
}

div.menu_price_wrap{
	margin:0px 0px 30px 0px;
}

div.staffbox_wrap02{
	background:url(../../images/staff_bg.png) repeat center center;
	padding:17px;
	margin:0px 0px 70px 0px;
}

div.staffbox_inner{
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
}

div.staffbox_inner02{
	width:415px;
	float:left;
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
}

div.staffbox_inner03{
	width:415px;
	float:right;
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
}

div.staff_box_right02{
	float:right;
	width:240px;
}

div.staff_box_right{
	float:right;
	width:730px;
}

#content #main #lp div.staff_box_right h3{
	font-size: 16px;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	border-left: 5px solid #cfb776;
	padding: 0px 0px 0px 10px;
}

#content #main #lp div.staff_box_right02 h3{
	font-size: 16px;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	border-left: 5px solid #cfb776;
	padding: 0px 0px 0px 10px;
}

#content #main #lp div.staff_box_right p,#content #main #lp div.staff_box_right02 p {
    font-size: 12px;
    line-height: 160%;
}

#content #main #lp h3.reservation {
    background: url(../../images/icon01.png) no-repeat left 3px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 35px;
    font-weight: normal;
    border-bottom: 2px solid #cfb776;
}

div.reservation_left{
	width:650px;
	float:left;
}

.page-id-26 #content #main{
	width:100%;
}

.page-id-26 #content #main #lp div.w1000{
	width:1000px;
	margin:0px auto;
}

.page-id-26 #content #main #lp div.recruit h2.recruit01{
	background:url(../../images/h2_bg01.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:42px;
	padding:20px 0px 20px 0px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit02{
	background:url(img/recruit/h2_bg02.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:42px;
	padding:20px 0px 20px 0px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit03{
	background:url(img/recruit/h2_bg03.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:42px;
	padding:20px 0px 20px 0px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit01 span,
.page-id-26 #content #main #lp div.recruit h2.recruit02 span,
.page-id-26 #content #main #lp div.recruit h2.recruit03 span{
	color:#ef8a8a;
}

.page-id-26 #content #main #lp p{
	font-size:16px;
	color:#321600;
}

.page-id-26 #content #main #lp div.recruitbox_01{
	width:550px;
	float:right;
}

.page-id-26 #content #main #lp div.recruitbox_01 p{
	margin:32px 0px 32px 0px;
}

.page-id-26 #content #main #lp div.reason{
	background:url(img/recruit/bg.png) repeat center center;
	padding:5px 0px 60px 0px;
	margin:0px 0px 70px 0px;
}

.page-id-26 #content #main #lp div.reason_inner{
	background:url(img/recruit/star.png) repeat-x center top;
}

.page-id-26 #content #main #lp div.reason_inner02{
	width:1000px;
	margin:0px auto;
	padding:45px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.reason_box{
	border:10px solid #f2e2b5;
	background:#fff;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.reason_inner02 h2{
	color:#705a4d;
	font-size:32px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff8e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff8e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fff8e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8e1',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #f2e2b5;
	padding:40px 0px 35px 180px;
	position:relative;
}

.page-id-26 #content #main #lp div.reason_inner02 h2 span{
	color:#ee7979;
}

.page-id-26 #content #main #lp div.reason_inner02 h2 img{
	position:absolute;
	top:-18px;
	left:10px;
}

div.reason_inner03{
	padding:0px 45px 20px 45px;
}

.page-id-26 #content #main #lp h3.reason_h3{
	color:#321600;
	font-size:22px;
	letter-spacing:0px;
	border-bottom:none;
	text-align:center;
}

.page-id-26 #content #main #lp h3.reason_h3 span{
	border-bottom:5px solid #fdc9c9;
}

ul.reason_list{
	margin:20px 0px 30px 50px;
}

ul.reason_list li{
	color:#321600;
	font-size:23px;
	background:url(img/recruit/heart.png) no-repeat left 9px;
	padding:0px 0px 0px 30px;
	font-weight:bold;
}

img.left{
	float:left;
}

img.right{
	float:right;
}

.page-id-26 #content #main #lp h2.staff_message{
	color:#321600;
	font-size:14px;
	letter-spacing:0px;
	padding:23px 0px 0px 0px;
}

.page-id-26 #content #main #lp h2.staff_message img{
	float:left;
	margin:-23px 10px 0px 40px;
}

.page-id-26 #content #main #lp div.staff_box_color01{
	border:3px solid #ecd37b;
	padding:7px;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.staff_box_color02{
	border:3px solid #b5dcd9;
	padding:7px;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.staff_box_color03{
	border:3px solid #f1bdbd;
	padding:7px;
	margin:0px 0px 60px 0px;
}

.page-id-26 #content #main #lp div.staff_box_inner{
	background:url(img/recruit/staff_message_bg.png) repeat left top;
	padding:10px 30px 0px 40px;
	position:relative;
}

.page-id-26 #content #main #lp div.staff_box_inner h3{
	background:url(img/recruit/kumo.png) no-repeat left top;
	border-bottom:none;
	font-size:20px;
	color:#705a4d;
	width:262px;
	height:62px;
	font-weight:normal;
	padding:20px 0px 0px 25px;
	position:absolute;
	top:-30px;
	left:200px;
}

.page-id-26 #content #main #lp div.staff_box_inner h3 span{
	color:#ee7979;
}

.page-id-26 #content #main #lp div.staff_box_inner p{
	margin:80px 0px 0px 0px;
	font-size:16px;
	line-height:160%;
	padding:0px 0px 0px 180px;
}

.page-id-26 #content #main #lp div.recruit_detail{
	background:url(img/recruit/bg02.png) no-repeat center 40px;
	padding:40px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.recruit_detail_inner{
	padding:100px 0px 0px 0px;
	background:url(img/recruit/ttl03.png) no-repeat center 0px;
	margin:-40px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.recruit_table{
	padding:18px;
	background:#fff;
	margin:0px 0px 70px 0px;
}

.page-id-26 #content #main #lp h2.recruit_table_ttl{
	color:#705a4d;
	font-size:38px;
	text-align:center;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp h2.recruit_table_ttl span{
	color:#ee7979;
}

div.contact_box{
	padding:60px 0px 100px 0px;
}

div.contact_box_inner{
	background:#f2e2b5;
	padding:20px;
	margin:0px 0px 30px 0px;
}




/* --------------------------------------
Q&A
--------------------------------------*/
.q {
	background-color: #F3F3F3;
	color: #ff6000;
	padding: 4px;
	font-weight: bold;
}
.a {
	padding: 7px 4px;
	border-bottom: #CCC 1px dotted;
	margin: 5px 0 20px 1em;
	text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height:  auto;
  overflow: hidden;
  /**/
}
.fixmargin {
	margin-top: -23px;
}
/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
 
#head_pull {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 1000px;
	margin: 0 auto;
	background-color: white;
}
#head_pull a {
}
#header.fixed {
	position: relative;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	height: auto;
}
 #header.fixed ul.menu {
  /* float: left; */
}

ul.menu.menu_logo {
	float: left;
}
.menu {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	display: block;
	width: auto;
	line-height: 1;
	float: right;
}
nav {
	width: 1000px;
	margin: 0 auto;
}
#header.fixed .menu_navi {
	float: right;
}
#header.fixed .menu_logo {
  float: left;
  width: auto;
}
.menu li {
	/* float: left; */
	width: auto;
	display: inline-block;
	vertical-align: bottom;
}
/*--Gナビ内のロゴ制御--*/
.menu li a.navi_logo {
	margin: 20px 0 20px 0px;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu li a.navi_logo svg {
	width: 130px;
	height: 62px;
}
.menu li a.navi_logo img {
	width: 270px;/*pcスクロール前 logo.pngの横幅*/
}
/*横ならびメニュー部分*/
#menu {
	width:1000px;
	margin: 20px auto 30px auto;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	height: 57px;/*ナビの高さ*/
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu li a:hover {
    background-position: 0 -57px;
    opacity:1;
}

#menu li a#head_navi1 {
	background-image: url(../../images/gloval_navi1.png);/*ナビの画像1*/
	width: 167px;
}
#menu li a#head_navi2 {
	background-image: url(../../images/gloval_navi2.png); /*ナビの画像2*/
	width: 166px;
}
#menu li a#head_navi3 {
	background-image: url(../../images/gloval_navi3.png);/*ナビの画像3*/
	width: 167px;
}
#menu li a#head_navi4 {
	background-image: url(../../images/gloval_navi4.png); /*ナビの画像4*/
	width: 166px;
}
#menu li a#head_navi5 {
	background-image: url(../../images/gloval_navi5.png); /*ナビの画像5*/
	width: 167px;
}
#menu li a#head_navi6 {
	background-image: url(../../images/gloval_navi6.png); /*ナビの画像6*/
	width: 167px;
}

#m_logo {
}
#m_logo svg {
	width: 66px;
	height: 31px;
	margin-top: 10px;
	margin-left: 10px;
}
#header.fixed .menu.menu_logo li {
}
#header.fixed .menu li a.navi_logo {
  display: block;
  margin: 0px;
  /* transform: scale(0.9); */
}
#header.fixed .menu li a.navi_logo img {
  display: block;
  /* animation: rotateplane 0.4s ease-in; */
  width: 260px;/*pcスクロール後 ロゴの横幅*/
  height: auto;
}
 @-webkit-keyframes rotateplane {
 0% {
-webkit-transform:perspective(200px) rotateX(90deg)
}
 100% {
-webkit-transform:perspective(200px) rotateX(0deg)
}
}
/*--ここまで--*/

/*--Gナビの文字が縮小--*/
#header.fixed .menu li a {
	font-size: 14px;
}
/*--ここまで--*/
.menu.menu_navi {
	margin-right: -10px;
	margin-top: 34px;
}
.menu.menu_navi li {
	position: relative;
}
.menu.menu_navi li a {
	text-align: center;
	display: block;
	margin: 0px 0 0 2px;
	text-decoration: none;
	float: left;
	width: auto;
	font-size: 15px;
	color: #181818;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu.menu_navi li a:hover {
	border-bottom: #4485e9 2px solid;
	margin-top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#header.fixed .menu.menu_navi li a {
	margin: 0px 0 0 2px;
}
#header.fixed .menu.menu_navi {
	/* margin-right: -10px; */
	margin-top: 15px;
}
.headnav {
	position: relative;
	height: auto;
}
.headnav ul.sns{
	position:absolute;
	top:0px;
	right:-7px;
}
.headnav ul.sns li{
	float:left;
	margin:0px 7px 0px 0px;
}
#header.fixed .headnav {
	position: relative;
	height: auto;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
	float: left;
	border-right: 1px solid #7A0114;   /* 上部メニューボタンの区切り線の色が設定できます */
	background: #C58D9A;   /* 上部メニューボタンの背景色が設定できます */
	height: 30px;
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #fff; /* 上部メニューボタンの文字色が設定できます */
	display : block;
}
html>body .button a {
	height: 16px;
	font-size: small;
}
.button a.active, .button a:hover {
	background: #fff;   /* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
}
.button a.selected {
	background: #fff;   /* 上部メニューボタンの背景色（セレクト時）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時）が設定できます */
}
.button a:active.selected, .button a:hover.selected {
	background: #fff;   /* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */
}
.button a.nolink {
	background: #C58D9A;   /* 上部メニューボタンの背景色（リンクなし）が設定できます */
	color: #ccc;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
}
/* -------------------------------------
ドロップダウン
-------------------------------------*/
  
.menu.menu_navi ul.sub-menu {
	display: none;
	position: absolute;
	left: 1px;
	top: 37px;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
#header.fixed .menu.menu_navi ul.sub-menu {
	top: 36px;
}
.menu.menu_navi li a.hover {
	background-position: 0 -50px;/*ナビの高さ*/
}
.menu.menu_navi ul.sub-menu li {
	float: none;
	/* border-bottom: 1px solid #716C06; */
  /* position: static; */
	background-image: none;
	text-align: center;
	position: relative;
	/* border-bottom: 1px solid gray; */
	width: auto;
	display: block;/* margin: 0 auto; */
  /* background-color: rgba(255, 246, 87, 1); */
}
.menu.menu_navi ul.sub-menu li:hover {
	background-color: rgb(255, 249, 190);
}
.menu.menu_navi ul.sub-menu li a {
  text-indent: 0px;
  font-size: 12px !important;
  height: auto;
  padding: 12px 10%;
  color: #302E1E;
  /* font-weight: bold; */
  text-align: left;
  display: block;
  width: auto;
  position: relative;
  border-bottom: none;
  margin: 0;
  /* background-color: rgba(255, 246, 87, 1); */
  width: 80%;
}
.menu.menu_navi ul.sub-menu li a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new {
	background-color: #F5F3F3;
	font-size: 11px;
	color: #ff6000;
	padding: 5px 10px 0 10px;
	_padding: 5px 10px 0 10px;
	margin: 0px;
	line-height: 130%;
}
#feed_new li {
	border-bottom: #CCCCCC dotted 1px;
	list-style: none;
	padding-bottom: 5px;
}
#feed_new a {
	font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div:after {
	content: ".";/* 新しい要素を作る */
	display: block;/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#main div {
	min-height: 1px;
}
* html #main div {
	height: 1px;
}


/* -------
fontcontrol
----------*/
#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/
ul {
	text-align: left;
}
ul.li_1 {
	margin-bottom: 20px;
}
ul.li_1 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_1 li:before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_2 {
	margin-bottom: 20px;
}
ul.li_2 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_2 li:before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_3 {
	margin-bottom: 20px;
}
ul.li_3 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_3 li:before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_4 {
	margin-bottom: 20px;
}
ul.li_4 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_4 li:before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_5 {
	margin-bottom: 20px;
}
ul.li_5 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_5 li:before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_6 {
	margin-bottom: 20px;
}
ul.li_6 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_6 li:before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_7 {
	margin-bottom: 20px;
}
ul.li_7 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_7 li:before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_8 {
	margin-bottom: 20px;
}
ul.li_8 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_8 li:before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_9 {
	margin-bottom: 20px;
}
ul.li_9 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_9 li:before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_10 {
	margin-bottom: 20px;
}
ul.li_10 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_10 li:before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_11 {
	margin-bottom: 20px;
}
ul.li_11 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_11 li:before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_12 {
	margin-bottom: 20px;
}
ul.li_12 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_12 li:before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_maru li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	font-weight: bold;
}
ul.li_maru li:before {
	content: "● ";
	color: #5077c2;
}
ul.li_kome li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
ul.li_kome li:before {
	content: "※ ";
	color: #5077c2;
}
ul.b_gray li:before {
	color: #D9D8D8;
}
ul.b_pink li:before {
	color: #F79698;
}
ul.b_green li:before {
	color: #CAFDB1;
}
ul.b_skyblue li:before {
	color: #A0DFF3;
}
ul.b_blue li:before {
	color: #608AEB;
}
ul.b_gold li:before {
	color: #D9B087;
}
ul.b_orange li:before {
	color: #FB8230;
}
ul.b_yellow li:before {
	color: #F8EE6D;
}
ul.b_azuki li:before {
	color: #731F21;
}
ul.b_purple li:before {
	color: #AA79E7;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flex {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two_box {
	width: 49.2957%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 1.408% 1.408%;
}
.two_box:first-child {
	margin-left: 0;
}
.three_box {
	width: 32%;
	box-sizing: border-box;
	padding: 0px;
	float: left;
	margin: 0 0 15px 2%;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	display: table;
}
.three_box:first-child {
	margin-left: 0;
}
.three_box p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}
.four_box {
	width: 23.94366%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 15px 1.408%;
}
.four_box:first-child {
	margin-left: 0;
}
/*clearfixと組み合わせて使用*/
.six_four_r {
  float: right;
  width: 580px;
}
.six_four_l {
  float: left;
  width: 400px;
}
.seven_three_r {
  float: right;
  width: 680px;
}
.seven_three_l {
  float: left;
  width: 300px;
}

/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
	border: 1px solid #B7D87F;
	padding: 15px 5px 15px;
	text-align: center;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/* --------------------------------------
リンクボタン
--------------------------------------*/

.link_green {
	border: 1px solid #A8BF75;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -moz-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -ms-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -o-linear-gradient(top, #ffffff, #cee6b3);
	background-image: linear-gradient(to bottom, #ffffff, #cee6b3);
	display: inline-block;
	margin: 10px 0;
}
.link_green a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #496F31;
	padding: 0px 15px;
}
.link_green a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_pink {
	border: 1px solid #F4B1B2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -moz-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -ms-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -o-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: linear-gradient(to bottom, #ffffff, #FFF0F1);
	display: inline-block;
	margin: 10px 0;
}
.link_pink a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #E37677;
	padding: 0px 15px;
}
.link_pink a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_skyblue {
	border: 1px solid #9EDDF8;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -moz-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -ms-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -o-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: linear-gradient(to bottom, #ffffff, #EDFBFF);
	display: inline-block;
	margin: 10px 0;
}
.link_skyblue a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #4593D4;
	padding: 0px 15px;
}
.link_blue {
	border: 1px solid #9EB0CF;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -moz-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -ms-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -o-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: linear-gradient(to bottom, #ffffff, #E4F2FD);
	display: inline-block;
	margin: 10px 0;
}
.link_blue a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #22418B;
	padding: 0px 15px;
}
.link_skyblue a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_gold {
	border: 1px solid #C0AA8D;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -moz-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -ms-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -o-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: linear-gradient(to bottom, #ffffff, #FCEDD9);
	display: inline-block;
	margin: 10px 0;
}
.link_gold a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #886A50;
	padding: 0px 15px;
}
.link_gold a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_orange {
	border: 1px solid #EF963E;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -moz-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -ms-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -o-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: linear-gradient(to bottom, #F7BB6F, #FCA26D);
	display: inline-block;
	margin: 10px 0;
}
.link_orange a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #fff;
	padding: 0px 15px;
}
.link_orange a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_yellow {
	border: 1px solid #E3DEA2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -moz-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -ms-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -o-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: linear-gradient(to bottom, #ffffff, #F8FDC3);
	display: inline-block;
	margin: 10px 0;
}
.link_yellow a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #5F4E39;
	padding: 0px 15px;
}
.link_yellow a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_azuki {
	border: 1px solid #BC8F90;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -moz-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -ms-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -o-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: linear-gradient(to bottom, #AF5C5D, #7C2829);
	display: inline-block;
	margin: 10px 0;
}
.link_azuki a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #fff;
	padding: 0px 15px;
}
.link_azuki a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_purple {
	border: 1px solid #EECCF3;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -moz-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -ms-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -o-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: linear-gradient(to bottom, #ffffff, #F7E5FD);
	display: inline-block;
	margin: 10px 0;
}
.link_purple a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #B251C3;
	padding: 0px 15px;
}
.link_purple a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_red {
	border: 1px solid #F96062;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F47B7D, #D85658);
	background-image: -moz-linear-gradient(top, #F47B7D, #D85658);
	background-image: -ms-linear-gradient(top, #F47B7D, #D85658);
	background-image: -o-linear-gradient(top, #F47B7D, #D85658);
	background-image: linear-gradient(to bottom, #F47B7D, #D85658);
	display: inline-block;
	margin: 10px 0;
}
.link_red a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #ffffff;
	padding: 0px 15px;
}
.link_red a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
/* --------------------------------------
フォームボタン
--------------------------------------*/
p.sbtn_1 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #96cff5;
	background-image: -webkit-linear-gradient(top, #96cff5, #3297d6);
	background-image: -moz-linear-gradient(top, #96cff5, #3297d6);
	background-image: -ms-linear-gradient(top, #96cff5, #3297d6);
	background-image: -o-linear-gradient(top, #96cff5, #3297d6);
	background-image: linear-gradient(to bottom, #96cff5, #3297d6);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_2 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #fac871;
	background-image: -webkit-linear-gradient(top, #fac871, #eb7f36);
	background-image: -moz-linear-gradient(top, #fac871, #eb7f36);
	background-image: -ms-linear-gradient(top, #fac871, #eb7f36);
	background-image: -o-linear-gradient(top, #fac871, #eb7f36);
	background-image: linear-gradient(to bottom, #fac871, #eb7f36);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_3 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #f0a3a3;
	background-image: -webkit-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -moz-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -ms-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -o-linear-gradient(top, #f0a3a3, #f07171);
	background-image: linear-gradient(to bottom, #f0a3a3, #f07171);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_4 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #ebd3b0;
	background-image: -webkit-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -moz-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -ms-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -o-linear-gradient(top, #ebd3b0, #b38541);
	background-image: linear-gradient(to bottom, #ebd3b0, #b38541);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_5 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	border: none;
	background: #f0ece4;
	background-image: -webkit-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -moz-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -ms-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -o-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: linear-gradient(to bottom, #f0ece4, #bdb8b3);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.maru input[type="submit"] {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
	text-shadow: 1px 1px 3px #666666;
	box-shadow: 0px 0px 6px 3px #e6e6e6;
	-moz-box-shadow: 0px 0px 6px 3px #e6e6e6;
	-webkit-box-shadow: 0px 0px 6px 3px #e6e6e6;
}
p.sbtn_1 input:hover {
	background: #409FDB;
}
p.sbtn_2 input:hover {
	background: #ec802e;
}
p.sbtn_3 input:hover {
	background: #ee6d6d;
}
p.sbtn_4 input:hover {
	background: #b38746;
}
p.sbtn_5 input:hover {
	background: #bbb6af;
}
/* ページ内スライド制御 */
.sliderbox {
	width: 500px;
	height: auto;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
	display: inline;
}
#pc_logo img {
	margin: 0 auto;
}
#mobile_logo {
	display: none;
}
#mobile_button {
	display: none;
}
.mobile_menu {
	display: none;
}
#mobile_main {
	display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
	display: none;
}
#content #main p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 10px 0;
	line-height: 17px;
}
#content #main h2.spe {
	padding: 0;
	margin: 0 0 30px;
	background-color: #fff;
	border: 0;
	display: inline-block;
	color: #444;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: left;
}
.rightbox {
	float: right;
}
.leftbox {
	float: left;
}
.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}
/* コンタクトフォーム */

input.wpcf7-form-control {
	line-height: 2;
	margin: 10px auto;
	border: 1px solid #b1a28a;
	padding:0px 10px 0px 10px;
    border-radius: 3px 3px 3px 3px;
	box-shadow:0px 0px 2px 0px #efefef inset;
}
p.contact_btn input.wpcf7-form-control {
	line-height: 2;
	margin: 0px auto;
	border: 0px solid #b1a28a;
	padding:0px 0px 0px 0px;
    border-radius: 0px;
	box-shadow:none;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
	width: auto;
	height: auto;
}
textarea.wpcf7-form-control {
	border: 1px solid #b1a28a;
    border-radius: 3px 3px 3px 3px;
	box-shadow:0px 0px 2px 0px #efefef inset;
}

@media print, screen and (min-width: 1000px) {
.pc_none{
	display:none;
}
}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/



@media print, screen and (max-width: 1000px) {

#content #main #lp div.eyelash ul.photo li div.color1{
	border: 2px solid #e2e2e2;
}

#content #main #lp div.eyelash ul.photo li div.color2{
	border: 2px solid #f4cdc2;
}

ul.eyelash li.img01{
	width:71.77814029363785%;
	float:right;
}
ul.eyelash li.img03{
	width:26.5905383360522%;
	float:left;
}

/* --------------------------------------
LP
--------------------------------------*/
#lp ul.navi{
	margin:0px 0px 47px 0px;
}

#lp ul.navi li{
	float:left;
}

#lp ul.navi li:nth-child(2n){
	float:right;
}

#content #main #lp p.bunner03{
	margin:0px 0px 20px 0px;
}

ul.navi02 li{
	float:left;
	margin:0px 2% 0px 0px;
	width:32%;
}

ul.navi02 li:nth-child(3n){
	float:left;
	width:32%;
	margin:0px 0px 0px 0px;
}

ul.navi02 li img{
	vertical-align:bottom;
}

ul.navi03{
	margin:0px 0px 20px 0px;
}

ul.navi03 li{
	float:left;
	margin:0px 2% 0px 0px;
	width:32%;
}

ul.navi03 li:nth-child(3n){
	float:left;
	width:32%;
	margin:0px 0px 0px 0px;
}

ul.navi03 li img{
	vertical-align:bottom;
}

ul.photo{
	margin:0px 0px 20px 0px;
}

ul.photo li{
	float:left;
	margin:0px 1% 10px 0px;
	width:24%;
	border:2px solid #eee6d0;
}

#content #main #lp div.eyelash ul.photo li div{
	border: 2px solid #eee6d0;
}

ul.photo li img{
	border:2px solid #fff;
}

ul.photo li:nth-child(4n){
	float:left;
	width:24%;
	margin:0px 0px 10px 0px;
}

#content #main #lp h2{
	margin:0px 0px 20px 0px;
	padding:0px;
	border:none;
}

div.about_left{
	width:auto;
	float:none;
}

div.about_right{
	width:auto;
	float:none;
}

ul.photo02{
	margin:0px 0px 50px 0px;
}

ul.photo02 li{
	float:left;
	margin:0px 1% 10px 0px;
	width:24%;
}

ul.photo02 li:nth-child(2n){
	float:left;
	margin:0px 1% 10px 0px;
	width:24%;
}

ul.photo02 li:nth-child(4n){
	float:left;
	margin:0px 0 10px 0px;
	width:24%;
}

#content #main #lp div.menubox{margin-bottom:0px;}


div.staff_wrap{
	background:url(../../images/bg01.png) repeat left top;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

div.staff{
	padding:10px;
	display:flex;
	margin:0px 0px 0px 0px;
}

div.staffbox{
	border:5px solid #ecdebc;
	background:#fff;
	width:49%;
	padding:5px 5px 0px 5px;
	float:left;
}

div.staffbox:nth-child(2n){
	border:5px solid #ecdebc;
	background:#fff;
	width:49%;
	padding:5px 5px 0px 5px;
	float:right!important;
	margin:0px 0px 0px 1%;
}

#content #main #lp div.staffbox h3{
	color:#a38123;
	font-size:16px;
	border-bottom:none;
	margin:0px 0px 10px 0px;
	border-left:5px solid #cfb776;
	padding:0px 0px 0px 15px;
}

#content #main #lp div.staffbox h3 span{
	color:#000000;
}

#content #main #lp div.staffbox p{
	font-size:12px;
	line-height:160%;
}

div.staff_right{
	width:auto;
	float:none;
}

div.salon_data{
	border:2px solid #cfb776;
	position:relative;
	margin:0px 0px 45px 0px;
}

img.icon02{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
}

div.salon_data_inner{
	border:8px solid #f5edd9;
	padding:20px;
}

div.shop_left{
	width:auto;
	float:none;
}

div.shop_right{
	width:auto;
	float:none;
}

p.f12{
	font-size:12px!important;
	margin:10px 0px 0px 0px;
}

ul.photo03{
	margin:0px 0px 0px 0px;
}

ul.photo03 li{
	width:49%;
	float:left;
	margin:0px 0px 10px 0px;
}

ul.photo03 li:nth-child(2n){
	width:49%;
	float:right;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.salon_data h3{
	background:url(../../images/icon01.png) no-repeat left top;
	margin:0px 0px 15px 0px;
	padding:5px 0px 10px 35px;
	font-weight:normal;
	border-bottom:2px solid #cfb776;
	font-size:16px;
}

#content #main #lp div.salon_data h3.moyori{
	background:url(../../images/moyori.png) no-repeat left top;
	background-size:20px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	border-bottom:none;
}

#content #main #lp div.shop_right p{
	line-height:160%;
}

#content #main #lp div.shop_right span.tel01{
	color:#a6862e;
	font-size:20px;
}

#content #main #lp div.shop_right span.tel02{
	color:#000;
	font-size:24px;
}

ul.eyelashnavi{
	margin:0px 0px 20px 0px;
}

ul.eyelashnavi li{
	float:left;
	width:49%;
	margin:0px 0px 10px 0px;
}

ul.eyelashnavi li:nth-child(2n){
	width:49%;
	float:right;
	margin:0px 0px 10px 0px;
}

ul.eyelashnavi li:nth-child(4n){
	float:right;
	margin:0px 0px 10px 0px;
}

#content #main #lp h2.eyelash{
	background:url(img/eyelash/h2_bg.png) no-repeat center center;
	color:#a38123;
	font-size:20px;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content #main #lp div.eyelash h2 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: none;
}

#content #main #lp div.eyelash ul.photo{
	margin:0px 0px 0px 0px;
}

#content #main #lp div.eyelash ul.photo li{
	float:left;
	margin:0px 0px 10px 0px;
	width:49%;
}

#content #main #lp div.eyelash ul.photo li:nth-child(2n){
	float:right;
	width:49%;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(3n){
	float:left;
	width:49%;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(4n){
	float:right;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(5n){
	float:left;
	width:49%;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(6n){
	float:right;
	margin:0px 0px 10px 0px;
}


#content #main #lp div.eyelash ul.photo li:nth-child(7n){
	float:left;
	width:49%;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(8n){
	float:right;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(9n){
	float:left;
	width:49%;
	margin:0px 0px 10px 0px;
}

#content #main #lp div.eyelash ul.photo li:nth-child(10n){
	float:right;
	margin:0px 0px 10px 0px;
}

#content #main #lp p.designplan{
	line-height:130%;
	margin:5px 0px 30px 0px;
}

#content #main #lp p.designplan span{
	color:#a38123;
}

div.left_menu{
	width:auto;
	float:none;
}

div.right_menu{
	width:auto;
	float:none;
}

#content #main #lp div.menubox h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#a38123;
	border-bottom:2px solid #cfb776;
}

#content #main #lp div.menubox h3 span{
	color:#000000;
	font-size:14px;
}

dl.menu_price{
	border-bottom:1px solid #c9c9c9;
}

dl.menu_price dt{
	float:left;
	width:60%;
}

dl.menu_price dd{
	width:40%;
	text-align:right;
	float:right;
	border-bottom:none;
	padding-left:0px;
}

div.menu_price_wrap{
	margin:0px 0px 30px 0px;
}

div.staffbox_wrap02{
	background:url(../../images/staff_bg.png) repeat center center;
	padding:17px;
	margin:0px 0px 70px 0px;
}

div.staffbox_inner{
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
}

div.staffbox_inner02{
	width:auto;
	float:none;
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
	margin:0px 0px 10px 0px;
}

div.staffbox_inner03{
	width:auto;
	float:none;
	border:10px solid #f4cdc2;
	background:#fff;
	padding:20px 20px 0px 20px;
}

div.staff_box_right02{
	float:none;
	width:auto;
}

div.staff_box_right{
	float:none;
	width:auto;
}

#content #main #lp div.staff_box_right h3{
	font-size: 16px;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	border-left: 5px solid #cfb776;
	padding: 0px 0px 0px 10px;
}

#content #main #lp div.staff_box_right02 h3{
	font-size: 16px;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	border-left: 5px solid #cfb776;
	padding: 0px 0px 0px 10px;
}

#content #main #lp div.staff_box_right p,#content #main #lp div.staff_box_right02 p {
    font-size: 12px;
    line-height: 160%;
}

#content #main #lp h3.reservation {
    background: url(../../images/icon01.png) no-repeat left 3px;
	background-size:20px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 4px 30px;
    font-weight: normal;
    border-bottom: 2px solid #cfb776;
}

div.reservation_left{
	width:auto;
	float:none;
}

.page-id-26 #content #main{
	width:100%;
	padding:0px;
}

.page-id-26 #content #main #lp div.w1000{
	width:auto;
	margin:0px auto;
	padding:0px 10px 0px 10px;
}

.page-id-26 #content #main #lp div.recruit h2.recruit01{
	background:url(../../images/h2_bg01.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	padding:20px 10px 20px 10px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit02{
	background:url(img/recruit/h2_bg02.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	padding:20px 10px 20px 10px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit03{
	background:url(img/recruit/h2_bg03.png) no-repeat center center;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	padding:20px 10px 20px 10px;
	color:#573315;
}

.page-id-26 #content #main #lp div.recruit h2.recruit01 span,
.page-id-26 #content #main #lp div.recruit h2.recruit02 span,
.page-id-26 #content #main #lp div.recruit h2.recruit03 span{
	color:#ef8a8a;
}

.page-id-26 #content #main #lp p{
	font-size:14px;
	color:#321600;
}

.page-id-26 #content #main #lp div.recruitbox_01{
	width:auto;
	float:none;
}

.page-id-26 #content #main #lp div.recruitbox_01 p{
	margin:20px 0px 20px 0px;
}

.page-id-26 #content #main #lp div.reason{
	background:url(img/recruit/bg.png) repeat center center;
	padding:5px 0px 20px 0px;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.reason_inner{
	background:url(img/recruit/star.png) repeat-x center top;
}

.page-id-26 #content #main #lp div.reason_inner02{
	width:auto;
	margin:0px auto;
	padding:45px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.reason_box{
	border:10px solid #f2e2b5;
	background:#fff;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.reason_inner02 h2{
	color:#705a4d;
	font-size:18px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff8e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff8e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fff8e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8e1',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #f2e2b5;
	padding:20px 10px 20px 100px;
	letter-spacing:0px;
	position:relative;
}

.page-id-26 #content #main #lp div.reason_inner02 h2 span{
	color:#ee7979;
}

.page-id-26 #content #main #lp div.reason_inner02 h2 img{
	position:absolute;
	top:-18px;
	left:10px;
	width:80px;
}

div.reason_inner03{
	padding:0px 10px 20px 10px;
}

.page-id-26 #content #main #lp h3.reason_h3{
	color:#321600;
	font-size:18px;
	letter-spacing:0px;
	border-bottom:none;
	text-align:center;
	line-height:200%;
}

.page-id-26 #content #main #lp h3.reason_h3 span{
	border-bottom:5px solid #fdc9c9;
}

ul.reason_list{
	margin:0px 0px 20px 0px;
}

ul.reason_list li{
	color:#321600;
	font-size:14px;
	background:url(img/recruit/heart.png) no-repeat left 1px;
	padding:0px 0px 0px 30px;
	font-weight:bold;
}

img.left{
	float:none;
	display:block;
	margin:0px auto;
}

img.right{
	float:none;
	display:block;
	margin:0px auto;
}

.page-id-26 #content #main #lp h2.staff_message{
	color:#321600;
	font-size:14px;
	letter-spacing:0px;
	padding:23px 0px 0px 0px;
	text-align:center;
}

.page-id-26 #content #main #lp h2.staff_message img{
	float:none;
	margin:0px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.staff_box_color01{
	border:3px solid #ecd37b;
	padding:7px;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.staff_box_color02{
	border:3px solid #b5dcd9;
	padding:7px;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp div.staff_box_color03{
	border:3px solid #f1bdbd;
	padding:7px;
	margin:0px 0px 60px 0px;
}

.page-id-26 #content #main #lp div.staff_box_inner{
	background:url(img/recruit/staff_message_bg.png) repeat left top;
	padding:10px 10px 10px 10px;
	position:relative;
}

.page-id-26 #content #main #lp div.staff_box_inner h3{
	background: #fff;
	border-bottom: none;
	font-size: 20px;
	color: #705a4d;
	width: 100%;
	height: auto;
	font-weight: normal;
	padding: 14px 0px 10px 25px;
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px 0px 10px 0px;
}

.page-id-26 #content #main #lp div.staff_box_inner h3 span{
	color:#ee7979;
}

.page-id-26 #content #main #lp div.staff_box_inner p{
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:160%;
	padding:0px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.recruit_detail{
	background:url(img/recruit/bg02.png) repeat center 40px;
	padding:40px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.recruit_detail_inner{
	padding:100px 0px 0px 0px;
	background:url(img/recruit/ttl03.png) no-repeat center 0px;
	margin:-40px 0px 0px 0px;
}

.page-id-26 #content #main #lp div.recruit_table{
	padding:18px;
	background:#fff;
	margin:0px 0px 20px 0px;
}

.page-id-26 #content #main #lp h2.recruit_table_ttl{
	color:#705a4d;
	font-size:20px;
	text-align:center;
	margin:0px 0px 30px 0px;
}

.page-id-26 #content #main #lp h2.recruit_table_ttl span{
	color:#ee7979;
}

div.contact_box{
	padding:20px 0px 20px 0px;
}

div.contact_box_inner{
	background:#f2e2b5;
	padding:20px;
	margin:0px 0px 30px 0px;
}

p.contact_btn input{
	width:100%;
}



/* 構造 */

ul.gnavi li{
	float: left;
	width: 33.333333333333%;
}

ul.gnavi li img{
	width:100%;
}

div.f_left {
    float: none;
    width: auto;
}

div.f_right {
    float: none;
    width: auto;
}

ul.f_navi {
    margin: 15px 10px 20px 10px;
}

ul.f_navi li {
    padding: 10px;
    background: #f2ecda;
    width: 48%;
    float: left;
    margin: 0px 12px 10px 0px;
}

ul.f_navi li:nth-child(2n) {
    padding: 10px;
    background: #f2ecda;
    width: 48%;
    float: right;
    margin: 0px 0px 10px 0px;
}

ul.f_navi li:nth-child(3n) {
    padding: 10px;
    background: #f2ecda;
    width: 48%;
    float: left;
    margin: 0px 12px 10px 0px;
}

ul.f_navi li:nth-child(6n) {
    padding: 10px;
    background: #f2ecda;
    width: 48%;
    float: right;
    margin: 0px 0px 10px 0px;
}

p.shop_tel{
	border-top:1px solid #e3d5ae;
	padding:10px 0px 10px 0px;
}

p.shop_tel02{
	border-top:1px solid #e3d5ae;
	border-bottom:1px solid #e3d5ae;
	padding:10px 0px 10px 0px;
	margin:0px 0px 20px 0px;
}

p.shop_tel img,p.shop_tel02 img{
	max-width:80%;
}

ul.f_sns {
    margin: 15px 10px 20px 10px;
}

ul.f_sns li {
    padding: 15px 0px 15px 0px;
    border: 4px solid #cfb776;
    width: 48%;
    float: left;
    margin: 0px 0px 0px 0px;
}

ul.f_sns li:nth-child(2n) {
    padding: 15px 0px 15px 0px;
    border: 4px solid #cfb776;
    width: 48%;
    float: right;
    margin: 0px 0px 0px 0px;
}

img.f_contact {
	display:none;
}

.f_left02{
	width:auto;
	float:none;
	text-align:center;
	border-top:2px solid #cfb776;
	padding:10px 10px 0px 10px;
}

.sp_none{
	display:none!important;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	overflow-x: hidden;
}
.wrapper {
	z-index: 10;
	width: 100%;
	padding-top: 50px;
}
.wrapper_head, #header {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
#header .header_l img {
	margin: 0px 0 0 10px;
	width: 180px;
	height: auto;
}
body, .home {/* 背景画像を非表示にしています */
	background: none;
	background-color: #fff;
}
#header h1 {/* h1はなしにしています */
	display: none;
}
.headnav, #footermenu {/* tel画像、フッターメニューを非表示にしています */
	display: none;
}
#submain .h1wrap {
	width: auto;
}
#content #side {/* スマホ用のサイドバー */
	display: block;
	margin: 0 auto;
	float: none;
	width: 90%;
}
#content #side h3 {
	width: 100%;
}
#header.fixed {
/*  top:auto;メニュー戻り時ズレ防止 */
}
#header.fixed .header_l img {
	display: block;
}
#content #main {
	width: 100%;
	float: none;
	display: block;
	margin: 0;
	padding: 0 10px;
}
.ibox_p {
	width: 100%;
}
#submain img {
	top: -250px;
}
.page-id-66 #submain img {
	top: -180px;
}
#content img, #content iframe {
	max-width: 100%;
	height: auto;
}
#content {
	padding-top: 10px;
	width: auto;
}
#pan {
	width: auto;
	margin-left: 10px;
}
#content .sec {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.mobile_only {/* モバイルにだけ表示させたいものに使用する */
	display: block;
}
.pc_only {/* pcにだけ表示させたいものに使用する */
	display: none;
}
/* ヘッダー */

.header_l img {
	width: auto;
	margin-top: 20px;/* スマフォlogo.pngの余白調整 */
	margin-left: 10px;/* スマフォlogo.pngの余白調整 */
	height: 15px;/* スマフォlogo.png高さの半分のサイズ */
}
#imagebox3 {
	margin-bottom: 0px;
}
#pc_button {
	display: none;
}
#mobile_button {
display: block;
position: absolute;
top: 2px;
right: 2px;
background-color: #cfb776;
height: 40px;
width: 45px;
padding: 5px 10px 0 9px;
border-radius: 4px;        /* CSS3草案 */  
-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 4px;   /* Firefox用 */  
}
#mobile_button .menutxt {
	/* font-size: 10px; */
	text-decoration: none;
	position: relative;
	border: none;
	display: block;
	color:#fff;
}
#mobile_button .menutxt svg {
	width: 28px;
	height: auto;
	display:none;
}
#mobile_button .menutxt svg path {
	fill: gray;
}
.lineswrap {
	height: 20px;
}
#mobile_button .lines {
	background: #fff;
	display: inline-block;
	width: 28px;
	height: 3px;
	position: relative;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines:after, #mobile_button .lines:before {
	background: #fff;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 3px;
	content: '';
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines:before {
	top: 8px;
	right: 0;
}
#mobile_button .lines:after {
	top: -8px;
	right: 0px;
}
#mobile_button a.xclose {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 0;
	margin-top: 6px;
	z-index: 1020;
	cursor: pointer;
}
#mobile_button .xclose .menutxt {
	display: none;
}
#mobile_button .xclose .lines {
	background: 0 0;
}
#mobile_button .xclose .lines:before {
	top: -14px;
	right: 0px;
	transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
#mobile_button .xclose .lines:after {
	top: -14px;
	right: 0px;
	transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
a#sidr-menu-button {
	display: block;
	height: auto;
	text-decoration: none;
}
#mobile_main {
	display: inline-block;
}
#mobile_main img {
	max-width: 100%;
}
#header {
	background: none;
	margin-top: 0;
	height: 50px;
	background-color: #fff;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
	position: fixed;
}
#header .header_l {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
/* ハンバーガーボタン */


#panel-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	/*  margin: 20px 0 10px;*/
	background: #fff;
}
#panel-btn:hover {
	background: #fafafa;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	margin: -2px 0 0 -15px;
	background: #666;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #666;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -10px;
}
#panel-btn-icon:after {
	margin-top: 6px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/* モバイル用のメニュー */


#panel {
	display: none;
	top: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 5;
}
#panel li a {
	text-decoration: none;
	font-size: 87%;
	line-height: 1.3;
	padding: 10px 15px;
	border-radius: 5px;
	color: white;
	width: 220px;
	display: block;
	margin: 0 auto 12px;
	font-weight: bold;
}
#panel .menu_list1 li a {/* 固定ページのリスト部分 */
	background-color: #393871;
}
#panel .menu_list2 li a {/* 投稿カテゴリのリスト部分 */
	background-color: #ccc;
	color: #333;
}
/* メイン画像　下層画像 */
#imagebox img {
	max-width: 100%;
}
#imagebox {
	margin: 0;
	text-align: center;
	height: auto;
}
#imagebox3 img {
	max-width: 80%;
	height: auto;
}
#imagebox3 {
	margin: 0;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.imagebox_p {
	width: 60%;
	padding: 50px 0 0 0;
	height: 50%;
}
#base #bg #imagebox3 h1 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 20px;
	color: #566278;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 25px;
}
.imagebox_p span.c_2 {
	font-size: 20px;
}
.imagebox_p span.c_3 {
	font-size: 18px;
}
#imagebox2 {
	padding: 15px 10px 10px 10px;
	font-size: 125%;
	background-size: cover;
	height: auto;
	background-position: 50% 50%;
	line-height: 1.3;
}
/* 見出し */

#content #main h2.singletitle, #content #main h2.title, #content #main h2, #content #main h3, #content #main h4 {
	height: 100%;
	line-height: 1.2;
}
#content #main h2 {
	line-height: 1.5;
	margin-top: 30px;
}
/* フッター（サイド） */

#mobile_side {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.side_area img {
	display: block;
	margin: 0 auto;
}
#mobile_side .side_area h3 {
	width: 100%;
}
/* テーブル */

.tablestyle {
	border-collapse: collapse;
	width: 100% !important;
	border-top: 1px solid #dadada;
}
.tablestyle td {
	display: block;
	width: 100%;
	border-top: 0;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
	float: none;
	display: block;
	margin: 10px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
	display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.wpcf7-text {
	width: 90%;
}
.k-year .wpcf7-form-control {/*年号のテキスト*/
	width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
	display: block;
	width: 100%;
	font-weight: bold;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
	text-align: left;
}
/* 電話番号タップ */

#mobile_tel {
	display: block;
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	padding: 10px 0 5px 0;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}
.mobile_tel_inner {
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 2px;
	background: #fff;
}
.tel_name {
	padding: 5px 0;
	font-weight: bold;
	color: #333;
}
.tel_btn {
	display: block;
	border-radius: 5px;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
	background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0 );
}
.tel_btn a {
	color: #fff;
	text-decoration: none;
}
/*------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
--------------------------------------------------------*/
.simplegallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
}
/*------------------------------------------------------
(1)スライダー
--------------------------------------------------------*/
/*メイン画像マージン*/
.bx-wrapper {
	margin: 0 auto 0px;
}
/*メイン画像に内余白をつける*/
.bx-wrapper .bx-viewport {
	padding: 0px;
}
/*サムネイル*/
#bx-pager {
	background-color: #●●●;/*サムネイル枠背景色*/
	background-image: url(img/bg_sliderthum.png);/*サムネイル枠背景画像*/
	/*▲どちらか一方を残しもう一方は削除▲*/

	padding: 12px 90px;
	margin-bottom: 20px;
}
#bx-pager a.last {
	margin-right: 0;
}
/*サムネイル通常時*/
#bx-pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#bx-pager a {
	display: block;
	float: left;
	margin-right: 21px;
	border: 1px solid #E1E1E3;
}
/*メインで表示されている画像に対応するサムネイル*/
#bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#bx-pager a.active {
	border: 1px solid #f00;
}
/*ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ*/
.img2 {
	display: none;
}
.img2.show {
	display: block;
}
.header_tel {
	display: none;
}
#pagetop {
	display: none;
}
#header.fixed {
	width: 100%;
	height: 50px;
}
.footer_btm_wrap {
	/*width: 290px;*/
	float: none;
}
.footer_com {
}
#logo_footer {
	float: none;
	display: inline-block;
}
#footer .footer_tel p {
	width: 100%;
	text-align: center;
}
p.cinfo {
	text-align: center;
	display: block;
}
p.urls {
	text-align: center;
	display: block;
}
#footer .footer_btm {
	width: 100%;
	text-align: center;
}
.footer_btm {
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
}
a.link, a.link2 {
	width: 40%;
}
.cd0, .cd1, .cd2, .cd3 {
	padding: 20px 0 20px;
}
/* ページ内スライド制御 */
.sliderbox {
	float: none;
	width: 100%;
	margin-left: 0;
}
/*clearfixと組み合わせて使用*/
.six_four_r,.six_four_l,.seven_three_r,.seven_three_l {
  width: 80%;
  float: none;
  margin: 0 auto;
}

}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media print, screen and (max-width: 599px) {
#content #main {
	font-size: 13px;
}
#content #main h1.singletitle, #content #main h1, h1 {
	font-size: 30px;
	padding-top: 70px;
}
#content #main h2 {
	font-size: 22px;
}
#content #main h3 {
	font-size: 18px;
}
#ibox {
/* height: 250px;*/
}
.ibox_p {
	height: 300px;
}
.ibox_p h1 {
	font-size: 20px;
}

/*キャッチを画像にする場合*/
.ibox_p img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  display: block;
  margin: auto;
}
#submain {
	height: 100px;
}
#submain img {
	top: -150px;
}
.page-id-66 #submain img {
	top: -80px;
}
#submain .h1wrap {
	margin: 0;
	text-align: center;
}
#submain h1 {
	margin-top: 25px;
	font-size: 20px;
	letter-spacing: 1px;
}
.three_box p {
	font-size: 14px;
}
.footer_tel {
	padding: 10px 0;
}
.f_telbtn {
	display: block;
}
#logo_footer {
	float: none;
	text-align: center;
	display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
	margin-bottom: 0px;
}
.footer_btm_wrap {
	margin-top: 0px;
	float: none;
	/*padding-top: 25px;*/
	width: auto;
}
.telnum {
	display: none;
}
#imagebox3 {
	clear: both;
	z-index: 2;
	text-align: center;
	height: 200px;
	background-color: #f6f7fa;
	padding-top: 20px;
	margin-bottom: 0px;
	/* background-position: bottom center; */
	background-position: center;
	/*background-image: url("img/dot_black.png"),url("img/main_bg2.jpg");*/
	background-image: url("img/main_bg2.jpg");
	position: relative;
}
.imagebox_p {
	width: 95%;
	height: 60%;
	padding-top: 20px;
}
#base #bg #imagebox3 h1 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 12px;
}
#base #bg #imagebox3 h1 .fs {
	font-size: 16px;
}
.imagebox_p span.c_2 {
	font-size: 13px;
	letter-spacing: -0.5px;
}
.imagebox_p span.c_3 {
	font-size: 18px;
}
.imagebox_p p {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 0;
}
.footer_tel {
	height: auto;
	line-height: normal;
}
.footer_tel p {
	line-height: 45px;
}
.imagebox_p span.c_2 {
	font-size: 15px;
	line-height: 1.3;
}
.imagebox_p span.c_3 {
	font-size: 15px;
	line-height: 1.3;
}
#footer .footer_tel p {
	background-color: #303030;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: normal;
}
#logo_footer img {
	margin-top: 40px;
}
.rightbox, .leftbox {
	float: none;
}
.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
a.link, a.link2 {
	width: 90%;
}
}/*end*/
