/* *******************************************************************************
1. common
?? 1-1. float
?? 1-2. margin
?? 1-3. padding
?? 1-4. text-align
?? 1-5. bold
?? 1-6. ph
?? 1-7. pc sp change
2. header
3. nav
4. mainimage
5. footer
6. content
?? 6-1. title
?? 6-2. top
?? 6-3. under 
?? 6-4. map 
?? 6-5. tel
7. full content
8. blog
?? 8-1. sns
******************************************************************************* */
/* =====================================
1. common
===================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
 vertical-align: inherit;
}
/* 1-1. float -------------------------- */

.fl {
 float: left;
}
.fr {
 float: right;
}
.cb {
 clear: both;
}
/* 1-2. margin -------------------------- */

.m00 {
 margin: 0 !important;
}
.m05 {
 margin: 5px !important;
}
.m10 {
 margin: 10px !important;
}
.m15 {
 margin: 15px !important;
}
.m20 {
 margin: 20px !important;
}
.m25 {
 margin: 25px !important;
}
.m30 {
 margin: 30px !important;
}
.m35 {
 margin: 35px !important;
}
.m40 {
 margin: 40px !important;
}
.m45 {
 margin: 45px !important;
}
.m50 {
 margin: 50px !important;
}
.mt00 {
 margin-top: 0 !important;
}
.mt05 {
 margin-top: 5px !important;
}
.mt10 {
 margin-top: 10px !important;
}
.mt15 {
 margin-top: 15px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt25 {
 margin-top: 25px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt35 {
 margin-top: 35px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt45 {
 margin-top: 45px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mr00 {
 margin-right: 0 !important;
}
.mr05 {
 margin-right: 5px !important;
}
.mr10 {
 margin-right: 10px !important;
}
.mr15 {
 margin-right: 15px !important;
}
.mr20 {
 margin-right: 20px !important;
}
.mr25 {
 margin-right: 25px !important;
}
.mr30 {
 margin-right: 30px !important;
}
.mr35 {
 margin-right: 35px !important;
}
.mr40 {
 margin-right: 40px !important;
}
.mr45 {
 margin-right: 45px !important;
}
.mr50 {
 margin-right: 50px !important;
}
.mb00 {
 margin-bottom: 0 !important;
}
.mb05 {
 margin-bottom: 5px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb15 {
 margin-bottom: 15px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb25 {
 margin-bottom: 25px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb35 {
 margin-bottom: 35px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb45 {
 margin-bottom: 45px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.ml00 {
 margin-left: 0 !important;
}
.ml05 {
 margin-left: 5px !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;
}
.ml35 {
 margin-left: 35px !important;
}
.ml40 {
 margin-left: 40px !important;
}
.ml45 {
 margin-left: 45px !important;
}
.ml50 {
 margin-left: 50px !important;
}
/* 1-3. padding -------------------------- */

.pa00 {
 padding: 0 !important;
}
.pa05 {
 padding: 5px !important;
}
.pa10 {
 padding: 10px !important;
}
.pa15 {
 padding: 15px !important;
}
.pa20 {
 padding: 20px !important;
}
.pa25 {
 padding: 25px !important;
}
.pa30 {
 padding: 30px !important;
}
.pa35 {
 padding: 35px !important;
}
.pa40 {
 padding: 40px !important;
}
.pa45 {
 padding: 45px !important;
}
.pa50 {
 padding: 50px !important;
}
.pt00 {
 padding-top: 0 !important;
}
.pt05 {
 padding-top: 5px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt15 {
 padding-top: 15px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt25 {
 padding-top: 25px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt35 {
 padding-top: 35px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt45 {
 padding-top: 45px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pr00 {
 padding-right: 0 !important;
}
.pr05 {
 padding-right: 5px !important;
}
.pr10 {
 padding-right: 10px !important;
}
.pr15 {
 padding-right: 15px !important;
}
.pr20 {
 padding-right: 20px !important;
}
.pr25 {
 padding-right: 25px !important;
}
.pr30 {
 padding-right: 30px !important;
}
.pr35 {
 padding-right: 35px !important;
}
.pr40 {
 padding-right: 40px !important;
}
.pr45 {
 padding-right: 45px !important;
}
.pr50 {
 padding-right: 50px !important;
}
.pb00 {
 padding-bottom: 0 !important;
}
.pb05 {
 padding-bottom: 5px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb15 {
 padding-bottom: 15px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb25 {
 padding-bottom: 25px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb35 {
 padding-bottom: 35px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb45 {
 padding-bottom: 45px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pl00 {
 padding-left: 0 !important;
}
.pl05 {
 padding-left: 5px !important;
}
.pl10 {
 padding-left: 10px !important;
}
.pl15 {
 padding-left: 15px !important;
}
.pl20 {
 padding-left: 20px !important;
}
.pl25 {
 padding-left: 25px !important;
}
.pl30 {
 padding-left: 30px !important;
}
.pl35 {
 padding-left: 35px !important;
}
.pl40 {
 padding-left: 40px !important;
}
.pl45 {
 padding-left: 45px !important;
}
.pl50 {
 padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */

.tal {
 text-align: left;
}
.tac {
 text-align: center;
}
.tar {
 text-align: right;
}
/* 1-5. bold -------------------------- */

.bold {
 font-weight: bold;
}
/* 1-6. ph -------------------------- */

.ph {
 display: inline-block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #e3e3e3;
 -o-box-sizing: border-box;
}
.ph img {
 width: 100%;
}
/* 1-7. pc sp change -------------------------- */

.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
.img_small img {
 max-width: 208px;
}
.top_wrap.b_11 {
 margin: 0;
}
ul.sitemap_ic li a:after {
 background: #fff;
}
#back-top {
 right: 20px;
}
/*--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
 .pc {
  display: none !important;
 }
 .sp {
  display: block !important;
 }
}
/* =====================================
2. header
===================================== */
/* =====================================
3. nav
===================================== */

#inquiryBody nav {
 display: none;
}
/* =====================================
4. mainimage
===================================== */

.under #mainimage .container_12 {
 line-height: 1.2 !important;
 padding: 26px 0;
 background: #614a2c;
 box-shadow: 0 4px 7px rgba(0, 0, 0, .1);
}
.under #mainimage h2 {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 font-size: 43px;
 font-weight: bold;
 line-height: 1.4;
 display: block;
 text-align: center;
 color: #fff;
}
.under h2 span {
 font-size: 70%;
 display: block;
 color: #f0ffd6;
}
/* =====================================
5. footer
===================================== */

#footer img {
 width: auto;
}
#footer .footerLink {
 margin: 10px 0;
 list-style: outside none none;
}
#footer .footerLink li {
 display: inline;
}
/* =====================================
6. content
===================================== */

#content {
 line-height: 1.8;
 min-height: 700px;
 margin-top: 30px;
 text-align: left;
 word-wrap: break-word;
}
#content p {
 line-height: 1.8;
 margin-top: 5px;
 margin-bottom: 0;
}
p .more_btn {
 margin-top: 20px;
}
.box-1 {
 background: url(/asset/bg_pic2.jpg) no-repeat scroll 50% 0 #304912;
}
/* 6-1. title -------------------------- */

.static #content h2.titleBg,
h2.titleBg {
 font-size: 22px!important;
 font-weight: normal;
 position: relative;
 display: block;
 padding: 10px 10px 7px 0!important;
 color: #6d512f;
 border-top: none!important;
 border-bottom: 12px solid #f1ecdf!important;
 background: none;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*.static #content h2.titleBg:before,
h2.titleBg:before {
 position: absolute;
 bottom: -3px;
 left: 0;
 width: 200px;
 height: 3px;
 content: '';
 background: #554126;
}*/

.gnv_tmp_h2_bg h2 {
 /*background: none repeat scroll 0 0 #f9f7f2;
 border-bottom: 5px solid #ccc2a7;
 border-top: 5px solid #f1ecdf;*/
 color: #4f3513;
 display: block;
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 36px;
 font-weight: normal;
 padding: 21px 0;
 text-align: center;
}
.gnv_tmp_h3_bg h3 {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 border-bottom: 12px solid #f1ecdf !important;
 color: #553618;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 20px;
 font-weight: normal;
 line-height: 1.6;
 margin: 0;
 padding: 5px 5px 5px 0;
 position: relative;
}
/*.gnv_tmp_h3_bg h3:before {
 position: absolute;
 top: 6px;
 left: 10px;
 border-radius: 2px;
 content: "";
 width: 4px;
 height: 30px;
 background: #ff6e00;
}*/
/*.gnv_tmp_h3_bg h3:after{
content: "";
position: absolute;
top: 51%;
right:-125px;
width: 110px;
background: #cdcbc1;
height: 1px;
}*/

.gnv_tmp_h4_bg h4,
h3.entry-title {
 border-bottom: 2px dotted #2c2517;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 color: #6d512f;
 font-size: 19px;
 font-weight: normal;
 margin: 0;
 padding: 10px 10px 5px 0px;
 position: relative;
}
/*.gnv_tmp_h4_bg h4:before,
h3.entry-title:before {
 border: 5px solid #ec8026;
 border-radius: 50%;
 content: "";
 height: 10px;
 left: 1px;
 position: absolute;
 top: 12px;
 width: 10px;
}*/

h3.entry-title {
 margin: 0 0 15px 0;
}
h5:before {
 background: none repeat scroll 0 0 #6d512f;
 border-radius: 50%;
 content: "";
 height: 8px;
 left: 8px;
 position: absolute;
 top: 12px;
 width: 7px;
}
h5 {
 background: none repeat scroll 0 0 #6d512f;
 border-radius: 3px;
 color: #614a2c;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 120%;
 font-weight: bold;
 padding: 6px 0 5px 23px;
 position: relative;
}
/* 6-2. top -------------------------- */

.b_11_in .item span img,
.b_11_2_in .item span img {
 float: none !important;
 width: 100% !important;
}
p.mw220 {
 max-width: 220px;
}
.b_11_in .item .more_btn {
 float: right;
 margin-top: 0 !important;
}
.b_11 .b_11_in .img8 span img {
 display: inline;
 float: none;
 width: auto;
 margin: 0 .5em .5em 0;
}
/* 6-3. under -------------------------- */

.bg1 {
 padding-bottom: 49px;
 border-top: 1px solid #e5e5e5;
 background: #edecec;
}
.container_12:after {
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 content: ' ';
}
.container_12 {
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
.img9 {
 margin-top: 0;
}
b_11 .img9 {
 float: none !important;
}
.b_11 .b_11_in .img9 span img {
 float: left;
 margin-top: 27px;
 margin-right: 30px;
}
.w100 img {
 float: none !important;
 width: 100% !important;
 margin: 0 !important;
}
.b_11 .b_11_in .img6 span img {
 width: 100%;
}
/*--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
 .b_11 .b_11_in span img {
  width: 100%;
  margin-top: 0;
 }
}
/* 6-4. map -------------------------- */

.gnv_tmp_map {
 position: relative;
 overflow: hidden;
 height: 0;
 padding-bottom: 40%;
 /* ???ꂪ?c????*/
}
.gnv_tmp_map iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}
/*--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
 .gnv_tmp_map {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 80%;
  /* ???ꂪ?c????*/
 }
}
/* 6-5. tel -------------------------- */

.tel_txt a {
 cursor: text;
}
.tel_txt a:hover {
 text-decoration: none;
 color: #bababa;
}
/*--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
 .tel_txt a,
 .tel_txt a:hover {
  text-decoration: underline;
 }
}
/* =====================================
7. full content
===================================== */

.full #content .grid_12 {
 position: relative !important;
 display: block;
 float: none;
 margin: 0 auto !important;
 padding: 0 !important;
}
.full #content .container {
 width: 100% !important;
}
.full .bg1 {
 display: block !important;
 margin: 0 !important;
 padding: 2em 0 !important;
 border: none !important;
}
.full #content .img5 {
 margin-top: 0;
 margin-bottom: 10px;
}
.full #content .img8 {
 margin-top: 0;
}
.full #content .item p {
 float: left;
 max-width: 220px;
 margin-top: 30px;
}
.full #content .item .more_btn {
 float: right;
}
#gallerySlider .placeholder {
 background: none repeat scroll rgba(0, 0, 0, .5) !important;
}
/*--------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 995px) {
 .full .grid_12 .grid_12 {
  width: 748px !important;
 }
}
@media screen and (max-width: 767px) {
 .full #content .grid_12 {
  width: 88% !important;
 }
 .full #content .container {
  width: 100% !important;
  padding: 0 !important;
 }
 .grid_3,
 .grid_4 {
  margin-bottom: 30px;
 }
}
/* =====================================
8. blog
===================================== */

.archiveBox h3 {
 text-align: left;
 border-bottom: 1px solid #997329;
}
.blog .grid_8 {
 margin-left: 0;
}
/* 8-1. sns -------------------------- */

.blog #content .shareBt {
 text-align: right;
}
.blog .shareBt .fb_iframe_widget {
 margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
 width: 90px !important;
 text-align: right;
 vertical-align: middle;
}
.lineBt img {
 margin-top: 5px;
}
/*=============================================追記=============================================*/
/*=============================================pc(pc)=====================================*/
/** {
 word-break: break-all;
}*/

a {
 outline: none;
}
a:focus,
*:focus {
 outline: none;
}
body {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif!important;
 font-size: 14px;
 line-height: 180%;
 color: #4b4b4b;
 word-break: inherit;
 background: none;
}
a:hover img {
 opacity: .8;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: 'alpha( opacity=100 )';
}
.clearfix:after {
 font-size: .1em;
 line-height: 0;
 display: block;
 visibility: hidden;
 clear: both;
 height: .1px;
 content: ' ';
}
br.br01 {
 display: block;
}
br.br02 {
 display: block;
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h2 {
 margin-bottom: 30px !important;
}
.mb_h3 {
 margin-bottom: 30px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 10px!important;
}
.mb_01 {
 margin-bottom: 40px!important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 65px!important;
}
.arrow_box {
 position: relative;
 width: 100%;
 height: 40px;
}
.arrow_box:before {
 position: absolute;
 top: 10px;
 left: 0;
 width: 100%;
 height: 0;
 content: '';
 border-top: dotted #ddd 2px;
 background: none;
}
.arrow_box:after {
 position: absolute;
 top: 10px;
 left: 50%;
 display: block;
 width: 0;
 height: 0;
 margin: 0 0 0 -30px;
 content: '';
 border: 30px solid transparent;
 border-top: 16px solid #E9D9C5;
}
.border_box01 {
 background-color: #f7e9d7;
 border-radius: 7px;
 padding: 10px;
}
.border_box02 {
 padding: 10px;
 border: dotted 1px #ccc;
 background-color: #F1E5D7;
}
.text_01 {
 font-size: 26px;
 font-weight: bold;
 line-height: 1.8 !important;
 text-align: center;
}
.text_02 {
 font-size: 24px;
}
.text_03 {
 font-size: 24px;
}
.text_a01 a {
 text-decoration: underline;
 color: #6d512f;
}
.text_a01 a:hover {
 text-decoration: none;
 color: #6d512f;
}
table.table01 {
 font-size: 15px;
 width: 100%;
 margin: 0 auto;
 border-collapse: collapse;
 background: #fff;
}
table.table01 thead th {
 font-weight: normal;
 padding: 1%;
 text-align: left;
 color: #fff;
 border: 1px solid #ccc;
 background: none repeat scroll 0 0 #6d512f;
}
table.table01 th {
 font-weight: bold;
 padding: 1%;
 text-align: left;
 border: 1px solid #ccc;
 background: #F2D9B8;
}
table.table01 td {
 padding: 1%;
 text-align: left;
 border: solid 1px #ccc;
 background: #fff;
}
table.table01.price td {
 text-align: right;
}
table.gnv_tmp_table02 {
 width: 100%;
 margin-bottom: 1.5em;
 background: #eedbbe;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
 padding: 5px;
 text-align: center;
}
table.gnv_tmp_table02 thead th {
 color: #fff;
 /*border-top: 1px solid #139d52;
border-bottom: 1px solid #139d52;*/
 
 border: 1px solid #fff;
 background: #9a7543;
}
table.gnv_tmp_table02 th {
 color: #332C19;
 border: 1px solid #fff;
}
table.gnv_tmp_table02 td {
 color: #332C19;
 border: 1px solid #fff;
}
.table02 .b_06_item {
 font-weight: normal;
 width: 38%;
 border: none;
 border-bottom: 1px solid #342006;
 background: none;
}
.table02 .b_06_content {
 width: auto;
 padding: 1%;
 text-align: left;
 border: none;
 border-bottom: 1px solid #B49E83;
}
.table02.price .b_06_content {
 text-align: right;
}
table.table02 {
 width: 100%;
 border-collapse: collapse;
}
table.table02 thead th {
 background: #f4ebdf;
}
table.table02 th {
 font-weight: normal;
 width: 38%;
 padding: 1%;
 color: #342006;
 text-align: left;
 vertical-align: top;
 border-bottom: solid 1px #9a7543;
}
table.table02 td {
 padding: 1%;
 text-align: left;
 border-bottom: solid 1px #d2b896;
}
table.table02.price td {
 text-align: right;
}
ul.ul01 {
 list-style: none;
}
ul.ul01 li {
 position: relative;
 padding: 0 0 5px 22px;
}
ul.ul01.float_ul01 li {
 float: left;
}
ul.ul01.column02 li {
 float: left;
 width: 44%;
}
.ul01 li:before {
 position: absolute;
 top: 10px;
 left: 11px;
 width: 5px;
 height: 5px;
 content: '';
 border-radius: 50%;
 background: #6d512f;
}
ul.ul02 {
 list-style: outside none none;
}
ul.ul02 li {
 position: relative;
 padding: 0 0 5px 22px;
}
.ul02 li:before {
 position: absolute;
 top: 10px;
 left: 11px;
 width: 5px;
 height: 5px;
 content: '';
 border-radius: 50%;
 background: none repeat scroll 0 0 #888;
}
ul.ul_check li {
font-size: 130%;
  padding: 12px 0 5px 45px;
  position: relative;
}
ul.ul_check.float_ul01 li {
 float: left;
 width: 24%;
}
ul.ul_check li:before {
  background: none repeat scroll 0 0 #896E4D;
  border: 1px solid #6d512f;
  border-radius: 3px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 30px;
  z-index: 0;
}
ul.ul_check li:after {
  position: absolute;
  z-index: 10;
  top: 14px;
  left: 7px;
  width: 16px;
  height: 6px;
  content: '';
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  border: transparent 4px solid;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
p.point_p {
 /*border-bottom: 2px dotted #ccc;*/
 
 font-size: 19px;
 font-weight: bold;
 position: relative;
 z-index: 1;
 padding: 3px 5px 3px 15px;
 text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
}
p.point_p:before {
 position: absolute;
 z-index: -1;
 top: -2px;
 left: 0;
 width: 25px;
 height: 25px;
 content: '';
 opacity: .8;
 border: 9px solid #a88d63;
 border-radius: 50%;
}
.number_p {
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 19px;
 font-weight: normal;
 line-height: 1.4;
 margin: 0 0 7px !important;
 padding: 0 0 0 33px;
 text-indent: -33px;
}
.number {
 font-size: 23px;
 margin: 0 9px 0 0;
 padding: 2px 9px;
 color: #fff;
 border-radius: 5px;
 background: none repeat scroll 0 0 #a88d63;
 box-shadow: 3px 3px 0 0 #bcbcbc;
}
.gnv_tmp_qa_q {
 display: table;
 margin-bottom: 10px;
 padding: 0 0 0 10px;
 border-left: 3px solid #a88d63;
 background: none repeat scroll 0 0 #fff1f1;
}
.gnv_tmp_qa_q span.tit {
 font-size: 200%;
 font-weight: bold;
 display: table-cell;
 width: 30px;
 padding-right: 20px;
 color: #a88d63;
}
.gnv_tmp_qa_a {
 display: table;
 margin-bottom: 10px;
 padding: 10px;
 border-left: 3px solid #999;
}
.gnv_tmp_qa_a span.tit {
 font-size: 200%;
 font-weight: bold;
 display: table-cell;
 width: 30px;
 padding-right: 20px;
 color: #999;
}
.gnv_tmp_qa_a p {
 display: table-cell;
 width: 100%;
 padding-top: 15px;
 vertical-align: top;
}
.gnv_tmp_qa_q p {
 font-size: 110%;
 display: table-cell;
 width: 100%;
 padding-top: 5px;
 color: #a88d63;
}
.b_11_2_in span img {
 width: 35%;
}
/* right */

.b_11_2_in span img,
.b_11 .b_11_in span img {
 float: right;
 margin: 0 0 20px 2%;
}
/* 個別設定 */
/* left */

.img_l span img {
 float: left !important;
 margin: 0 2% 20px 0 !important;
}
/* right */

.img_r span img {
 float: right !important;
 margin: 0 0 20px 20px !important;
}
.text_box {
 float: right;
 width: 63%;
}
.br_block{
display: none!important;
}
/*==================header(pc)==================*/

#header {
 height: auto;
 padding: 20px 0 20px;
 background: #fff;
}
.main {
 background: none;
}
h1 {
 margin: 0 auto 30px;
 max-width: 261px;
 width: 100%;
 /*padding: 0 100px 0 0;*/
}
h1 img {
 display: inline-block;
 width: 100%;
}
.head_02 {
 background: #fff;
}
nav {
 max-width: 1170px;
 width: 98%;
 margin: 0 auto;
 /*margin: 23px 0 30px;*/
 /*margin: 0;
padding: 23px 0 30px;*/
}
.sf-menu.header_menu {
 margin: 0 auto;
 max-width: 753px;
 width: 98%;
}
.sp_tel {
 display: none;
}
.sf-menu > li > ul {
 z-index: 99;
 top: 37px;
 left: 0;
 box-sizing: border-box;
 width: 100%;
 padding: 10px 0;
 background: none repeat scroll 0 0 #c8a776;
}
ul.sf-menu > li {
 display: block;
 float: left;
 margin: 0;
 width: 16.6%;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
 z-index: 999;
}
ul.sf-menu > li:before {
 position: absolute;
 top: 0;
 right: 0;
 width: 1px;
 height: 100%;
 /*background: #d0b795;*/
 content: '';
 z-index: 2;
}
#first-li:after {
 position: absolute;
 top: 0;
 left: 0;
 width: 1px;
 height: 100%;
 /*background: #d0b795;*/
 content: '';
 z-index: 1;
}
ul.sf-menu > li > a,
ul.sf-menu > li > p {
 /*font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
 font-family: Quicksand, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 font-size: 17px;
 /*font-size:19px;*/
 font-weight: normal;
 margin: 0;
 text-transform: none;
 padding: 3px 16px;
 color: #867765;
}
ul.sf-menu > li.text_long > a {
 padding: 10px 0;
}
.sf-menu > li > ul > li > a {
 font-size: 13px;
 line-height: 1.3;
}
.sf-menu > li > ul > li > a:hover,
ul.sf-menu > li > ul > li.sfHover a {
 background: #A17A45;
}
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li > a:hover {
 color: #867765;
 background: #f7efe5;
 text-decoration: none;
}
ul.sf-menu > li.current > a {
 color: #867765;
}
.sf-menu > li > ul > li > a,
.sf-menu > li > ul > li > p {
 /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
 font-family: Quicksand, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 font-weight: normal !important;
 display: block;
 box-sizing: border-box;
 padding: 8px 3px;
 text-align: center;
 text-indent: 0;
 text-transform: uppercase;
 color: #fff;
}
ul.sf-menu > li > a > .sf-sub-indicator,
ul.sf-menu > li > p > .sf-sub-indicator {
 position: absolute;
 top: inherit;
 bottom: -14px;
 left: 50%;
 display: block;
 width: 0;
 height: 0;
 margin-left: -6px;
 border: 5px solid transparent;
 border-top: 5px solid #d0b795;
 background: none;
}
/*==================main_image(pc)==================*/
/*==================content(pc)==================*/

h2,
h3,
h4,
h5 {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}
.top #content {
 margin: 0;
}
#content p {
 margin-top: 0;
 vertical-align: middle;
}
.link_btn {
 width: 100%;
 max-width: 300px;
 margin: 0;
}
.link_btn a {
  /* background: none repeat scroll 0 0 #f9f3e2; */
  border: 1px solid #c1b58e;
  color: #a98e64;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
  padding: 12px 0;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.link_btn a:before {
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 10px;
 height: 10px;
 margin-top: -5px;
 content: '';
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 border-top: 1px solid #a98e64;
 border-right: 1px solid #a98e64;
}
.link_btn a:hover {
 text-decoration: none;
 opacity: .8;
 color: #553618;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
/*.top #content .container {
 max-width: 960px;
}*/

.main_contents {
 margin: 0 0 0 0!important;
}
.main_contents img {
 width: 100%;
 display: block;
}
.sp_box01 {
 display: none;
}
.top_box01 {
 padding: 70px 0 90px;
 text-align: center;
}
.top_box01 h2 {
 color: #a88d63;
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 32px;
 font-weight: normal;
 letter-spacing: 2px;
 line-height: 1.4;
 margin: 0 0 27px;
}
.top_box01 p.p01 {
 line-height: 2!important;
}
.top_box02.box_top {
 margin: 0 0 70px 0!important;
}
.top_box02.box_bottom {
 margin: 0 0 70px 0!important;
}
.top_box02 {
 text-align: center;
}
.top_box02 h2 {
 font-size: 28px;
 word-break: break-all;
 color: #a98e64;
 font-weight: normal;
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 margin: 0 0 25px 0;
}
.top_box02.b_11_2.b_11_2_column3 div.column_c,
.top_box02.b_11_2.b_11_2_column3 div.column_l,
.top_box02.b_11_2.b_11_2_column3 div.column_r {
 display: block;
 float: left;
 width: 31.6%;
 margin: 0px 2.6% 0px 0px;
 text-align: center;
}
.top_box02.b_11_2.b_11_2_column3 div.column_c span img,
.top_box02.b_11_2.b_11_2_column3 div.column_l span img,
.top_box02.b_11_2.b_11_2_column3 div.column_r span img {
 margin: 0 0 30px;
}
.top_box02.b_11_2.b_11_2_column3 div.column_blank {
 display: none;
}
.top_box02.b_11_2.b_11_2_column3 div.column_r {
 margin: 0 0 0 0;
}
.top_box03 {
 border-top: 1px solid #f1ecdf;
 border-bottom: 1px solid #f1ecdf;
 padding: 25px 0 60px;
 margin: 0 0 70px 0;
}
.top_box03_in {
 max-width: 1000px;
 width: 100%;
 margin: 0 auto;
}
.top_box03_in .box01 {
 text-align: center;
 float: left;
 margin: 0 4% 0 0;
 width: 22%;
}
.top_box03_in > *:first-child+*+*+* {
 margin: 0;
}
.top_box03_in .box01 img {
 width: 35px;
 margin: 0 auto 14px;
 display: block;
}
.top_box03_in h2 {
 color: #a98e64;
 font-size: 26px;
 font-weight: normal;
 margin: 0 0 25px 0;
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.top_box03_in h2 span {
 font-size: 70%;
 color: #87775e;
}
.top_box03 .link_btn02 a {
 margin: 0 auto;
 width: 44px;
 height: 44px;
 position: relative;
 display: block;
 text-indent: -9999px;
 border-radius: 50%;
 background: #f6eed7;
}
.top_box03 .link_btn02 a:before {
 border-right: 2px solid #a98e64;
 border-top: 2px solid #a98e64;
 content: "";
 display: block;
 height: 10px;
 left: 50%;
 margin-left: -8px;
 margin-top: -6px;
 position: absolute;
 top: 50%;
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 width: 10px;
}
.top_box03 .link_btn02 a:hover {
 opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 text-decoration: none;
}
#news dt .newsNew {
 background: none repeat scroll 0 0 #a98e64;
 vertical-align: middle;
}
#news .ov {
 position: absolute;
 top: 11px;
 right: 10px;
 width: auto;
 color: #6d512f;
}
#news dl {
 border-bottom: 1px solid #f1ecdf;
 margin-bottom: 0.6em;
 width: 100%;
}
#news dt {
     font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 color: #444444;
 font-size: 18px;
}
#news dd a {
 color: #444444;
}
#news dd a:hover {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
 color: #444444;
}
.div-content {
 padding-bottom: 60px;
}
#back-top:hover {
 background: url("//static.plimo.com/static/type7/images/up-arrow.png") no-repeat scroll 50% 50% #ecd8ba;
}
/*==================#content下層(pc)==================*/

