@charset "UTF-8";

/*------------------
include
------------------*/
/******************************************************
clearfix
******************************************************/
/******************************************************
border-sizing
******************************************************/
/******************************************************
img
******************************************************/
/******************************************************
border-radius
******************************************************/
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/******************************************************
rotate
******************************************************/
/******************************************************
animation
******************************************************/
/******************************************************
svg
******************************************************/
/******************************************************
media query
******************************************************/
html,
body {
  width: 100%;
  font-feature-settings: "palt";
}

ol,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
div,
p,
figure {
  list-style-type: none;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: relative;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  line-height: 1.6;
  color: #262917;
  font-weight: 400;
  text-align: justify;
}

body.hidden {
  overflow: hidden;
}

body.none {
  opacity: 1;
  background: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  /*background-color: #1e2a38;*/
}

.wrapper .inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: auto;
}

.wrapper .wrap_inner {
  max-width: 745px;
  width: calc(100% - 40px);
  margin: auto;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

img {
  width: 100%;
  text-align: center;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 680px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .c_inner {
    max-width: 840px;
    margin: auto;
  }

  .wrapper .inner {
    width: calc(100% - 120px);
  }

  .wrapper .wrap_inner {
    max-width: 745px;
    width: calc(100% - 120px);
    margin: auto;
  }
}


/******************************************************
header footer共通
******************************************************/

.s_name,
.s_address,
.s_tel {
  margin-bottom: 10px;
}

.s_area {
  margin-top: 10px;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  font-weight: bold;
}

.s_area .t_links {
  position: absolute;
  top: 30%;
  right: 5%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/assets/images/common/t_links.png") center right no-repeat;
  background-size: contain;
}

.s_name {
  font-size: 1.6rem;
  font-weight: bold;
}

/******************************************************
テンプレ
******************************************************/
.length {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 3.6rem;
  margin-top: 0;
  font-family: "Sorts Mill Goudy", serif;
}

.bold,
strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 30%, #fddb00 20%);
  background-position-y: 3px;
  background-repeat: no-repeat;
}

section {
  position: relative;
  z-index: 20;
  transition: .3s;
  padding: 30px 0;
}

.colmun {
  display: flex;
  flex-wrap: wrap;
}


.btn a :hover {
  transition: 0.3s;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

/*********
links
*********/
a {
  display: inline-block;
  text-decoration: none;
  /*color: #d39f70;*/
  color: #999999;
}

.btn {
  text-align: center;
  max-width: 336px;
  margin: auto;
  transition: all 0.3s;
}

.btn.grd {
  background: url(/assets/images/common/btn_bg.png) no-repeat;
  background-size: cover;
  background-position: left;
  display: block;
}

.btn.grd:hover {
  opacity: 0.8;
}

.btn a {
  position: relative;
  width: 100%;
  border: 2px solid #ca9f3c;
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.5rem;
}

.btn .arrow_right {
  background: url("/assets/images/common/arrow_r_b.png") center right no-repeat;
  position: absolute;
  top: 27%;
  right: 5%;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-size: contain;
}

.btn .arrow_right_w {
  background: url("/assets/images/common/arrow_r_w.png") center right no-repeat;
  position: absolute;
  top: 27%;
  right: 5%;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  a {
    transition: all .3s;
  }

  a:hover {
    opacity: 0.7;
  }

  .btn.grd:hover {
    opacity: 0.8;
  }
}

/* スクロールで要素出現 */
.js-fade-content {
  transition: 1.1s .2s ease-in-out;
}

.js-fade-in {
  opacity: 0;
}

.js-fade-in.is-show {
  opacity: 1;
}

.js-fade-right {
  transform: translateX(30px);
  opacity: 0;
}

.js-fade-right.is-show {
  transform: translateX(0);
  opacity: 1;
}


/*********
下層共通コンテンツ
*********/
.svg__icon {
  position: absolute;
  width: 0;
  height: 0;
}

.fb a {
  width: 30px;
  height: 30px;
  background: url(/assets/images/common/i_fb.png) no-repeat;
  background-size: contain;
}

.insta a {
  width: 30px;
  height: 30px;
  background: url(/assets/images/common/i_insta.png) no-repeat;
  background-size: contain;
}

.twitter a {
  width: 30px;
  height: 30px;
  background: url(/assets/images/common/i_twitter.png) no-repeat;
  background-size: contain;
}

.tag {
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

.news_wrap .n_list {
  margin: 32px 0;
}

.news_wrap .n_list article {
  padding: 8px;
}

.news_wrap .n_list article a {
  width: 100%;
}

.news_wrap .n_daytag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  align-items: baseline;
  font-weight: bold;
}

.news_wrap .n_daytag .tag_wrap {
  margin-left: 16px;
}

.news_wrap .n_daytag .tag_wrap span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}

.news_wrap .n_daytag .tag_wrap span:last-of-type {
  margin-right: 0;
}

.concept_wrap .c_cnt_inner {
  padding-bottom: 64px;
}

.concept_wrap .txt_cnt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  font-size: 18px;
  height: 330px;
  margin: 36px auto;
}

.concept_wrap .txt_cnt h3 {
  max-width: 160px;
  width: 25%;
}

.concept_wrap .txt_cnt p {
  width: calc(75% - 18%);
  margin-right: 9%;
}

@media screen and (min-width: 1025px) {
  #content_under .c_cnt_inner:nth-child(even) .c_cnt {
    flex-direction: row-reverse;
  }

  #content_under .c_cnt_inner:nth-child(odd) .c_cnt {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .c_cnt_inner:nth-child(odd) .c_cnt {
    flex-direction: row-reverse;
  }

  .concept_wrap .c_cnt {
    margin-bottom: 42px;
    display: flex;
    position: relative;
    align-items: center;
  }

  .concept_wrap .c_cnt.c_01 {
    margin-top: 72px;
  }

  .concept_wrap .img_cnt {
    flex: 4.5;
    margin-right: 8px;
  }

  .concept_wrap .txt_cnt {
    flex: 2.5;
    height: auto;
  }

  .concept_wrap .txt_cnt h3 {
    min-width: 140px;
  }

  .concept_wrap .txt_cnt p {
    height: 330px;
    margin-top: 185px;
    width: 75%;
    margin-right: 0%;
  }

  .concept_wrap .pc {
    position: absolute;
  }

  .concept_wrap .pc.c_sub01_01 {
    top: -2%;
    right: 18%;
    width: 18%;
  }

  .concept_wrap .pc.c_sub01_02 {
    bottom: -10%;
    right: -7%;
    width: 18%;
  }

  .concept_wrap .pc.c_sub02_01 {
    top: 12%;
    left: 6%;
    width: 8%;
  }

  .concept_wrap .pc.c_sub03_01 {
    top: 1%;
    right: 16%;
    width: 18%;
  }

  .concept_wrap .pc.c_sub03_02 {
    bottom: 4%;
    right: 0%;
    width: 9%;
  }
}

@media screen and (min-width: 1025px) {
  section {
    padding: 70px 0;
  }

  .top section {
    padding: 100px 0;
  }

  .news_wrap .n_daytag .tag_wrap {
    width: auto;
  }

  .tag {
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
  }
}

/*----------------------------------
header
----------------------------------*/
header {
  width: 100%;
  position: relative;
  transition: all .3s;
}

header.scrollon .header__inner {
  background: #FFFFFF;
  /*background: #1e2a38;*/
}

