<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:Bar乙
Description:Bar乙 | 静岡県浜松市のBar乙は、どなたでも気軽に立ち寄れる心地よい空間を提供いたします。
Version: 1.0
License:Bar乙
License URI:https://www.bar-oto.com
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;display=swap");
@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;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #212121;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
}

@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.6rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

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

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

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

a:hover,
a:active {
  filter: brightness(120%);
  -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;
}

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

リセット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;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    padding-bottom: 0px;
  }
}
#header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 296px;
  background: linear-gradient(#000, transparent);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #header:before {
    height: 100px;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.insta_btn {
  background-color: #977C44;
  width: 210px;
  transition: 0.3s;
}
.insta_btn:hover {
  filter: brightness(120%);
}
@media screen and (max-width: 1560px) {
  .insta_btn {
    width: 160px;
  }
}
.insta_btn a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.insta_btn P {
  color: #fff;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding-top: 40px;
  background: url(images/h_insta.png) top center no-repeat;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.header_right {
  display: flex;
  align-items: center;
}

.h_logo {
  margin: 40px;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 120px;
    margin: 0;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 100vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #mv_top {
    height: calc(100vh - 70px);
  }
}

.video {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  background-color: #000;
}
.video video {
  min-width: 100%;
  min-height: 132%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .video video {
    min-height: 100%;
    width: 100%;
  }
}

.sp_mv {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_mv {
    display: revert;
  }
}

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

#mv_page {
  width: 100%;
  height: 480px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: url(images/pagemv.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #mv_page {
    height: 200px;
    background-size: cover;
  }
}

.cate img {
  position: absolute;
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cate img {
    right: -15%;
    width: 70%;
    max-width: 753px;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

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

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 100%;
    left: -25%;
  }
  .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: 0 auto;
  }
  .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;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
}
#page_main {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}
#page_main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(165, 133, 75, 0.1568627451);
  bottom: 0;
  left: 0;
}
#page_main p, #page_main dd {
  color: #fff;
}

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

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 0px;
}

.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: 40px auto 0;
}

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

a.page-numbers:hover {
  background: #977C44;
  color: #000;
}

.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: #977C44;
  border: solid 1px #977C44;
  color: #000;
}

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

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

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

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #977C44;
  -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 #977C44;
  border-radius: 8px;
  background-color: #977C44;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #977C44;
  -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: 0 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;
  }
}
/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 999;
  opacity: 1 !important;
}

.footer_sp {
  display: none;
}

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

.footer_container {
  background: url(images/aside_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding: 60px 3%;
  }
}
.footer_container p {
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_container p {
    font-size: 1.4rem;
  }
}

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

.footer_logo {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 110px;
    margin: 0 auto 30px;
  }
}

.footer_ad {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
}

.footer_con {
  padding: 30px 0;
}

.footer_left {
  max-width: 540px;
}

.footer_right {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    max-width: 600px;
  }
}

.calendar {
  width: 100%;
  height: auto;
  aspect-ratio: 60/52.2;
}
.calendar iframe {
  width: 100%;
  height: 100%;
}

.map {
  width: 100%;
  position: relative;
  height: 400px;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .map {
    height: 250px;
  }
}

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

.sitemap_container {
  padding: 80px 0 40px;
}

.sitemap {
  width: 1020px;
  margin: 0 auto;
  padding: 45px 60px;
  border-top: 1px solid #BEB7B7;
  border-bottom: 1px solid #BEB7B7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sitemap a {
  text-decoration: none;
  color: inherit;
  font-size: 1.6rem;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a:not(:last-child):after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #7C817C;
  -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 {
  text-align: center;
  padding: 0px 0 40px;
}

.copyright {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .copyright_block {
    padding: 20px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.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: #977C44;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    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_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_calendar::after {
    background-image: url(images/icon_calendar.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #000;
    border: 1px solid #977C44;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #977C44;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #977C44;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -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) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #977C44;
    background-color: #000;
    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;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    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-top: 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-color: #745e35;
    background-color: #141414;
  }
  #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: #977C44;
    background: #000;
  }
  #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;
    z-index: 9;
  }
  #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;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  #g_navi {
    padding: 10px 30px;
  }
}

