@charset "UTF-8";
/* base */
* {
  word-break: break-all; }

body {
  min-width: 1080px;
  background: #FFF;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #EFEDE5; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

a {
  font-family: 'Overlock', cursive;
  text-decoration: none;
  font-weight: 900;
  color: #EFEDE5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

a:hover {
  text-decoration: underline; }

body .sbox-cen,
.seotext {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: normal;
  color: #96807E;
  background: #1E1A19; }

#wrap {
  overflow: hidden;
  position: relative;
  background: url("../image/bg.jpg") center repeat;
  font-size: 1.4rem;
  line-height: 2;
  color: #EFEDE5; }

.tel {
  font-family: 'Overlock', cursive;
  font-weight: 900;
  line-height: 0.7; }

.tel span {
  display: inline-block; }

.tel a {
  font-weight: normal;
  text-decoration: none;
  color: #333; }

/* header
------------------------------*/
#header {
  background: #1E1A19; }

#header .text {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.4;
  font-size: 1.0rem;
  color: #96807E;
  margin-left: 20px;
  max-width: 180px; }

/* nav
------------------------------*/
.gnav {
  position: relative;
  height: 70px; }

.gnav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1120px;
  height: 70px;
  padding: 0 50px 0 30px; }

.gnav .nav > ul {
  max-width: 680px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav > ul > li > a,
.gnav .nav span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Overlock', cursive;
  font-weight: 900;
  height: 70px;
  color: #C7C0AC;
  font-size: 1.6rem;
  letter-spacing: 0.08em; }

.nav > ul > li.active > span,
.nav > ul > li.active > a,
.nav > ul > li > a:hover,
.gnav .nav span:hover {
  text-decoration: none;
  color: #AA5B3A; }

.gnav .nav.fixed {
  position: fixed;
  background: #1E1A19; }

.gnav .nav span {
  cursor: pointer; }

/* .accordion {
	position: relative;
} */
.accordion .category {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 0px);
  left: 0;
  background: rgba(30, 26, 25, 0.8);
  width: 100%; }

.accordion .category ul {
  max-width: 1300px;
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px; }

.accordion .category li {
  position: relative;
  margin: 0 15px; }

.accordion .category a {
  position: relative;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  display: block;
  text-align: center;
  padding-left: 15px;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: normal; }

.accordion .category a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: url("../image/h_arrow.svg") center no-repeat; }

.accordion .category a:hover {
  text-decoration: none; }

.accordion .category a:hover::before {
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%); }

.accordion .category li.on > a,
.accordion .category li.on > span {
  text-decoration: none; }

.accordion .category .secondary {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: calc(100% + 1px); }

.accordion .category .secondary li.on > a,
.accordion .category .secondary li.on > span {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #999; }

/* main
------------------------------*/
.mainimg {
  background: url("../image/main.jpg") top center repeat;
  text-align: center; }

.mainimg h2 {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
  font-weight: normal;
  padding: 81px 15px;
  color: #EEECE4;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
  line-height: 1.2; }

/* content
------------------------------*/
.main {
  width: 100%;
  padding: 0; }

.map,
.video {
  position: relative;
  width: 100%;
  height: 400px; }

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video {
  height: auto;
  padding-top: 56.25%; }

.big {
  font-size: 1.6rem; }

.small {
  font-size: 1.2rem; }

.bold {
  font-weight: bold; }

.button {
  text-align: center; }

/* .contact {
	margin-top: 100px;
	text-align: center;
} */
/* section
------------------------------*/
.section {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto 100px; }

.section.break {
  max-width: 100%; }

.section table {
  width: 100%; }

.section table tr {
  position: relative; }

.section table tr th::after,
.section table tr td::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: url("../image/bg.jpg") center repeat-x; }

.section table th,
.section table td {
  position: relative;
  border: none;
  padding: 15px 20px 13px;
  vertical-align: top; }

.section table th {
  width: 30%;
  background: #403632;
  text-align: left;
  vertical-align: middle;
  font-weight: normal; }

.section table td {
  background: #60524C; }

.bread {
  padding: 8px 15px;
  margin: 0 auto 60px;
  font-size: 0;
  background: #403632; }

.bread li {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.2rem;
  color: #8F807E; }

.bread li + li::before {
  content: '>';
  display: inline-block;
  margin-right: 4px; }

.bread li a {
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #8F807E;
  font-weight: normal;
  text-decoration: underline; }

.bread li a:hover {
  text-decoration: none; }

.headding {
  padding: 5px 10px 4px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: normal;
  color: #EEECE4; }

.subtitle {
  font-weight: normal;
  border-top: 1px solid #60524C;
  border-bottom: 1px solid #60524C;
  padding: 10px 10px 9px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2F0E8;
  font-size: 1.6rem; }

.text p + p {
  margin-top: 1em; }

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.imgleft .image,
.imgright .image {
  width: 20%;
  text-align: center; }

.imgleft .image div + div,
.imgright .image div + div {
  margin-top: 10px; }

.imgleft .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 30px; }

.imgright .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px; }

.square {
  width: 100%; }

.square + .square {
  margin-top: 10px; }

.square a,
.square span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: none;
  padding-top: calc(100% - 0px);
  border: none;
  outline: none; }

.square img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.square__inner.-instagram {
  border: none; }

.square__img.-instagram {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* pickup
-------------------------------------------- */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%; }

.pickup .article {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px; }

.pickup .article:nth-child(3n) {
  margin-right: 0; }

.pickup.slick {
  display: block; }

.pickup.slick .article {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0; }

.pickup.slick .article:nth-child(4n) {
  margin-right: 20px; }

.pickup h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pickup a {
  display: block; }

.pickup a:hover h4 {
  background: rgba(30, 26, 25, 0.9); }

.pickup .article h4 span {
  display: none;
  width: 160px; }

.pickup a:hover h4 span {
  display: block; }

/* pagebute
------------------------------*/
.page {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -1em; }

.page li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  letter-spacing: normal; }

.page .link_page,
.page .current_page {
  font-family: 'Sawarabi Mincho', sans-serif;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #F2F0E8; }

.page .link_page:hover::after,
.page .current_page:hover::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #E07A00; }

.page .current_page::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #E07A00; }

/* slick
------------------------------*/
.slick {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 50%;
  width: 21px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.slick .slick-prev {
  left: -60px;
  background: url("../image/btn_back.svg") center no-repeat; }

.slick .slick-prev::before {
  content: url("../image/btn_back.svg");
  display: none; }

.slick .slick-prev:hover {
  left: -65px; }

.slick .slick-next {
  right: -60px;
  background: url("../image/btn_next.svg") center no-repeat; }

.slick .slick-next::before {
  content: url("../image/btn_next.svg");
  display: none; }

.slick .slick-next:hover {
  right: -65px; }

/* datepicker
------------------------------*/
.ui-datepicker th {
  width: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  cursor: pointer; }

#ui-datepicker-div {
  font-size: 1.4rem; }

/* footer
------------------------------*/
.footer {
  background: #1E1A19;
  padding: 80px 15px 62px;
  position: relative; }

.footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  margin-bottom: 23px; }

.footer .nav li {
  display: inline-block;
  line-height: 1;
  margin: 0 12px;
  font-size: 1.2rem; }

.footer .nav li a {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  color: #7C635E; }

.f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.f-logo {
  line-height: 1;
  margin-right: 30px; }

.f-info {
  max-width: 313px; }

.f-tel {
  color: #C7C0AC;
  font-size: 1.5rem;
  margin-bottom: 16px; }

.f-tel span {
  font-size: 3.2rem;
  margin-left: 10px;
  letter-spacing: 0.06em; }

.f-time {
  font-size: 1.2rem;
  line-height: 1.8333;
  color: #C7C0AC;
  margin-bottom: 2px; }

.f-link {
  color: #C7C0AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.75;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.f-link a {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  color: #C7C0AC;
  text-decoration: underline; }

.f-link a:hover {
  text-decoration: none; }

.f-mail {
  margin-right: 10px; }

.f-mail a {
  position: relative;
  padding-right: 18px; }

.f-mail a::after {
  content: '/';
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  text-decoration: none;
  right: 0; }

.f-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 33px; }

.f-banner li {
  margin: 0 10px; }

.f-text {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  color: #7C635E;
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: 6px; }

.copyright {
  display: block;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  color: #7C635E;
  font-size: 1.0rem;
  line-height: 1.4; }

/* pagetop
------------------------------*/
.pagetop {
  position: absolute;
  z-index: 100;
  bottom: 100%;
  right: calc((100vw - 1120px) / 7);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

@media screen and (max-width: 1130px) {
  .pagetop {
    right: 10px; } }

@media screen and (max-width: 768px) {
  .pagetop {
    right: 5px;
    bottom: 5px; } }

.rightbar {
  position: fixed;
  z-index: 100;
  top: 20%;
  right: 0; }

.rightbar a {
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.rightbar.on a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.modalbox {
  display: none; }

#calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  background: #FFF;
  border: 3px solid #E8E8E8;
  padding: 27px 37px 37px; }

#calendar .box {
  overflow: hidden; }

#calendar table {
  float: left;
  width: 47%;
  font-size: 1.6rem;
  table-layout: fixed; }