header .reservation_links .s_reservation_btn {
  background: #0883c8;
  color: #fff;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

header .reservation_links .s_reservation_btn span {
  font-size: 2.6rem;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

header .header_reservation {
  display: none;
}

header .header_reservation .h_r_shopwrap {
  display: none;
}

header .header__inner {
  transition: all .3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
  transition: all .3s;
  background: #FFFFFF;
  /*background: #1e2a38;*/
}

header .header__logo {
  height: fit-content;
}

header .header__logo a {
  display: flex;
  max-width: none;
  align-items: center;
  transition: all .3s;
  justify-content: flex-start;
  align-content: flex-start;
}

header .header__logo a img {
  max-width: 200px;
  width: 80%;
}

header .header__logo a p {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .6px;
  padding-left: 10px;
}

header .toggle {
  z-index: 999;
  transition: all .8s;
  position: absolute;
  width: 45px;
  height: 80px;
  /*height: 70px;*/
  right: 0;
  top: 0;
}

header .toggle.open span {
  width: 40px;
}

header .toggle.open span:nth-of-type(1) {
  transform: translateY(0px) scale(0);
  top: -10px;
}

header .toggle.open span:nth-of-type(2) {
  background: none;
}

header .toggle.open span:nth-of-type(2):before {
  transform: rotate(45deg);
  width: 40px;
}

header .toggle.open span:nth-of-type(2):after {
  transform: rotate(-45deg);
  width: 40px;
}

header .toggle.open span:nth-of-type(3) {
  transform: translateY(0px) scale(0);
  top: -10px;
}

header .toggle.open span:last-of-type {
  opacity: 0;
}

header .toggle span {
  transition: all .6s;
  position: absolute;
  height: 2px;
  width: 32px;
  background: #000000;
  left: 0;
  right: 0;
  margin: auto;
}

header .toggle span:nth-of-type(1),
header .toggle span:nth-of-type(2),
header .toggle span:nth-of-type(3) {
  text-indent: -9999px;
}

header .toggle span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-17px) scale(1);
}

header .toggle span:nth-of-type(2) {
  background: none;
  top: 0;
  bottom: 17px;
  margin: auto;
}

header .toggle span:nth-of-type(2):before,
header .toggle span:nth-of-type(2):after {
  transition: all 0.6s;
  content: "";
  width: 32px;
  height: 2px;
  background: #000000;
  /*background: #d39f70;*/
  display: block;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .toggle span:nth-of-type(3) {
  top: 0;
  bottom: 32px;
  margin: auto;
  transform: translateY(17px) scale(1);
}

header nav {
  overflow: scroll;
  height: 100vh;
  z-index: 980;
  padding: 10px 0 100px;
  box-sizing: border-box;
  top: 0;
  position: absolute;
  width: 100%;
  transition: all .8s;
  background: #fff;
  transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  visibility: hidden;
  opacity: 0;
}

header nav.active {
  transition: all .8s;
  visibility: inherit;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 1;
}

header nav .nav__logo {
  width: 95%;
  text-align: left;
  margin: auto;
  margin-top: 5px;
}

header nav .nav__logo img {
  max-width: 85px;
}

header nav .gnav {
  width: 95%;
  max-width: 520px;
  margin: 40px auto 20px;
  padding-left: 0;
}

header nav .gnav li a.gnav_stay {
  color: #dcdcdc;
}

header nav .gnav li a {
  position: relative;
  font-family: "Sorts Mill Goudy", serif;
  width: 100%;
  padding: 15px 0;
  color: #000000;
  /*color: #d39f70;*/
  font-size: 1.6rem;
  border-bottom: 1px solid #e6e6e6;
}

header nav .gnav li a span {
  font-size: 1.2rem;
  margin-left: 3px;
}

header nav .gnav li ul {
  background: #f7f7f7;
}

header nav .gnav li ul li a {
  font-size: 1.6rem;
  padding: 10px 20px;
  border-bottom: none;
}

header .header_link_wrap {
  display: none;
}

header .header_link_wrap .reserve_btn,
header .header_link_wrap .contact_btn {
  display: none;
  margin-top: 20px;
}

header .header_link_wrap .reserve_btn a {
  border: solid 1px #4d4d4d;
  background-color: #fff;
  color: #4d4d4d;
}

header .header_link_wrap .contact_btn a {

  background-color: #000;
  color: #fff;
}

header .header_link_wrap p a {
  display: block;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  max-width: 260px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  padding: 10px 0;
}

header .header_link_wrap p a span {
  display: block;
  font-size: 1.2rem;
}

.header-icon {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.header-icon a {
  margin: 0 8px;
}

.header-icon img {
  width: 55px;
  height: auto;
}

.header-text {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .top header .header__inner {
    margin: 10px auto 50px;
  }

  header.scrollon {
    background: #FFFFFF;
    /*background: #1e2a38;*/
    transition: all .3s;
  }

  header .sp--header {
    margin: initial;
    background: none;
    display: flex;
    height: fit-content;
    padding: 0 20px;
  }

  header .sp--header .header__logo {
    max-width: 200px;
  }

  header .sp--header .translate {
    height: 60px;
    padding: 5px 0;
  }

  header .header__inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    position: static;
    justify-content: space-around;
    height: 100%;
    margin: 10px auto 20px;
  }

  header .toggle {
    display: none;
  }

  header nav {
    max-width: 1080px;
    width: 100%;
    background: none;
    overflow: inherit;
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0;
    position: static;
  }

  header nav .nav__logo {
    display: none;
  }

  header nav .gnav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    max-width: 1080px;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
  }

  header nav .gnav li {
    position: relative;
  }

  header nav .gnav li a {
    position: relative;
    text-align: center;
    padding: 20px 25px;
    transition: all .3s;
    border-bottom: none;
    line-height: 2rem;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 16px;
  }

  header nav .gnav li a span {
    display: block;
    font-size: 1.2rem;
  }

  header nav .gnav li a:hover {
    color: #7C6757;
    opacity: 1;
  }

  header .reservation_links {
    display: none;
  }

  .shop_header .header__logo a p {
    font-size: 1.2rem;
  }

  .shop_header .sp--header {
    width: 430px;
  }

  .shop_header nav .gnav li a,
  .shop_header nav .gnav li p {
    font-size: 1.2rem;
    padding: 21px 5px;
  }

  .shop_header nav .gnav li:nth-of-type(5) {
    min-width: 99px;
  }

  .shop_header nav .gnav li li a {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 1024px) {
  header .sp--header {
    position: relative;
    height: 70px;
    color: #000;
    width: 95%;
    margin: auto;
  }

  header .header__logo a {
    max-width: 100px;
    /*margin-top: 5px;*/
    display: inline-block;
  }

  header .header__logo img {
    /*width: 100%;*/
    width: 65% !important;
  }

  header nav .gnav li a {
    padding: 20px 20px;
  }

  .header_link_wrap {
    display: block !important;
  }

  .header_link_wrap .reserve_btn {
    display: block !important;
  }

  .header_link_wrap .reserve_btn a {
    background-color: #767355;
  }

  .header_link_wrap .contact_btn {
    display: block !important;
  }

  .header_link_wrap .contact_btn a {
    background-color: #3C3C3C;
  }
}

footer {
  margin-top: 0 !important;
}

.page-menu footer {
  border-top: 1px solid #fff;
}

footer {
  display: block;
  position: relative;
  margin-top: 50px;
  /*フッター用SNSアイコン*/
  /*フッター用別タブアイコン*/
}

footer .pagetop {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 100;
  width: 50px;
}

footer .ft_list {
  width: 780px;
  /*width: 695px;*/
}

footer .ft_contents {
  background: #1A0906;
  padding: 80px 16px 40px 16px;
  overflow: hidden;
}

footer .ft_contents .ft_logo {
  text-align: center;
  margin-right: 0;
}

footer .ft_contents .ft_logo a {
  max-width: 198px;
  margin: 0 auto;
}

footer .ft_contents .ft_logo a.btn_white {
  color: #4d4d4d !important;
  margin-top: 20px;
}

footer .ft_contents .store_list {
  width: 100% !important;
  margin-bottom: 32px;
}

footer .ft_contents .store_list .f_category {
  font-weight: bold;
}

footer .ft_contents .store_list .f_category ul li {
  font-weight: normal;
  line-height: 3.0rem;
}

footer .ft_contents .store_list .f_category ul li:before {
  content: " ・ ";
  display: inline;
}

footer .ft_contents .s_logo {
  background: #fff;
  padding: 8px 16px;
}

footer .ft_contents .b_logo {
  background: none;
  padding: 8px 0;
}

footer .ft_contents .ft_ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

footer .ft_contents .ft_ul .ft_li {
  width: calc(50% - 24px);
  margin: 0 46px 40px 0;
  color: #fff;
  font-size: 1.4rem;
}

footer .ft_contents .ft_ul .ft_li:nth-child(2n) {
  margin-right: 0;
}

footer .ft_contents .ft_ul .ft_li p {
  color: #fff;
  font-size: 1.4rem;
}

footer .ft_contents .ft_ul .ft_li a {
  color: #fff;
  font-size: 1.4rem;
}

footer .ft_list .ft_ul .f_category {
  font-weight: bold;
}

footer .ft_list .ft_ul .f_category ul li {
  font-weight: normal;
  line-height: 2.5rem;
}

footer .ft_list .ft_ul .f_category ul li:before {
  content: " - ";
  display: inline;
}



@media screen and (max-width: 768px) {
  footer .ft_list {
    width: auto;
  }
  footer .pagetop {
  bottom: 60px !important;
}
}

footer .reservation_links {
  width: auto;
  margin-bottom: 24px;
}

footer .reservation_links .form_btn {
  margin: 0;
  border: 3px solid #fff;
  padding: 10px 20px;
  display: block;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

footer .ft_copy {
  background-color: #fff;
}

footer .ft_copy small {
  text-align: center;
  color: #4d4d4d;
  display: block;
  padding: 25px 0;
  font-size: 12px;
}

footer .fb a {
  background: url(/assets/images/common/i_fb_w.png) no-repeat;
  background-size: contain;
}

footer .insta a {
  background: url(/assets/images/common/i_insta_w.png) no-repeat;
  background-size: contain;
}

footer .twitter a {
  background: url(/assets/images/common/i_twitter_w.png) no-repeat;
  background-size: contain;
}

footer .store_list .s_area .t_links {
  background: url("/assets/images/common/t_links_w.png") center right no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }

  footer .ft_contents {
    padding: 40px 30px 10px 30px;
  }

  footer .ft_contents .ft_logo {
    text-align: center;
    margin-bottom: 50px;
    margin-right: 0;
  }

  footer .ft_wrap {
    max-width: 600px;
    margin: 0 auto;
  }

  footer .ft_copy small {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 1025px) {
  footer {
    margin-top: 113px;
  }

  footer:before {
    padding-top: 10vw;
    top: -9.9vw;
  }

  footer .pagetop {
    transition: all 0s;
    right: 72px;
  }

  footer .pagetop:hover {
    opacity: 0.7;
  }

  footer .ft_contents {
    padding: 60px 16px 60px;
    text-align: left;
  }

  footer .ft_contents .ft_logo {
    margin-right: 130px;
  }

  footer .ft_wrap {
    display: flex;
    /* flex-wrap: wrap; */
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }

  .footer-icon {
    display: flex;
    justify-content: flex-end;
  }

  .footer-icon a {
    margin: 0 10px;
  }

  .footer-icon img {
    width: 60px;
    height: auto;
  }

  .footer-text {
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    color: #fff;
  }

  footer .ft_wrap .ft_ul .ft_li {
    width: calc(25% - 24px);
    margin: 0 24px 60px 0;
    color: #C8C8C8;
  }

  footer .ft_wrap .ft_ul .ft_li:nth-child(2n) {
    margin-right: 24px;
  }

  footer .ft_wrap .ft_ul .ft_li:last-child {
    margin-right: 0;
  }

  footer .reservation_links .btn_white {
    margin-top: 20px;
  }
}

/*SP追従フッターモーダル*/
#modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

#modal #modal_content {
  margin: auto;
  padding: 16px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: scroll;
  animation: animatetop 0.4s;
}

#modal #modal_content .btn_fixed {
  position: fixed;
  top: 0%;
  z-index: 10000000;
  height: 70px;
  width: 100%;
  right: 0;
  display: block;
  background: #fff;
}