strong {
 font-weight: bold;
}
.archiveBox h3 {
 color: #322614;
}
.listWithMarker li a {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
 text-decoration: underline;
 color: #322614;
}
.blogside .listWithMarker li a {
 font-size: 16px;
}
.listWithMarker li a:hover {
 text-decoration: none;
}
.listWithMarker li {
 background: url('/asset/list_marker.png') no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}
#pagenation .active a,
#pagenation a.active:hover {
 background: #a98e64 !important;
 color: #fff;
}
#pagenation .active a:hover {
 background: #ccc!important;
}
.listWithMarker.v2 {
 margin-top: 30px;
}
#sitemap {
 padding: 0 0 50px 0;
}
ul.sitemap_ic li a {
 font-weight: normal;
 color: #333;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
 color: #2c2517;
}
ul.sitemap_ic li a {
 color: inherit;
}
ul.sitemap_ic li a:hover {
 text-decoration: underline;
 color: inherit;
}
ul.sitemap_ic li {
 background: url('/asset/list_marker.png') no-repeat scroll 0 28px rgba(0, 0, 0, 0);
}
ul.sitemap_ic li a {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 padding: 20px 30px 20px 15px;
 font-size: 17px;
}
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
 color: #fff;
 border: medium none;
 border-radius: 5px;
 background: none repeat scroll 0 0 #9a7543;
}
.inquiry #content .backBt:hover,
.inquiry #content .confirmBt:hover,
.inquiry #content .submitBt:hover,
.inquiry #content .topBt:hover {
 opacity: .8;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