#calendar table:nth-of-type(2) {
  float: right; }

#calendar table caption {
  margin-bottom: 10px;
  font-size: 1.4rem; }

#calendar th,
#calendar td {
  width: auto;
  border: 1px solid #A5A5A5;
  padding: 9px 0 5px;
  text-align: center;
  vertical-align: middle; }

#calendar th {
  background: #F0F0F0;
  font-weight: normal; }

#calendar .holiday {
  background: #606060;
  color: #FFF; }

#calendar .note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem; }

#calendar .note::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #606060;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
  vertical-align: -5px; }

.pattern {
  position: fixed;
  top: 425px;
  left: -5px; }

.pattern li {
  width: 100px;
  margin-bottom: 10px; }

.pattern li a {
  display: inline-block;
  background: #CCC;
  padding: 5px 10px 3px 15px;
  font-weight: normal;
  color: #FFF;
  -webkit-transition: background .3s, -webkit-transform .3s;
  transition: background .3s, -webkit-transform .3s;
  -o-transition: background .3s, transform .3s;
  transition: background .3s, transform .3s;
  transition: background .3s, transform .3s, -webkit-transform .3s; }

.pattern li a:hover,
.pattern li.on a {
  background: #999;
  text-decoration: none;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.wink a:hover {
  -webkit-animation-name: wink;
  animation-name: wink;
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.wink img {
  opacity: 1 !important; }

@-webkit-keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

/* anchor-for-call */
a.anchor-for-call,
a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit; }

/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer; }

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
  cursor: auto; }

