@charset "UTF-8";
/*
Theme Name:HOTEL WOHNEN ホテル・ボーネン
Description:長野県白馬村のHOTEL WOHNEN ホテル・ボーネン | くつろげる空間とおいしい食事
Version: 1.0
License:HOTEL WOHNEN ホテル・ボーネン
License URI:https://www.hotelwohnen.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: url(images/body.jpg);
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.5em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
body #top_main li,
body #top_main tt,
body #top_main tr,
body #top_main dt,
body #top_main dd,
body #top_main p {
  font-size: 1.4rem;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.2;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.2;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body #top_main li,
  body #top_main tt,
  body #top_main tr,
  body #top_main dt,
  body #top_main dd,
  body #top_main p {
    font-size: 1.3rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    padding-bottom: 0px;
  }
}

.header_wrap {
  width: 100%;
  padding: 0px 0px 0px 0px;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
    height: auto;
    position: fixed;
  }
}

.h_logo {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .h_logo {
    margin-left: -10px;
  }
  .h_logo img {
    width: 230px;
  }
}

.header_left {
  display: flex;
}

.h_logo2 {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .h_logo2 {
    position: static;
    width: 130px;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header {
    display: none;
  }
}
.header_right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_right {
    display: none;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}
#mv_top .top_catch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    padding: 0 3%;
  }
}
#mv_top .top_catch p {
  font-size: clamp(8rem, 7vw, 10rem);
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px #190807;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch p {
    font-size: 5rem;
  }
}
#mv_top .top_catch p span {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-top: 40px;
  letter-spacing: 0.25em;
  text-shadow: 0 0 30px #190807, 0 0 30px #190807, 0 0 30px #190807, 0 0 30px #190807;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch p span {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}

/* ↓ メディアクエリを追記 */
.slider {
  width: 100%;
}
.slider .mv_img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .slider .mv_img {
    height: 100%;
    width: auto;
  }
  .slider .mv_img li img {
    width: auto;
    height: calc(100vh - 60px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

#mv_page {
  width: 100%;
  margin: auto;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv_page {
    height: 300px;
  }
}
#mv_page::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 196px;
  background: url(images/h_filter.png) top center no-repeat;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #mv_page::after {
    height: 100px;
    background-size: cover;
  }
}

.pagemv1 {
  background: url(images/pagemv1.jpg) top center no-repeat;
}

.pagemv2 {
  background: url(images/pagemv2.jpg) top center no-repeat;
}

.pagemv3 {
  background: url(images/pagemv3.jpg) top center no-repeat;
}

.pagemv4 {
  background: url(images/pagemv4.jpg) top center no-repeat;
}

.pagemv5 {
  background: url(images/pagemv5.jpg) top center no-repeat;
}

.pagemv6 {
  background: url(images/pagemv6.jpg) top center no-repeat;
}

.pagemv_container {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagemv_container {
    background-size: cover;
    background-attachment: revert;
  }
}