.map_box01 iframe {
 display: block;
 width: 100%;
}
.saloninfo_box01 iframe {
 width: 100%;
 height: 290px;
}
.staff_box01 p {
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 text-align: center;
 font-size: 16px;
}
.staff_detail_box01 p {
 font-family: "Times new roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 16px;
}
.staff_box01.b_11_2.b_11_2_column3 div.column_c span img,
.staff_box01.b_11_2.b_11_2_column3 div.column_l span img,
.staff_box01.b_11_2.b_11_2_column3 div.column_r span img {
 margin: 0 0 35px;
}
.staff_box01.b_11_2.b_11_2_column3 div.column_blank {
 padding: 0 35px;
}
.menu_box01.b_11_3.b_11_3_column2 div.column_l {
 padding-right: 25px;
}
.menu_box01.b_11_3.b_11_3_column2 div.column_r {
 padding-left: 25px;
}
.menu_box01 .table02 th {
 width: 25%;
}
.menu_box01 .table02 td {
 text-align: right;
}
.menu_box01 .p01 {
 margin: 0 0 20px !important;
}
.btn_box01 > div{
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.btn_box01 .link_btn{
width: 100%;
max-width: none;
}
.btn_box01.b_11_3.b_11_3_column2 div.column_l,
.btn_box01.b_11_3.b_11_3_column2 div.column_r{
    width: 47%;
    float: left;
    padding: 0;
}
.btn_box01.b_11_3.b_11_3_column2 div.column_r{
   float: right;
}
.btn_box01 .link_btn.btn_r{
float: right;
}
.btn_box02 .link_btn{
max-width: 300px;
width: 100%;
margin: 0 auto;
}
.btn_box03_in{
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.btn_box03 .link_btn.btn_l,
.btn_box03 .link_btn.btn_r{
    width: 47%;
    float: left;
    max-width: none;
    padding: 0;
}
.btn_box03 .link_btn.btn_r{
float: right;
}
.credit_box01 img{
    width: auto!important;
}
.recruittable {
border-collapse:collapse;
width:100%;
overflow:hidden;
}

.recruittable th,
.recruittable td {
border:1px solid #ccc;
padding:1em;
text-align:left;
font-weight:normal;
}
.recruittable th {
  background: #f1ecdf;
}
.recruittable thead th {
  background: #4f3513;
  color: #fff;
}
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  width: 29%;
}
/*==================#side(pc)==================*/

#sidecontact {
  position: fixed;
  z-index: 1000;
  top: 180px;
  right: 0;
  display: block;
  width: 180px;
  height: 180px;
}
/*==================footer(pc)==================*/