/* openbox */
.hash-link {
  padding-top: 90px;
  margin-top: -90px; }

/* img-left/img-right */
.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-left__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 30px;
    text-align: center; }
    .img-left__image.-small {
      width: calc(200 / 960 * 100%);
      max-width: 200px; }
    .img-left__image.-medium {
      width: calc(300 / 960 * 100%);
      max-width: 300px; }
    .img-left__image.-large {
      width: calc(500 / 960 * 100%);
      max-width: 500px; }
  .img-left__title {
    margin-bottom: 20px; }
  .img-left__text {
    width: 100%; }

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-right__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
    text-align: center; }
    .img-right__image.-small {
      width: calc(200 / 960 * 100%);
      max-width: 200px; }
    .img-right__image.-medium {
      width: calc(300 / 960 * 100%);
      max-width: 300px; }
    .img-right__image.-large {
      width: calc(500 / 960 * 100%);
      max-width: 500px; }
  .img-right__title {
    margin-bottom: 20px; }
  .img-right__text {
    width: 100%; }

/* img-top/img-bottom */
.img-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-top__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    text-align: center; }
    .img-top__image:last-child {
      margin-bottom: 0; }
    .img-top__image.-small {
      width: 50%; }
    .img-top__image.-medium {
      width: 75%; }
    .img-top__image.-large {
      width: 100%; }
  .img-top__title {
    margin-bottom: 20px; }
  .img-top__text {
    width: 100%; }

.img-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-bottom__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    text-align: center; }
    .img-bottom__image:last-child {
      margin-bottom: 0; }
    .img-bottom__image.-small {
      width: 50%; }
    .img-bottom__image.-medium {
      width: 75%; }
    .img-bottom__image.-large {
      width: 100%; }
  .img-bottom__title {
    margin-bottom: 20px; }
  .img-bottom__text {
    width: 100%; }

/* img-list */
.img-list__item {
  margin-bottom: 20px; }
  .img-list__item:last-child {
    margin-bottom: 0; }

/* standard */
.section.-only-heading {
  margin-bottom: 0; }

.standard-container__pager {
  margin-top: 50px; }

.standard-entries__item:not(:last-child) {
  margin-bottom: 50px; }

.standard-entry__title {
  margin-bottom: 30px; }

