@charset "UTF-8";
/* =======================================================

base

======================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 2em;
  font-weight: normal;
  font-style: normal;
  background: #fff;
}
@media (max-width: 428px) {
  body {
    line-height: 1.7;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

/* =======================================================

parts

======================================================= */
.main {
  padding-top: 85px;
}
@media (max-width: 768px) {
  .main {
    padding-top: 60px;
  }
}

@media (max-width: 428px) {
  br.pc-sp {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 428px) {
  br.sp {
    display: block;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cmn-btn--big {
  width: 310px;
  max-width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: #000 1px solid;
  box-shadow: 3px 3px 0 #462C1F;
  transition: all 0.2s;
  padding: 0 15px;
  line-height: 1.4em;
}
@media (max-width: 428px) {
  .cmn-btn--big {
    width: 100%;
  }
}
.cmn-btn--big.center {
  margin-left: auto;
  margin-right: auto;
}
.cmn-btn--big .arrow-think {
  margin-left: 0.5em;
}
.cmn-btn--big:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: unset;
  border-color: #462C1F;
  background: #462C1F;
  color: #fff;
}

.arrow-think {
  font-family: "icomoon" !important;
}
.arrow-think::before {
  content: "\e901";
  font-size: 15px;
}

.arrow-bold {
  font-family: "icomoon" !important;
}
.arrow-bold::before {
  content: "\e900";
  font-size: 15px;
}

.page-head {
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .page-head {
    margin-bottom: 40px;
  }
}

.page-title {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-title {
    height: 250px;
  }
}
@media (max-width: 428px) {
  .page-title {
    height: 190px;
  }
}

.page-title__txt {
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "Zen Old Mincho", serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-0.15em);
}
@media (max-width: 1200px) {
  .page-title__txt {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page-title__txt {
    font-size: 3.8rem;
  }
}
@media (max-width: 428px) {
  .page-title__txt {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.page-title__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subnav {
  width: calc(100% - 70px);
  max-width: 950px;
  margin: -55px auto 0;
  position: relative;
}
.subnav::before, .subnav::after {
  position: absolute;
  content: "";
  height: 90px;
  width: 100%;
  background: radial-gradient(closest-side at 50% 50%, #030E3E, rgba(3, 14, 62, 0) 100%);
  opacity: 0.2;
  left: 0;
  top: -40px;
}
@media (max-width: 768px) {
  .subnav::before, .subnav::after {
    content: none;
  }
}
.subnav::after {
  top: unset;
  bottom: -40px;
}
@media (max-width: 768px) {
  .subnav {
    padding: 10px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(3, 14, 62, 0.15);
    margin: -35px auto 0;
  }
}

.subnav__btn {
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #462C1F;
}
.subnav__btn::before, .subnav__btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 48%;
  right: 15px;
  border-radius: 2px;
}
.subnav__btn::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.subnav__btn.active::after {
  transform: rotate(0);
}
@media (max-width: 768px) {
  .subnav__btn {
    display: block;
  }
}

.subnav__list {
  background: #fff;
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .subnav__list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 3px 3px 5px rgba(3, 14, 62, 0.15);
    padding: 0 10px 10px;
  }
}
@media (min-width: 769px) {
  .subnav__list {
    display: flex !important;
  }
}

.subnav__list li {
  padding: 20px 27px;
  position: relative;
}
.subnav__list li::after {
  position: absolute;
  content: "";
  background: #DEE0E6;
  height: 50px;
  width: 1px;
  left: 0;
  top: 7px;
  transform: rotate(20deg);
}
@media (max-width: 768px) {
  .subnav__list li::after {
    content: none;
  }
}
.subnav__list li:first-child::after {
  content: none;
}
@media (max-width: 768px) {
  .subnav__list li {
    border-bottom: #DEE0E6 1px solid;
    padding: 0;
  }
  .subnav__list li:last-child {
    border-bottom: 0;
  }
}

.subnav__list li a {
  transition: all 0.3s;
}
.subnav__list li a:hover {
  color: #BE3F3F;
}
.subnav__list li a.active {
  font-weight: bold;
  color: #462C1F;
}
@media (max-width: 768px) {
  .subnav__list li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0.5em;
  }
}

.subnav__list li.current-menu-item a {
  font-weight: bold;
  color: #462C1F;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 428px) {
  .breadcrumbs ul {
    margin-bottom: 25px;
    margin-right: -20px;
  }
}
.breadcrumbs ul li {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 40px;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .breadcrumbs ul li {
    font-size: 1.1rem;
    padding-right: 20px;
  }
}
.breadcrumbs ul li::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  right: 17px;
  top: 1px;
  color: #DEE0E6;
}
@media (max-width: 428px) {
  .breadcrumbs ul li::after {
    right: 7px;
  }
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  font-weight: normal;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.pager {
  display: flex;
  justify-content: center;
}

.pager__item {
  margin: 0 0.3em;
}
.pager__item:first-child {
  margin-right: 1.7em;
}
.pager__item:last-child {
  margin-left: 1.7em;
}
.pager__item a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #462C1F;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  transition: all 0.3s;
}
@media (max-width: 428px) {
  .pager__item a {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.pager__item a:hover {
  background-color: #BE3F3F;
}
.pager__item a.active {
  color: #462C1F !important;
  border: #DEE0E6 1px solid;
  background: #fff !important;
}

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

header

---------------------------------------------- */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  z-index: 1000;
  padding: 0;
}
#header .hd_box_l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  box-sizing: border-box;
}
#header .hd_box_l h1 {
  box-sizing: border-box;
  padding: 11px 10px 20px 10px;
}
#header .hd_box_l h1 a {
  transition: 0.2s;
}
#header .hd_box_l h1 a img {
  max-height: 55px;
  width: auto;
}
@media (max-width: 768px) {
  #header .hd_box_l h1 a img {
    max-height: 45px;
  }
}
#header .hd_box_l h1 a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #header .hd_box_l h1 a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #header .hd_box_l h1 {
    padding: 0;
  }
}
#header .hd_box_l #headerform {
  position: relative;
  width: 291px;
  max-width: 100%;
  margin-right: 3%;
}
#header .hd_box_l #headerform #sbox {
  width: 100%;
  height: 46px;
  padding: 14px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 50px;
  outline: 0;
  background: #F2EDE6;
  font-size: 14px;
  color: #B3AFAA;
}
#header .hd_box_l #headerform #sbox:focus {
  background-color: #F2EDE6;
}
#header .hd_box_l #headerform .sbtn {
  height: 46px;
  position: absolute;
  right: 15px; /*アイコン左右の位置調整*/
  top: 0;
  background: none;
  color: #462C1F;
  border: none;
  font-size: 21px; /*アイコンサイズ*/
}
#header .hd_box_l #headerform .sbtn :hover {
  color: #BE3F3F;
}
@media (max-width: 768px) {
  #header .hd_box_l #headerform {
    display: none;
  }
}
@media (max-width: 1230px) {
  #header .hd_box_l {
    width: 35%;
  }
}
#header .hd_box_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  box-sizing: border-box;
}
#header .hd_box_r .hdnav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 2%;
  box-sizing: border-box;
}
#header .hd_box_r .hdnav .hd_ue {
  display: flex;
  justify-content: space-evenly;
}
#header .hd_box_r .hdnav .hd_ue ul {
  display: flex;
  justify-content: flex-end;
}
#header .hd_box_r .hdnav .hd_ue ul li {
  display: block;
  margin-left: 15px;
}
#header .hd_box_r .hdnav .hd_ue ul li a {
  font-size: 14px;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  color: #6E5041;
  transition: 0.2s;
}
#header .hd_box_r .hdnav .hd_ue ul li a i {
  padding-right: 4px;
}
#header .hd_box_r .hdnav .hd_ue ul li a:last-of-type {
  /*padding-right: 0;*/
}
@media (max-width: 1320px) {
  #header .hd_box_r .hdnav .hd_ue ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1230px) {
  #header .hd_box_r .hdnav .hd_ue ul li a {
    font-size: 1.2vw;
  }
}
#header .hd_box_r .hdnav .hd_ue ul li a:hover {
  background: #efebe9;
}
#header .hd_box_r .hdnav .hd_btm {
  display: flex;
  justify-content: space-evenly;
}
#header .hd_box_r .hdnav .hd_btm ul {
  display: flex;
  justify-content: flex-end;
}
#header .hd_box_r .hdnav .hd_btm ul li {
  display: block;
  padding: 0;
}
#header .hd_box_r .hdnav .hd_btm ul li > a {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  border-left: 1px solid #DCB289;
  display: block;
  box-sizing: border-box;
  color: #6E5041;
  line-height: 1;
  margin-top: 5px;
  transition: 0.2s;
}
#header .hd_box_r .hdnav .hd_btm ul li > a:hover {
  color: #BA6816;
}
@media (max-width: 1320px) {
  #header .hd_box_r .hdnav .hd_btm ul li > a {
    padding: 0 12px;
    font-size: 15px;
  }
}
@media (max-width: 1230px) {
  #header .hd_box_r .hdnav .hd_btm ul li > a {
    font-size: 1.25vw;
    padding: 0 10px;
  }
}
#header .hd_box_r .hdnav .hd_btm ul li:first-of-type a {
  border-left: none;
}
#header .hd_box_r .hdnav .hd_btm ul li:last-of-type a {
  padding-right: 0;
}
@media (max-width: 768px) {
  #header .hd_box_r .hdnav {
    display: none;
  }
}
#header .hd_box_r .hd_fav {
  display: none;
}
@media (max-width: 768px) {
  #header .hd_box_r .hd_fav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #fff;
    border-left: 1px solid #D3CAC5;
    height: 100%;
  }
  #header .hd_box_r .hd_fav a {
    font-size: 8px;
    color: #6E5041;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 12px 5px;
    width: 70px;
    height: 70px;
  }
  #header .hd_box_r .hd_fav a i {
    font-size: 25px;
  }
}
#header .hd_box_r .hd_cart {
  display: block;
  text-align: center;
  height: 100%;
  padding: 0;
}
#header .hd_box_r .hd_cart a {
  background: #BA6816;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 28px 0;
  padding: 25px 12px 20px;
  margin-left: 5px;
  transition: 0.2s;
}
#header .hd_box_r .hd_cart a i {
  font-size: 20px;
}
@media (max-width: 768px) {
  #header .hd_box_r .hd_cart a i {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #header .hd_box_r .hd_cart a {
    font-size: 8px;
  }
}
#header .hd_box_r .hd_cart a:hover {
  background: #f18920;
}
@media (max-width: 768px) {
  #header .hd_box_r .hd_cart a {
    border-radius: 0;
    margin-left: 0;
    padding: 16px 0px 5px;
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 1230px) {
  #header .hd_box_r {
    width: 65%;
  }
}
@media (max-width: 768px) {
  #header {
    width: 100%;
    border-radius: 0 0 15px 15px;
    line-height: 2em;
  }
}