#modal #modal_content .btn_close {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

#modal #modal_content .btn_close:before,
#modal #modal_content .btn_close:after {
  transition: all .6s;
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  display: block;
  top: 30px;
}

#modal #modal_content .btn_close:before {
  transform: rotate(45deg);
}

#modal #modal_content .btn_close:after {
  transform: rotate(-45deg);
}

#modal #modal_content ul li {
  line-height: 3rem;
}

audio,
video {
  width: 100%;
}

.clear_both {
  clear: both;
}

/*
----------------------------------------
コンテンツタイトル
----------------------------------------
*/
.reservation {
  /* position: absolute; */
  position: fixed;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 50;
  width: 40px;
}

.reservation a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 180px;
  padding: 0 15px 0 15px;
  font-size: 15px;
  text-align: center;
  line-height: 2rem;
}

.reservation a span {
  display: block;
}

.reservation .reserve_btn {
  border: solid 1px #4d4d4d;
  background-color: #fff;
  top: 20px;
  color: #4d4d4d;
}

.reservation .contact_btn {
  background-color: #000000;
  top: 270px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .reservation {
    display: none;
  }

  .reservation .reserve_btn {
    background-color: #FFFFFF;
    color: #000000;
    border-top: 1px solid #333333 !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 680px) {
  .reservation {
    position: fixed;
    bottom: 0;
    right: unset;
    top: unset;
    transform: none;
    width: 100%;
    display: flex;
  }

  .reservation a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-radius: 0;
    height: auto;
    width: 50%;
    padding: 10px;
  }
}

.page_container {
  width: 100%;
  max-width: 1120px;
  margin: 50px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 680px) {
  .page_container {
    margin: 0 !important;
  }
}

.page .page_header {
  position: relative;
  padding: 0 50px 0 50px;
}

@media screen and (max-width: 1024px) {
  .page .page_header {
    margin-top: 65px;
    padding: 0;
  }

  .footer-icon a {
    margin: 0 10px;
  }

  .footer-icon {
    display: flex;
    justify-content: center;
  }

  .footer-icon img {
    width: 60px;
    height: auto;
  }

  .footer-text {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
  }

}

@media screen and (max-width: 768px) {
  .page .page_header {
    margin-top: 65px;
    padding: 0;
  }

  .footer-icon a {
    display: block;
    margin: 0 10px;
    /* width:50%; */
  }

  .footer-icon {
    display: flex;
    justify-content: center;
    /* margin-bottom: 40px; */
  }

  .footer-icon img {
    width: 55px;
    height: auto;
  }

  .footer-text {
    font-size: 15px;
    margin: 10px 0 40px;
    text-align: center;
    color: #fff;
  }

}

/*
----------------------------------------
コンテンツタブ
----------------------------------------
*/
.page_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 65px 0;
}

.page_tab li {
  position: relative;
  /* padding: 0 10px; */
  padding: 0 20px;
  /* width: 100%; */
  max-width: 260px;
  text-align: center;
  line-height: 1.1;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}

.page_tab li a {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}

.page_tab li a span {
  font-size: 32px;
}

.page_tab li a.page_tab_stay {
  color: #333333;
  border-bottom: solid 1px #333333;
  /*color: #7C6757;
  border-bottom: solid 1px #7C6757;*/
}

.page_tab li a:hover {
  color: #7C6757;
}