.standard-entry__subtitle {
  margin-bottom: 20px; }

.standard-entry__text:not(:last-child) {
  margin-bottom: 30px; }

.standard-entry__table:not(:last-child) {
  margin-bottom: 20px; }

.standard-entry__note {
  font-size: 1.2rem; }

/* privacy */
.privacy {
  font-size: 1.2rem; }
  .privacy__text {
    margin-bottom: 1em; }
  .privacy__list-item {
    padding-left: .5em;
    margin: 0 0 1em 1.5em;
    list-style: decimal outside; }
    .privacy__list-item:last-child {
      margin-bottom: 0; }
  .privacy__sub-list-item {
    position: relative;
    padding-left: 1em; }
    .privacy__sub-list-item::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }

/* thanks */
.thanks-text {
  text-align: left; }

/*-------- mailform --------*/
.mailform__hide {
  display: none; }

.mailform__req {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.2rem;
  color: #E07A00; }

.mailform__note {
  margin-left: 5px;
  font-size: 1.4rem;
  line-height: 1.4; }

.mailform__button {
  margin-top: 30px;
  text-align: center; }

.mailform-data__item {
  margin-bottom: 20px; }
  .mailform-data__item:last-child {
    margin-bottom: 0; }
  .mailform-data__item.-example {
    margin-bottom: 10px; }
  .mailform-data__item.-text {
    margin-bottom: 7px; }
  .mailform-data__item.-bottom {
    margin-top: -10px; }
  .mailform-data__item .account {
    font-size: 1.2rem;
    line-height: 1.6;
    display: none; }
    .mailform-data__item .account.show {
      display: block; }

.mailform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .mailform-column {
      display: block; } }

/* form parts */
.form-parts {
  font-size: inherit;
  line-height: 1.2;
  color: #EAEAEA; }
  .form-parts.-left {
    margin-right: 10px; }
  .form-parts.-right {
    margin-left: 10px; }
  .form-parts__link {
    text-decoration: underline; }
    .form-parts__link:hover {
      text-decoration: none; }

.form-example {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #EAEAEA; }

/* input text */
.form-input {
  width: 100%;
  max-width: 100%;
  height: 34px;
  background: #e7e4d9;
  border: none;
  padding: 5px; }
  .form-input.-zipcode {
    max-width: 200px; }
  .form-input.-short {
    max-width: 200px; }
  .form-input.-medium {
    max-width: 400px; }

/* input radio */
.form-radio {
  margin-right: 20px; }
  .form-radio__input {
    display: none; }
    .form-radio__input ~ .form-radio__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-radio__input ~ .form-radio__label::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      background: #E7E5D9;
      border: none;
      border-radius: 50%;
      margin-top: -8px; }
    .form-radio__input ~ .form-radio__label::after {
      content: '';
      display: none;
      position: absolute;
      top: 50%;
      left: 3px;
      width: 8px;
      height: 8px;
      background: #1E1A19;
      border-radius: 50%;
      margin-top: -5px; }
    .form-radio__input:checked ~ .form-radio__label::after {
      display: block; }
  .form-radio:last-child {
    margin-right: 0; }

/* input checkbox */
.form-check {
  margin-right: 20px; }
  .form-check__input {
    display: none; }
    .form-check__input ~ .form-check__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-check__input ~ .form-check__label::before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      background: #E7E5D9;
      border: none; }
    .form-check__input ~ .form-check__label::after {
      content: '';
      display: none;
      position: absolute;
      top: calc(50% - 10px);
      left: 4px;
      width: 10px;
      height: 14px;
      border-right: 3px solid #1E1A19;
      border-bottom: 3px solid #1E1A19;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form-check__input:checked ~ .form-check__label::before {
      opacity: 0; }
    .form-check__input:checked ~ .form-check__label::after {
      display: block; }

