@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
html {
  font-size: 62.5%;
}
/* 10px */
body {
  background-color: #FFF;
  color: #333;
  font-size: 1.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 26px;
  line-height: 2.6rem;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
.font_mincho, .top_shop_tel_number {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
}
.font_gothic, #c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half, #c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume, .breadCrumb, .menu_list_detail {
/*
    font-family: 'Open Sans',"YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    */ }
.pc_none {
  display: none !important;
}
.pc_noWrap {
  display: block;
}
.pc_left {
  text-align: left !important;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
#wrapper {
  margin-top: 181px;
}
.pc_container {
  max-width: 1000px;
  margin: 0 auto;
}
.xsm_section {
  margin-bottom: 20px !important;
}
.sm_section {
  margin-bottom: 40px !important;
}
.pc_sm_section {
  margin-bottom: 40px !important;
}
.md_section {
  margin-bottom: 60px !important;
}
.section {
  margin-bottom: 80px !important;
}
.lg_section {
  margin-bottom: 120px !important;
}
.pc_lg_section {
  margin-bottom: 120px !important;
}
.common_section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.line_height_small {
  line-height: 18px;
  line-height: 1.8rem;
}
.line_height_medium {
  line-height: 24px;
  line-height: 2.4rem;
}
.line_height_large {
  line-height: 32px;
  line-height: 3.2rem;
}
.bg_gray {
  background-color: #CCC;
}
.bg_beige {
  background-color: #f1eeeb;
}
.bg_beige2 {
  background-color: #f0e8e2;
}
.bg_white {
  background-color: #FFF;
}
.bg_brown {
  background-color: #96653d;
}
.bg_dark_brown {
  background-color: #241102;
}
.text_white {
  color: #FFF;
}
.text_brown {
  color: #96653d;
}
.text_light_brown {
  color: #b08b6d;
}
.d_flex {
  display: flex;
}
.pc_d_flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.pc_justify-content-between {
  justify-content: space-between;
}
.pc_flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.align-self-center {
  align-self: center;
}
.pc_flex_wrap {
  flex-wrap: wrap;
}
.pc_floatR {
  float: right;
}
p {
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
hr {
  border-top: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0;
}
.list_circle {
  list-style: none;
}
.list_circle li {
  padding-left: 14px;
  position: relative;
}
.list_circle li:before {
  background-color: #333;
  border-radius: 20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}
.img_w_100 {
  width: 100%;
  height: auto;
}
.w_23 {
  width: 23%;
}
.w_35 {
  width: 35%;
}
.w_45 {
  width: 45%;
}
.w_48 {
  width: 48%;
}
.w_49 {
  width: 49%;
}
.w_70 {
  width: 70%;
}
.w_100 {
  width: 100%;
}
.waku_kazari {
  border: solid 6px #fff;
  outline: solid 6px #f1eeeb;
  background-color: #f1eeeb;
  margin-bottom: 30px;
}
.waku_kazari .waku_kazari_inner {
  position: relative;
  margin: 1px;
  padding: 30px;
  background: url(../images/common/waku_lt.png) left top no-repeat, url(../images/common/waku_rt.png) right top no-repeat, url(../images/common/waku_lb.png) left bottom no-repeat, url(../images/common/waku_rb.png) right bottom no-repeat, #FFF;
  background-size: 49px, 49px, 49px, 49px, 100%;
 height: calc(100% + -2px);
}
.waku_kazari .waku_kazari_inner p:last-child {
  margin-bottom: 0;
}
.waku_kazari2 {
  border: solid 6px #f1eeeb;
  outline: solid 6px #dfd6ce;
  background-color: #dfd6ce;
  margin: 0 6px 30px;
}
.waku_kazari2 .waku_kazari_inner {
  background: url(../images/common/waku_lt_brown.png) left top no-repeat, url(../images/common/waku_rt_brown.png) right top no-repeat, url(../images/common/waku_lb_brown.png) left bottom no-repeat, url(../images/common/waku_rb_brown.png) right bottom no-repeat, #f1eeeb;
  background-size: 49px, 49px, 49px, 49px;
  position: relative;
  margin: 1px;
  padding: 30px;
 height: calc(100% + -2px);
}
.waku_kazari2 .waku_kazari_inner p:last-child {
  margin-bottom: 0;
}
.waku_kazari3 .waku_kazari_inner {
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 6px;
  position: relative;
}
.waku_kazari3 .waku_kazari_inner p:last-child {
  margin-bottom: 0;
}
.waku_kazari3 .waku_kazari_inner .waku_kazari_inner2 {
  padding: 6px 10px 40px;
  background: url(../images/common/waku_lt_s.png) left top no-repeat, url(../images/common/waku_rt_s.png) right top no-repeat, url(../images/common/waku_lb_s.png) left bottom no-repeat, url(../images/common/waku_rb_s.png) right bottom no-repeat, #FFF;
  background-size: 40px, 40px, 40px, 40px;
}
.icon_arrow_min {
  display: block;
  padding: 0 0 0 10px;
  position: relative;
}
.icon_arrow_min:hover {
  padding: 0 0 0 10px;
}
.icon_arrow_min:before {
  content: "\f105";
  color: #b08b6d;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  position: absolute;
  top: 9px;
  left: 0;
}
/* button */
.btn_white {
  background-color: #FFF;
  border: 1px solid #b08b6d;
  border-radius: 40px;
  color: #96653d;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 15px 60px 15px 60px;
  position: relative;
}
.btn_white:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.png) top no-repeat;
  background-size: 23px;
  position: absolute;
  top: 37%;
  right: 20px;
  width: 23px;
  height: 9px;
}
.btn_white:hover {
  background-color: #96653d;
  color: #FFF;
}
.btn_white:hover:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.png) bottom no-repeat;
  background-size: 23px;
  position: absolute;
  top: 37%;
  right: 20px;
  width: 23px;
  height: 9px;
}
a.btn_brown, button.btn_brown, input.btn_brown {
  background-color: #96653d;
  border: none;
  border-radius: 40px;
  color: #FFF;
  display: block;
  font-weight: normal;
  padding: 15px 50px;
  position: relative;
  outline: none;
}
a.btn_brown:after, button.btn_brown:after, input.btn_brown:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.png) bottom no-repeat;
  background-size: 23px;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 23px;
  height: 9px;
}
a.btn_brown:hover, button.btn_brown:hover, input.btn_brown:hover {
  color: #FFF;
  opacity: 0.7;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a.btn_brown:hover:after, button.btn_brown:hover:after, input.btn_brown:hover:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.png) top no-repeat;
  background-size: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  height: 9px;
}
a.btn_beige {
  background-color: #ebe0d8;
  border-radius: 40px;
  color: #b08b6d;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px 40px;
  position: relative;
}
a.btn_beige:before {
  content: "\f105";
  color: #b08b6d;
  display: block;
  font-size: 10px;
  position: absolute;
  top: 33%;
  right: 10px;
}
.btn_back {
  background-color: #DDD;
  border: none;
  border-radius: 40px;
  color: #333;
  display: block;
  font-weight: normal;
  margin: 30px auto;
  padding: 10px 50px;
  position: relative;
  outline: none;
}
.btn_back:hover {
  color: #333;
  opacity: 0.7;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn_large {
  width: 390px;
}
.btn_xlarge {
  width: 440px;
}
.btn_medium {
  width: 240px;
}
.btn_small {
  width: 180px;
  padding: 10px 30px !important;
}
.link_border {
  text-decoration: underline !important;
}
table {
  border: 1px solid #DDD;
  border-collapse: collapse;
}
table th {
  border: 1px solid #DDD;
  padding: 10px;
  text-align: right;
}
table td {
  border: 1px solid #DDD;
  padding: 10px;
}
/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}
/*  -------------------

layout 

-------------------*/
.layout01_ph {
  width: 400px;
}
.layout01_text {
  width: 560px;
}
.layout02_ph {
  width: 560px;
}
.layout02_text {
  width: 400px;
}
.order_1 {
  order: 1;
}
/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px;
}
.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px;
}
.select-wrap:before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 5px;
  right: 15px;
  position: absolute;
  top: 16px;
  transform: rotate(135deg);
  width: 5px;
  z-index: 1;
}
.select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  color: #828c9a;
  width: 100%;
  border-radius: 3px;
}
.select-wrap select option {
  background-color: #fff;
  color: #333;
}
 .select-wrap select option::-ms-expand {
 display: none;
}
 .select-wrap select option:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
  color: #fff;
}
 .select-wrap.select-primary:before > select {
 background: #0084B4;
 color: #fff;
 border-color: #0084B4;
}
 .select-wrap.select-primary:before :-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #fff;
}
.select-wrap.select-inverse:before {
  color: #fff;
}
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}
/* ---------------------------

02. header

---------------------------*/
.drawer-nav .active {
  position: relative;
}
#hdr {
  background-color: #FFF;
  position: fixed;
}
#hdr.drawer-navbar {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar.is-animation .drawer-navbar-header {
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar.is-animation .drawer-navbar-header .drawer-brand {
  width: 94px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar.is-animation .drawer-nav {
  padding-top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar.is-animation .drawer-nav .drawer-menu > li > a {
  color: #333;
  padding: 5px 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar.is-animation #menu-header-sub {
  top: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar .drawer-brand {
  display: block;
  margin: 0 auto;
}
#hdr.drawer-navbar .drawer-brand img {
  display: none;
}
#hdr.drawer-navbar .drawer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hdr.drawer-navbar .drawer-navbar-header {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 20px 40px 10px;
  height: 110px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar .drawer-nav {
  line-height: 22px;
  line-height: 2.2rem;
  padding-top: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar .drawer-nav .active:after {
  bottom: -24px;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu--right {
  float: none;
  text-align: center;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu {
  border-top: 1px solid #ededed;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu li {
  float: none;
  border-bottom: none;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu > li {
  float: none;
  display: inline-block;
  position: inherit;
  margin: 0 1em;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu > li > a {
  color: #333;
  padding: 15px 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu > li > a:hover {
  color: #96653d;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu > li .drawer-menu-item {
  color: #000;
  position: relative;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu > li > a.active:after {
  background-color: #b08b6d;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu a {
  font-weight: normal;
}
#hdr.drawer-navbar .drawer-nav .drawer-menu a:hover {
  text-decoration: none;
}
#hdr.drawer-navbar .drawer-dropdown-menu {
  width: 1100px;
  left: -560px;
  right: -560px;
  margin: 0 auto;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
.drawer-dropdown-menu li {
  border-bottom: 1px solid #DDD;
}
.drawer-dropdown-menu li:first-child {
  border-top: none;
}
.drawer-dropdown-menu li:last-child {
  border-bottom: none;
}
.drawer-dropdown-menu li a {
  color: #333;
}
.drawer-dropdown-menu li a.active:after {
  background-color: transparent;
  display: none;
}
.drawer-dropdown-menu li a:hover:after {
  background-color: transparent;
  display: none;
}
#hdr.drawer-navbar .drawer-dropdown-menu.shop_drawer-dropdown-menu {
  width: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
#hdr.drawer-navbar .drawer-dropdown-menu.shop_drawer-dropdown-menu li {
  border-bottom: 1px solid #e0d4cb;
}
#hdr.drawer-navbar .drawer-dropdown-menu.shop_drawer-dropdown-menu li a {
  display: block;
  padding: 10px;
}
#hdr.drawer-navbar .drawer-dropdown-menu.shop_drawer-dropdown-menu li:last-child {
  border-bottom: none;
}
#menu-header-sub {
  display: flex;
  position: absolute;
  top: 36px;
  right: 20px;
  z-index: 110;
}
#menu-header-sub li {
  margin-left: 10px;
}
#menu-header-sub li a.btn_white {
  font-size: 12px;
  padding: 5px 50px 5px 15px;
}
.drawer-brand {
  background: url(../images/common/logo.png) no-repeat;
  background-size: cover;
  float: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 188px;
  height: 80px;
  margin: 0 auto;
}
.drawer-hamburger {
  padding-top: 9px;
}
#c_menu_set p {
  line-height: 22px;
  line-height: 2.2rem;
}
#c_menu_set .c_menu_flex {
  display: flex;
  justify-content: space-between;
}
#c_menu_set .c_menu_flex a {
  color: #333;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner {
  width: 48%;
  background-color: #FFF;
  margin: 10px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.c_menu_fist {
  border: 1px solid #241102;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.c_menu_fist h2 {
  background-color: #241102;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.c_menu_skin {
  border: 1px solid #b08b6d;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.c_menu_skin .c_menu_tit {
  background-color: #b08b6d;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half {
  padding: 10px 0;
  width: 50%;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: left;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.w100 .c_menu_half {
  width: 100%;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half:hover {
  background-color: #96653d;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner.w100:hover {
  background-color: #96653d;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half:hover h3 {
  color: #FFF !important;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half:hover p {
  color: #FFF !important;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half:first-child:after {
  background-color: #f0e8e2;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half .c_menu_img {
  width: 60px;
  height: 60px;
  margin: 0 5px 6px 7px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half .c_menu_img img {
  width: 60px;
  height: auto;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half .c_menu_img_text {
  margin: 0 9px 6px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner .c_menu_half p {
  margin-bottom: 0;
  margin: 0 9px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 {
  width: 100%;
  background-color: #FFF;
  margin: 0 10px 10px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_tit {
  background-color: #e0d4cb;
  color: #333333;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume .c_menu_osusume_inner {
  margin: 15px 20px;
  text-align: left;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume .c_menu_osusume_tit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume .c_menu_osusume_tit a:hover {
  text-decoration: underline;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume_ul {
  list-style: none;
  font-size: 13px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume_ul li a {
  line-height: 30px;
  line-height: 3.0rem;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume_ul li a:hover {
  text-decoration: underline;
  color: #96653d;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume_ul2 {
  margin-left: 20px;
}
#c_menu_set .c_menu_flex .c_menu_flex_inner2 .c_menu_osusume_ul2 .c_menu_osusume_ul_second {
  margin-left: 1em;
}
#c_menu_set .c_menu_flex h2 {
  color: #FFF;
  font-weight: normal;
  line-height: 20px;
  line-height: 2.0rem;
  padding: 4px;
  text-align: center;
}
#c_menu_set a:hover {
  display: block;
  opacity: 1;
}
#c_menu_set a:hover .c_menu_img_text {
  color: #96653d;
}
#c_menu_set a:hover p {
  opacity: 0.6;
}
/* ---------------------------

03. footer

---------------------------*/
#ftr {
  background-color: #b08b6d;
  color: #FFF;
  padding: 44px 0 0;
}
.ftr_link {
  display: block;
  width: 140px;
  margin: 0 auto 60px;
}
#ftr a:link, #ftr a:visited, #ftr a:hover, #ftr a:active {
  color: #FFF;
}
.icon_line_circle {
  width: 25px;
  height: 25px;
  margin-bottom: -2px;
}
.icon_line_circle_toppage {
  margin-right: 5px;
  margin-bottom: -5px;
}
.ftr_list_ph {
  border-radius: 226px;
  width: 113px;
  height: 113px;
  overflow: hidden;
  margin-right: 10px;
}
#ftr_nav {
  margin-top: 40px;
  padding: 10px 0 40px;
  background-color: #a17857;
}
#ftr_nav ul {
  text-align: center;
}
#ftr_nav ul li {
  display: inline;
  padding: 0 20px;
  white-space: nowrap;
}
#ftr_copyright {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 40px 0 0;
  text-align: center;
}
#btn_inquiry {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 20px;
  top: 280px;
  z-index: 100;
}
#btn_inquiry02 {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 20px;
  top: 410px;
  z-index: 100;
}
#btn_inquiry img,  #btn_inquiry02 img {
  width: 100%;
  height: auto;
}
#btn_inquiry img.sp, #btn_inquiry02 img.sp {
  display: none;
}
/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
.second_directory {
  margin-top: 100px;
}
#main_title {
  background: url(../img/common/main_title.jpg) center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