.ham {
  display: none;
}
@media (max-width: 768px) {
  .ham {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #462C1F;
    border-radius: 0 0 15px 0;
  }
}
.ham .ham_line {
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.ham .ham_line1 {
  position: absolute;
  top: 19px;
  width: 20px;
}
.ham .ham_line2 {
  position: absolute;
  top: 29px;
  width: 20px;
}
.ham .ham_text {
  bottom: 3px;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.ham.clicked .ham_line1 {
  transform: rotate(30deg);
  top: 29px;
  width: 20px;
  background-color: #fff;
}
.ham.clicked .ham_line2 {
  transform: rotate(-30deg);
  top: 29px;
  width: 20px;
  background-color: #fff;
}

.ham__wrapper {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #F2EDE6;
  right: 0;
  z-index: 99;
  color: #462C1F;
  position: fixed;
  padding: 100px 0 0;
  text-align: left;
  overflow: scroll;
}
@media (min-width: 769px) {
  .ham__wrapper {
    display: none !important;
  }
}
.ham__wrapper.active {
  display: flex;
}
.ham__wrapper .ham__wrapper__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ham__wrapper .ham__wrapper__inner .sp_login {
  background: #462C1F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 40px;
}
.ham__wrapper .ham__wrapper__inner .sp_menu {
  width: 100%;
  border-bottom: 1px solid #6E5041;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item .sp_menu-item-btn {
  font-weight: bold;
  font-size: 15px;
  height: 58px;
  border-top: 1px solid #6E5041;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2EDE6;
  cursor: pointer;
  padding: 0 6%;
  color: #462C1F;
  position: relative;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item .sp_menu-item-btn::before {
  position: absolute;
  content: url(../img/common/circle_hf_w.svg);
  width: 10px;
  height: 10px;
  right: 9%;
  top: 30%;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item .sp_menu-item-btn::after {
  position: absolute;
  content: url(../img/common/circle_plus_b.svg);
  right: 9%;
  top: 30%;
  width: 10px;
  height: 10px;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item .sp_menu-item-btn.active::after {
  display: none;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item ul {
  display: none;
  background: #EAE2DB;
  border-top: 1px solid #6E5041;
}
.ham__wrapper .ham__wrapper__inner .sp_menu .sp_menu-item ul li {
  font-weight: bold;
  color: #6E5041;
  font-size: 14px;
  height: auto;
  display: inline-flex;
  width: 50%;
  align-items: stretch;
  justify-content: flex-start;
  padding: 12px 6% 12px 10%;
  box-sizing: border-box;
  background-color: #EAE2DB;
  flex-wrap: wrap;
  margin-right: -1%;
  word-break: break-all;
  text-indent: -1.2em;
  line-height: 1.4em;
}
.ham__wrapper .ham__wrapper__inner .sp_menu ul.sp_menu-sub li {
  font-weight: bold;
  font-size: 15px;
  height: 58px;
  border-top: 1px solid #6E5041;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2EDE6;
  cursor: pointer;
  padding: 0 6%;
  color: #462C1F;
  position: relative;
}
.ham__wrapper .ham__wrapper__inner .sp_menu ul.sp_menu-sub li::after {
  position: absolute;
  content: url(../img/common/arrow_right_w.svg);
  width: 10px;
  height: 10px;
  right: 9%;
  top: 30%;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w {
  background: #fff;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w #sp_headerform {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w #sp_headerform #sp_sbox {
  height: 46px;
  width: 100%;
  padding: 14px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 50px;
  outline: 0;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #6E5041;
  font-size: 14px;
  color: #B3AFAA;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w #sp_headerform #sp_sbox:focus {
  background-color: #F2EDE6;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w #sp_headerform .sp_sbtn {
  height: 46px;
  position: absolute;
  right: 5%; /*アイコン左右の位置調整*/
  top: 24%;
  background: none;
  color: #462C1F;
  border: none;
  font-size: 24px; /*アイコンサイズ*/
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #E2DCD9;
  border-bottom: 1px solid #E2DCD9;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns h3 {
  font-size: 15px;
  font-weight: bold;
  color: #462C1F;
  text-align: center;
  margin-bottom: 15px;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul {
  width: 88%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li {
  border-radius: 50px;
  text-align: center;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li:nth-of-type(1) {
  background: #00B901;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li:nth-of-type(2) {
  background: #CB4D9A;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li:nth-of-type(3) {
  background: #111;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li a {
  padding: 10px 60px;
  margin: 0 2%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li a i {
  font-size: 6vw;
  margin: 0 auto;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--sns ul li a img {
  max-width: 6vw;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #E2DCD9;
  padding: 20px 0;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--menu a {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 12px 15px;
  border-radius: 50px;
  width: 88%;
  margin: 0 auto 8px;
  background: #F2EDE6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--menu a:last-of-type {
  margin-bottom: 0;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--menu a i {
  margin-right: 5px;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--menu a img {
  margin: -3px 5px 0 0;
  width: 18px;
  height: auto;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E2DCD9;
}
.ham__wrapper .ham__wrapper__inner .sp_menu_bg_w .gnav--sp--link a {
  display: flex;
  align-items: center;
  height: 60px;
  width: 50%;
  box-sizing: border-box;
  padding: 12px 6%;
  font-size: 13px;
  font-weight: bold;
  color: #6E5041;
}

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

footer

---------------------------------------------- */
#footer {
  background: #F2EDE6;
  display: block;
  width: 100%;
  position: relative;
  padding: 5% 0 0;
}
#footer::before {
  width: 100%;
  display: block;
  content: "　";
  background: url(../img/common/hr_leaf_bl.png) repeat-x top center;
  background-size: 100% auto;
  z-index: 2;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #footer::before {
    background-size: 1500px auto;
    min-height: 70px;
  }
}
#footer #top_sns {
  display: block;
}
#footer #top_sns .inner {
  display: block;
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
}
#footer #top_sns .inner h2 {
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "Zen Old Mincho", serif;
  font-size: 36px;
  color: #462C1F;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 3%;
}
@media (max-width: 428px) {
  #footer #top_sns .inner h2 {
    font-size: 8.5vw;
  }
}
#footer #top_sns .inner p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#footer #top_sns .inner .top_sns_in {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
#footer #top_sns .inner .top_sns_in a {
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  margin: 0 2%;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(1) {
  background: #00B901;
  transition: 0.2s;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(1):hover {
  opacity: 0.7;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(2) {
  background: #CB4D9A;
  transition: 0.2s;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(2):hover {
  opacity: 0.7;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(3) {
  background: #111;
  transition: 0.2s;
}
#footer #top_sns .inner .top_sns_in a:nth-of-type(3):hover {
  opacity: 0.7;
}
#footer #top_sns .inner .top_sns_in a i {
  font-size: 24px;
  margin: 0 10px 0 0;
}
#footer #top_sns .inner .top_sns_in a img {
  width: 24px;
  height: auto;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  #footer #top_sns .inner .top_sns_in a {
    font-size: 20px;
    width: 90%;
    max-width: 90%;
    margin: 0 auto 3%;
  }
}
@media (max-width: 768px) {
  #footer #top_sns .inner .top_sns_in {
    flex-direction: column;
    padding: 30px 0 8%;
    flex-direction: column;
    align-items: center;
  }
}
#footer #top_shopinfo {
  background: #EAE2DB;
  display: block;
  width: 100%;
  padding: 2% 0;
}
#footer #top_shopinfo .inner {
  display: block;
  width: 96%;
  margin: 0 auto;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap {
  display: flex;
  justify-content: space-between;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div {
  background: #fff;
  border-radius: 30px;
  width: 22%;
  margin: 0 1%;
  padding: 2%;
  box-sizing: border-box;
  line-height: 1.5em;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div h2 i {
  margin-right: 10px;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div h2 img {
  width: 80%;
  height: auto;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div h3 {
  font-size: 16px;
  font-weight: bold;
  color: #6E5041;
  border: 1px solid #462C1F;
  background: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  margin: 10px auto 10px;
  padding: 5px 0;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div p {
  margin-bottom: 30px;
  line-height: 1.6em;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div p:last-of-type {
  margin-bottom: 0;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div p img {
  max-height: 35px;
  margin: 10px 0 0;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div p a {
  color: #BA6816;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div p a:hover {
  text-decoration: none;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 26%;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about a {
  background: #F2EDE6;
  color: #462C1F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  width: 90%;
  border-radius: 50px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about a i {
  margin-right: 10px;
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about a img {
  margin: -4px 10px 0 0;
  width: 18px;
  height: auto;
}
@media (max-width: 428px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about a {
    width: 92%;
    padding: 12px 20px;
  }
}
#footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about a:hover {
  background: #daba9c;
}
@media (max-width: 1160px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about {
    width: 45%;
    margin: 0 auto 3%;
  }
}
@media (max-width: 768px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap div.shopinfo_about {
    width: 92%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 1160px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap div {
    width: 45%;
    margin: 0 auto 3%;
  }
}
@media (max-width: 768px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap div {
    width: 92%;
    margin: 0 auto 5%;
    padding: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 1160px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #footer #top_shopinfo .inner .top_shopinfo_wrap {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #footer #top_shopinfo {
    padding: 8% 0;
  }
}
#footer #footerbox {
  background: #6E5041;
  display: flex;
  width: 100%;
  padding: 35px 2% 20px;
  text-align: center;
  color: #fff;
  justify-content: center;
  flex-direction: column;
}
#footer #footerbox .inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#footer #footerbox .inner a {
  transition: 0.2s;
}
#footer #footerbox .inner a img {
  width: 130px;
  max-width: 40%;
  height: auto;
  margin-bottom: 30px;
}
#footer #footerbox .inner a:hover {
  opacity: 0.7;
}
#footer #footerbox .inner .foonter_linkbox {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 100%;
}
#footer #footerbox .inner .foonter_linkbox a {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 0 15px;
  text-align: left;
  border-right: 1px solid #9A857A;
}
#footer #footerbox .inner .foonter_linkbox a:last-of-type {
  border-right: 0;
}
@media (max-width: 1230px) {
  #footer #footerbox .inner .foonter_linkbox a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #footer #footerbox .inner .foonter_linkbox a {
    margin-bottom: 10px;
  }
}
#footer #footerbox .inner .foonter_linkbox a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 1230px) {
  #footer #footerbox .inner .foonter_linkbox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #footer #footerbox .inner .foonter_linkbox {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#footer #footerbox .inner #copyright {
  font-size: 14px;
}
@media (max-width: 768px) {
  #footer {
    padding: 8% 0 0;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
#page-top a {
  transition: 0.2s;
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a img {
  width: 45px;
  height: auto;
}

.footer__copyright {
  padding-top: 25px;
  width: 100%;
  font-size: 1.3rem;
}/*# sourceMappingURL=style.css.map */