/* select */
.form-select {
  width: 100%;
  max-width: 400px;
  height: 34px;
  background: url("../image/icon_select.png") right 5px center no-repeat;
  background-color: #e7e4d9;
  border: none;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #333; }
  .form-select::-ms-expand {
    display: none; }

/* textarea */
.form-textarea {
  color: #333;
  display: block;
  width: 100%;
  min-height: 150px;
  background: #e7e4d9;
  border: none;
  padding: 5px; }

/* placeholder */
:-ms-input-placeholder {
  color: #333; }

::-webkit-input-placeholder {
  color: #333; }

::-ms-input-placeholder {
  color: #333; }

::placeholder {
  color: #333; }

/* send button */
.form-submit {
  border: none;
  outline: none;
  background: none;
  margin: 0 auto;
  max-width: 300px; }

.contact-order {
  position: relative; }

.contact-order::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: -35px;
  left: 0;
  background: #837E35; }

.contact-order .container {
  position: relative;
  z-index: 9;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.contact-order .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.contact-order .tel {
  margin-right: 20px;
  font-size: 1.9rem; }
  .contact-order .tel span {
    font-size: 3.6rem;
    margin-left: 10px;
    letter-spacing: 0.06em; }

.contact-order .time,
.contact-order .holiday {
  line-height: 1.4; }

.contact-text span {
  font-size: 1.2rem;
  color: #E07A00; }

.contact-order .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }

.contact-order .article {
  max-width: 180px;
  width: 100%;
  position: relative;
  background: #E7E4D9;
  padding: 19px 20px 18px; }

.contact-order .article::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #E7E4D9; }

.contact-order .article:last-child::after {
  border: 0; }

.contact-order dt {
  font-size: 1.5rem;
  left: 0.1em;
  line-height: 1.2;
  color: #837E35;
  margin-bottom: 17px; }

.contact-order dd {
  color: #1E1A19;
  line-height: 1.5714; }

.contact-order .text {
  line-height: 1.7142; }

/* #malform
------------------------------*/
.contact {
  margin-bottom: 60px; }

.contact-text {
  font-size: 1.2rem;
  line-height: 1.8333; }

#mailform {
  color: #EAEAEA;
  margin-top: 5px; }

#mailform .row01,
#mailform .row02 {
  display: none; }

#mailform th,
#mailform td {
  vertical-align: middle; }

#mailform th {
  width: 30%;
  background: #403632;
  vertical-align: middle;
  font-weight: normal; }

#mailform th img {
  vertical-align: -2px; }

#mailform td .example {
  display: inline-block;
  margin: 15px 0 5px;
  line-height: 1.4; }

#mailform td .example02,
#mailform td .example03 {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 2.1666;
  font-size: 1.2rem; }

#mailform td .example03 {
  margin-left: 1em; }

#mailform td .menulink {
  margin-top: 10px;
  line-height: 1.4; }

#mailform td .menulink a {
  text-decoration: underline;
  font-weight: normal; }

#mailform td .menulink a:hover {
  text-decoration: none; }

#mailform input[type='text'] {
  width: 100%;
  height: 30px;
  background: #E7E4D9;
  padding: 5px;
  color: #333; }

#mailform input.short {
  max-width: 100%;
  margin-bottom: 33px; }

#mailform input.postage {
  width: 150px;
  max-width: 100%;
  margin: 8px 0 4px 6px; }

#mailform input.middle {
  width: 350px;
  max-width: 100%; }

#mailform input[type='radio'] {
  display: none; }

#mailform tr:first-child th,
#mailform tr:first-child td {
  padding: 16px 20px 17px; }

#mailform tr:nth-child(6) th,
#mailform tr:nth-child(6) td {
  padding: 20px; }

#mailform tr:nth-child(7) .lable input[type='radio'] + label {
  margin-right: 20px;
  margin-top: 8px; }

#mailform tr:nth-child(7) th,
#mailform tr:nth-child(7) td {
  padding: 8px 20px 14px; }

#mailform tr:nth-child(8) th,
#mailform tr:nth-child(8) td {
  padding: 16px 20px 16px; }

#mailform tr:nth-child(8) input[type='radio'] + label {
  padding-left: 28px; }

#mailform tr:nth-child(8) .last {
  margin-right: 0 !important; }

#mailform tr:nth-child(14) th,
#mailform tr:nth-child(15) th {
  font-size: 1.4rem;
  line-height: 1.4; }

#mailform tr:nth-child(14) th,
#mailform tr:nth-child(14) td,
#mailform tr:nth-child(15) th,
#mailform tr:nth-child(15) td {
  padding: 17px 20px; }

#mailform tr:nth-child(14) .date .select:last-child,
#mailform tr:nth-child(15) .date .select:last-child {
  width: 145px; }

#mailform tr:nth-child(14) .date .select:last-child select,
#mailform tr:nth-child(15) .date .select:last-child select {
  width: 145px; }