.page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 0;
  flex-direction: column;
  padding-top: 70px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-shadow: 0 0 30px #190807;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 1.2rem;
  }
}
.page_title span {
  font-size: 10rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .page_title span {
    font-size: 4rem;
    margin-bottom: 15px;
    text-align: center;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #303030;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #303030;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #303030;
  border: solid 1px #303030;
  color: white;
}

.nav-below {
  margin: 50px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #303030;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #303030;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #BF8F45;
  border-radius: 8px;
  background-color: #BF8F45;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #BF8F45;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.map {
  width: 100%;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

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

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F2F2F2;
  background-size: cover;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.f_insta_contanier {
  display: flex;
  gap: 30px;
}
.f_insta_contanier p {
  font-size: 1.5rem;
  font-weight: 600;
}

.footer_pc {
  padding: 100px 0 90px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    justify-content: center;
  }
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_address {
  margin: 40px 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin: 30px 0;
    font-size: 1.3rem;
  }
}

.f_insta_content {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
}

.footer_right {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}

.sitemap a {
  text-decoration: none;
}
.sitemap dt {
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  margin-bottom: 10px;
}
.sitemap dd {
  margin-bottom: 20px;
}
.sitemap dd a {
  font-size: 1.3rem;
  color: #333;
  letter-spacing: 0.1em;
}
.sitemap dd {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.sitemap dd::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #888;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  padding: 0 0 90px;
}

.copyright {
  font-size: 1.4rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .copyright_block {
    padding-bottom: 10px !important;
    text-align: center;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #303030;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_res::after {
    background-image: url(images/reserve.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow2.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

toggle

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #toggle {
    display: flex;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #toggle div {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .open_navi #toggle div {
    align-items: center;
  }
  #toggle p {
    text-shadow: 0 0 5px #190807;
    color: #fff;
  }
  #toggle span {
    display: block;
    /*#navToggledivに対して*/
    height: 1px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    box-shadow: 0 0 10px #190807, 0 0 5px #190807;
  }
  #toggle span:nth-child(1) {
    top: 0;
    width: 50px;
    margin-bottom: 8px;
  }
  #toggle span:nth-child(2) {
    top: 8px;
    width: 32px;
    margin-bottom: 8px;
  }
  #toggle span:nth-child(3) {
    top: 16px;
    width: 23px;
    margin-bottom: 10px;
  }
  .open_navi #toggle span {
    background: #FFF;
    box-shadow: none;
  }
  .open_navi #toggle p {
    color: #FFF;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle span:nth-of-type(1) {
    width: 50px;
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    width: 50px;
    -webkit-transform: translateY(-8px) rotate(315deg);
    -ms-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #BF8F45;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  #toggle {
    display: none;
  }
}
/****************************************

pc用 ハンバーガーメニュー

*****************************************/
#sp_navi {
  display: none;
}
@media screen and (max-width: 767px) {
  #sp_navi {
    display: revert;
    background: url(images/humnavi_bg.png) no-repeat center bottom #303030;
    background-size: 190%;
  }
}

#sp_navi .menu {
  width: 960px;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #sp_navi .menu {
    width: 90%;
  }
}

#sp_navi .menu .menu-item {
  font-size: 1.8rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}

#sp_navi .menu-item a, #sp_navi .menu-item span {
  padding: 25px 20px;
}

#sp_navi .sub-menu li a {
  padding: 17px 20px;
  font-size: 1.3rem;
  font-weight: 400;
}

#sp_navi .menu-item-has-children::before {
  top: 24px;
}

#sp_navi .menu-item-has-children.menu_open::before {
  top: 32px;
}

#sp_navi .sp_navi_logo {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sp_navi .sp_navi_logo {
    width: 200px;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
}

/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  font-weight: normal;
  background: #303030;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #303030;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #BF8F45;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 30px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 0;
    margin-bottom: 40px;
  }
}

.breadcrumb p {
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1.1rem;
  }
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #BF8F45;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #BF8F45;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-size: 1.4rem;
  color: #BF8F45;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 1.4rem;
  }
}
.top_ttl1 span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

.top_ttl2 {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.25em;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.top_ttl2 span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}

.top_box04 .top_ttl2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top_box04 .top_ttl2 span {
  color: #fff;
}

.top_ttl3 {
  font-size: 1.6rem;
  color: #BF8F45;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.top_ttl3 span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

.top_ttl4 {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 1.2rem;
  }
}
.top_ttl4 span {
  font-size: clamp(2.8rem, 2.5vw, 3.4rem);
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 3rem;
  }
}

.headline {
  text-align: center;
  background-size: 265px;
  font-size: 1.6rem;
  color: #BF8F45;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    padding-inline: 10px;
    margin-bottom: 20px;
  }
}
.headline span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}

.headline2 {
  text-align: center;
  background-size: 265px;
  font-size: 1.6rem;
  color: #BF8F45;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headline2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    padding-inline: 10px;
    margin-bottom: 30px;
  }
}
.headline2 span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .headline2 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}