#main_title .main_title_tit {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-align: center;
}
#main_title p {
  margin-bottom: 0;
}
/**
* title
*/
.tit_large, .tit_l_widthCap {
  color: #b08b6d;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 48px;
  line-height: 4.8rem;
  margin-bottom: 40px;
  text-align: center;
}
.tit_l_widthCap {
  line-height: 30px;
  line-height: 3rem;
}
.tit_middle {
  color: #b08b6d;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 20px;
}
.tit_sem_middle {
  color: #b08b6d;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 34px;
  line-height: 3.4rem;
  margin-bottom: 20px;
}
.tit_small {
  color: #b08b6d;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 30px;
  line-height: 3.0rem;
  margin-bottom: 20px;
}
.tit_xsmall {
  color: #b08b6d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.tit_border_bottom {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 70px;
  position: relative;
}
.tit_border_bottom:after {
  content: "";
  display: block;
  background-color: #96653d;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.tit_border_bottom.tit_border_bottom_s {
  font-size: 16px;
  font-size: 1.6rem;
}
.tit_border_bottom2 {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.tit_border_left {
  border-left: 3px solid #333;
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 15px;
}
.tit_border_left a:link {
  color: #333;
}
.tit_border_left a:visited {
  color: #333;
}
.tit_border_left a:hover {
  color: #333;
}
.tit_border_left a:active {
  color: #333;
}
.tit_bg_brown, .menu_tit {
  background-color: #96653d;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}
/* pankuzu */
.breadCrumb {
  border-bottom: 1px solid #ededed;
}
.pankuzu {
  padding: 10px 0;
}
.pankuzu ul li {
  float: left;
  padding: 0 3px;
  color: #666666;
}
.pankuzu ul li:after {
  content: ">";
  margin-left: 10px;
}
.pankuzu ul li:last-child:after {
  content: "";
}
.pankuzu a {
  color: #999;
}
.pankuzu a:hover {
  color: #999;
  opacity: 0.6;
}
.pankuzu a:active {
  color: #999;
  opacity: 0.6;
}
/* ---------------------------

05. 各ページ

---------------------------*/
/*  -------------------

top 

-------------------*/
#second_start {
  margin-top: 52px;
  border-bottom: 1px solid #ededed;
}
#mainvisual {
  height: 450px;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
#mainvisual .slick-slide .item {
  height: 450px;
  overflow: hidden;
}
#mainvisual .top_ul .item {
  position: relative;
}
#mainvisual .mainvisual_textBox {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
}
#mainvisual .mainvisual_textBox .mainvisual_text_inner {
  color: #FFF;
  width: 100%;
  text-align: center;
}
#mainvisual .mainvisual_textBox .mainvisual_text_inner .mainvisual_tit {
  font-size: 54px;
  font-size: 6.4rem;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 20px;
}
#mainvisual .mainvisual_textBox .mainvisual_text_inner .mainvisual_text {
  font-size: 16px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.0rem;
  margin-bottom: 1.1em
}
#mainvisual .slick-dots {
  bottom: 10px;
  z-index: 100;
}
#mainvisual .slick-dots li button {
  margin: -5px;
}
#mainvisual .slick-dots li button:before {
  background-color: #000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 20px;
  line-height: 2.0rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainvisual .slick-dots li.slick-active button:before {
  opacity: .6;
}
.slide-video {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-image: url(/wp-content/uploads/2018/11/top_img_01.jpg);
  background-size: cover;
  background-position: center;
}
/* top_nav */
#top_nav {
  background-color: #f0e8e2;
}
.top_nav_ul li {
  width: 25%;
  border-right: 1px solid #FFF;
  text-align: center;
  position: relative;
}
.top_nav_ul li .top_nav_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_nav_ul li:last-child {
  border-right: none;
}
.top_nav_ul li .top_nav_div {
  padding: 8px 20px 62px;
  position: relative;
}
.top_nav_ul li .top_nav_div .small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.top_nav_ul li .top_nav_div2 {
  position: relative;
}
.top_nav_ul li .top_nav_div2 .top_nav_tit {
  text-align: left;
}
.top_nav_ul li .top_nav_div2_first {
  border-bottom: 1px solid #FFF;
}
.top_nav_ul li .top_nav_div2_inner {
  padding: 8px 20px 10px;
}
.top_nav_ul li .top_nav_subtit {
  border-bottom: 1px solid #e3dbd5;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.top_nav_ul li .top_nav_tit {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 9px;
}
.top_nav_ul li .top_nav_tit2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.top_nav_ul li .top_nav_link {
  position: absolute;
  top: 0;
  left: 0;
}
.top_nav_ul li .top_nav_link:hover {
  background-color: #96653d;
  opacity: 0.3;
}
.top_nav_ul li .top_nav_icon1, .top_nav_ul li .top_nav_icon4, .top_nav_ul li .top_nav_icon5 {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
}
.top_nav_ul li .top_nav_icon2, .top_nav_ul li .top_nav_icon3 {
  margin: -4px 0;
}
.top_video {
  width: 680px;
  margin: 100px auto 0;
}
/* top_quality */
#top_quality {
  background: url(../images/top/top_quality_bg.jpg) center center no-repeat;
  background-size: cover;
}
#top_quality_bg2 {
  background: url(../images/top/top_quality_bg2.png) repeat;
  padding: 60px;
}
.top_quality_link {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #b08b6d;
  border-left: none;
}
.top_quality_link>img {
  position: absolute;
  right: 332px;
  top: 180px;
  width: 216px;
}
.top_quality_link ul:after {
  content: "";
  display: block;
  clear: both;
}
.top_quality_link li {
  float: left;
  vertical-align: top;
  width: 439px;
  border-left: 1px solid #b08b6d;
}
.top_quality_link li:nth-child(1) {
  border-bottom: 1px solid #b08b6d;
}
.top_quality_link li:nth-child(2) {
  border-bottom: 1px solid #b08b6d;
}
.top_quality_link li:nth-child(4) {
  border-left: 1px solid #b08b6d;
}
.top_quality_link li a {
  display: block;
}
.top_quality_link img {
  max-width: 100%;
  display: block;
}
.top_quality_link li.our_quality04 {
  padding: 35px 0 12px;
}
.top_quality_link li.our_quality04 img {
  max-width: 85%;
  margin: 0 auto 18px;
}
.top_quality_link li.our_quality04>img:first-child {
  width: 32%;
}
.menu_top_container {
  border-top: 1px solid #96653d;
  border-right: 1px solid #ebe0d8;
  border-bottom: 1px solid #ebe0d8;
  border-left: 1px solid #ebe0d8;
  margin-bottom: 50px;
  padding: 60px 40px 40px;
}
.menu_top_container .menu_top_ph01 {
  width: 380px;
}
.menu_top_container .menu_top_text01 {
  width: 510px;
}
/* top_shop */
.top_shop_set {
  display: table;
  margin-bottom: 30px;
}
.top_shop_name {
  background-color: #b08b6d;
  color: #FFF;
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  width: 180px;
  text-align: center;
}
.top_shop_name.top_shop_name_sister {
  background-color: #e2d3c5;
  color: #333;
}
.top_shop_img_set {
  width: 180px;
  padding: 20px;
  vertical-align: middle;
}
.top_shop_img_set img {
  border-radius: 360px;
  overflow: hidden;
}
.top_shop_address {
  width: 190px;
  margin-right: 8px;
}
.top_shop_address a {
  color: #333;
  text-decoration: underline;
}
.top_shop_cel {
  margin: 20px 10px 10px 10px;
  position: relative;
  background-color: #FFF;
  display: table-cell;
  vertical-align: middle;
}
.top_shop_address {
  width: 175px;
}
.top_shop_tel {
  width: 262px;
}
.top_shop_tel_inner {
  border-left: 1px solid #ebe0d8;
  padding-left: 15px;
}
.top_shop_tel_number {
  font-size: 24px;
  margin-bottom: 0;
}
.top_shop_inqrity {
  width: 190px;
  background-color: #FFF;
  border-left: 10px solid #f1eeeb;
  padding: 10px 0 0;
  text-align: center;
}
.top_shop_inqrity a {
  color: #333;
  text-decoration: none;
}
.top_shop_inqrity2 {
  width: 200px;
  background-color: #FFF;
}
.top_shop_dl01 dt {
  width: 75px;
  float: left;
  clear: left;
}
.top_shop_dl01 dd {
  margin-left: 75px;
}
.top_shop_dl02 dt {
  float: left;
  clear: left;
}
.top_shop_btn {
  float: right;
  margin-right: 10px;
}
/* top_news */
#top_news ul {
  margin-right: -40px;
  overflow: hidden;
}
#top_news ul li {
  width: 220px;
  float: left;
  margin-right: 40px;
}
#top_news ul li a {
  display: block;
}
#top_news ul li a:hover {
  opacity: 0.6;
}
.thumbnail img {
  width: 100%;
  height: auto;
}
.top_ticket_link {background: #96653d;margin: 0 0 30px;padding: 10px;}
.top_ticket_link p {text-align: center;color: #FFF;font-size: 14px;margin-bottom: 0;}
.top_ticket_link a {display: inline-block;background: #FFF;border-radius: 10px;font-size: 12px;padding: 0 20px;margin-left: 10px;font-weight: bold;color: #553007;}
.top_ticket_link br {display: none;}
/*  -------------------

menu 

-------------------*/
.menu_tit {
  padding: 20px 0;
}
.menu_inner {
  padding: 40px;
}
.menu_inner .menu_list_bg {
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
}
.menu_list_detail {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.menu_list_detail p {
  margin-bottom: 10px;
}
.menu_list_price {
  font-size: 18px;
  font-size: 1.8rem;
}
.menu_list_price p {
  margin-bottom: 0;
}
.menu_list_price strong {
  font-size: 24px;
  font-size: 2.4rem;
}
/*  -------------------

筋骨 

-------------------*/
.menu_top_titSet {
  margin: 0 -40px;
  background-color: #f1eeeb;
  border-top: 1px solid #ebe0d8;
  border-bottom: 1px solid #ebe0d8;
  padding: 15px 0;
  text-align: center;
}
.li_check li:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
/*  -------------------

2Bバイオ 

-------------------*/
.towb_text01 {
  width: 560px;
}
.towb_img01 {
  width: 400px;
}
.towb_items_01 {
  width: 331px;
}
.towb_items_02 {
  width: 642px;
}
.towb_items_set {
  width: 291px;
}
.towb_items_set img {
  line-height: 0;
}
.towb_items_set .small {
  line-height: 18px;
  line-height: 1.8rem;
}
.twob_hataraki_set {
  width: 306px;
  position: relative;
  line-height: 24px;
  line-height: 2.4rem;
}
.twob_hataraki_arrow img {
  width: 29px;
  height: auto;
  margin: 103px auto 0;
}
.twob_hataraki_no {
  background-color: #eb6100;
  border-radius: 100px;
  color: #FFF;
  display: table;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 20px;
  line-height: 2.0rem;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
}
.twob_hataraki_no .twob_hataraki_no_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.twob_hataraki_no span.step {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
/*  -------------------

ビオロジックルシェルシュ  

-------------------*/
.nomber_radius {
  background-color: #000;
  border-radius: 60px;
  color: #FFF;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
  line-height: 30px;
  line-height: 3.0rem;
  text-align: center;
}
/*  -------------------

その他メニュー  

-------------------*/
.other_menu_set {
  width: 680px;
  margin: 0 auto;
}
.other_menu_set dl {
  width: 100%;
}
.other_menu_set dl dt {
  background-color: #f6f6f6;
  border-top: 1px solid #FFF;
  width: 350px;
  float: left;
  clear: left;
  padding: 10px 0 10px 20px;
}
.other_menu_set dl dd {
  background-color: #f6f6f6;
  border-top: 1px solid #FFF;
  margin-left: 320px;
  text-align: right;
  padding: 10px 20px 10px 0;
}
/*  -------------------

before & after

-------------------*/
.ba_img_set {
  position: relative;
}
.ba_img_set:after {
  content: "";
  display: block;
  background: url(../images/common/icon_ba_arrow.png) no-repeat;
  background-size: 41px 29px;
  width: 41px;
  height: 29px;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ba_img_set2 {
  position: relative;
}
.ba_img_set2:before {
  content: "";
  display: block;
  background: url(../images/common/icon_ba_arrow.png) no-repeat;
  background-size: 41px 29px;
  width: 41px;
  height: 29px;
  position: absolute;
  top: 40%;
  left: -35px;
  margin: 0 auto;
}
/*  -------------------

店舗のご紹介

-------------------*/
.shop_img_01, .shop_img_02 {
  width: 499px;
  line-height: 0;
}
.shop_img_02 img:first-child {
  margin-bottom: 2px;
}
.waku_kazari2 .waku_kazari_inner.shop_inner {
  padding: 10px;
}
.shop_detail {
  width: 780px;
  margin: 0 auto;
}
.shop_detail_02 {
  width: 210px;
}
.shop_detail_03 {
  text-align: center;
  line-height: 25px;
  line-height: 2.5rem;
}
.shop_shimai_tit {
  background-color: #e2d3c5;
  width: 290px;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
}
.shop_icon_contact {
  margin-bottom: -6px;
}
.shop_staff_img {
  margin-right: 10px;
}
.shop_staff_img img {
  border-radius: 100%;
  width: 85px;
  height: 85px;
  overflow: hidden;
}
/*  -------------------

スタッフのご紹介

-------------------*/
.ul_staff_link {
  text-align: center;
}
.ul_staff_link li {
  display: inline-block;
}
.staff_set {
  position: relative;
  min-height: 560px;
}
.staff_img_lt {
  background-size: 520px 540px !important;
  background-repeat: no-repeat !important;
  min-height: 560px;
}
.staff_img_lt p:last-child {
  margin-bottom: 0;
}
.staff_img_rt {
  background-size: 520px 540px !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  min-height: 560px;
}
.staff_img_rt p:last-child {
  margin-bottom: 0;
}
.staff_text_rt {
  width: 550px;
  float: right;
  padding-top: 90px;
}
.staff_text_lt {
  width: 550px;
  padding-top: 90px;
}
.staff_think {
  background-color: #FFF;
  border: 1px solid #96653d;
  padding: 30px;
}
.staff_midashi {
  background-color: #b08b6d;
  color: #FFF;
  width: 135px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 2px 0;
  text-align: center;
}
/*  -------------------

inquiry

-------------------*/
.inquiry_dl {
  width: 840px;
  margin: 0 auto;
}
.inquiry_dl dt {
  border-top: 1px solid #DDD;
  width: 220px;
  padding: 20px 20px 20px 0;
  position: relative;
}
.inquiry_dl dt .must {
  background-color: #c00000;
  border-radius: 5px;
  color: #FFF;
  padding: 0 4px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.inquiry_dl dd {
  width: 600px;
  border-top: 1px solid #DDD;
  padding: 20px 10px;
  position: relative;
}
.inquiry_dl dd p:last-child {
  margin: 0;
  padding: 0;
}
.inquiry_dl dd #messege {
  width: 100%;
}
/*  -------------------

リクルート

-------------------*/
.recruit_table {
  width: 660px;
  margin: 0 auto;
}
.recruit_table dt {
  border-top: 1px solid #DDD;
  width: 150px;
  float: left;
  clear: left;
  padding: 10px 0;
}
.recruit_table dt:first-child {
  border-top: none;
  padding: 0 0 10px;
}
.recruit_table dt:first-child + dd {
  border-top: none;
  padding: 0 0 10px;
}
.recruit_table dd {
  border-top: 1px solid #DDD;
  margin-left: 150px;
  padding: 10px 0;
}
.recruit_table dd p:last-child {
  margin: 0;
  padding: 0;
}
/*  -------------------

予約フォーム

-------------------*/
.mwform-checkbox-field {
  display: block;
  line-height: 40px;
  line-height: 4rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mwform-checkbox-field label input[type="checkbox"] {
  margin-right: 5px;
}
.mwform-radio-field-text {
  margin-right: 20px;
}
/* single */
.single_aside, .single_main {
  margin: 50px 0;
}
.entry_sns {
  border-top: 1px solid #DDD;
  margin-top: 50px;
  padding-top: 20px;
}
.entry_sns li {
  float: left;
  margin: 20px 20px 0 0;
}
.widget {
  margin-bottom: 60px;
}
.widgettitle {
  background-color: #96653d;
  color: #FFF;
  margin-bottom: 10px;
  padding: 2px 5px;
}
.common_section02 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/top/bg01.jpg) repeat center;
}
.container02 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.container02 li {
  margin: 0 10px;
  display: inline-block;
}
.web_links {
  margin-right: 10px;
}
.web_link_box {
  text-align: center;
}
.web_link_box p {
  display: inline-block;
}
.top_link_box {
  text-align: center;
}
.top_link_box p {
  display: inline-block;
  margin: 0 10px;
}
/*  -------------------

hifu

-------------------*/

.hifu_ttl {
  padding-bottom: 40px;
}
.hifu_in .pc_justify-content-between:after {
  content: "";
  display: block;
  clear: both;
}
.hifu_in .hifu_txt {
  float: right;
  max-width: 545px;
}
.hifu_in .hifu_img {
  float: left;
  margin: 0 80px;
}
.hifu_in .hifu_ba {
  margin-top: 50px;
}
.hifu_in .hifu_ba .hife_ba_ttl {
  text-align: center;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b08b6d;
}
.hifu_in .hifu_ba .hifu_ba_inner {
  font-size: 0;
  margin-bottom: 50px;
}
.hifu_in .hifu_ba .hifu_ba_inner dl {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.hifu_in .hifu_ba .hifu_ba_inner dl:after {
  content: "";
  display: block;
  background: url(../images/common/icon_ba_arrow.png) no-repeat;
  background-size: 41px 29px;
  width: 41px;
  height: 29px;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.hifu_in .hifu_ba .hifu_ba_inner dl:nth-child(2) {
  margin-left: 24px;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dt {
  display: inline-block;
  font-size: initial;
  margin-right: 25px;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dt img {
  padding: 0;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dt p {
  text-align: center;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dd {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dd img {
  padding: 0;
}
.hifu_in .hifu_ba .hifu_ba_inner dl dd p {
  text-align: center;
}
.hifu_in .waku_kazari2 {
  margin-bottom: 60px;
}
.hifu_in .waku_kazari2 .waku_kazari_inner {
  min-height: 250px;
}
.hifu_in h3.tit_bg_brown {
  margin-bottom: 60px;
}
.hifu_in h4.tit_border_left {
  margin-bottom: 15px;
}
.hifu_in .section {
  margin-bottom: 50px !important;
}
.hifu_in .fea_img {
  margin: 30px auto;
  display: block;
}
.hifu_in h5 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b08b6d;
  margin-bottom: 10px;
}

.hifu_in .layout01_text ul {
  margin: 30px 0;
}
.hifu_in .layout01_text ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  text-indent: -15px;
}
.hifu_btm_text {
  background: url(../images/common/waku_lt_brown.png) left 10px top 10px no-repeat, url(../images/common/waku_rt_brown.png) right 10px top 10px no-repeat, url(../images/common/waku_lb_brown.png) left 10px bottom 10px no-repeat, url(../images/common/waku_rb_brown.png) right 10px bottom 10px no-repeat, #fff;
  background-size: 49px, 49px, 49px, 49px;
  position: relative;
  margin: 1px;
  padding: 70px 50px;
  margin-bottom: 50px;
}
dl.hifu_price {
  margin-bottom: 20px;
}
dl.hifu_price:after {
  content: "";
  display: block;
  clear: both;
}
dl.hifu_price dt {
  float: left;
  font-size: 22px;
}
dl.hifu_price dt span {
  display: block;
  font-size: 80%;
}
dl.hifu_price dd {
  float: right;
  color: #c00000;
  font-size: 36px;
}
/*  -------------------

winback

-------------------*/

.win_ttl {
  padding-bottom: 40px;
}
.win_in .pc_justify-content-between:after {
  content: "";
  display: block;
  clear: both;
}
.win_in .win_txt {
  float: right;
  max-width: 545px;
}
.win_in .win_img {
  float: left;
}
.win_in .win_ba {
  margin-top: 50px;
}
.win_in .win_ba .win_ba_ttl {
  text-align: center;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b08b6d;
}
.win_in .win_ba .win_ba_inner {
  font-size: 0;
  margin-bottom: 50px;
  text-align: center;
}
.win_in .win_ba .win_ba_inner dl {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.win_in .win_ba .win_ba_inner dl:after {
  content: "";
  display: block;
  background: url(../images/common/icon_ba_arrow.png) no-repeat;
  background-size: 41px 29px;
  width: 41px;
  height: 29px;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.win_in .win_ba .win_ba_inner dl:nth-child(2) {
  margin-left: 24px;
}
.win_in .win_ba .win_ba_inner dl dt {
  display: inline-block;
  font-size: initial;
  margin-right: 25px;
}
.win_in .win_ba .win_ba_inner dl dt img {
  padding: 0;
}
.win_in .win_ba .win_ba_inner dl dt p {
  text-align: center;
}
.win_in .win_ba .win_ba_inner dl dd {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
.win_in .win_ba .win_ba_inner dl dd img {
  padding: 0;
}
.win_in .win_ba .win_ba_inner dl dd p {
  text-align: center;
}
.win_in .waku_kazari2 {
  margin-bottom: 60px;
}
.win_in .waku_kazari2 .waku_kazari_inner {
  min-height: 250px;
}
.win_in .win_effect {
  font-size: 0;
}
.win_in .win_effect dl {
  display: inline-block;
  vertical-align: top;
  max-width: 319px;
  margin-left: 19px;
  margin-bottom: 20px;
  font-size: initial;
}
.win_in .win_effect dl:nth-child(3n+1) {
  margin-left: 0;
}
.win_in .win_effect dl dd {
  font-size: 12px;
}
.win_in .win_effect dl dd span {
  display: block;
  font-size: 140%;
  margin-bottom: 5px;
}
.win_in .win_menu {
  font-size: 0;
  margin-bottom: 60px;
}
.win_in .win_menu dl {
  display: inline-block;
  font-size: initial;
  max-width: 480px;
}
.win_in .win_menu dl:nth-child(2) {
  margin-left: 38px;
}
.win_in .win_menu dl dt {
  margin-bottom: 10px;
}
.win_in .win_menu dl dd {
  padding: 0;
}
.win_in .win_menu dl dd p {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}
.win_in .win_menu dl dd span {
  padding: 0;
}
.win_in .win_menu dl dd li {
  list-style: none;
  padding-left: 25px;
  background: url(../images/check_icon.png) no-repeat center left;
}
.win_in h3.tit_bg_brown {
  margin-bottom: 60px;
}
.win_in h4.tit_border_left {
  margin-bottom: 15px;
}
.win_in .section {
  margin-bottom: 50px !important;
}
.win_in .aligncenter {
  text-align: center;
}
.win_in img {
  display: block;
  margin: 0 auto;
}
.win_in .sp {
  display: none;
}
.win_in .fea_img {
  margin: 30px auto;
  display: block;
}
.win_in h5 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b08b6d;
  margin-bottom: 10px;
}
.win_in .layout01_text ul {
  margin: 30px 0;
}
.win_in .layout01_text ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  text-indent: -15px;
}
.win_btm_text {
  background: url(../images/common/waku_lt_brown.png) left 10px top 10px no-repeat, url(../images/common/waku_rt_brown.png) right 10px top 10px no-repeat, url(../images/common/waku_lb_brown.png) left 10px bottom 10px no-repeat, url(../images/common/waku_rb_brown.png) right 10px bottom 10px no-repeat, #fff;
  background-size: 49px, 49px, 49px, 49px;
  position: relative;
  margin: 1px;
  padding: 70px 50px;
  margin-bottom: 50px;
}
dl.win_price {
  margin-bottom: 20px;
}
dl.win_price:after {
  content: "";
  display: block;
  clear: both;
}
dl.win_price dt {
  float: left;
  font-size: 22px;
  width: 60%;
}
dl.win_price dt span {
  float: right;
}
dl.win_price dd {
  float: right;
  color: #c00000;
  font-size: 36px;
}
/*  -------------------

sitemap

-------------------*/
.sitemap_list {
  font-size: 0;
}
.sitemap_list li {
  display: inline-block;
  width: 47%;
  margin: 0 1% 3%;
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px dashed #aaa;
  border-left: 3px solid #b08a6c;
  padding: 5px 0 5px 15px;
}