#mailform tr:nth-child(14) .date .select:last-child::before,
#mailform tr:nth-child(15) .date .select:last-child::before {
  left: auto;
  right: 5px; }

#mailform tr:nth-child(17) textarea {
  margin-bottom: 2px; }

#mailform tr:nth-child(17) th,
#mailform tr:nth-child(17) td {
  padding: 7px 20px; }

#mailform tr:nth-child(16) th,
#mailform tr:nth-child(16) td {
  padding: 17px 20px 17px; }

#mailform #row18 {
  margin-top: 13px;
  display: none;
  font-size: 1.2rem;
  line-height: 1.66666; }

#mailform #row18 .title {
  margin-right: 20px;
  margin-left: -5px; }

#mailform .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mailform textarea {
  margin-top: 12px;
  width: 100%;
  display: block;
  min-height: 200px;
  background: #E7E4D9;
  padding: 5px;
  font-family: inherit;
  font-size: inherit; }

#mailform p.submit {
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center; }

.privacy {
  color: #F2F0E8;
  font-size: 1.2rem;
  line-height: 1.8; }

.privacy .box {
  margin-bottom: 50px; }

.privacy h4.subtitle {
  margin-bottom: 15px; }

.privacy .box:last-child {
  margin-bottom: 0; }

.privacy .text {
  margin-bottom: 12px; }

.privacy .policy > li {
  padding-left: 10px;
  margin: 0 0 12px 15px;
  list-style: decimal outside; }

.privacy .policy > li:last-child {
  margin-bottom: 0; }

.privacy .policy .list li {
  position: relative;
  padding-left: 1em; }

.privacy .policy .list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0; }

.thanks-text {
  text-align: center; }

.nopost {
  text-align: center;
  margin: 40px 0; }

.map-att {
  margin-top: 20px;
  line-height: 1.6; }

.gallery-entries,
.partner-entries {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery-entries__item,
  .partner-entries__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 240px;
    margin: 0 40px 40px 0; }
    .gallery-entries__item:nth-child(3n),
    .partner-entries__item:nth-child(3n) {
      margin-right: 0; }
      .slick .gallery-entries__item:nth-child(3n), .slick
      .partner-entries__item:nth-child(3n) {
        margin-right: 30px; }
    .gallery-entries__item .square,
    .partner-entries__item .square {
      position: relative; }
      .gallery-entries__item .square:before,
      .partner-entries__item .square:before {
        position: absolute;
        content: '';
        background: url("../image/before.png") center no-repeat;
        width: 83px;
        height: 28px;
        top: -4px;
        left: 0;
        z-index: 9; }
      .gallery-entries__item .square.-after:before,
      .partner-entries__item .square.-after:before {
        background: url("../image/after.png") center no-repeat; }

.gallery-entry,
.partner-entry {
  position: relative; }
  .gallery-entry__box,
  .partner-entry__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 26, 25, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .gallery-entry__box > *,
    .partner-entry__box > * {
      width: 100%; }
  .gallery-entry__title,
  .partner-entry__title {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: normal; }
  .gallery-entry__text,
  .partner-entry__text {
    font-size: 1.2rem; }
  .gallery-entry:hover .gallery-entry__box,
  .partner-entry:hover .gallery-entry__box {
    opacity: 1; }

.blog .richtext {
  color: #fff !important;
  font-family: 'Sawarabi Mincho', sans-serif !important; }

.blog .detail .button a {
  display: block;
  background: url(../image/icon_back.svg) right 0 center no-repeat;
  text-align: left;
  margin-left: 0;
  width: 105px;
  color: #AA5B3A;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  letter-spacing: 0.35rem; }
  .blog .detail .button a:hover {
    background: url(../image/icon_back.svg) right 5px center no-repeat;
    text-decoration: none; }

.button-type01, .form-submit {
  width: 100%;
  display: block;
  background: none;
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #E7E4D9;
  background: #1E1A19;
  line-height: 60px;
  font-family: 'Overlock', cursive;
  font-weight: 900;
  letter-spacing: 0.2em; }
  .button-type01:hover, .form-submit:hover {
    text-decoration: none;
    opacity: 0.8; }

.instagram-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%; }
  .instagram-media__list-item {
    max-width: 153px;
    width: 100%;
    margin: 10px 20px 10px 0; }
    .instagram-media__list-item:nth-child(3n) {
      margin-right: 0; }