.ttl1 {
  font-size: 1.6rem;
  color: #BF8F45;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.ttl1 span {
  color: #303030;
  font-size: 4.6rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

.ttl2 {
  font-size: 3.2rem;
  color: #303030;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
}

.ttl3 {
  font-size: 3.8rem;
  color: #303030;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

/* ボタン */
.book_btn {
  width: 230px;
}
@media screen and (max-width: 1400px) {
  .book_btn {
    width: 200px;
  }
}
.book_btn a {
  width: 100%;
  height: 100%;
  background: #BF8F45;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
}
.book_btn a:hover {
  color: #333;
  background-color: #fff;
}

.btn_container {
  margin-top: 45px;
}

.news_btn {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news_btn {
    width: 250px;
    margin: 20px auto 0;
  }
}

.btn1 {
  width: 200px;
}
.btn1 a {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 15px;
}
.btn1 a:hover {
  color: #fff;
  background-color: #333;
}

.btn2 {
  width: 200px;
}
.btn2 a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #BF8F45;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 15px;
}
.btn2 a:hover {
  background-color: #333;
}

.btn_container2 {
  margin: 30px 0 60px;
}

.btn3 {
  width: 126px;
}
.btn3 a {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #F2F2F2;
  text-decoration: none;
}
.btn3 a P {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #303030;
  display: inline-block;
  padding: 11px 0px 11px 25px;
  background: url(images/calendar.svg) left center no-repeat;
  transition: 0.3s;
}
.btn3 a:hover {
  background-color: #333;
}
.btn3 a:hover p {
  color: #fff;
  background: url(images/calendar2.svg) left center no-repeat;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: auto;
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 30px;
}
.news_post article {
  width: 100%;
  padding: 20px 40px 20px 50px;
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.news_post article a h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}

.news_post article .date {
  font-size: 1.4rem;
  color: #666;
  margin-right: 100px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

/* ホバー時のアンダーライン */
.news_post article a {
  position: relative;
}

.news_post article a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news_post article a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.overview_tbl {
  width: 100%;
}
.overview_tbl tr:nth-child(odd) {
  background-color: #291B12;
}
@media screen and (max-width: 767px) {
  .overview_tbl tr:nth-child(odd) {
    background-color: revert;
  }
}
.overview_tbl tr:nth-child(odd) th, .overview_tbl tr:nth-child(odd) td {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
  .overview_tbl tr th {
    background-color: #291B12;
    color: #fff;
    width: 100%;
  }
  .overview_tbl tr td {
    color: #111111 !important;
    width: 100%;
  }
}
.overview_tbl a {
  color: #111111;
  transition: 0.3s;
}
.overview_tbl a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.overview_tbl th {
  font-weight: 500;
  text-align: left;
  padding: 14px 50px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    padding: 10px;
    width: 25%;
  }
}

.overview_tbl td {
  padding: 14px 0px;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    padding: 10px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

/****************************************

contentトップ用

*****************************************/
.m130 {
  margin: 130px 0;
}
@media screen and (max-width: 767px) {
  .m130 {
    margin: 70px 0;
  }
}

.w1520 {
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1520 {
    width: 100%;
    padding: 0 3%;
  }
}

.txt1 {
  width: 350px;
  margin: 120px 30px 0 10.52%;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin: 0 0 50px;
  }
}
.txt1 p {
  letter-spacing: 0.06em;
}

.fig1 {
  max-width: 780px;
  width: 51.315%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
  }
}
.fig1 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.top_box02 {
  background: url(images/top_hakuba_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.top_box02::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(images/filter1.png) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top_box02::before {
    background-size: cover;
  }
}

.w480 {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .w480 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .w480 p {
    font-size: 1.3rem;
  }
}

.top_box02_container {
  display: flex;
  justify-content: right;
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    padding: 70px 0;
  }
}