@media screen and (max-width: 768px) {
  .page_tab {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .page_tab a span {
    font-size: 4.2vw !important;
  }

  .page_tab li {
    width: 28%;
    margin-bottom: 15px;
  }

  .page_tab li a {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 680px) {
  .page_tab {
    margin: 25px 0;
  }

  .page_tab li {
    /* padding: 0 0.5rem; */
    padding: 0 1rem;
    letter-spacing: 0.1rem;
  }

  .page_tab li a {
    font-size: 1rem;
  }

  .page_tab li a span {
    font-size: 1.2rem;
  }
}

/*
----------------------------------------
コンテンツ　アンカー
----------------------------------------
*/
/*
----------------------------------------
テーブル　2col
----------------------------------------
*/
.top .col2_table .col2_table_cell.col2_table_cell_text {
  background-color: #fff;
}

.col2_table {
  width: 100%;
  position: relative;
}

.col2_table .col2_table_cell {
  vertical-align: middle;
}

.col2_table .col2_table_cell.col2_table_cell_img {
  width: 63.75%;
  position: relative;
  z-index: 10;
}

.col2_table .col2_table_cell.col2_table_cell_text {
  position: absolute;
  top: -1px;
  right: 0;
  width: 50%;
  /*background-color: #1e2a38;*/
  background-color: #FFFFFF;
  z-index: 10;
}

.col2_table .col2_table_cell.col2_table_cell_text .col2_table_cell_text_category {
  font-size: 56px;
  color: rgba(16, 165, 128, 0.2);
}

.col2_table .col2_table_cell.col2_table_cell_text dl {
  padding: 30px 50px 50px 50px;
}

.col2_table .col2_table_cell.col2_table_cell_text dl dt {
  margin-bottom: 0.5em;
  font-size: 24px;
  color: #000000;
}

.col2_table .col2_table_cell.col2_table_cell_text dl dd {
  font-size: 16px;
}

.col2_table .col2_table_cell.col2_table_cell_text dl dd strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.col2_table.col2_table_reverse {
  direction: rtl;
  text-align: left;
}

.col2_table.col2_table_reverse .col2_table_cell_category {
  position: absolute;
  right: 0;
  left: auto;
}

.col2_table.col2_table_reverse .col2_table_cell_text {
  top: 0;
  left: 0;
  right: auto;
}

.col2_table.col2_table_reverse .col2_table_cell_text dt,
.col2_table.col2_table_reverse .col2_table_cell_text dd {
  direction: ltr;
}

.col2_table.col2_table_align_bottom .col2_table_cell {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .top .col2_table .col2_table_cell.col2_table_cell_text {
    position: relative;
    width: 90%;
  }

  .top .col2_table .col2_table_cell.col2_table_cell_text dl {
    padding: 10px 15px 20px 15px;
  }

  .col2_table {
    width: 100%;
    display: inline-block;
  }

  .col2_table .col2_table_cell {
    display: inline-block;
  }

  .col2_table .col2_table_cell.col2_table_cell_img {
    width: 100%;
  }

  .col2_table .col2_table_cell.col2_table_cell_text {
    position: relative;
    top: -40px;
    right: -15px;
    width: 90%;
    margin-top: -30px;
    margin-bottom: -40px;
  }

  .col2_table .col2_table_cell.col2_table_cell_text .col2_table_cell_text_category {
    line-height: 4.5rem;
  }

  .col2_table .col2_table_cell.col2_table_cell_text dl {
    padding: 10px 15px 20px 15px;
  }

  .col2_table .col2_table_cell.col2_table_cell_text dl dt {
    line-height: 3rem;
  }

  .col2_table.col2_table_align_bottom .col2_table_cell {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 680px) {
  .col2_table .col2_table_cell_category {
    top: -40px;
    font-size: 36px;
  }
}

/*
----------------------------------------
テーブル　2col small
----------------------------------------
*/
.col2_table_small {
  margin-top: 25px;
  /*margin-top: 30px;*/
}

.col2_table_small .col2_table_small_cell.col2_table_small_cell_img {
  width: 25.75%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 40px;
}

.col2_table_small .col2_table_small_cell.col2_table_small_cell_text {
  font-size: 16px;
  width: 63.75%;
  direction: ltr;
  color: #000000;
  /*color: #fff;*/
}

.col2_table_small.col2_table_small_reverse .col2_table_small_cell_img {
  bottom: 0;
  right: auto;
  left: 0;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .col2_table_small {
    margin: 10px 0 0;
  }

  .col2_table_small .col2_table_small_cell.col2_table_small_cell_img {
    position: static;
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .col2_table_small .col2_table_small_cell.col2_table_small_cell_text {
    display: inline;
    padding-left: 0;
    /* direction: rtl; */
  }

  .col2_table_small.col2_table_small_reverse .col2_table_small_cell_img {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
}

/*
----------------------------------------
テーブル　画像とテキスト　重なりあり
----------------------------------------
*/

.col2_overlap_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.col2_overlap_block .col2_overlap_block_img {
  text-align: right;
  width: 50%;
  float: right;
}

.col2_overlap_block .col2_overlap_block_text {
  width: 50%;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner {
  text-align: left;
  padding: 40px 50px 40px 0;
  margin-left: 0;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner h3 {
  color: #4d4d4d;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dt {
  color: #4d4d4d;
  margin-bottom: 14px;
  font-size: 0;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dt span {
  color: #fff;
  padding: 5px;
  background-color: #4d4d4d;
  font-size: 11px;
  padding: 0px 6px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dt span.shop {
  background-color: #d0ae8a;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dd {
  color: #4d4d4d;
  position: relative;
  font-size: 16px;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dd .col2_overlap_block_price {
  margin-top: 10px;
  text-align: right;
  color: #4d4d4d;
}

.col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dd .col2_overlap_block_price span {
  font-size: 24px;
  font-weight: 900;
  color: #4d4d4d;
}

.col2_overlap_block_hosoku {
  background-color: #f8f8f7;
  font-size: 14px;
  padding: 30px;
}

.col2_overlap_block_hosoku dl {
  padding: 0 0;
  margin: 0 auto;
}

.col2_overlap_block_hosoku dl dt {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .col2_overlap_block .col2_overlap_block_img {
    max-height: 250px;
    overflow: hidden;
    width: 100%;
    float: none;
  }

  .col2_overlap_block .col2_overlap_block_img img {
    width: 100%;
  }

  .col2_overlap_block .col2_overlap_block_text {
    display: block;
    position: static;
    width: 100%;
    height: auto;
  }

  .col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner {
    padding: 20px;
    margin-left: 0;
  }

  .col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner h3 {
    font-size: 1.8rem;
  }

  .col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner dl dd .col2_overlap_block_price span {
    font-size: 1.8rem;
  }

  .col2_overlap_block_hosoku {
    padding: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 680px) {
  .col2_overlap_block {
    display: block;
  }

  .col2_overlap_block .col2_overlap_block_img {
    width: 100%;
    float: none;
  }

  .col2_overlap_block .col2_overlap_block_text {
    width: 100%;
  }

  .col2_overlap_block .col2_overlap_block_text .col2_overlap_block_text_inner {
    padding: 20px 0;
  }
}

/*
----------------------------------------
テーブル　3col
----------------------------------------
*/
.col3_overlap_block ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col3_overlap_block ul li {
  width: calc(34% - 21px);
  margin: 0 20px 20px 0;
  background-color: #fff;
}

.col3_overlap_block ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.col3_overlap_block ul li .col3_overlap_block_txt {
  padding: 20px;
  font-size: 1.5rem;
}

.col3_overlap_block ul li .col3_overlap_block_txt h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: normal;
}

.col3_overlap_block ul li .col3_overlap_block_txt .t_label {
  margin-bottom: 10px;
}

.col3_overlap_block ul li .col3_overlap_block_txt .t_label span {
  color: #fff;
  padding: 5px;
  background-color: #767359;
  font-size: 11px;
  padding: 0px 6px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.col3_overlap_block ul li .col3_overlap_block_txt .t_label span.shop {
  background-color: #d0ae8a;
}

.col3_overlap_block ul li .col3_overlap_block_txt .t_price {
  color: #767359;
  text-align: right;
  margin-top: 20px;
  line-height: 1;
}

.col3_overlap_block ul li .col3_overlap_block_txt .t_price span {
  font-size: 3.5rem;
}

.col3_overlap_block_li ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col3_overlap_block_li ul li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.col3_overlap_block_li ul li:nth-child(even) {
  margin: 0 0 20px 20px;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table {
  display: table;
  width: 100%;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_text {
  font-size: 16px;
  display: table-cell;
  vertical-align: top;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_text p {
  margin-top: 10px;
  font-size: 13px;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_text .col3_overlap_block_li_ttl {
  font-weight: bold;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_price {
  display: table-cell;
  color: #767359;
  font-size: 13px;
  width: 140px;
  text-align: right;
  vertical-align: top;
}

.col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_price strong {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .col3_overlap_block ul {
    display: block;
  }

  .col3_overlap_block ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .col3_overlap_block ul li .col3_overlap_block_txt {
    padding: 10px 0;
  }

  .col3_overlap_block ul li .col3_overlap_block_txt .t_price span {
    font-size: 2.3rem;
  }

  .col3_overlap_block_li ul {
    display: block;
  }

  .col3_overlap_block_li ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }

  .col3_overlap_block_li ul li:nth-child(even) {
    margin: 0 0 10px 0;
  }

  .col3_overlap_block_li ul li .col3_overlap_block_li_table {
    display: block;
    width: 100%;
  }

  .col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_text {
    display: block;
  }

  .col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_price {
    display: block;
    width: auto;
    margin-top: 10px;
  }

  .col3_overlap_block_li ul li .col3_overlap_block_li_table .col3_overlap_block_li_price strong {
    font-size: 2rem;
    font-weight: normal;
  }
}

/*
----------------------------------------
共通ボタン
----------------------------------------
*/
.btn_white a {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  display: block;
  max-width: 300px;
  color: #000;
}

a.btn_white {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  display: block;
  max-width: 300px;
  color: #767355;
}

.btn_Brown a {
  position: relative;
  background-color: #d39f70;
  background-color: #FFFFFF;
  border: 1px #000000 solid;
  border-radius: 50px;
  padding: 20px 20px;
  text-align: center;
  display: block;
  max-width: 300px;
  color: #4d4d4d;
  margin: 0 auto;
}

.btn_more a {
  position: relative;
  padding: 5px 0;
  text-align: left;
  display: block;
  width: 160px;
  font-size: 1.5rem;
}

.btn_more a:before {
  content: " ";
  background: url("/assets/images/common/arrow_more.png") center right no-repeat;
  background-size: cover;
  width: 160px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

/*
----------------------------------------
表組み
----------------------------------------
*/
.table {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

.table th,
.table td {
  vertical-align: top;
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
}

.table tr {
  border-top: 1px solid #e0e0e0;
}

.table tr:first-child {
  border-top: none;
}

@media screen and (max-width: 680px) {
  .table {
    width: 100%;
  }

  .table th,
  .table td {
    padding: 0 0;
    display: block;
  }

  .table th {
    padding-top: 10px;
  }

  .table td {
    padding-bottom: 10px;
  }
}


/*
----------------------------------------
sabtitle
----------------------------------------
*/
.sabtitle {
  text-align: center;
  margin: 80px auto;
  color: #262917;
}

.sabtitle h3 {
  font-size: 4rem;
  font-weight: normal;
  padding-top: 30px;
}

.sabtitle h3 span {
  font-size: 2rem;
  margin-left: 10px;
  display: inline-block;
}

.sabtitle .sabtitle-subtitle {
  font-size: 1.6rem;
}

.sabtitle:before {
  content: " ";
  background-image: linear-gradient(to right, #DDDDDD 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  display: block;
}

.sabtitle-noline {
  text-align: center;
  margin: 0 auto 40px;
  color: #7C6757;
}

.sabtitle-noline h3 {
  font-size: 4rem;
  font-weight: normal;
}

.sabtitle-noline h3 span {
  font-size: 2rem;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sabtitle {
    margin: 20px auto 20px;
  }

  .sabtitle h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sabtitle h3 span {
    display: block;
  }

  .sabtitle .sabtitle-subtitle {
    text-align: left;
    margin-top: 10px;
  }

  .sabtitle-noline {
    margin: 30px auto 30px;
  }

  .sabtitle-noline h3 {
    line-height: 3.5rem;
  }

  .sabtitle-noline h3 span {
    display: block;
  }
}

/*
----------------------------------------
  googlemap
----------------------------------------
*/
.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 37.25%;
  position: relative;
  margin-bottom: 30px;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.googlemap .map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .googlemap {
    padding-bottom: 100%;
  }
}

/*
----------------------------------------
  パンくず
----------------------------------------
*/
.breadcrumbs {
  font-size: 1.5rem;
  padding: 10px 0;
  color: #333333;
}

.breadcrumbs a {
  color: #CCCCCC;
}

.breadcrumbs a:after {
  content: ">";
  width: 12px;
  height: 12px;
  margin: 0 5px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 10px;
  }
}

/*
----------------------------------------
  背景色/ボーダートップ
----------------------------------------
*/
.bgWhite {
  background-color: #fff;
}

.bgPine {
  background-color: #EEEEEE;
}

.bgPine .inner {
  padding: 56px;
  background-color: #fff;
}

@media screen and (max-width: 680px) {
  .bgPine .inner {
    padding: 20px;
  }
}

.inner h2 {
  color: #000000;
  /*color: #d39f70;*/
  text-align: center;
  font-weight: normal;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  position: relative;
  margin-bottom: 70px;
}

.inner h2 span {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
}

.inner .heading-group {
  margin-bottom: 70px;
}

.inner .heading-group h2 {
  margin-bottom: 0;
}

.inner .heading-group .heading-group-subtitle {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .inner h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .inner .heading-group {
    margin-bottom: 30px;
  }

  .breakfast_wrap .inner h3 {
    font-size: 2.4rem;
    font-weight: normal;
  }
}

/*
----------------------------------------
  margin sp
----------------------------------------
*/
@media screen and (max-width: 680px) {
  .mt100 {
    margin-top: 30px !important;
  }
}


.m-top_bg h1 {
  position: absolute;
  top: 140px;
  z-index: 50;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  width: calc(100% - 96px);
  display: block;
  margin: 0 48px 0 48px;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
  font-family: "Sorts Mill Goudy", serif;
}

@media screen and (max-width: 1024px) {
  .m-top_bg h1 {
    top: 65px;
    width: 100%;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 680px) {
  .m-top_bg h1 {
    font-size: 1.5rem;
    padding: 5px;
  }
}

/*
----------------------------------------
  メインビジュアル
----------------------------------------
*/
.kv {
  position: relative;
  padding: 0 50px 0 50px;
  margin: 50px 0 65px 0;
}

.kv .kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 328px;
}

.kv .swiper-pagination {
  bottom: -30px;
  right: 48px;
  z-index: 99;
}

.kv .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 50px;
  height: 5px;
  margin-left: 10px;
  background-color: #dcdcdc;
}

.kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.kv .k_catch {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 10;
  color: #000000;
  background-color: #FFFFFF;
  /*background-color: #1e2a38;*/
  padding: 30px 50px 0px 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.kv .k_sns {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 10;
  margin: 0 20px;
}

.kv .k_sns a {
  width: 40px;
  margin: 0 5px;
}

.kv .k_epark {
  position: absolute;
  right: 70px;
  bottom: 20px;
  z-index: 10;
}

.kv .mv_scrollon {
  position: absolute;
  bottom: -30px;
  z-index: 50;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 64px;
}

.kv .mainvisual {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kv {
    padding: 0;
    margin: 0;
  }

  .kv .swiper-pagination {
    bottom: -30px;
    right: 48px;
    z-index: 99;
  }

  .kv .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }

  .kv .k_catch {
    left: 0;
    padding: 20px 50px 20px 30px;
    font-size: 2.5rem;
  }

  .kv .k_sns {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 60;
    margin: 0 20px;
  }

  .kv .k_epark {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    position: relative;
    padding: 0;
    margin: 65px 0 0 0;
  }

  .kv .k_sns {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 60;
    margin: 0 10px;
    width: 50px;
  }

  .kv .k_sns a {
    width: 40px;
    margin: 5px;
  }

  .kv .k_epark {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 22%;
  }
}

@media screen and (max-width: 680px) {
  .kv .k_sns {
    top: 40px;
  }

  .kv .kv__logo {
    max-width: 240px;
    width: 75%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }

  .kv .k_catch {
    padding: 10px 40px 10px 10px;
    font-size: 1.8rem;
    bottom: -65px;
    z-index: 100;
  }
}

.t_wrap {
  width: 100%;
}

.t_wrap div a {
  display: block;
}

@media screen and (max-width: 768px) {
  .t_wrap {
    display: flex;
  }

  .t_wrap div {
    width: calc(50% - 10px);
  }
}

.home .h3_head {
  margin-top: 0;
  margin-bottom: 0;
}


/*
----------------------------------------
NEWS お知らせ(トップ)
----------------------------------------
*/
.home .news_wrap,
.m-top_bg .news_wrap {
  padding: 70px 30px 40px;
}

.home .news_wrap .inner,
.m-top_bg .news_wrap .inner {
  display: table;
  width: 100%;
  max-width: 840px;
}

.home .news_wrap h2,
.m-top_bg .news_wrap h2 {
  /*color: #d39f70;*/
  color: #000000;
  display: table-cell;
  width: 122px;
  vertical-align: middle;
  font-size: 3rem;
}

.home .news_wrap h2 span,
.m-top_bg .news_wrap h2 span {
  display: block;
}

.home .news_wrap .t_wrap,
.m-top_bg .news_wrap .t_wrap {
  display: table-cell;
  width: calc(70% - 40px);
  padding-left: 70px;
}

.home .news_wrap .t_wrap ul li,
.m-top_bg .news_wrap .t_wrap ul li {
  font-size: 1.3rem;
  display: table;
  width: 100%;
}

.home .news_wrap .t_wrap ul li:last-child,
.m-top_bg .news_wrap .t_wrap ul li:last-child {
  border-bottom: none;
}

.home .news_wrap .t_wrap ul li p,
.m-top_bg .news_wrap .t_wrap ul li p {
  display: inline-block;
  padding: 15px 0;
}

.home .news_wrap .t_wrap ul li .date,
.m-top_bg .news_wrap .t_wrap ul li .date {
  color: #4d4d4d;
  margin-right: 24px;
  display: table-cell;
  width: 90px;
}

.home .news_wrap .t_wrap ul li .category,
.m-top_bg .news_wrap .t_wrap ul li .category {
  display: table-cell;
  width: 86px;
}

.home .news_wrap .t_wrap ul li .category span,
.m-top_bg .news_wrap .t_wrap ul li .category span {
  background-color: #4d4d4d;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  margin-right: 15px;
  display: block;
}

.home .news_wrap .t_wrap ul li .txt,
.m-top_bg .news_wrap .t_wrap ul li .txt {
  color: #4d4d4d;
  display: table-cell;
}

.home .news_wrap .btn_more,
.m-top_bg .news_wrap .btn_more {
  width: 100%;
  max-width: 840px;
  margin: 10px auto 80px;
}

.home .news_wrap .btn_more a,
.m-top_bg .news_wrap .btn_more a {
  float: right;
}

@media screen and (max-width: 1024px) {

  .home .news_wrap .t_wrap,
  .m-top_bg .news_wrap .t_wrap {
    padding-left: 30px;
  }
}

@media screen and (max-width: 680px) {

  .home .news_wrap,
  .m-top_bg .news_wrap {
    padding: 100px 30px 20px;
  }

  .home .news_wrap .inner,
  .m-top_bg .news_wrap .inner {
    display: block;
    width: auto;
    padding: 0;
  }

  .home .news_wrap h2,
  .m-top_bg .news_wrap h2 {
    display: block;
    padding-right: 0;
    text-align: center;
    margin: 0 auto 20px;
  }

  .home .news_wrap .t_wrap,
  .m-top_bg .news_wrap .t_wrap {
    display: block;
    width: auto;
    padding-left: 0;
  }

  .home .news_wrap .t_wrap ul li,
  .m-top_bg .news_wrap .t_wrap ul li {
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: block;
  }

  .home .news_wrap .t_wrap ul li:last-child,
  .m-top_bg .news_wrap .t_wrap ul li:last-child {
    border-bottom: none;
  }

  .home .news_wrap .t_wrap ul li p,
  .m-top_bg .news_wrap .t_wrap ul li p {
    display: block;
    padding: 0 0 10px;
  }

  .home .news_wrap .t_wrap ul li .date,
  .m-top_bg .news_wrap .t_wrap ul li .date {
    margin-right: 0;
  }

  .home .news_wrap .t_wrap ul li .txt,
  .m-top_bg .news_wrap .t_wrap ul li .txt {
    display: block;
    padding: 0 0 20px;
  }

  .home .news_wrap .btn_more,
  .m-top_bg .news_wrap .btn_more {
    margin: 10px auto 30px;
  }

  .home .news_wrap .btn_more a,
  .m-top_bg .news_wrap .btn_more a {
    float: none;
    margin: 0 auto;
  }
}

/*
----------------------------------------
NEWS お知らせ(中ページ)
----------------------------------------
*/
.news_wrap h2 {
  max-width: 122px;
  margin: 20px auto 60px;
}

.news_wrap .t_wrap ul {
  width: 100%;
}

.news_wrap .t_wrap ul li {
  font-size: 1.3rem;
}

.news_wrap .t_wrap ul li:last-child {
  border-bottom: none;
}

.news_wrap .t_wrap ul li p {
  display: inline-block;
  padding: 20px 0;
}

.news_wrap .t_wrap ul li .date {
  color: #d0a844;
  margin-right: 54px;
}

.news_wrap .t_wrap ul li .txt {
  color: #505050;
}

/*
----------------------------------------
  space 空間
----------------------------------------
*/
.space_wrap h2 {
  max-width: 252px;
  margin: 20px auto 60px;
}

.space_wrap .space_inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.space_wrap .space_inner ul li {
  width: calc(25% - 30px);
  margin: 0 40px 60px 0;
}

.space_wrap .space_inner ul li:last-child {
  margin: 0 0 60px 0;
}

.space_wrap .space_inner ul li h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}

.space_wrap .space_inner ul li h3 span {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3rem;
  display: block;
}

.space_wrap .space_inner ul li h3:after {
  content: " ";
  background: url("/assets/images/common/decoration.png") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -2px;
  bottom: -33px;
}

.space_wrap .space_inner ul li .st_txt {
  background-color: #fff;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.space_wrap_bg {
  background-color: #EEEEEE;
}

section.space_wrap {
  padding: 24px 0;
}

section.space_wrap:first-of-type {
  padding-top: 60px;
}

.space_wrap .inner {
  background-color: transparent;
}

.space_wrap .col2_table {
  margin-bottom: 160px;
}

.space_wrap:last-of-type {
  padding-bottom: 120px;
}

.space_wrap .col2_table .col2_table_cell.col2_table_cell_text,
.space_wrap .col2_table.col2_table_reverse .col2_table_cell_text {
  top: -1px;
}

.space_wrap .col2_table_small_reverse .col2_table_small_cell.col2_table_small_cell_text {
  margin-left: auto;
}

/* 店舗トップのspaceセクション */

.top .top_space_wrap {
  padding: 0 0 100px;
  background: #eee;
}

.top_space_wrap .sabtitle-noline {
  padding-top: 100px;
}

.top_space_wrap .explain_content {
  text-align: center;
  font-size: 15px;
  line-height: 3.5rem;
  color: #4d4d4d;
  margin-bottom: 50px;
}

.top_space_wrap .grid_container {
  overflow: hidden;
}

.top_space_wrap .grid_container ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  float: left;
}

.top_space_wrap .grid_container img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.top_space_wrap .grid_container ul.grid_inner-1 {
  padding-right: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(1) {
  padding-bottom: 4px;
}

.top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(2) {
  width: 50%;
  padding-right: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(3) {
  width: 50%;
  padding-left: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-2 {
  padding-left: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(1) {
  width: 50%;
  padding-right: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(2) {
  width: 50%;
  padding-left: 2px;
}

.top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(3) {
  padding-top: 4px;
}

@media screen and (max-width: 890px) {
  .space_wrap .col2_table {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .space_wrap {
    padding-top: 60px;
  }

  .space_wrap .space_inner ul {
    display: block;
  }

  .space_wrap .space_inner ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .space_wrap .space_inner ul li:last-child {
    margin: 0 0 30px 0;
  }

  .space_wrap .space_inner ul li .st_img {
    max-height: 230px;
    overflow: hidden;
  }

  .space_wrap .col2_table .col2_table_cell.col2_table_cell_text dl dt {
    font-size: 18px;
  }

  .space_wrap:last-of-type {
    padding-bottom: 80px;
  }

  /* 店舗トップのspaceセクション */

  .top .top_space_wrap {
    padding: 0 0 60px;
    overflow: hidden;
  }

  .top_space_wrap .sabtitle-noline {
    padding: 0;
  }

  .top_space_wrap .explain_content {
    line-height: 2.8rem;
    text-align: left;
  }

  .top_space_wrap .grid_container {
    overflow: hidden;
  }

  .top_space_wrap .grid_container ul {
    width: 100%;
    float: none;
  }

  .top_space_wrap .grid_container ul.grid_inner-1 {
    padding-right: 0;
    padding-bottom: 4px;
  }

  .top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(1) {
    padding-bottom: 4px;
  }

  .top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(2) {
    width: 50%;
    padding-right: 2px;
  }

  .top_space_wrap .grid_container ul.grid_inner-1 li:nth-child(3) {
    width: 50%;
    padding-left: 2px;
  }

  .top_space_wrap .grid_container ul.grid_inner-2 {
    padding-left: 0;
  }

  .top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(1) {
    width: 50%;
    padding-right: 2px;
  }

  .top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(2) {
    width: 50%;
    padding-left: 2px;
  }

  .top_space_wrap .grid_container ul.grid_inner-2 li:nth-child(3) {
    padding-top: 4px;
  }
}


/*
----------------------------------------
  ACCESS アクセス
----------------------------------------
*/

.access_wrap .table,
.access_wrap .table a {
  color: #4d4d4d;
}

.access_wrap .table tr {
  border-top: 1px solid #d4d4d4;
}

.news_single .news_wrap h2 {
  width: auto;
  max-width: 100%;
}

.news_single .news_wrap .t_wrap ul li {
  font-size: 1.3rem;
  display: table;
  width: 100%;
}

.news_single .news_wrap .t_wrap ul li:last-child {
  border-bottom: none;
}

.news_single .news_wrap .t_wrap ul li p {
  display: inline-block;
  padding: 15px 0;
}

.news_single .news_wrap .t_wrap ul li .date {
  color: #262917;
  margin-right: 24px;
  display: table-cell;
  width: 90px;
}

.news_single .news_wrap .t_wrap ul li .category {
  display: table-cell;
  width: 86px;
}

.news_single .news_wrap .t_wrap ul li .category span {
  background-color: #262917;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  margin-right: 15px;
  display: block;
}

.news_single .news_wrap .t_wrap ul li .txt {
  color: #262917;
  display: table-cell;
}

@media screen and (max-width: 680px) {
  .news_single .news_wrap .t_wrap {
    display: block;
    width: auto;
    padding-left: 0;
  }

  .news_single .news_wrap .t_wrap ul li {
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: block;
  }

  .news_single .news_wrap .t_wrap ul li:last-child {
    border-bottom: none;
  }

  .news_single .news_wrap .t_wrap ul li p {
    display: block;
    padding: 0 0 10px;
  }

  .news_single .news_wrap .t_wrap ul li .date {
    margin-right: 0;
  }

  .news_single .news_wrap .t_wrap ul li .txt {
    display: block;
    padding: 0 0 20px;
  }
}

/*
----------------------------------------
  NEWS 投稿記事
----------------------------------------
*/

.page_container_single_content_thumbnail {
  margin-bottom: 40px;
}

.page_container_single {
  padding: 0 20px;
}

.page_container_single_title {
  margin-bottom: 40px;
}

.page_container_single_title h2 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.page_container_single_title .page_container_single_date {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  padding-right: 10px;
  vertical-align: middle;
}

.page_container_single_title .page_container_single_label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.page_container_single_title .page_container_single_label li {
  color: #fff;
  padding: 5px;
  background-color: #99431e;
  font-size: 12px;
  padding: 0px 6px;
  display: inline-block;
  margin-right: 5px;
}

.page_line {
  margin-top: 60px;
  margin-bottom: 100px;
}

/* 投稿記事の本文内のタグスタイル */

.page_container_single_content,
.page_container_single_content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em auto;
}

.page_container_single_content img,
.page_container_single_content p img {
  width: auto;
  height: unset !important;
  margin: 1em auto;
}

.page_container_single_content a,
.page_container_single_content p a {
  color: #99431e;
  text-decoration: underline;
}

.page_container_single_content a:hover,
.page_container_single_content p a:hover {
  color: #99431e;
  opacity: 1;
}

.page_container_single_content h2,
.page_container_single_content p h2,
.page_container_single_content h3,
.page_container_single_content p h3,
.page_container_single_content h4,
.page_container_single_content p h4,
.page_container_single_content h5,
.page_container_single_content p h5 {
  margin: 1em auto;
  font-weight: bold;
}

.page_container_single_content h2,
.page_container_single_content p h2 {
  font-size: 24px;
}

.page_container_single_content h3,
.page_container_single_content p h3 {
  font-size: 20px;
  padding: 0.25em 0.5em;
  border-left: solid 5px #99431e;
}

.page_container_single_content h4,
.page_container_single_content p h4 {
  font-size: 18px;
  background: #fbeee8;
  padding: 0.5em;
}

.page_container_single_content h5,
.page_container_single_content p h5 {
  font-size: 16px;
  color: #99431e;
}

.page_container_single_content h6,
.page_container_single_content p h6 {
  font-size: 14px;
}

/* ページネーション */

.pagination {
  display: table;
  margin: 50px auto 0;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
}

.pagination ul li {
  padding: 0 5px;
  position: relative;
  min-width: 56px;
  text-align: center;
  line-height: 56px;
}

.pagination ul li.page-item a:not(.prev):not(.next) {
  width: 56px;
  height: 56px;
  background-color: #262917;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 56px;
}

.pagination ul li.active a,
.pagination ul li.active span {
  width: 56px;
  height: 56px;
  background-color: #fff;
  color: #4d4d4d;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 56px;
}

.pagination ul li a.prev {
  margin: 0 auto;
  background: url("/assets/images/news/arrow_left_news.png") center right no-repeat;
  background-size: cover;
  width: 12.5px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -5000px;
}

.pagination ul li a.next {
  margin: 0 auto;
  background: url("/assets/images/news/arrow_right_news.png") center right no-repeat;
  background-size: cover;
  width: 13px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -5000px;
}


/*
----------------------------------------
Concept コンセプト
----------------------------------------
*/

.concept_wrap .col2_table {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .concept_wrap .col2_table {
    margin-bottom: 30px !important;
  }

  .concept_wrap .col2_table .col2_table_cell_text {
    position: static;
    width: 100%;
    margin: 10px 0 0;
  }

  .concept_wrap .col2_table .col2_table_cell_text .col2_table_cell_text_category {
    line-height: 4.5rem;
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 3rem;
  }

  .concept_wrap .col2_table .col2_table_cell_text dl {
    margin: 0;
    padding: 0;
  }

  .concept_wrap .col2_table.col2_table_reverse .col2_table_cell_text .col2_table_cell_text_category {
    left: auto;
    right: 0;
  }

  .concept_wrap .pt130 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 890px) {
  .col2_table {
    margin-bottom: 190px !important;
  }
}

.concept_plans .concept_plans_title_l {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.concept_plans ul li {
  width: calc(34% - 31px);
  margin: 0 35px 35px 0;
  background-color: #EEEEEE;
}

.concept_plans ul li:nth-child(3n) {
  margin: 0 0 35px 0;
}

.concept_plans .concept_plans_item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
}

.concept_plans .concept_plans1 {
  background-color: #EEEEEE;
}

.concept_plans .concept_plans2 {
  background-color: #eae4de;
}

.concept_plans .concept_plans_img {
  grid-column: 1;
  grid-row: 1;
}

.concept_plans .concept_plans_title {
  grid-column: 1;
  grid-row: 2;
  padding: 20px 30px 0;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-end;
}

.concept_plans .concept_plans_title h4 {
  font-size: 1.8rem;
  font-weight: normal;
}

.concept_plans .concept_plans_text {
  grid-column: 1;
  grid-row: 3;
  padding: 0 30px 30px;
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .concept_plans .concept_plans_title_l {
    font-size: 24px;
    word-break: auto-phrase;
  }

  .concept_plans ul li {
    width: 100%;
    margin: 0 0 35px;
  }

  .concept_plans .concept_plans_item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .concept_plans .concept_plans_img {
    grid-column: 1;
    grid-row: 1;
  }

  .concept_plans .concept_plans_title {
    grid-column: 2;
    grid-row: 1;
    padding-inline: 20px;
  }

  .concept_plans .concept_plans_title h4 {
    margin: auto;
    word-break: auto-phrase;
    text-align: center;
  }

  .concept_plans .concept_plans_text {
    grid-column: 1 / 3;
    grid-row: 2;
    padding-top: 30px;
  }
}


/*
----------------------------------------
  Menu メニュー
----------------------------------------
*/

.menu_wrap .menu_lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}

.menu_wrap .menu_inner .menu_block li {
  margin-top: 80px;
}

.menu_wrap .menu_inner .menu_block li:first-child {
  margin-top: 0;
}

.menu_wrap .menu_inner .menu_block li .col2_overlap_block_hosoku {
  margin-top: 50px;
}

.menu_wrap .menu_inner .col3_overlap_block li .col3_overlap_block_img img {
  aspect-ratio: 308 / 205;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .menu_wrap .menu_inner .menu_block li {
    margin-top: 50px;
  }

  .menu_wrap .menu_inner .menu_block li .col2_overlap_block_hosoku {
    margin-top: 0;
  }
}

/* メニューページPDFリンク */
.pdf-links {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.pdf-links.pdf-3column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.pdf-links a {
  margin-right: 40px;
}

.pdf-links a:last-child {
  margin-right: 0;
}

.pdf-links.pdf-3column a {
  margin-right: 0;
}

.pdf-btn {
  width: 50%;
  position: relative;
  padding: 20px;
  text-align: center;
  display: block;
  max-width: 336px;
  /* background-color: #b4aba2; */
  background-color: #978D7F;
  color: #fff;
}

.pdf-3column .pdf-btn {
  width: 30%;
}

.pdf-btn i {
  margin-left: 10px;
}

@media screen and (max-width: 680px) {

  .pdf-links,
  .pdf-links.pdf-3column {
    flex-direction: column;
  }

  .pdf-btn,
  .pdf-3column .pdf-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .pdf-links a:last-child {
    margin: 0;
  }
}

.text-area-wrap {
  margin: 0 auto;
  text-align: center;
  width: 73.5%;
  border: solid 1px #262917;
  padding: 24px;
}

.text-area-inner {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .text-area-wrap {
    width: 100%;
    font-size: 14px;
  }
}

/*
----------------------------------------
  サイトトップ（店舗一覧）
----------------------------------------
*/

.top_wrap {
  background-color: #eee;
}

.top_wrap .page_container {
  margin-top: 0;
}

.headding-wrapper-outer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.headding-wrapper-outer-subtitle {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  transform: none;
  font-size: 196px;
  color: #9c9c9c;
}

.headding-wrapper-outer2 {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.headding-wrapper {
  margin-top: 30px;
  text-align: left;
}

/* headding center */
.headding-wrapper-outer-dir-center .headding-wrapper-outer-subtitle {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.headding-wrapper-outer-dir-center .headding-wrapper {
  margin-bottom: 41px;
  text-align: center;
}

.headding-title {
  font-size: 1.875rem;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 20px 66px;
  font-weight: 700;
  display: inline-block;
}

.headding-title_black {
  font-size: 30px;
  color: #3E3E3E !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 5px 0 0;
  font-weight: 700;
  display: inline-block;
}

.subtitle {
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}

.shop_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  justify-items: center;
}

.brand-wrapper {
  width: 100%;
  transition: opacity 0.3s ease;
}

.brand-wrapper:hover {
  opacity: 1;
}

.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-info-inner {
  padding: 20px;
  background-color: #fff;
}

.brand-shopname {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.brand-access {
  margin-top: 20px;
}

.brand-access .addr {
  margin: 20px 0 30px;
  font-size: 14px;
  color: #333333;
  line-height: 2;
}

.brand-btn {
  padding: 20px 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #99431e;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
  text-align: center;
}

.brand-wrapper:hover .brand-btn {
  background-color: #333;
}

/* タブレット・スマホ対応 */
@media screen and (max-width: 1023px) {
  .shop_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
}

@media screen and (max-width: 760px) {
  .shop_container {
    gap: 50px 20px;
  }

  .headding-wrapper-outer {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .headding-wrapper-outer-subtitle {
    font-size: 106px;
  }

  .headding-title {
    font-size: 1.8rem;
    padding: 28px 43px;
  }

  .headding-title_black {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 0;
  }

  .subtitle {
    font-size: 0.875rem;
  }

  .top-space-headding {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 540px) {
  .shop_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}



/*
----------------------------------------
  404ページ
----------------------------------------
*/

#error-page {
    max-width: 1110px;
}

.error404 h1,
.error404 p {
  text-align: center;
}

.error404 .c_inner {
  padding: 60px 0;
}

.not_404 {
  margin-top: -110px;
}

.error_wrap>.inner>.c_inner>p {
  text-align: center;
  margin-top: 20px;
}

.error404 .reservation_links {
  display: none;
}

.error_btn {
  margin: 0 auto !important
}

@media screen and (max-width: 760px) {
  .error_header {
    top: 0;
    left: 0 !important;
  }
}