#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 &gt; li {
  position: relative;
  margin: 0 22.5px;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  #g_navi .menu &gt; li {
    margin: 0 15px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
}

#g_navi .menu &gt; li &gt; a {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  padding: 40px 0 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  #g_navi .menu &gt; li &gt; a {
    font-size: 2rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 120px;
  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.4rem;
  font-weight: normal;
  background: #977C44;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

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

#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 print, screen and (min-width: 768px) {
  .menu &gt; li &gt; a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu &gt; li &gt; a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #977C44;
    -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 &gt; li &gt; a:after {
    bottom: 0;
  }
  .menu &gt; li &gt; a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  background: url(images/bread_bg.jpg);
  background-size: cover;
  padding: 8px 0;
}

.breadcrumb p {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
}

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

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #977C44;
  -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) {
  .breadcrumb_area {
    width: 100%;
    padding: 8px 5%;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1.2rem;
  }
}
/****************************************

タイトル

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

.top_news {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4.2rem;
  color: #977C44;
}
@media screen and (max-width: 767px) {
  .top_news {
    font-size: 3rem;
  }
}

.ttl1 {
  text-align: center;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.4rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 75px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.ttl1 span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #977C44;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.ttl1::after {
  position: absolute;
  content: "";
  background-color: #977C44;
  width: 50px;
  height: 2px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl1::after {
    bottom: -20px;
  }
}

.ttl2 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}

.ttl3 {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4666666667);
  margin-bottom: 90px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  .ttl3 {
    font-size: 6rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}
.ttl3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
@media screen and (max-width: 1560px) {
  .ttl3::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl3::after {
    bottom: -20px;
  }
}
.ttl3 span {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1560px) {
  .ttl3 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl3 span {
    font-size: 1.3rem;
  }
}

.headline {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
.headline span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  color: #A5854B;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.menu_ttl {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  color: #A5854B;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu_ttl {
    font-size: 2.2rem;
  }
}
.menu_ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .menu_ttl span {
    font-size: 1.8rem;
  }
}

.ttl4 {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 35px;
  color: #A5854B;
  border-bottom: 1px solid #977C44;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}

.post_ttl {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #A5854B;
}
@media screen and (max-width: 767px) {
  .post_ttl {
    font-size: 2em;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 70px;
  }
}
.btn1 a {
  color: #977C44;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  border: 1px solid #977C44;
  width: 100%;
  padding: 6.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.6rem;
  }
}
.btn1 a:hover {
  background-color: rgba(238, 238, 238, 0.2470588235);
}

.btn2 {
  width: 220px;
  margin: 30px auto 0;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 180px;
  }
}
.btn2 a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  width: 100%;
  padding: 15px 0 15px 5px;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.8rem;
  }
}
.btn2 a::after {
  position: absolute;
  content: url(images/btn_arrow.png);
  right: 5px;
  bottom: 15px;
  transition: 0.3s;
}
.btn2 a:hover::after {
  right: -5px;
}
.btn2:hover {
  opacity: 0.8;
}

.btn2_1 {
  width: 220px;
  margin: 15px 0 0;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2_1 {
    width: 180px;
  }
}
.btn2_1 a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  width: 100%;
  padding: 15px 0 15px 5px;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2_1 a {
    font-size: 1.8rem;
  }
}
.btn2_1 a::after {
  position: absolute;
  content: url(images/btn_arrow.png);
  right: 5px;
  bottom: 15px;
  transition: 0.3s;
}
.btn2_1 a:hover::after {
  right: -10px;
}
.btn2_1:hover {
  opacity: 0.8;
}

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

news トップ用

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

.news_post {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .news_post {
    gap: 20px 2%;
  }
}

.news_post article {
  max-width: 280px;
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 767px) {
  .news_post article {
    max-width: revert;
    width: 49%;
  }
}

.news_post figure {
  width: 100%;
  height: 100%;
}
.news_post figure::before {
  position: absolute;
  content: "";
}
.news_post figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.news_post article h3 {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news_post article h3 {
    margin-top: 0;
  }
}
.news_post article h3::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #beb7b7;
  -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 h3: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);
}
.news_post article h3 a {
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news_post article h3 a {
    font-size: 1.4rem;
  }
}

.news_post article .date {
  font-size: 1.4em;
  color: #7C817C;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.2rem;
  }
}

.post_container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 28/21;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post_container {
    margin-bottom: 10px;
  }
}

.top_cate {
  font-size: 1.6em;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5px;
  width: 80px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_cate {
    font-size: 1.2rem;
    width: 70px;
  }
}

.news {
  background-color: #977C44;
}

.blog {
  background-color: #50493F;
}

.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;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a h3 {
    font-size: 1.4em;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  background: url(images/top_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 0;
  }
}

.ttl_btn_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.ttl_btn_container::after {
  position: absolute;
  content: "";
  width: calc(100% - 220px);
  height: 1px;
  background-color: #beb7b7;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_btn_container::after {
    width: calc(94% - 160px);
    left: calc(3% + 90px);
  }
}

.content_bg {
  position: relative;
  background: url(images/top_content_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 135px 0;
}
@media screen and (max-width: 767px) {
  .content_bg {
    padding: 60px 0;
  }
}
.content_bg::before {
  position: absolute;
  content: url(images/content_deco1.png);
  top: 0;
  right: 50%;
  transform: translateX(133%);
}
@media screen and (max-width: 767px) {
  .content_bg::before {
    content: "";
    background: url(images/content_deco1.png) top left no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    transform: translateX(110%);
  }
}
.content_bg::after {
  position: absolute;
  content: url(images/content_deco2.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-170%);
}
@media screen and (max-width: 767px) {
  .content_bg::after {
    content: "";
    background: url(images/content_deco2.png) bottom right no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    transform: translateX(-100%);
  }
}

.top_box02 {
  padding: 0px 3%;
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 100px;
  }
}
.top_box02 p {
  color: #fff;
  line-height: 2;
}

.top_box03 {
  max-width: 1340px;
  width: calc(100% - 20px);
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin: 0 auto 100px;
  }
}
.top_box03 p {
  color: #fff;
  line-height: 2;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .top_box03 p {
    width: 100%;
  }
}

.top_box03_container {
  padding: 60px 0;
  position: relative;
  padding-right: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    padding: 0;
  }
}
.top_box03_container::after {
  position: absolute;
  content: "";
  width: 63.4%;
  height: 100%;
  border: 1px solid #977C44;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box03_container::after {
    width: 95%;
    height: 90%;
  }
}
.top_box03_container::before {
  position: absolute;
  content: "";
  background: url(images/sec_deco.png);
  width: 947px;
  height: 316px;
  top: -125px;
  right: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_box03_container::before {
    height: 100px;
    background: url(images/sec_deco.png) top right no-repeat;
    background-size: contain;
    top: -40px;
    right: -5px;
  }
}
.top_box03_container .content_box {
  padding: 0 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_box03_container .content_box {
    position: static;
    padding: 60px 5% 0;
    transform: revert;
    width: 95%;
    margin-bottom: 40px;
  }
}
.top_box03_container figure {
  margin: 0 0 0 auto;
  max-width: 820px;
  width: 65%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box03_container figure {
    width: 95%;
  }
}
.top_box03_container figure img {
  position: relative;
  left: 0;
}

.top_box04 {
  max-width: 1340px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.top_box04 p {
  color: #fff;
  line-height: 2;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .top_box04 p {
    width: 100%;
  }
}

.top_box04_container {
  padding: 60px 0;
  position: relative;
  padding-left: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    padding: 0;
  }
}
.top_box04_container::after {
  position: absolute;
  content: "";
  width: 63.4%;
  height: 100%;
  border: 1px solid #977C44;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box04_container::after {
    width: 95%;
    height: 90%;
  }
}
.top_box04_container::before {
  position: absolute;
  content: "";
  background: url(images/sec_deco2.png);
  width: 740px;
  height: 332px;
  top: -125px;
  left: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_box04_container::before {
    height: 100px;
    background: url(images/sec_deco2.png) top left no-repeat;
    background-size: contain;
    top: -40px;
    right: -5px;
  }
}
.top_box04_container .content_box {
  padding: 0 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_box04_container .content_box {
    position: static;
    padding: 60px 5% 0;
    transform: revert;
    width: 95%;
    margin-bottom: 40px;
    margin-left: 5%;
  }
}
.top_box04_container figure {
  margin: 0 auto 0 0;
  max-width: 820px;
  width: 61.2%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box04_container figure {
    width: 95%;
  }
}
.top_box04_container figure img {
  position: relative;
  left: 0;
}

.top_box05 {
  margin: 120px auto;
  display: flex;
  justify-content: center;
  gap: 1.04%;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    margin: 60px auto;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.top_box05_content {
  width: 31.25%;
  max-width: 600px;
  height: 480px;
  aspect-ratio: 60/48;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5% 2% 2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box05_content {
    width: 100%;
    padding: 50px 3%;
    aspect-ratio: auto;
    height: auto;
  }
}
.top_box05_content:hover {
  opacity: 0.8;
}
.top_box05_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.top_box05_content p {
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box05_content p {
    text-align: left;
  }
}

@media screen and (max-width: 1670px) {
  .top_box05_content p {
    text-align: left;
  }
  .sp_none2 {
    display: none !important;
  }
}
.staff_bnr {
  background: url(images/staff_bnr.jpg) top left no-repeat;
  background-size: cover;
}

.gallery_bnr {
  background: url(images/gallery_bnr.jpg) top left no-repeat;
  background-size: cover;
}

.faq_bnr {
  background: url(images/faq_bnr.jpg) top left no-repeat;
  background-size: cover;
}

.content_bg2 {
  position: relative;
  background: url(images/top_content_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .content_bg2 {
    padding: 60px 0;
  }
}
.content_bg2::before {
  position: absolute;
  content: url(images/content_deco1.png);
  top: 0;
  right: 50%;
  transform: translateX(133%);
}
@media screen and (max-width: 767px) {
  .content_bg2::before {
    content: "";
    background: url(images/content_deco1.png) top left no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    transform: translateX(110%);
  }
}

.w1340 {
  max-width: 1340px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1340 {
    margin: 0 auto;
  }
}

.about_box01_container {
  padding: 120px 0 80px;
  position: relative;
  padding-right: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about_box01_container {
    padding: 0;
  }
}
.about_box01_container::after {
  position: absolute;
  content: "";
  width: 63.4%;
  height: 100%;
  border: 1px solid #977C44;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about_box01_container::after {
    width: 95%;
    height: 90%;
  }
}
.about_box01_container .content_box {
  padding: 0 70px;
  position: relative;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about_box01_container .content_box {
    position: static;
    padding: 30px 5% 0;
    transform: revert;
    width: 95%;
  }
}
.about_box01_container figure {
  margin: 0 0 0 auto;
  max-width: 820px;
  width: 65%;
  position: absolute;
  right: 0;
  top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_box01_container figure {
    width: 95%;
    position: static;
    margin-top: 40px;
  }
}
.about_box01_container figure img {
  position: relative;
  left: 0;
}

.about_box01_container p {
  line-height: 2;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .about_box01_container p {
    width: 100%;
  }
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
    padding: 0 3%;
  }
}

.menu_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .menu_box {
    display: block;
  }
}

.menu_tbl {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .menu_tbl {
    width: 100%;
  }
}
.menu_tbl tr {
  position: relative;
  width: 100%;
}
.menu_tbl tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #A5854B;
}
.menu_tbl th {
  text-align: left;
  padding: 10px 0px;
  font-weight: 400;
  width: 80%;
}
.menu_tbl td {
  text-align: right;
  padding: 10px 0px;
  width: 20%;
}

.menu_tbl2 {
  width: 100%;
}
.menu_tbl2 tr {
  position: relative;
  width: 100%;
}
.menu_tbl2 tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #A5854B;
}
.menu_tbl2 th {
  text-align: left;
  width: 80%;
  padding: 10px 0px;
  font-weight: 400;
}
.menu_tbl2 td {
  text-align: right;
  width: 20%;
  padding: 10px 0px;
}

.menu_box2 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .menu_box2 {
    display: block;
  }
}
.menu_box2 &gt; div {
  display: flex;
  flex-direction: column;
}

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

.menu_content {
  width: 1100px;
  position: relative;
  background: url(images/menu_bg.jpg) top center;
  padding: 35px 30px;
}
@media screen and (max-width: 767px) {
  .menu_content {
    width: 100%;
    padding: 25px 5%;
  }
}
.menu_content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid rgba(165, 137, 75, 0.5058823529);
}

.menu_content2 {
  width: 530px;
  position: relative;
  background: url(images/menu_bg.jpg) top center;
  padding: 35px 30px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .menu_content2 {
    width: 100%;
    padding: 25px 5%;
  }
}
.menu_content2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid rgba(165, 137, 75, 0.5058823529);
}

.price {
  color: #333 !important;
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price {
    font-size: 1.6rem;
  }
}

.drink1 {
  width: 100%;
  column-count: 2;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .drink1 {
    column-count: 1;
  }
}

.drink2 {
  width: 100%;
}

.drink1 li, .drink2 li {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .drink1 li, .drink2 li {
    font-size: 1.6rem;
  }
}
.drink1 li::after, .drink2 li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #A5854B;
}

.fzs {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fzs {
    font-size: 1.3rem;
  }
}

.ciecle {
  color: #A5854B;
  padding-right: 5px;
}

.menu_s {
  color: #333 !important;
  padding: 10px 0px;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .menu_s {
    font-size: 1.6rem;
  }
}

.fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .fz18 {
    font-size: 1.5rem;
  }
}

.fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fz14 {
    font-size: 1.3rem;
  }
}

.system {
  border: 1px solid #A5854B;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .system {
    padding: 20px;
  }
}
.system h2 {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.system li {
  margin-bottom: 20px;
}
.system li span {
  margin-right: 10px;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.8rem;
}

.w1270 {
  max-width: 1270px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1270 {
    margin: 0 auto;
  }
}

.scene_container {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scene_container {
    padding: 0;
  }
}
.scene_container::after {
  position: absolute;
  content: "";
  width: 63.4%;
  height: 100%;
  border: 1px solid #977C44;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .scene_container::after {
    width: 95%;
    height: 90%;
  }
}
.scene_container .content_box {
  width: 700px;
  padding: 0 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scene_container .content_box {
    position: static;
    padding: 30px 5% 0;
    transform: revert;
    width: 95%;
    margin-bottom: 40px;
  }
}
.scene_container figure {
  margin: 0 0 0 auto;
  max-width: 820px;
  width: 65%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scene_container figure {
    width: 95%;
  }
}
.scene_container figure img {
  position: relative;
  left: 0;
}

.scene_container2 {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scene_container2 {
    padding: 0;
  }
}
.scene_container2::after {
  position: absolute;
  content: "";
  width: 63.4%;
  height: 100%;
  border: 1px solid #977C44;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .scene_container2::after {
    width: 95%;
    height: 90%;
  }
}
.scene_container2 .content_box {
  width: 700px;
  padding: 0 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scene_container2 .content_box {
    position: static;
    padding: 30px 5% 0;
    transform: revert;
    width: 95%;
    margin-bottom: 40px;
    margin-left: 5%;
  }
}
.scene_container2 figure {
  margin: 0 auto 0 0;
  max-width: 820px;
  width: 61.2%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scene_container2 figure {
    width: 95%;
  }
}
.scene_container2 figure img {
  position: relative;
  left: 0;
}

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

.w1480 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.22%;
}
@media screen and (max-width: 767px) {
  .w1480 {
    padding: 0 3%;
  }
}

.gallery_box01 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5.22%;
}
@media screen and (max-width: 767px) {
  .gallery_box01 {
    gap: 20px 2%;
  }
}

.gallery_img {
  max-width: 400px;
  width: 29.85%;
  height: 100%;
  aspect-ratio: 40/28;
}
.gallery_img a {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gallery_img {
    width: 49%;
  }
}

.overview_box01 {
  width: 940px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .overview_box01 {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto 50px;
  }
}
.overview_box01 figure {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.overview_tbl {
  width: 100%;
}
.overview_tbl tr {
  position: relative;
  width: 100%;
  display: block;
}
.overview_tbl tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted #A5854B;
}
.overview_tbl th {
  text-align: left;
  width: 150px;
  padding: 11px 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    width: 7em;
    padding: 11px 10px;
  }
}
.overview_tbl td {
  width: 790px;
  padding: 11px 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    width: auto;
    padding: 11px 10px;
    overflow-wrap: anywhere;
  }
}
.overview_tbl td a {
  transition: 0.3s;
}
.overview_tbl td a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.overview_box02 {
  width: 940px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  .overview_box02 {
    width: 100%;
    padding: 0 3%;
  }
}

.staff_content {
  border: 1px solid #A5854B;
  padding: 30px;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .staff_content {
    flex-direction: column;
    gap: 10px;
    padding: 30px 5%;
  }
}
.staff_content p {
  line-height: 2;
}
.staff_content figure {
  position: relative;
  width: 200px;
  height: 100%;
  aspect-ratio: 20/26;
}
@media screen and (max-width: 767px) {
  .staff_content figure {
    margin: 0 auto;
  }
}

.faq_content {
  border: 1px solid #A5854B;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .faq_content {
    padding: 20px 5%;
  }
}
.faq_content:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq_content:not(:last-child) {
    margin-bottom: 40px;
  }
}
.faq_content dt {
  padding-left: 35px;
  font-size: 2.2rem;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #A5854B;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq_content dt {
    padding-left: 30px;
    font-size: 1.8rem;
  }
}
.faq_content dt::before {
  position: absolute;
  content: "Q.";
  top: -5px;
  left: 0;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq_content dt::before {
    font-size: 2rem;
  }
}
.faq_content dd {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .faq_content dd {
    padding-left: 30px;
  }
}
.faq_content dd::before {
  position: absolute;
  content: "A.";
  top: -10px;
  left: 0;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  color: #A5854B;
}
@media screen and (max-width: 767px) {
  .faq_content dd::before {
    top: -7px;
    font-size: 2rem;
  }
}
.faq_content a {
  color: #fff;
  transition: 0.3s;
}
.faq_content a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.fig1 {
  width: 440px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 15px;
  }
}
.fig1 figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 44/28;
}
.fig1 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.txt1 {
  width: 620px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}

.news_content {
  gap: 40px;
}

.news_btn .btn2 {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .news_btn .btn2 {
    margin: 10px 0 0 auto;
  }
}

.page_cate {
  font-size: 1.6em;
  font-family: "NotoSerifJP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  padding: 0.5px;
  width: 80px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page_cate {
    font-size: 1.2rem;
    width: 70px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */</pre></body></html>