.m140 {
  margin: 140px 0;
}
@media screen and (max-width: 767px) {
  .m140 {
    margin: 70px 0;
  }
}

.top_about_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_about_container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.top_about_content {
  border: 1px solid #fff;
  box-sizing: border-box;
  max-width: 470px;
  width: 30.92%;
  height: 470px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_about_content {
    width: 100%;
    max-width: 470px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.top_about_content::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/filter.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.top_about_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.top_about_content > div {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top_about_content .top_ttl4 {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .top_about_content .top_ttl4 {
    width: 90%;
  }
}

.top_about_content:hover > div {
  transform: scale(1.1);
}

.bnr1 {
  background: url(images/top_about1.jpg) no-repeat center;
  background-size: cover;
}

.bnr2 {
  background: url(images/top_about2.jpg) no-repeat center;
  background-size: cover;
}

.bnr3 {
  background: url(images/top_about3.jpg) no-repeat center;
  background-size: cover;
}

.top_box04 {
  background: url(images/top_restaurant_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.top_box04::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: url(images/filter2.png) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top_box04::before {
    background-size: cover;
  }
}
.top_box04 .top_ttl2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top_box04 .top_ttl2 span {
  color: #fff;
}
.top_box04 .top_ttl2 .and {
  display: inline;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.top_box04 p {
  color: #fff;
}
.top_box04 a {
  color: #fff;
  border: 1px solid #fff;
}
.top_box04 a:hover {
  border: 1px solid #333;
}

.top_box04_container {
  display: flex;
  justify-content: left;
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    padding: 70px 0;
  }
}

.infiniteslide {
  display: flex;
  margin-bottom: 50px;
  width: fit-content;
}
.infiniteslide li {
  width: 500px;
  aspect-ratio: 1/1;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .infiniteslide li {
    width: 250px;
  }
}

.top_box06 {
  background: url(images/top_activity_bg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.top_box06::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(images/filter1.png) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top_box06::before {
    background-size: cover;
  }
}

.top_box07 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    margin-top: 70px;
  }
}

.flex_r .txt1 {
  margin: 120px 10.52% 0 30px;
}
@media screen and (max-width: 767px) {
  .flex_r .txt1 {
    width: 100%;
    margin: 0 0 50px;
  }
}

.room_slider_conitainer {
  display: flex;
  margin-bottom: 50px;
  gap: 80px;
  justify-content: center;
}

#slider_area {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}

#slider_area .slider_box {
  width: 1200px;
  height: auto;
  margin: auto;
}

#slider_area .slider_box .bx-viewport {
  position: relative;
  overflow: visible !important;
}

#slider_area .slider_box .bx-viewport .slider {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.w900 {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w900 {
    width: 100%;
    padding: 0 5%;
  }
}

.guide_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px calc(100% - 1120px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_box02 {
    flex-direction: column;
    gap: 60px;
  }
}
.guide_box02::after {
  position: absolute;
  content: "";
  background-color: #303030;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .guide_box02::after {
    display: none;
  }
}

.room_container {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .room_container {
    width: 100%;
  }
}

.room_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .room_img {
    margin-bottom: 10px;
  }
}

.room_btn {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .room_btn {
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
  }
  .room_btn img {
    width: 180px;
  }
}

.room_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #303030;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .room_top {
    flex-direction: column;
  }
}

.room_bottom a {
  width: 100%;
  height: 100%;
  font-size: 3.8rem;
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-decoration: none;
  color: #303030;
  background: url(images/arrow.svg) center right 20px no-repeat;
}
@media screen and (max-width: 767px) {
  .room_bottom a {
    font-size: 2.5rem;
  }
}
.room_bottom a:hover {
  opacity: 0.8;
}

.sec_mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 50px;
  }
}

.sec_mb2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 50px;
  }
}

.sec_mb3 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec_mb3 {
    margin-bottom: 60px;
  }
}