#footer {
 padding: 35px 0 10px;
 text-align: center;
 background: #fbf9f3;
 font-size: 16px;
}
.footer_in {
 margin: 0 auto;
 max-width: 870px;
 width: 96%;
}
.footer_in a,
.footer_in p {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
 color: #423a32;
}
.footer_in .tel_p {
 margin: 0 0 25px 0;
}
.footer_in .footer_logo {
 display: block;
 width: 80%;
 max-width: 261px;
 margin: 0 auto 40px;
}
.footer_in ul.footer_ul {
 display: inline-block;
 text-align: center;
 margin: 0 auto 25px;
}
.footer_in ul.footer_ul li {
  display: inline;
  float: none;
  color: #423a32;
  margin: 0;
  border-right: 1px solid #897256;
  padding: 0 10px 0 5px;
}
.footer_in .tel_p span a {
 color: #423a32;
 line-height: inherit;
}
/*#back-top:hover {
 color: #3498db;
}*/
/*==================その他(pc)==================*/
td.price {
  width: 15%;
}

th.box01 {
    width: 25%!important;
}
th.box02 {
    width: 50%!important;
}
th.box03 {
    width: 10%!important;
}
th.box04 {
    width: 15%!important;
}

@media screen and (max-width: 1200px) {
 /*====================================================================================*/
 /*==================header(～1200px)==================*/
 /*==================main_image(～1200px)==================*/
 /*==================content(～1200px)==================*/
td.price {
  width: 20%;
}
.number_p {
  font-size: 15px;
}
 /*==================footer(～1200px)==================*/
 /*==================その他(～1200px)==================*/
}
@media screen and (max-width: 1100px) {
 /*====================================================================================*/
 /*==================header(～1100px)==================*/
 /*==================main_image(～1100px)==================*/
 /*==================content(～1100px)==================*/
 /*==================footer(～1100px)==================*/
 /*==================その他(～1100px)==================*/
}
@media screen and (max-width: 979px) {
 /*====================================================================================*/
 /*==================header(～979px)==================*/
 
/* ul.sf-menu > li > a,
 ul.sf-menu > li > p {
  font-size: 21px;
 }*/
 /*==================main_image(～979px)==================*/
 /*==================content(～979px)==================*/
 
 #blogBody span.blog_search_input input {
  width: 100%;
 }
 #sidecontact {
  width: 130px;
 }
 #content .container {
  padding: 0 15px;
  box-sizing: border-box;
 }
 .under #content .container {
  box-sizing: border-box;
  padding: 0 20px;
 }
 .menu_box01.b_11_3.b_11_3_column2 {
  display: block;
 }
 .menu_box01.b_11_3.b_11_3_column2 div.column_l,
 .menu_box01.b_11_3.b_11_3_column2 div.column_r {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
 }
 .menu_box01 .table02 th {
  width: 30%;
}
 /*==================footer(～979px)==================*/
 
 /*==================その他(～979px)==================*/
}
@media screen and (max-width: 850px) {
 /*====================================================================================*/
 /*==================header(～850px)==================*/
 /*==================main_image(～850px)==================*/
 /*==================content(～850px)==================*/
 /*==================footer(～850px)==================*/
 /*==================その他(～850px)==================*/
}
@media screen and (max-width: 767px) {
 /*====================================================================================*/
 /*==================header(～767px)==================*/
 
 #header {
  padding: 20px 0 0;
  border-top: none;
 }
 h1 {
  margin: 0 auto 10px;
  max-width: 261px;
  width: 85%;
 }
 nav {
  margin: 15px auto !important;
  max-width: 420px;
  width: 100%;
 }
 nav select {
  margin: 0 auto 0px;
  padding: 3px;
  border: 2px solid #cfc7b5;
 }
 /*==================main_image(～767px)==================*/
 /*==================content(～767px)==================*/
 
 #content .container {
  padding: 0 0px;
  box-sizing: border-box;
 }
 .sp_box01 {
  display: block;
  padding: 30px 0;
  width: 100%;
  background: #ede4cc;
 }
 .sp_box01 a,
 .sp_box01 a img {
  display: block;
  max-width: 390px;
  margin: 0 auto;
  width: 90%;
 }
 .main_contents {
  margin: 0 0 17px !important;
 }
 .top_box01 {
  padding: 50px 0 70px;
 }
 .top_box02.b_11_2.b_11_2_column3 div.column_c span img,
 .top_box02.b_11_2.b_11_2_column3 div.column_l span img,
 .top_box02.b_11_2.b_11_2_column3 div.column_r span img {
  margin: 0 0 20px;
 }
 .top_box02 h2 {
  font-size: 23px;
  margin: 0 0 17px;
 }
 .top_box03_in .box01 {
  float: left;
  margin: 0 0 50px;
  text-align: center;
  width: 45%;
 }
 .top_box03_in > *:first-child+*,
 .top_box03_in > *:first-child+*+*+* {
  float: right;
 }
 .top_box03_in > *:first-child+*+*,
 .top_box03_in > *:first-child+*+*+* {
  margin: 0;
 }
 .menu_box01 .table02 th {
  width: 35%;
}
.br_block{
display: block;
}
 /*==================content下層(～767px)==================*/
 
 .under #content .container {
  padding: 0;
 }
 .text_01 {
  font-size: 19px;
  line-height: 1.6 !important;
 }
 .recruittable th {
  width: 30%;
}
ul.ul_check li {
  font-size: 110%;
  padding: 10px 0 0px 45px;
  position: relative;
}
 /*==================footer(～767px)==================*/
 
 .footer_in {
  width: 90%;
 }
.footer_in ul.footer_ul li {
  display: block;
  float: none;
  color: #423a32;
  /* margin: 0 10px 0 0; */
  line-height: 35px;
  border: none;
  padding: 0;
}
 /*==================その他(～767px)==================*/
 
 #side {
  display: none;
 }
 br.br01 {
  display: none;
 }
 br.br02 {
  display: none;
 }
 .mb_h2 {
  margin-bottom: 20px !important;
 }
 .mb_h3 {
  margin-bottom: 13px!important;
 }
 .mb_h4 {
  margin-bottom: 10px!important;
 }
 .mb_h5 {
  margin-bottom: 8px!important;
 }
 .mb01 {
  margin-bottom: 20px!important;
 }
 .mb02 {
  margin-bottom: 33px!important;
 }
 .mb03 {
  margin-bottom: 45px!important;
 }
 table {
  font-size: 13px!important;
 }
 .b_11_2_in span img {
  float: none;
  width: 100%;
  margin: 0 auto 15px auto;
 }
 .text_box {
  float: right;
  width: 100%;
 }
 ul.ul_check {
  display: inline-block;
 }
 ul.ul_check.float_ul01 li {
  float: none;
  width: 100%;
 }
 .link_btn {
  width: 100%!important;
  margin: 0 auto 10px;
 }
 .saloninfo_box01.b_11_3.b_11_3_column2 {
  display: block;
 }
 .saloninfo_box01.b_11_3.b_11_3_column2 div.column_l,
 .saloninfo_box01.b_11_3.b_11_3_column2 div.column_r {
  display: block;
  margin: 0 0 20px;
  width: 100%;
 }
 .staff_box01.b_11_2.b_11_2_column3 div.column_c,
 .staff_box01.b_11_2.b_11_2_column3 div.column_l {
  margin: 0 0 3em;
 }
 .spa_box01.b_11_2.b_11_2_column3 {
  display: block;
 }
 .spa_box01.b_11_2.b_11_2_column3 div.column_blank {
  display: none;
 }
 .spa_box01.b_11_2.b_11_2_column3 div.column_c,
 .spa_box01.b_11_2.b_11_2_column3 div.column_l,
 .spa_box01.b_11_2.b_11_2_column3 div.column_r {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
 }
 .btn_box01.b_11_3.b_11_3_column2 div.column_l,
 .btn_box01.b_11_3.b_11_3_column2 div.column_r {
    float: none;
    width: 100%;
    display: block !important;
    margin: 0 auto;
}
.btn_box01 .link_btn {
    margin: 0 0 10px !important;
}
.btn_box01.mb25 {
    margin-bottom: 0!important;
}
.btn_box02 .link_btn {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
td.price {
  width: 25%;
}
th.box01 {
  width: 30%!important;
}
th.box02 {
  width: 40%!important;
}
th.box03 {
  width: 15%!important;
}
th.box04 {
  width: 15%!important;
}
.top_box02 .p01 {
	display:none;
}
.top_box02 h2.h2_small {
  font-size: 16px;
}
.top_box02 h2 {
  font-size: 20px;
}
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  width: 100%;
}
}
@media screen and (max-width: 670px) {
 /*====================================================================================*/
 /*==================header(～640px)==================*/
 /*==================main_image(～640px)==================*/
 /*==================content(～640px)==================*/
 /*==================footer(～640px)==================*/
 /*==================その他(～640px)==================*/
}
@media screen and (max-width: 580px) {
 /*====================================================================================*/
 /*==================header(～580px)==================*/
 /*==================main_image(～580px)==================*/
 /*==================content(～580px)==================*/
 /*==================footer(～580px)==================*/
 /*==================その他(～580px)==================*/
}
@media screen and (max-width: 480px) {
 /*====================================================================================*/
 /*==================header(～480px)==================*/
 
 nav {
  margin: 15px auto !important;
  max-width: 300px;
  width: 100%;
 }
 /*==================main_image(～480px)==================*/
 /*==================content(～480px)==================*/
 
 .div-content {
  padding-bottom: 20px;
 }
 /*==================footer(～480px)==================*/
 /*==================その他(～480px)==================*/
}
@media screen and (max-width: 420px) {
 /*====================================================================================*/
 /*==================header(～420px)==================*/
 /*==================main_image(～420px)==================*/
 /*==================content(～420px)==================*/
 /*==================footer(～420px)==================*/
 /*==================その他(～420px)==================*/
}
@media screen and (max-width: 360px) {
 /*====================================================================================*/
 /*==================header(～360px)==================*/
 /*==================main_image(～360px)==================*/
 /*==================content(～360px)==================*/
 .top_box02 h2 {
  font-size: 14px;
}
 /*==================footer(～360px)==================*/
 /*==================その他(～360px)==================*/
}
@media screen and (max-width: 320px) {
 /*====================================================================================*/
 /*==================header(～320px)==================*/
 /*==================main_image(～320px)==================*/
 /*==================content(～320px)==================*/
 /*==================footer(～320px)==================*/
 /*==================その他(～320px)==================*/
}

/* =====================================
 14. sidecontact
===================================== */
#sidecontact{
  display: block;
  position: fixed;
  bottom: 40%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}
/* =====================================
tel link
===================================== */

a[href^='tel:'] {
 pointer-events: none;
}
@media screen and (max-width: 995px) {
 a[href^='tel:'] {
  pointer-events: auto;
 }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
 #blogBody .grid_8 {
  width: 472px;
 }
 ul.sitemap_ic li {
  background: url('/asset/list_marker.png') no-repeat scroll 0 28px rgba(0, 0, 0, 0);
 }
}
