@import url(https://fonts.googleapis.com/css?family=Marcellus);

body{
  background: #fff;
  color:#191919;
  line-height:1.7;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a,
a:visited,
a:hover{
  color:#93907b;
}
.wrap{
  width:100%;
  box-sizing:border:box;
}
.wrap .inner{
  max-width:1020px;
  margin:0 auto;
}

img {
  vertical-align: bottom;
}

/**/
#content .inner,
#footer .inner,
.totop .inner {
  max-width:1020px;
  margin-left:auto;
  margin-right:auto;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.8);
  padding: 0 20px 20px;
  box-sizing: border-box;
}
#header img {
  max-width: 100%;
  height: auto;
}
#header .inner {
  width: 100%;
  max-width: 1320px;
  margin-left:auto;
  margin-right:auto;
}
#header h1 {
  float:left;
  width: 5%;
  margin-top:2%;
}
#header .info {
}
.header_btn {
  float: right;
  width: 25%;
  margin-left: 3%;
  overflow: hidden;
}
.header_btn li {
  float: left;
  margin-left: 10%;
}
.header_btn li:nth-child(1) {
  width: 34.5%;
}
.header_btn li:nth-child(2) {
  width: 44.5%;
}


/* nav */
#nav {
  float: left;
  width: 62%;
  margin: 3% 0 0 5%;
}
#nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#nav li {
  float:left;
  flex: auto;
  box-sizing:border-box;
  margin: 0 2%;
}
#nav li a {
  display:block;
}

/* content */

#content::before {
  content: "";
  width: 100%;
  padding-top: 9%;
  display: block;
  max-height: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 1321px) {
#content::before {
  padding-top: 0;
  height: 120px;
}
}
#content {
  margin-bottom:40px;
  min-height:500px;
}
.top #content {
  margin-bottom:0;
}

#content .wrap p {
  margin-bottom:1.2em;
}

/* メイン */

.wrap.mainimage img {
  vertical-align: bottom;
  width: 100%;
}

.carousel {
  padding-bottom:40px;
  width:100%;
  overflow:hidden;
}
.carousel > div {
  width:1020px;
  margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
  content:'';

    width: 10px;
    height: 10px;
  background:#f3f2ee;
  border-radius:50%;
}
.slick-dots li.slick-active button:before {
  background:#fdcc07;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
  text-align:right;
  line-height:1;
  margin-bottom: -40px;
}
.totop .inner {
  max-width: 1320px;
}
.totop img {
  display:block;
  float:right;
}
#footer {
  background:#635e33;
  text-align:center;
  color:#ffffff;
}
.footer_nav {
  background: url(../images/bg01.png) repeat left top;
  color: #141414;
  padding: 60px 0;
}
.footer_nav ul {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_nav li {
  display:inline-block;
  list-style:none;
}
.footer_nav li::after {
  content: " / ";
  
}
.footer_nav li a,
.footer_nav li a:visited {
  text-decoration:none;
  color: #141414;
}
.footer_nav li a:hover {
  text-decoration:underline;
}
#footer .inner {
  padding: 60px 0 50px;
}
.footer_logo {
  margin-bottom: 35px;
}
.footer_bnr {
  margin-bottom: 45px;
}
.copyright {
  width:100%;
  text-align:center;
  line-height:1.8;
}


/* table */

.menu_table {
  width:100%;
  margin-bottom:10px;
  border-top:1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
  padding:14px 14px;
  border-bottom:1px solid #e8e9e3;
}
.menu_table th {
  text-align:left;
}
.menu_table td {
  text-align:right;
}

table.news {
  max-width:800px;
  margin:0 auto;
  width: 100%;
}
table.news th,
table.news td {
  padding:15px 10px 14px;
  text-align: left;
  }
  
  table.news tr:nth-child(odd) {
  background:#f1f0ef;
  }

table.news th {
  width:20%;
  padding:15px 0 14px 20px;
}

.top table.info {
  border-top:none;
  width: 100%;
}
.top table.info th {
  padding:8px 5px 3px ;
  text-align:left;
  display:block;
  width:100%;
  box-sizing: border-box;
  color:#a01a2a;
}
.top table.info td {
  padding:3px 5px 7px ;
  border-bottom:1px dotted #cccccc;
  text-align:left;
  display:block;
  width:100%;
  box-sizing: border-box;
}

.under table {
  width: 100%;
}
.under th,
.under td {
  border: 1px solid #b0ae9e;
  padding: 10px;
  text-align: left;
}
.under th {
  background: #efefec;
}

/* BTN */

.anchor_wrap a {
  width: 210px;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background: #3b240f;
  border-radius:3px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.anchor_wrap a:hover {
  opacity:0.7;
}

.anchor_wrap2 a {
  width: 210px;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background: #800606;
  border-radius:3px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.anchor_wrap2 a:hover {
  opacity:0.7;
}

.btn_wrap {
  text-align: center;
}
.btn_wrap a {
  position: relative;
  max-width: none;
  width: auto;
  box-sizing: boder-box;
  padding: 15px 75px 15px 65px;
  margin: 10px auto;
  display: inline-block;
  border-radius: 5px;
  background: #635e33;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all 300ms 0s ease;
  text-decoration: none;
}
.btn_wrap a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #635e33;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: none;
  transform: none;
  -ms-transform: none;
}
.btn_wrap a::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    background: #fff;
}

.btn_wrap02 {
  text-align: left;
}
.btn_wrap02 a {
  position: relative;
  max-width: none;
  width: auto;
  box-sizing: boder-box;
  padding: 15px 65px 15px 55px;
  margin: 10px auto;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  color: #635e33;
  text-align: center;
  font-size: 14px;
  transition: all 300ms 0s ease;
  text-decoration: none;
  box-shadow:4px 5px 0px 0px rgba(176,174,158,0.4);
}
.btn_wrap02 a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: none;
  transform: none;
  -ms-transform: none;
}
.btn_wrap02 a::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 18px;
    background: #635e33;
}


/*TOP*/
.h3{
  text-align:center; 
}
h3.title { 
  text-align:center; 
  width:100%;
  display:block;
  padding:0 0 20px;
  letter-spacing:0.1em;
  box-sizing:border-box;
  display:block;
  font-size:30px;
  font-weight: bold;
  letter-spacing:0;
  color:#635e33;
  background: url(../images/h3_bg.png) no-repeat center bottom;
}
h3.title *{
width:100%; 
}
.under h3.title{
}
.under h3.wf_category_title{
  font-size: 30px;
  text-align: left;
  color:#635e33;
  border-bottom: 1px solid #635e33;
  font-weight: bold;
}
/*
.top .topbox01{
  background:url(../images/top_bg_01.png) repeat;
  padding-top: 50px;
    padding-bottom: 30px;
}
.top .topbox01 .txt01{
  font-size:16px;
  color:#3b240f;
  text-align:center;
  font-weight:bold;
}
.top .topbox01 .txt02{
  color:#74685c;
  text-align:center;
}

.top .topbox03{
  background:url(../images/top_bg_02.png) no-repeat center top;
  background-size:cover;
  padding:170px 0;
}
.top .topbox03{
  color:#ffffff;
}
.top .topbox03 .txt01{
  color:#ffffff;
  margin-bottom: 0!important;
}
.top .topbox03 .txt02{
  font-size:36px;
  color:#ffffff;
  font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top .topbox03 .l_btn{
  float:left;
}
.top .topbox03 .r_btn{
  float:right;
}
.top .topbox03 .topbox03_in{
  max-width:540px;
  margin:0 auto;  
}

.top .h3.topbox04 h3 span{
  color:#800606;
}
.top .topbox05{
  background:url(../images/top_bg_03.png) no-repeat center top;
  background-size:cover;
  padding:70px 0;
  text-align:center;
}
.top .topbox05 h3{
  margin-bottom:30px;
}
.top .topbox05 h3 span{
  color:#ffffff;
}
.top .topbox05 .txt01{
  color:#ffffff;
}
.top .topbox05 .txt02{
  color:#ffffff;
  font-size:28px;
  margin-bottom:10px!important;
}
.top #content .wrap.topbox05 p.anchor_wrap2{
  margin-bottom:40px;
}
*/

.under h3 {
  text-align:center;
}

.under h3 span {
  text-align:center;
  box-sizing:border-box;
  padding:0 0 5px 0;
  display:block;
  border-bottom:4px dotted #b0bf24;
  font-size:28px;
  display:inline-block;
}

h4.title {
  font-size:20px;
  font-weight:bold;
  margin-bottom:1em;
  padding: 10px 20px;
  color: #635e33;
  background: url(../images/bg01.png) repeat center center;
}
h5.title{
  color:#b28c33;
  font-weight:bold;
  font-size:18px;
  border-bottom: 1px dotted #b0ae9e;
  padding: 0 0 5px;
}

/*
.top  .bg_block {
  background:#f5f6f0;
}
.top .concept-block {
  padding-bottom:2.5em;
}
.top  .info-block {
  margin-bottom: 40px;
}
.top .concept-block img {
  margin-right:20px;
}
.top .concept-block h4,
.top .concept-block p ,
.top .concept-block .btn-style{
  padding-left:52%;
}

.top .shop-block p.entry_p {
  width:48%;
}
.top .shop-block .anchor_wrap {
  padding-top:1em;
}
.top .shop-block .fl{
  width:30%;
}
.top .shop-block .fr{
  width:66%;
}

.top dl.info { margin-bottom:20px;}
*/

/* item */  
.item-list3 li:first-child{
  padding-left:4%;
}
.item-list3 li {
  float:left;
  width:28%;
  padding:0 4% 20px 0;
  text-align:center;
}
.item-list3 li img {
  width:100%;
  margin-bottom:10px;
}

/* under */

.page_title {
  background:#f5f6f0;
  text-align:center;
  margin-bottom:30px;
  padding:2em 0;
}
.page_title h2.title {
  max-width:1020px;
  margin:0 auto;
  font-size:40px;
  font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */
.under .wrap > .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.under .wrap {
  margin-bottom:40px;
}
.type_basic_fl img {
  width:30%;
  margin-right:2%;
  float:left;
}
.type_basic_fr img {
  width:30%;
  margin-left:2%;
  float:right;
}
.img-half .type_basic_fl img {
  width:48%;
  margin-right:2%;
}
.img-half .type_basic_fr img {
  width:48%;
  margin-left:2%;
}

/* 画像 */

.wrap img {
  max-width:100%;
}

.img_list1 img {
  margin:0 0 2%;
}
.img_list3 li {
  width:32%;
  margin:0 0 2% 2%;
  float:left;
  display:block;
}
.img_list3 li:first-child {
  margin-left:0;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none !important;}

.map {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 1010px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  margin-left: auto !important;
  margin-right:auto !important;
  width: 94%;
  float:none;
}
#nav li {
}

/**/

}
@media only screen and (max-width: 1020px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 767px) {

.sp { display:block !important;}
.pc { display:none !important;}

img {
  max-width:100%;
}

#header {
  height:80px;
  margin: 0;
  padding: 0;
  position: relative;
}
#header h1 {
  position:absolute;
  margin-top: 0;
  margin-left:-25px;
  top:15px;
  left:50%;
  width: 50px;
}

#nav {
  background:none;
}
#menu { display:none;}
#toggle {
  display: block;
  position: fixed;
  top:20px;
  right:15px;
  z-index:10000;
}
#header  #toggle a {
  width:100%;
  margin:0;
  float:none;
  position: relative;
}
#nav ul {
  background:rgba(182,174,131,0.9);
  left: 0;
  margin: 0;
  padding: 50px 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position:fixed;
  z-index:9999;
  display: block;
  box-sizing: border-box;
}
#nav ul li {
  display:block;
  flex: none;
  text-align:center;
  float:none;
  height:auto;
  width:100%;
  padding:0;
  box-sizing:border-box;
  border:none;
  margin:0;
}
#nav ul li a {
  display:block;
  padding:20px 10px;
  width:100%;
  float:none;
  box-sizing:border-box;
  text-align:left;
  height:auto;
  line-height:1.5;
}
#nav ul li img {
  margin: 0 auto;
  height: 30px;
}

.floating_btn {
  position: fixed;
  bottom: -3%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.floating_btn li {
  float: left;
  width: 50%;
}
.floating_btn li img {
  width: 100%;
}
.floating_btn li a {
  display: block;
  margin: 0;
  padding: 0;
}

/* フッター */
.totop {
  margin-bottom: -30px;
}
.totop img {
  width: 40px;
}
#footer {
  padding-bottom: 20%;
}
.footer_nav {
  padding: 30px 0;
}
.footer_nav ul {
  padding: 0 10px;
  font-size: 12px;
}
#footer .inner {
  padding: 40px 0 30px;
}
.footer_logo {
  width: 20%;
  margin: 0 auto 20px;
}
.footer_bnr {
  width: 50%;
  margin: 0 auto 30px;
}
.copyright {
  font-size: 10px;
}



.item-list3 li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}

#content::before {
  display: none;
}
#content {
  width:100%;
}

/* top */
/*
.top .concept-block img,
.top .shop-block img {
    margin:0 0 20px;
    max-width: 100%;
}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .anchor_wrap {
  padding-left:0;
}
.top .shop-block .anchor_wrap,
.top .concept-block .anchor_wrap {
  text-align:center;
}
.top .shop-block p.entry_p {
  width:100%;
}
*/
/* template */

.type_basic_fl img,
.type_basic_fr img ,
.img-half .type_basic_fl img,
.img-half .type_basic_fr img,
.img_list3 img ,
.img_list3 a {
  float:none;
  width:100%;
  margin:0 0 20px ;
}


.top .shop-block .fr {
    width: 100%;
  float:none;
}
.top .shop-block .fl {
    width: 100%;
  float:none;
}
.top table.info {
  margin-bottom:20px;
}
.map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.top .topbox03{
  background:url(../images/top_bg_02_sp.png) no-repeat center top;
  padding: 100px 0;
    background-size: cover;
}
.top .topbox05{
  background:url(../images/top_bg_03_sp.png) no-repeat center top;
  background-size:cover;
  padding:40px 0;
}
}

@media only screen and (max-width: 480px) {
.top .recommend-block .block-inner {
  background-size:20px;
  background-position:0 0;
}
.top .recommend-block .block-inner .fl {
  padding-left:0;
}

table.news th,
table.news td,
.info_dt,
.info_dd {
  display:block;
  float:none;
  width:100%;
  text-align:left;
}
table.news th,
.info_dt {
  padding:15px 2px 4px;
}
table.news td,
.info_dd {
  padding:4px 2px 15px;
}
table.news th,
.info_dt {
  border-bottom:none;
}

.menu_table th,
.menu_table td {
  display:block;
}
.menu_table th {
  border-bottom:none;
  padding-bottom:4px;
}
.menu_table td {
  padding-top:4px;
}
.top .topbox03 .l_btn{
  float:none;
}
.top .topbox03 .r_btn{
  float:none;
}

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

}


/* -------------------- */
.mA { margin: 0 auto !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { 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; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { 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; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { 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; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { 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; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }


.wf_bread_ul {
  max-width: 1020px;
  margin: 0 auto 30px;
}

#pagettl {
  background: url(../images/pagettl_bg.jpg) no-repeat center center / cover;
  text-align: center;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 35px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  --- top --- */
.top h3 {
  margin-bottom: 75px;
}
.ico_illust {
  position: absolute;
}

.bg01 {
  background: url(../images/bg01.png) repeat top center;
}
.bg01 h3 {
  margin-top: -60px;
}

.img_col3 {
  overflow: hidden;
}
.img_col3 li {
  float: left;
  width: 29%;
  margin: 0 6.5% 40px 0;
}
.img_col3 li:nth-child(3n) {
  margin-right: 0;
}
.img_col3 li:nth-child(3n + 1) {
  clear: both;
}
.img_col3 li img {
  width: 100%;
}

/* blog */
.top_blog {
  padding-top: 15px;
  margin-bottom: 160px;
  position: relative;
}
.top_blog h3 {
  margin-bottom: 80px;
}
.top_blog .wf_blog_ul {
  overflow: hidden;
}
.top_blog .wf_blog_ul li {
  float: left;
  width: 22.6%;
  margin-right: 3.2%;
  margin-bottom: 50px;
  text-align: left;
  font-size: 14px;
}
.top_blog .wf_blog_ul li:nth-child(2n) {
  padding-top: 40px;
}
.top_blog .wf_blog_ul li:last-child {
  margin-right: 0;
}
.top_blog .wf_blog_ul .wf_blog_li_thumb,
.top_blog .wf_blog_ul .wf_blog_li_thumb:hover {
  float: none;
  width: 100%;
  height: auto;
  padding-top: 65%;
  border-radius: 10px !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.top_blog .wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  height: auto;
  max-width: 230px;
  max-height: none;
  position: absolute;
  margin: auto;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
}
.top_blog .wf_blog_li_date {
  float: none;
  display: block;
  margin: 0 0 5px;
}
.top_blog .wf_blog_li_title {
  float: none;
  display: block;
  margin: 0;
}
.top_blog .wf_blog_ul li a {
  opacity: 0;
  background: #fff;
}
.top_blog .wf_blog_ul li a:hover {
  opacity: 0.3;
}
.top_blog .ico_illust {
  top: 60px;
  right: 8%;
}

/* about us */
.top_aboutus {
  padding-bottom: 50px;
  margin-bottom: 120px;
  position: relative;
}
.top_aboutus .img_span {
  float: right;
  width: 50%;
  margin-top: -50px;
  text-align: right;
  padding-left: 20px;
  box-sizing: border-box;
}
.top_aboutus .img_span img {
  width: 100%;
}
.top_aboutus .box_detail {
  float: left;
  width: 50%;
  text-align: right;
}
.top_aboutus .box_detail .part {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 490px;
  margin: 0 20px;
  text-align: left;
}
.top_aboutus .box_detail .part + p.part {
  border-top: 1px dotted #b0ae9e;
  padding-top: 40px;
  margin-top: 40px;
}
.top_aboutus .ico_illust {
  top: -45px;
  left: 8%;
}

.sttl {
  font-size: 18px;
}


/* henna */
.top_henna {
  margin-bottom: 120px;
  position: relative;
}
.top_henna h3 {
  margin-bottom: 50px;
}
.top_henna .cont {
  margin-bottom: 65px;
}
.top_henna .img_span img {
  width: 100%;
}
.top_henna h4 {
  margin-bottom: 65px;
  padding: 20px 0;
}
.henna_ico1 {
  top: 110px;
  right: 5%;
}
.henna_ico2 {
  bottom: 50%;
  right: 5%;
}
.henna_ico3 {
  bottom: 5%;
  left: 5%;
}


/* staff */
.top_staff {
  padding-bottom: 50px;
  margin-bottom: 90px;
  position: relative;
}
.top_staff .img_span {
  float: left;
  width: 50%;
  margin-top: -50px;
  text-align: left;
  overflow: hidden;
  padding-right: 20px;
  box-sizing: border-box;
}
.top_staff .img_span img {
  width: 100%;
}
.top_staff .box_detail {
  float: right;
  width: 50%;
  text-align: left;
  overflow: hidden;
}
.top_staff .box_detail .part {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 490px;
  padding: 0 20px;
  text-align: left;
}
.top_staff .ico_illust {
  top: -20px;
  right: 15%;
}

/* menu */
.top_menu {
  margin-bottom: 80px;
}



/* access */
.top_access {
  padding-top: 195px;
  margin-bottom: 70px;
  position: relative;
  background: url(../images/access_bg.png) no-repeat top center / 100% auto;
}
.top_access h3 {
  float: left;
  width: 50%;
  text-align: right;
}
.top_access h3 span {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  margin: 0 50px;
  text-align: center;
}
.top_access .img_span {
  float: right;
  width: 50%;
  margin-top: -50px;
  text-align: right;
  padding-left: 20px;
  box-sizing: border-box;
}
.top_access .img_span img {
  width: 100%;
}
.top_access .box_detail {
  float: left;
  width: 50%;
  text-align: right;
}
.top_access .box_detail .part {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  margin: 0 50px;
  text-align: left;
}
.access_tel {
  font-size: 16px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.access_tel span {
  font-size: 30px;
  color: #d15959;
}
.top_access .btn_wrap {
  text-align: center !Important;
}
.gMap {
  width: 100%;
  height: 400px;
  margin-top: 100px;
}
.top_access .ico_illust {
  top: 180px;
  left: 12%;
}



/* --- contact --- */
.wf_form_wrap {
  margin-bottom: 20px !important;
}
.wf_form_wrap .inner {
  padding-bottom: 20px !important;
  border-bottom: 1px dotted #ccc;
}
.wf_form_wrap_submit {
  text-align: center;
}
.wf_form_wrap_submit .inner {
  border-bottom: none !important;
}
.wf_form_wrap_submit input[type=submit],
.wf_form_wrap_submit input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  font-size: medium;
  text-align: center;
  padding: 10px 60px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.wf_form_wrap_submit input[type=submit] {
  background: #635e33;
}
.wf_form_wrap_submit input[type=reset] {
  background: #99967c;
}
input[type=text],
textarea {
  box-sizing: border-box;
}

/* --- blog --- */
.under.blog_body .wf_none_cat .wf_lic {
  border-bottom: 1px dotted #b0ae9e !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #635e33 !important;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
  background-color: #99967c !important;
  border-color: #99967c !important;
}


@media only screen and (max-width: 767px) {
#content {
  overflow: hidden;
}

.wf_bread_ul {
  display: none;
}

.btn_wrap a {
  font-size: 14px;
  padding: 15px 55px 15px 45px;
}

#pagettl {
  height: 200px;
  font-size: 24px;
}

h3.title {
  font-size: 20px;
  background-size: 120px auto;
  padding-bottom: 20px;
}
h4.title {
  font-size: 18px;
}
h5.title {
  font-size: 16px;
}


/*  --- top --- */
.top #content .inner {
  /*width: 100%; */
}
.top h3 {
  margin-bottom: 30px;
}
.ico_illust img {
  width: 65%;
}

.bg01 h3 {
  margin-top: -10%;
  margin-bottom: 0;
}

.img_col3 li {
  float: left;
  width: 44%;
  margin: 0 3% 30px;
}
.img_col3 li:nth-child(3n) {
  margin-right: 3%;
}
.img_col3 li:nth-child(2n + 1) {
  clear: both;
}
.img_col3 li:nth-child(3n + 1) {
  clear: none;
}

/* blog */
.top_blog {
  margin-bottom: 100px;
}
.top_blog h3 {
  margin-bottom: 40px;
}
.top_blog .wf_blog_ul {
  overflow: hidden;
}
.top_blog .wf_blog_ul li {
  width: 44%;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 30px;
}
.top_blog .wf_blog_ul li:nth-child(2n) {
  padding-top: 20px;
}
.top_blog .wf_blog_ul li:nth-child(2n + 1) {
  clear: both;
}
.top_blog .wf_blog_ul li:last-child {
  margin-right: 3%;
}
.top_blog .wf_blog_ul .wf_blog_li_thumb,
.top_blog .wf_blog_ul .wf_blog_li_thumb:hover {
  margin-bottom: 10px;
}
.top_blog .wf_blog_ul .wf_blog_li_thumb img {
  max-width: 350px;
}
.top_blog .wf_blog_li_date {
  margin: 0;
}
.top_blog .ico_illust {
  top: 20px;
  right: 8%;
}

/* about us */
.top_aboutus {
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}
.top_aboutus .img_span {
  float: none;
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
  display: block;
}
.top_aboutus .box_detail {
  float: none;
  width: 100%;
  margin-top: 30px;
}
.top_aboutus .box_detail .part {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 20px;
}
.top_aboutus .box_detail .btn_wrap02 {
  text-align: center;
}
.top_aboutus .ico_illust {
  top: -3%;
  left: 8%;
}


/* henna */
.top_henna {
  margin-bottom: 60px;
  position: relative;
}
.top_henna h3 {
  margin-bottom: 30px;
}
.top_henna .cont {
  margin-bottom: 40px;
}
.top_henna .img_span img {
  width: 100%;
}
.top_henna h4 {
  margin-bottom: 40px;
  padding: 0px 0;
}
.henna_ico1 {
  top: -30px;
  right: 1%;
  text-align:right;
}
.henna_ico2 {
  bottom: 57%;
  right: -2%;
  text-align:right;
}
.henna_ico3 {
  bottom: 0;
  left: 0;
}


/* staff */
.top_staff {
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}
.top_staff .img_span {
  float: none;
  width: 100%;
  margin-top: 0;
  padding-right: 10px;
  display: block;
}
.top_staff .box_detail {
  float: none;
  width: 100%;
  margin-top: 30px;
}
.top_staff .box_detail .part {
  display: block;
  width: auto;
  max-width: none;
}
.top_staff .box_detail .btn_wrap02 {
  text-align: center;
}
.top_staff .ico_illust {
  top: -20px;
  right: 15%;
}

/* menu */
.top_menu {
  margin-bottom: 30px;
}



/* access */
.top_access {
  padding-top: 65px;
  margin-bottom: 30px;
  position: relative;
  background: url(../images/access_bg.png) no-repeat top center / 200% auto;
}
.top_access h3 {
  float: none;
  width: 100%;
}
.top_access h3 span {
  display: block;
  max-width: none;
  margin: 0;
}
.top_access .img_span {
  float: none;
  width: 100%;
  margin-top: 0;
  text-align: right;
  padding-left: 10px;
  box-sizing: border-box;
  display: block;
}
.top_access .img_span img {
  width: 100%;
}
.top_access .box_detail {
  float: none;
  width: 100%;
  margin-top: 30px;
}
.top_access .box_detail .part {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.top_access .btn_wrap {
  text-align: center !Important;
}
.gMap {
  margin-top: 40px;
}
.top_access .ico_illust {
  top: 60px;
  left: 3%;
}

}

/* ==================== clearfix ==================== */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
/* ==================== grid ==================== */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2-4, .col-lg-1-5 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-1 img, .col-lg-2 img, .col-lg-3 img, .col-lg-4 img, .col-lg-5 img, .col-lg-6 img, .col-lg-7 img, .col-lg-8 img, .col-lg-9 img, .col-lg-10 img, .col-lg-11 img, .col-lg-12 img, .col-lg-2-4 img, .col-lg-1-5 img{
  margin-bottom: 20px;
}
.col-lg-12 {width: 100%;}
.col-lg-11 {width: 91.66666667%;}
.col-lg-10 {width: 83.33333333%;}
.col-lg-9 {width: 75%;}
.col-lg-8 {width: 66.66666667%;}
.col-lg-7 {width: 58.33333333%;}
.col-lg-6 {width: 50%;}
.col-lg-5 {width: 41.66666667%;}
.col-lg-4 {width: 33.33333333%;}
.col-lg-3 {width: 25%;}
.col-lg-2 {width: 16.66666667%;}
.col-lg-1 {width: 8.33333333%;}

/*5カラム*/
.col-lg-2-4 {width: 20%;}

/*8カラム*/
.col-lg-1-5 {width: 12.5%;}

.col-lg-pull-11 {right: 91.66666667%;}
.col-lg-pull-10 {right: 83.33333333%;}
.col-lg-pull-9 {right: 75%;}
.col-lg-pull-8 {right: 66.66666667%;}
.col-lg-pull-7 {right: 58.33333333%;}
.col-lg-pull-6 {right: 50%;}
.col-lg-pull-5 {right: 41.66666667%;}
.col-lg-pull-4 {right: 33.33333333%;}
.col-lg-pull-3 {right: 25%;}
.col-lg-pull-2 {right: 16.66666667%;}
.col-lg-pull-1 {right: 8.33333333%;}
.col-lg-pull-0 {right: auto;}

/*5カラム*/
.col-lg-pull-2-4 {right: 20%;}

/*8カラム*/
.col-lg-pull-1-5 {right: 12.5%;}
.col-lg-push-12 {left: 100%;}
.col-lg-push-11 {left: 91.66666667%;}
.col-lg-push-10 {left: 83.33333333%;}
.col-lg-push-9 {left: 75%;}
.col-lg-push-8 {left: 66.66666667%;}
.col-lg-push-7 {left: 58.33333333%;}
.col-lg-push-6 {left: 50%;}
.col-lg-push-5 {left: 41.66666667%;}
.col-lg-push-4 {left: 33.33333333%;}
.col-lg-push-3 {left: 25%;}
.col-lg-push-2 {left: 16.66666667%;}
.col-lg-push-1 {left: 8.33333333%;}
.col-lg-push-0 {left: auto;}

/*5カラム*/
.col-lg-push-2-4 {left: 20%;}

/*8カラム*/
.col-lg-push-1-5 {left: 12.5%;}
.col-lg-offset-12 {margin-left: 100%;}
.col-lg-offset-11 {margin-left: 91.66666667%;}
.col-lg-offset-10 {margin-left: 83.33333333%;}
.col-lg-offset-9 {margin-left: 75%;}
.col-lg-offset-8 {margin-left: 66.66666667%;}
.col-lg-offset-7 {margin-left: 58.33333333%;}
.col-lg-offset-6 {margin-left: 50%;}
.col-lg-offset-5 {margin-left: 41.66666667%;}
.col-lg-offset-4 {margin-left: 33.33333333%;}
.col-lg-offset-3 {margin-left: 25%;}
.col-lg-offset-2 {margin-left: 16.66666667%;}
.col-lg-offset-1 {margin-left: 8.33333333%;}
.col-lg-offset-0 {margin-left: 0;}

/*5カラム*/
.col-lg-offset-2-4 {margin-left: 20%;}

/*8カラム*/
.col-lg-offset-1-5 {margin-left: 12.5%;}


/* ----- 余白 ----- */
.row{
  margin-bottom: 20px;
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}


@media only screen and (max-width: 767px) {
  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2-4,.col-lg-1-5 {
    float: none;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .col-lg-1 img, .col-lg-2 img, .col-lg-3 img, .col-lg-4 img, .col-lg-5 img, .col-lg-6 img, .col-lg-7 img, .col-lg-8 img, .col-lg-9 img, .col-lg-10 img, .col-lg-11 img, .col-lg-12 img, .col-lg-2-4 img, .col-lg-1-5 img{
    margin-bottom: 10px;
  }
  .col-lg-pull-11,.col-lg-pull-10,.col-lg-pull-9,.col-lg-pull-8,.col-lg-pull-7,.col-lg-pull-6,.col-lg-pull-5,.col-lg-pull-4,.col-lg-pull-3,.col-lg-pull-2,.col-lg-pull-1,.col-lg-pull-0{
    right: 0;
  }
  /*5カラム*/
  .col-lg-pull-2-4 {
    right: 0;
  }
  /*8カラム*/
  .col-lg-pull-1-5,.col-lg-push-12,.col-lg-push-11,.col-lg-push-10,.col-lg-push-9,.col-lg-push-8,.col-lg-push-7,.col-lg-push-6,.col-lg-push-5,.col-lg-push-4,.col-lg-push-3,.col-lg-push-2,.col-lg-push-1,.col-lg-push-0{
    left: 0;
  }
  /*5カラム*/
  .col-lg-push-2-4 {
    left: 0;
  }
  /*8カラム*/
  .col-lg-push-1-5,.col-lg-offset-12,.col-lg-offset-11,.col-lg-offset-10,.col-lg-offset-9,.col-lg-offset-8,.col-lg-offset-7,.col-lg-offset-6,.col-lg-offset-5,.col-lg-offset-4,.col-lg-offset-3,.col-lg-offset-2,.col-lg-offset-1,.col-lg-offset-0{
    margin-left: 0;
    left: 0;
  }
  /*5カラム*/
  .col-lg-offset-2-4 {margin-left: 0;}
  /*8カラム*/
  .col-lg-offset-1-5 {margin-left: 0;}

  .row-0, .row-10, .row-20, .row-30, .row-40 {margin: 0;}
  .row-0 > div, .row-10 > div, .row-20 > div, .row-30 > div, .row-40 > div {padding: 0;}


  .sp-row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sp-row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2-4, .col-xs-1-5 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xs-12 {width: 100%;}
  .col-xs-11 {width: 91.66666667%;}
  .col-xs-10 {width: 83.33333333%;}
  .col-xs-9 {width: 75%;}
  .col-xs-8 {width: 66.66666667%;}
  .col-xs-7 {width: 58.33333333%;}
  .col-xs-6 {width: 50%;}
  .col-xs-5 {width: 41.66666667%;}
  .col-xs-4 {width: 33.33333333%;}
  .col-xs-3 {width: 25%;}
  .col-xs-2 {width: 16.66666667%;}
  .col-xs-1 {width: 8.33333333%;}
}

/* ----- 強調 ----- */
.caution{
  color: #be0000;
  font-size: medium;
}
/* ----- 画像サイズ ----- */
.img_w_l img{
  width: 100%;
  height: auto;
}
.img_w_m{}
.img_length img{
  margin-bottom: 0!important;
}
@media only screen and (max-width: 767px) {
  .img_w_m{
    width: 70%;
    margin: 0 auto;
  }
  .img_w_m img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .img_length img{
    margin-bottom: 10px;
  }
}

/* ------ float ------ */
.f_l { float: left; }
.f_r { float: right; }

/* ------ テキスト系 ------ */
.ta_c { text-align: center !important; }
.ta_l { text-align: left !important; }
.ta_r { text-align: right !important; }
.fw_n { font-weight: normal !important; }
.fw_b { font-weight: bold !important; }

/* ==================== 下層：Concept ==================== */
.s_copy{
  color: #b28c33;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .s_copy{
    font-size: 13px;
  }
}

.youtube_box iframe{
  height: 573px;
}
@media only screen and (max-width: 767px) {
  .youtube_box iframe{
    height: 300px;
  }
}

/* ==================== 下層：Menu ==================== */
.under table{
  margin-bottom: 1em;
}

.price_menu th{
  width: 70%;
}
.price_menu td{
  text-align: right;
}
@media only screen and (max-width: 767px) {
    .price_menu th,
    .price_menu td{
      width: 100%;
      box-sizing: border-box;
      display: block;
      border: none;
    }
    .price_menu td{
      text-align: right;
      border-bottom: 1px solid #efefec!important;
    }
}

/* ==================== 下層：ヘアドネーションとは ==================== */
.topic{
  border-bottom: 1px solid #635e33;
  padding-bottom: 3px;
  margin-bottom: 10px!important;
}
.topic_des{
  text-align: right;
  color: #635e33;
  font-size: 12px;
}

/* ==================== 下層：スタッフ紹介 ==================== */
img.sns_icon{
  width: 40px;
  height: auto;
}

.wf_blog_ul li {
    border-bottom: 1px solid #ddd !important;
   padding: 10px 0 !important;
 }
/* ==================== 下層：English ==================== */
#gmap_en{
  width: 100%;
  height: 366px;
}
@media only screen and (max-width: 767px) {
  #gmap_en{
    margin-bottom: 20px;
  }
}