.grey_box {
  background-color: #F7F7F7;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .grey_box {
    padding: 50px 5%;
  }
}
.grey_box .top_ttl3 {
  margin-bottom: 40px;
}

.room_amenity_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .room_amenity_box {
    gap: 10px 4%;
  }
}

.room_amenity_content {
  background-color: #fff;
  width: 200px;
  aspect-ratio: 20/15;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .room_amenity_content {
    width: 48%;
  }
}
.room_amenity_content p {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 70px;
  min-width: 60px;
  text-align: center;
}
.room_amenity_content:first-child p {
  background: url(images/amenity01.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(2) p {
  background: url(images/amenity02.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(3) p {
  background: url(images/amenity03.svg) top 20px center no-repeat;
}
.room_amenity_content:nth-child(4) p {
  background: url(images/amenity04.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(5) p {
  background: url(images/amenity05.svg) top center no-repeat;
}
.room_amenity_content:nth-child(6) p {
  background: url(images/amenity06.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(7) p {
  background: url(images/amenity07.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(8) p {
  background: url(images/amenity08.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(9) p {
  background: url(images/amenity09.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(10) p {
  background: url(images/amenity10.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(11) p {
  background: url(images/amenity11.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(12) p {
  background: url(images/amenity12.svg) top 10px center no-repeat;
}
.room_amenity_content:nth-child(13) p {
  background: url(images/amenity13.svg) top 10px center no-repeat;
}

.floor_box {
  border: 1px solid #DCDCDC;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .floor_box {
    padding: 10px;
  }
}

.virtual_box {
  width: 100%;
  aspect-ratio: 1200/675;
  position: relative;
}
@media screen and (max-width: 767px) {
  .virtual_box {
    min-height: 300px;
  }
}
.virtual_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facility_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .facility_box {
    gap: 10px 4%;
  }
}

.facility_content {
  background-color: #F7F7F7;
  width: 285px;
  aspect-ratio: 285/180;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .facility_content {
    width: 48%;
  }
}
.facility_content p {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 60px;
  min-width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .facility_content p {
    font-size: 1.3rem;
    padding-top: 50px;
  }
}
.facility_content:first-child p {
  background: url(images/facility01.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:first-child p {
    background-size: 35px;
  }
}
.facility_content:nth-child(2) p {
  background: url(images/facility02.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(2) p {
    background-size: 35px;
  }
}
.facility_content:nth-child(3) p {
  background: url(images/facility03.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(3) p {
    background-size: 40px;
  }
}
.facility_content:nth-child(4) p {
  background: url(images/facility04.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(4) p {
    background-size: 40px;
  }
}
.facility_content:nth-child(5) p {
  background: url(images/facility05.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(5) p {
    background-size: 30px;
  }
}
.facility_content:nth-child(6) p {
  background: url(images/facility06.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(6) p {
    background-size: 35px;
  }
}
.facility_content:nth-child(7) p {
  background: url(images/facility07.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(7) p {
    background-size: 35px;
  }
}
.facility_content:nth-child(8) p {
  background: url(images/facility08.svg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .facility_content:nth-child(8) p {
    background-size: 40px;
  }
}

.sec_mb4 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec_mb4 {
    margin-bottom: 60px;
  }
}

.services_box02_container {
  background: url(images/services_bg1.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: left;
  padding: 200px 100px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .services_box02_container {
    padding: 70px 0;
  }
}
.services_box02_container::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(images/services_filter1.png) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .services_box02_container::before {
    background-size: cover;
  }
}
.services_box02_container .top_ttl2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.services_box02_container .top_ttl2 span {
  color: #fff;
}

.w500 {
  width: 500px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .w500 {
    padding: 0 7%;
  }
}

.txt4 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .services_box03 .txt4 {
    margin-bottom: 45px;
  }
}

.services_box04_container {
  background: url(images/services_bg2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.services_box04_container::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(images/services_filter2.png) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .services_box04_container::before {
    background-size: cover;
  }
}
.services_box04_container p {
  color: #fff;
}
.services_box04_container .top_ttl2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.services_box04_container .top_ttl2 span {
  color: #fff;
}

.txt_container {
  display: flex;
  justify-content: right;
  padding: 200px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_container {
    padding: 70px 0;
  }
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gallery_container {
    gap: 20px 4%;
  }
}
.gallery_container article {
  width: 380px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery_container article {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_container article:last-child {
    width: 100%;
  }
}
.gallery_container article a {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery_container article a img {
  transition: 1s;
}
.gallery_container article a:hover img {
  transform: scale(1.1);
}

.txt5 {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    width: 100%;
  }
}

.fig5 {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .fig5 {
    width: 100%;
    margin-top: 20px;
  }
}

.n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
  background: none !important;
}

.nextend-thumbnail-horizontal .n2-align-content-start {
  justify-content: center !important;
}

.about_tel {
  margin-top: 10px;
}
.about_tel a {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.3s;
}
.about_tel a span {
  font-size: 2rem;
}
.about_tel a:hover {
  color: #BF8F45;
}

.about_box06_container {
  background: url(images/about_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.about_box06_container::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: url(images/services_filter2.png) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .about_box06_container::before {
    background-size: cover;
  }
}
.about_box06_container p {
  color: #fff;
}
.about_box06_container .top_ttl2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.about_box06_container .top_ttl2 span {
  color: #fff;
}

.menu_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 110px 40px;
}
@media screen and (max-width: 767px) {
  .menu_box01 {
    flex-direction: column;
    gap: 50px;
  }
}

.menu_container {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .menu_container {
    width: 100%;
  }
}

.menu_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(images/line_dot.png) bottom left repeat-x;
}
.menu_list dt {
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.menu_list dd {
  text-align: right;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

.menu_img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu_img figure {
    width: calc((100% - 10px) / 2);
  }
}

.drink_box03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .drink_box03 {
    flex-direction: column;
    gap: 50px;
  }
}

.txt6 {
  width: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .txt6 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sake dd {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sake dd {
    margin-top: 0;
  }
}

.wine_pic {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .wine_pic {
    margin-top: 20px;
  }
}

.bus {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .bus {
    width: 100%;
  }
}
.bus li {
  border-bottom: 1px solid #303030;
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bus2 {
    margin-top: 40px;
  }
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

.pic_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pic_container {
    gap: 15px 4%;
  }
}
@media screen and (max-width: 767px) {
  .pic_container figure {
    width: 48%;
  }
  .pic_container figure:first-child {
    width: 100%;
  }
}

.pic_container2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pic_container2 {
    gap: 15px 4%;
  }
}
@media screen and (max-width: 767px) {
  .pic_container2 figure {
    width: 48%;
  }
}

.map2 {
  width: 100%;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map2 {
    height: 200px;
  }
}

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

.tbl1 {
  width: 100%;
}
.tbl1 th {
  font-weight: 400;
  text-align: left;
  padding: 25px 0 15px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    background-color: #f7f7f7;
    padding: 15px 3%;
    width: 100%;
  }
}
.tbl1 td {
  padding: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    margin-top: -1px;
    padding: 15px 3%;
  }
}
.tbl1 tr {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}
.tbl1 a {
  color: #303030;
  transition: 0.3s;
}
.tbl1 a:hover {
  color: #BF8F45;
  text-decoration: none;
}

.guideline dt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .guideline dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .guideline dd {
    font-size: 1.3rem;
  }
}

.faq {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 3%;
  }
}
.faq dt {
  font-size: 1.7rem;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .faq dt {
    font-size: 1.6rem;
  }
}
.faq dt, .faq dd {
  display: flex;
  align-self: start;
}

.q {
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  color: #303030;
  margin-right: 30px;
  margin-left: 5px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .q {
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 5px;
  }
}

.a {
  font-family: "Playfair Display SC", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  color: #303030;
  margin-right: 30px;
  margin-left: 5px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .a {
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 5px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */