@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(20px, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-20px, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(-20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(-5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

video {
  filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

:root {
  --scrollbar: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: url(../images/bg.png) repeat;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 820px) {
  body {
    letter-spacing: 0.5px;
  }
}

body, * {
  box-sizing: border-box;
}

p {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 820px) {
  p {
    line-height: 2;
    font-size: 3.4666666667vw;
  }
}

a {
  color: #000;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover img {
  transition: all 0.5s ease;
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  border: 0;
  background: #f4f2ee;
  padding: 0 16px;
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #bbb;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, textarea:placeholder-shown {
  color: #bbb;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder {
  color: #bbb;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border-color: #b4442e;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 820px) {
  input[type=text], input[type=email], input[type=tel], textarea {
    font-size: 16px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
  font-size: 166px;
  width: 100%;
  border-radius: 2px;
  border: 0;
  background: #f4f2ee url(../images/dropdown.svg) no-repeat right 15px center;
  padding: 0 30px 0 10px;
}
select:-moz-placeholder-shown {
  color: #707070;
}
select:placeholder-shown {
  color: #707070;
}
select::-webkit-input-placeholder {
  color: #707070;
}
select:-moz-placeholder {
  color: #707070;
}
select::-moz-placeholder {
  color: #707070;
}
select:-ms-input-placeholder {
  color: #707070;
}

select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel], select {
  height: 64px;
}
@media only screen and (max-width: 820px) {
  input[type=text], input[type=email], input[type=tel], select {
    height: 52px;
  }
}

textarea {
  padding: 16px;
}

button,
input[type=submit],
input[type=button] {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: -8px;
  border-radius: 2px;
  background: #f4f2ee;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  backface-visibility: hidden;
  height: auto;
}
figure img {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  img {
    max-width: 100%;
  }
  figure img {
    width: 100%;
  }
}

@media only screen and (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.animation {
  opacity: 0;
}

.animated {
  opacity: 0;
}
.animated.fadein {
  animation: fadein 1s ease-in 0s 1 forwards;
}
.animated.fadeinup {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.animated.fadeinleft {
  animation: fadeinleft 1s ease-in 0s 1 forwards;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.main_contents {
  font-size: 15px;
  width: 100%;
  padding-top: 130px;
  overflow-x: hidden;
}
@media only screen and (max-width: 820px) {
  .main_contents {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 820px) {
  .sp {
    display: inherit;
  }
}

figure img {
  width: 100%;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1024px) {
  .scrolling #header {
    top: -130px;
  }
  .scrolled #header {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
#header .wrap_header {
  display: flex;
  height: 120px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  #header .wrap_header {
    height: 64px;
    width: 100%;
    padding-left: 16px;
  }
}
.scrolled #header .wrap_header {
  height: 92px;
  max-width: none;
}
#header .logos {
  position: relative;
}
#header .logos h1 {
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  color: #333;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media only screen and (max-width: 820px) {
  #header .logos h1 {
    font-size: 8.5px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 4px;
  }
}
.scrolled #header .logos h1 {
  left: 0px;
}
#header .logo {
  margin-right: auto;
}
#header .logo a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 1024px) {
  .scrolled #header .logo img {
    height: 64px;
  }
}
@media only screen and (max-width: 820px) {
  #header .logo {
    padding-top: 24px;
  }
  #header .logo img {
    height: 40px;
  }
}
#header .logo img {
  margin-top: 23px;
}
@media only screen and (max-width: 820px) {
  #header .logo img {
    margin-top: 0;
  }
}
#header #gnavWrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  #header #gnavWrap {
    opacity: 1;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    overflow: auto;
    position: fixed;
    padding: 25vw 0;
    transition: all 0.3s ease-in;
  }
  #header #gnavWrap.hide {
    opacity: 0;
    right: -100%;
    visibility: hidden !important;
    overflow: hidden !important;
  }
}
#header #gnav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  #header #gnav .gnavi {
    display: flex;
    gap: 40px;
    margin-right: 3.3333333333vw;
  }
  #header #gnav .gnavi a {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
  }
  #header #gnav .gnavi a:hover, #header #gnav .gnavi a.selected {
    color: #b4442e;
  }
  .scrolled #header #gnav .gnavi a {
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  #header #gnav .gnavi {
    display: block;
    position: relative;
    width: 82%;
    margin: 0 auto 0;
    border-bottom: 1px solid #eee;
  }
  #header #gnav .gnavi li {
    border-top: 1px solid #eee;
  }
  #header #gnav .gnavi li a {
    font-size: 3.4666666667vw;
    display: block;
    padding: 1.6rem 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
}
#header .wrap-lang {
  position: relative;
}
@media only screen and (max-width: 820px) {
  #header .wrap-lang {
    width: 40vw;
    margin: 0 auto;
  }
}
#header .wrap-lang .btn-lang {
  text-align: center;
  color: #fff;
  background: #896845;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  font-size: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #header .wrap-lang .btn-lang {
    display: block;
    margin: 40px auto 0;
    width: 40vw;
    font-size: 3.7333333333vw;
    height: 8vw;
    line-height: 8vw;
  }
}
#header .wrap-lang:hover .btn-lang {
  background: #52391f;
}
#header .wrap-lang .sub-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(137, 104, 69, 0.5);
  overflow: hidden;
  display: none;
}
#header .wrap-lang .sub-menu li {
  border-top: none;
  width: 100%;
  border-top: 1px solid rgba(137, 104, 69, 0.5);
}
#header .wrap-lang .sub-menu li:first-of-type {
  border-top: none;
}
#header .wrap-lang .sub-menu li a {
  display: block;
  font-size: 13px;
  padding: 0.5em;
  text-align: center;
}
#header .wrap-lang .sub-menu li a:hover {
  background: #896845;
  color: #fff;
}

.btn-reserve-gnav {
  margin: 20px 30px 0 30px;
}
.btn-reserve-gnav .btn-reserve-buttun {
  border-radius: 80px;
}

#menu-btn {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #menu-btn {
    display: block;
    height: 64px;
    text-align: center;
    width: 64px;
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    background: #896845;
  }
}
#menu-btn .trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#menu-btn .trigger span {
  transition: all 0.2s ease-in;
  background: #fff;
  display: block;
  position: absolute;
  left: 30%;
  height: 2px;
}
#menu-btn .trigger span:nth-of-type(1) {
  top: 35%;
  width: 40%;
}
#menu-btn .trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
  width: 40%;
}
#menu-btn .trigger span:nth-of-type(3) {
  bottom: 35%;
  width: 40%;
}
#menu-btn .trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  top: 24px;
  background: #fff;
}
#menu-btn .trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-btn .trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  top: 36px;
  background: #fff;
}

#gnavWrap-close {
  margin-left: auto;
}

.close-btn {
  display: block;
  height: 64px;
  width: 64px;
  color: #fff;
  background: #896845;
  font-size: 26px !important;
  line-height: 64px;
}
@media only screen and (max-width: 820px) {
  .close-btn {
    text-align: center;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    width: 74px;
    font-size: 26px !important;
    box-sizing: border-box;
  }
}

/*----------------------------------------------------
	MV
----------------------------------------------------*/
.mv {
  min-height: calc(100vh - 120px);
  position: relative;
}
@media only screen and (max-width: 820px) {
  .mv {
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
  }
}
.mv #bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.mv-inner {
  position: absolute;
  width: 100%;
  padding: 44px 20px 44px 100px;
  display: flex;
  align-items: center;
  bottom: 0;
}
@media only screen and (max-width: 820px) {
  .mv-inner {
    padding: 0 0 2em;
    padding-left: 9.0909090909vw;
    display: block;
  }
}
.mv-copy {
  position: relative;
}
.mv-copy:before {
  content: "";
  position: absolute;
  background: #000;
  width: 372px;
  height: 372px;
  border-radius: 100%;
  top: calc(50% - 160px);
  left: -200px;
}
@media only screen and (max-width: 820px) {
  .mv-copy:before {
    width: 51.2987012987vw;
    height: 51.2987012987vw;
    top: calc(50% - 20.7792207792vw);
    left: -24.6753246753vw;
  }
}
.mv-copy .eng {
  font-size: 12px;
  color: #fff;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .mv-copy .eng {
    font-size: 1.8181818182vw;
  }
}
.mv-copy h2 {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 1px 1px 12px #000, 1px -1px 12px #000, -1px 1px 12px #000, -1px -1px 12px #000;
  letter-spacing: 0.2em;
  margin-top: 0.75em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .mv-copy h2 {
    font-size: 3.7662337662vw;
  }
}
.mv-copy h2 span {
  font-size: 30px;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 820px) {
  .mv-copy h2 span {
    font-size: 4.8051948052vw;
  }
}
.mv-copy h2 b {
  font-size: 48px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-left: -0.1em;
  vertical-align: -0.15em;
}
@media only screen and (max-width: 820px) {
  .mv-copy h2 b {
    font-size: 7.5324675325vw;
  }
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
.wrapper {
  position: relative;
  padding-top: 150px;
  overflow-x: hidden;
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .wrapper {
    padding-top: 5em;
  }
}

.btn-reserve {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eb504b;
  color: #fff;
  width: 336px;
  border-radius: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  margin-left: auto;
  opacity: 0;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 40px;
}
.scrolled .btn-reserve {
  opacity: 1;
}
.btn-reserve:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 5px 5px 8px #4d4d4d;
  opacity: 0.5;
  border-radius: 80px;
  transition: all ease 0.5s;
}
.btn-reserve:hover {
  background-color: #b4442e;
}
.btn-reserve:hover:after {
  box-shadow: 1px 1px 5px #4d4d4d;
}
.btn-reserve span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.btn-reserve b {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  padding-left: 30px;
}
.btn-reserve b:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(../images/icon_calendar.png) no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 9px);
}
@media only screen and (max-width: 820px) {
  .btn-reserve {
    bottom: 0;
    border-radius: 0;
    width: 100%;
    height: 70px;
    left: 0;
    right: auto;
  }
  .btn-reserve:after {
    content: none;
  }
  .btn-reserve span {
    font-size: 12px;
  }
  .btn-reserve b {
    font-size: 15px;
  }
}

.btn-reserve-buttun {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eb504b;
  color: #fff;
  width: 400px;
  border-radius: 80px;
  height: 80px;
  margin: 60px auto 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .btn-reserve-buttun {
    margin: 30px auto 0 auto;
  }
}
.btn-reserve-buttun:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 5px 5px 8px #4d4d4d;
  opacity: 0.5;
  border-radius: 80px;
  transition: all ease 0.5s;
}
.btn-reserve-buttun:hover {
  background-color: #b4442e;
}
.btn-reserve-buttun:hover:after {
  box-shadow: 1px 1px 5px #4d4d4d;
}
.btn-reserve-buttun-black {
  background: #52391f;
}
.btn-reserve-buttun-black:hover {
  background-color: #000;
}
.btn-reserve-buttun-black:hover:after {
  box-shadow: 1px 1px 5px #4d4d4d;
}
.btn-reserve-buttun span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.btn-reserve-buttun b {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  padding-left: 30px;
}
.btn-reserve-buttun b:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(../images/icon_calendar.png) no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 9px);
}
@media only screen and (max-width: 820px) {
  .btn-reserve-buttun {
    bottom: 0;
    border-radius: 0;
    width: 100%;
    height: 70px;
    left: 0;
    right: auto;
  }
  .btn-reserve-buttun:after {
    content: none;
  }
  .btn-reserve-buttun span {
    font-size: 12px;
  }
  .btn-reserve-buttun b {
    font-size: 15px;
  }
}

.btn-link {
  background: #fff;
  width: 284px;
  height: 64px;
  border-radius: 32px;
  padding: 0 56px 0 8%;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #eee;
  font-size: 15px;
  justify-content: center;
}
.btn-link:before {
  content: "";
  background: #b4442e url(../images/icon_arrow.svg) no-repeat center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  right: 6px;
  position: absolute;
}
.btn-link:hover {
  background: #eee;
}
@media only screen and (max-width: 820px) {
  .btn-link {
    font-size: 3.6vw;
    width: 76vw;
    height: 15.0666666667vw;
    border-radius: 15.0666666667vw;
    padding: 0;
    justify-content: center;
    padding-right: 2em;
    margin: 0 auto;
  }
  .btn-link:before {
    width: 12vw;
    height: 12vw;
    right: 2vw;
    background-size: 1.4666666667vw auto;
  }
}

.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 820px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 820px) {
  .mt60 {
    margin-top: 30px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 820px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.bg-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: auto;
  aspect-ratio: 1600/1520;
}
.bg-line.animated {
  opacity: 1;
}
.bg-line.animated .img-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 820px) {
  .bg-line.animated .img-line {
    top: -0.75em;
  }
}
.bg-line.animated .img-line:last-of-type {
  z-index: -2;
}
.bg-line.animated .img-line figure {
  display: block;
  position: relative;
}
.bg-line.animated .img-line img {
  position: absolute;
  top: 0;
  width: 2920px;
  height: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 820px) {
  .bg-line.animated .img-line img {
    width: 300vw;
    transform: translateX(-38%);
  }
}
.bg-line.animated .img-line:nth-of-type(1) img {
  animation: diagonal1 1s ease 0.3s both;
  animation-fill-mode: backwards;
}
.bg-line.animated .img-line:nth-of-type(2) img {
  animation: diagonal2 2s ease 0.3s both;
  animation-fill-mode: backwards;
}
.bg-line.animated .img-line:nth-of-type(3) img {
  animation: diagonal1 2.7s ease 1s both;
  animation-fill-mode: backwards;
}
.bg-line.animated .img-line:nth-of-type(4) img {
  animation: diagonal2 2s ease 1.5s both;
  animation-fill-mode: backwards;
}
.bg-line.animated .img-line:nth-of-type(5) img {
  animation: diagonal1 2.5s ease 2s both;
  animation-fill-mode: backwards;
}

@keyframes diagonal1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes diagonal2 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.sec-inner {
  max-width: 1200px;
  margin: 0 auto 150px;
  width: 83.7333333333%;
}
#gallery .sec-inner, #news .sec-inner, #columns .sec-inner {
  width: 92%;
}
@media only screen and (max-width: 820px) {
  .sec-inner {
    margin: 0 auto 26.6666666667%;
  }
}
.sec-heading {
  max-width: 1200px;
  width: 75.2%;
  margin: 0 auto -32px;
  position: relative;
  z-index: 2;
}
.sec-heading span {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  display: block;
}
.sec-heading b {
  font-family: "Playfair Display", serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
#gallery .sec-heading b, #space .sec-heading b, #archive .sec-heading b, #single .sec-heading b {
  color: #b4442e;
}
#experi .sec-heading b, #plan .sec-heading b {
  color: #52391f;
}
@media only screen and (max-width: 820px) {
  .sec-heading {
    margin-bottom: -5vw;
  }
  .sec-heading span {
    font-size: 3.7333333333vw;
    margin-bottom: 1.5em;
  }
  .sec-heading b {
    font-size: 16vw;
  }
}

/*----------------------------------------------------
	ギャラリー
----------------------------------------------------*/
#gallery .gallery-content {
  display: flex;
  align-items: center;
  gap: 6%;
}
@media only screen and (max-width: 820px) {
  #gallery .gallery-content {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  #gallery .gallery-content {
    gap: 0;
  }
}
#gallery .gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 878px;
  flex-basis: 68%;
  padding: 5px;
  background: #fff;
  gap: 1px;
  position: relative;
}
#gallery .gallery-list.animated {
  opacity: 1;
}
#gallery .gallery-list.animated li {
  opacity: 0;
}
#gallery .gallery-list.animated li:nth-of-type(1) {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(2) {
  animation: fadeinup 1s ease-in 0.2s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(3) {
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(4) {
  animation: fadeinup 1s ease-in 0.6s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(5) {
  animation: fadeinup 1s ease-in 0.8s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(6) {
  animation: fadeinup 1s ease-in 1s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(7) {
  animation: fadeinup 1s ease-in 1.2s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(8) {
  animation: fadeinup 1s ease-in 1.4s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(9) {
  animation: fadeinup 1s ease-in 1.6s 1 forwards;
}
#gallery .gallery-list.animated li:nth-of-type(10) {
  animation: fadeinup 1s ease-in 1.8s 1 forwards;
}
@media only screen and (min-width: 1400px) {
  #gallery .gallery-list {
    left: -100px;
    flex-basis: 73%;
  }
}
#gallery .gallery-list figure {
  position: relative;
}
#gallery .gallery-list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
#gallery .gallery-list figure figcaption {
  position: absolute;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  text-shadow: 2px 2px 4px #000, 2px -2px 4px #000, -2px 2px 4px #000, -2px -2px 4px #000;
  left: 8%;
  top: 6%;
  line-height: 1;
}
#gallery .text-content {
  flex: 1;
}
@media only screen and (max-width: 820px) {
  #gallery .text-content {
    margin-top: 9.3333333333vw;
  }
}
#gallery .text-content .btn-link {
  margin: 72px 0 0 auto;
}
@media only screen and (max-width: 820px) {
  #gallery .text-content .btn-link {
    margin: 9.3333333333vw auto 0;
  }
}

/*----------------------------------------------------
	体験
----------------------------------------------------*/
#experi .experience-left {
  width: 70%;
}
@media only screen and (max-width: 820px) {
  #experi .experience-left {
    width: 100%;
  }
}
#experi .experience-left .sec-title {
  margin-bottom: 20px;
  text-align: left;
  font-size: 38px;
}
@media only screen and (max-width: 820px) {
  #experi .experience-left .sec-title {
    font-size: 6.9333333333vw;
  }
}
@media only screen and (max-width: 820px) {
  #experi .experience-content-wrap {
    margin-bottom: 60px;
  }
}
#experi .experience-content-wrap .experience-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  #experi .experience-content-wrap .experience-title {
    flex-direction: column-reverse;
  }
}
#experi .experience-content-wrap figure {
  width: 30%;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 820px) {
  #experi .experience-content-wrap figure {
    width: 60%;
    margin: 0 auto;
  }
}
#experi .experience-content-wrap .figure_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 40%;
}
@media only screen and (max-width: 820px) {
  #experi .experience-content-wrap .figure_list {
    width: 100%;
  }
}
#experi .experience-content-wrap .figure_list figure {
  width: 47%;
}

.experience-reverse .experience-title {
  flex-direction: row-reverse;
}

.gosyuin {
  margin-top: 30px;
  padding: 15px 0;
  position: relative;
}
.gosyuin::before {
  content: "";
  background: url(../images/gosyuin.png) no-repeat;
  position: absolute;
  right: -130px;
  top: -37px;
  width: 250px;
  height: 150px;
  background-size: contain;
  transform: rotate(5deg);
}
@media only screen and (max-width: 540px) {
  .gosyuin::before {
    width: 80px;
    right: -26px;
    top: -44px;
  }
}

.button_list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 820px) {
  .button_list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.button_list a, .button_list .btn-reserve-buttun {
  margin: 0;
}

.adj-text {
  margin: 100px 0 40px 0;
}
@media only screen and (max-width: 820px) {
  .adj-text {
    margin: 60px 0 40px 0;
  }
}

/*----------------------------------------------------
	Spaces
----------------------------------------------------*/
#space figure {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 820px) {
  #space figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
}

/*----------------------------------------------------
	Plan
----------------------------------------------------*/
.plan-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .plan-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.plan-list > li {
  width: calc(33.3333333333% - 30px);
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 1024px) {
  .plan-list > li {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 820px) {
  .plan-list > li {
    width: 100%;
  }
}
.plan-list > li .btn-reserve-other {
  margin-top: 30px;
}
.plan-list.animated {
  opacity: 1;
}
.plan-list.animated > li {
  opacity: 0;
}
.plan-list.animated > li:nth-of-type(1) {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.plan-list.animated > li:nth-of-type(2) {
  animation: fadeinup 1s ease-in 0.2s 1 forwards;
}
.plan-list.animated > li:nth-of-type(3) {
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
.plan-list .sec-title-sub {
  text-align: center;
}
.plan-list-detaile {
  margin-bottom: 20px;
  min-height: 182px;
}
@media only screen and (max-width: 820px) {
  .plan-list-detaile {
    min-height: auto;
    font-size: 14px;
  }
}
.plan-list-detaile span {
  font-size: 18px;
}
@media only screen and (max-width: 820px) {
  .plan-list-detaile span {
    font-size: 16px;
  }
}
.plan-list-detaile li {
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 5px 15px;
  display: inline-block;
  margin: 5px 0;
}
.plan-list .text {
  padding: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 820px) {
  .plan-list .text {
    padding: 20px 15px;
  }
}
.plan-table {
  min-height: 130px;
  background-color: #fcfcfa;
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 15px 0;
  border: 1px solid #d7cfcf;
}
@media only screen and (max-width: 820px) {
  .plan-table {
    min-height: auto;
  }
}
.plan-table th {
  text-align: left;
  border-right: 1px solid #d7cfcf;
}
.plan-table th, .plan-table td {
  padding: 0.8em;
  vertical-align: top;
}
@media only screen and (max-width: 820px) {
  .plan-table th, .plan-table td {
    padding: 0.5em;
  }
}
.plan-table td span {
  display: block;
  line-height: 1.7;
}
.plan-table b {
  font-weight: 600;
}

.point-text {
  line-height: 1.6;
  color: #b4442e;
  margin-top: 10px;
}

.sec-other-tit {
  text-align: center;
  font-size: 16px;
  color: #b4442e;
  border: 1px solid #b4442e;
}
@media only screen and (max-width: 820px) {
  .sec-other-tit {
    font-size: 14px;
  }
}
.sec-other-tit b {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 820px) {
  .sec-other-tit b {
    font-size: 18px;
  }
}

.center {
  text-align: center;
  line-height: 1.6;
}

.table-wrapper {
  overflow-x: auto;
}

.com-plan-table {
  margin-top: 80px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .com-plan-table {
    min-width: 700px;
    margin-top: 40px;
  }
}
.com-plan-table thead th {
  background-color: #f2f2f1;
  color: #52391f;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  border: 1px solid #ccc;
  padding: 12px 8px;
}
@media only screen and (max-width: 820px) {
  .com-plan-table thead th {
    font-size: 16px;
  }
}
.com-plan-table thead th span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
@media only screen and (max-width: 820px) {
  .com-plan-table thead th span {
    font-size: 12px;
  }
}
.com-plan-table td {
  text-align: center;
}
.com-plan-table th, .com-plan-table td {
  border: 1px solid #ccc;
  padding: 15px;
}
@media only screen and (max-width: 820px) {
  .com-plan-table th, .com-plan-table td {
    padding: 10px;
  }
}
.com-plan-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/*----------------------------------------------------
	about
----------------------------------------------------*/
.about {
  background: url(../images/about.webp) right center;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (min-width: 1620px) {
  .about {
    aspect-ratio: 1620/707;
  }
}
@media only screen and (max-width: 820px) {
  .about {
    background-image: url(../images/about_sp.webp);
    padding: 4em 0;
    height: 133.3333333333vw;
  }
}
.about-inner {
  max-width: 1200px;
  width: 83.7333333333%;
  height: 100%;
  margin: 0 auto 0;
  color: #fff;
  display: flex;
  align-items: end;
}
.about-text {
  width: 100%;
}
.about-text h3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 2;
  margin-bottom: 2em;
  position: relative;
  padding-top: 40px;
}
.about-text h3:before, .about-text h3:after {
  content: "";
  height: 1px;
  width: 25%;
  background: #fff;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.about-text h3:before {
  top: 0;
  left: 0;
}
.about-text h3:after {
  bottom: 1em;
  right: 50%;
  width: 20%;
}
.about-text h3 span {
  font-size: 28px;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
@media only screen and (max-width: 820px) {
  .about-text h3 {
    font-size: 3.7333333333vw;
    line-height: 2;
    padding-top: 4vw;
  }
  .about-text h3:before, .about-text h3:after {
    width: 45%;
  }
  .about-text h3:after {
    right: 0;
    width: 38%;
  }
  .about-text h3 span {
    font-size: 4.5333333333vw;
    display: inline-block;
    line-height: 1.4;
  }
}
.about-text .lead {
  font-weight: 500;
  line-height: 2.5333333333;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 820px) {
  .about-text .lead {
    font-size: 3.2vw;
    line-height: 2.2916666667;
    letter-spacing: 0.15em;
  }
}

/*----------------------------------------------------
	豆知識
----------------------------------------------------*/
#columns {
  margin-top: 128px;
  background: url("../images/bg_gray.png");
  padding: 120px 0;
}
@media only screen and (max-width: 820px) {
  #columns {
    margin-top: 17.3333333333vw;
  }
}
#columns .sec-inner {
  margin-bottom: 0;
}
#columns h2 {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
  margin-bottom: 120px;
}
#columns h2:before {
  content: "";
  display: block;
  position: relative;
  background: url(../images/icon_diamond.svg) no-repeat;
  background-size: contain;
  width: 43px;
  height: 31px;
  background-size: contain;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 820px) {
  #columns h2 {
    font-size: 6.4vw;
    margin-bottom: 12vw;
  }
  #columns h2:before {
    width: 7.6vw;
    height: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 820px) {
  #columns h2 {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}
#columns h2:before {
  margin: 0;
}
@media only screen and (max-width: 820px) {
  #columns h2:before {
    margin: 0 auto 6.6666666667vw auto;
  }
}

.news_blog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  .news_blog {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.news_list {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .news_list {
    margin-bottom: 40px;
  }
}
.news_list li {
  border-bottom: solid 1px #e5dede;
  padding: 25px 15px;
  font-size: 15px;
}
@media only screen and (max-width: 820px) {
  .news_list li {
    padding: 25px 10px;
  }
}
.news_list li:first-child {
  border-top: solid 1px #e5dede;
}
.news_list li a {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
}
@media only screen and (max-width: 820px) {
  .news_list li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news_list li .cat {
  min-width: 150px;
}

.date {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 820px) {
  .date {
    font-size: 13px;
  }
}

.blog_title {
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media only screen and (max-width: 820px) {
  .blog_title {
    font-size: 14px;
  }
}

.side-cat-item {
  display: flex;
  flex-direction: column;
}
.side-cat .cat-item {
  font-weight: 600;
  margin: 8px 0;
}
.side-cat .cat-item > .children {
  margin-left: 20px;
}
.side-cat .cat-item > .children a::before {
  content: "-";
  padding-right: 5px;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
#news {
  margin-top: 128px;
}
@media only screen and (max-width: 820px) {
  #news {
    margin-top: 17.3333333333vw;
  }
}
#news h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
}
#news h2:before {
  content: "";
  display: block;
  position: relative;
  background: url(../images/icon_diamond.svg) no-repeat;
  background-size: contain;
  width: 43px;
  height: 31px;
  background-size: contain;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 820px) {
  #news h2 {
    font-size: 6.4vw;
    margin-bottom: 12vw;
  }
  #news h2:before {
    width: 7.6vw;
    height: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
#news .btn-link {
  padding: 0;
  margin: 60px auto 0 auto;
}

.news_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  .news_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 820px) and (max-width: 430px) {
  .news_wrap {
    gap: 30px 10px;
  }
}
.news_wrap li {
  width: calc(25% - 30px);
  border-right: solid 1px #d9d9d9;
  padding-right: 35px;
}
@media only screen and (max-width: 820px) {
  .news_wrap li {
    width: calc(50% - 30px);
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 430px) {
  .news_wrap li {
    width: calc(50% - 10px);
  }
}
.news_wrap li:first-child {
  border-left: solid 1px #d9d9d9;
  padding-left: 35px;
}
@media only screen and (max-width: 820px) {
  .news_wrap li:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.news_wrap li figure {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.news_wrap li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 170px;
}
@media only screen and (max-width: 430px) {
  .news_wrap li figure img {
    height: 120px;
  }
}
.news_wrap li figure .noimg {
  height: 170px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 430px) {
  .news_wrap li figure .noimg {
    height: 120px;
  }
}
.news_wrap li figure .noimg img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 430px) {
  .news_wrap li figure .noimg img {
    width: 70%;
  }
}
.news_wrap li .text_box .date {
  margin-bottom: 10px;
}

/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
#access {
  margin-top: 128px;
}
@media only screen and (max-width: 820px) {
  #access {
    margin-top: 17.3333333333vw;
  }
}
#access h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
}
#access h2:before {
  content: "";
  display: block;
  position: relative;
  background: url(../images/icon_diamond.svg) no-repeat;
  background-size: contain;
  width: 43px;
  height: 31px;
  background-size: contain;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 820px) {
  #access h2 {
    font-size: 6.4vw;
    margin-bottom: 12vw;
  }
  #access h2:before {
    width: 7.6vw;
    height: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
#access .access-inner {
  width: 83.7333333333%;
  max-width: 980px;
  margin: 0 auto 120px auto;
}
#access .access-inner .address {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 820px) {
  #access .access-inner .address {
    margin-bottom: 2em;
  }
}
#access .access-wrap {
  margin: 0 auto 72px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 820px) {
  #access .access-wrap {
    display: block;
    padding-bottom: 0;
  }
}
#access .access-blk {
  flex-basis: 45%;
  text-align: center;
}
#access .access-blk h3 {
  color: #b4442e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  border: 1px solid #b4442e;
  padding: 6px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1040px) {
  #access .access-blk {
    flex-basis: 47.5%;
  }
}
@media only screen and (max-width: 820px) {
  #access .access-blk {
    padding-bottom: 2em;
  }
}
#access .access-figure {
  display: flex;
  align-items: center;
}
#access .access-figure .circle {
  background: url(../images/bg.png) repeat;
  width: 140px;
  height: 140px;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -50px;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  #access .access-figure .circle {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 820px) {
  #access .access-figure .circle {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#access .access-figure .rect {
  background: #000;
  color: #fff;
  width: 70px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1040px) {
  #access .access-figure .rect {
    width: 56px;
    height: 120px;
  }
}
@media only screen and (max-width: 820px) {
  #access .access-figure .rect {
    width: 12vw;
    height: 21.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#access .access-figure ul {
  flex: 1;
  padding-bottom: 1em;
}
#access .access-figure ul li {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding: 0.75em 0 0.75em 50%;
}
#access .access-figure ul li.taxi {
  background: url(../images/icon_taxi.png) no-repeat right 65% center;
  background-size: auto 21px;
}
#access .access-figure ul li.metro {
  background: url(../images/icon_metro.png) no-repeat right 65% center;
  background-size: auto 23.5px;
}
@media only screen and (max-width: 1280px) {
  #access .access-figure ul li.taxi {
    background: url(../images/icon_taxi.png) no-repeat right 70% center;
    background-size: auto 21px;
  }
  #access .access-figure ul li.metro {
    background: url(../images/icon_metro.png) no-repeat right 70% center;
    background-size: auto 23.5px;
  }
}
#access .access-figure ul li span {
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1040px) {
  #access .access-figure ul li.taxi {
    background-size: auto 16px;
  }
  #access .access-figure ul li.metro {
    background-size: auto 18px;
  }
  #access .access-figure ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 820px) {
  #access .access-figure ul li {
    padding: 0.25em 0 0.25em 50%;
  }
  #access .access-figure ul li.taxi {
    background-size: auto 4vw;
  }
  #access .access-figure ul li.metro {
    background-size: auto 4.5vw;
  }
  #access .access-figure ul li span {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 820px) {
  #access .gmap {
    height: 66.6666666667vw;
  }
}

/*----------------------------------------------------
	下層ページ　共通
----------------------------------------------------*/
.en {
  font-family: "Montserrat", sans-serif;
}

.page-common .sec-heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 820px) {
  .page-common .sec-heading {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.page-common .sec-heading b {
  color: #52391f;
}

.sec-title {
  font-size: 58px;
  font-weight: 500;
  color: #b4442e;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .sec-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 820px) {
  .sec-title {
    font-size: 6.9333333333vw;
  }
}
.sec-title span {
  font-size: 28px;
}
@media only screen and (max-width: 1024px) {
  .sec-title span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 820px) {
  .sec-title span {
    font-size: 6.9333333333vw;
  }
}
.sec-title .en {
  font-size: 68px;
  margin-right: 8px;
}
@media only screen and (max-width: 820px) {
  .sec-title .en {
    font-size: 7.4666666667vw;
  }
}
.sec-title-sub {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #52391f;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 820px) {
  .sec-title-sub {
    font-size: 5.0666666667vw;
  }
}
.sec-title-02 {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
@media only screen and (max-width: 820px) {
  .sec-title-02 {
    font-size: 6vw;
  }
}
.sec-title-02 .en {
  margin: 0 10px;
}
.sec-title-03 {
  font-size: 31px;
  font-weight: 500;
  color: #896845;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .sec-title-03 {
    font-size: 5.3333333333vw;
    text-align: left;
  }
}

/*----------------------------------------------------
	experience (下層ページ)
----------------------------------------------------*/
.experience-page .sec-inner:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 820px) {
  .experience-page .sec-inner:last-child {
    width: 92%;
  }
}
.experience-left {
  width: 35%;
}
@media only screen and (max-width: 820px) {
  .experience-left {
    width: 100%;
  }
}
.experience-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.experience-content-wrap {
  margin-top: -90px;
  padding-top: 90px;
  margin-bottom: 120px;
}
.experience-content-wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 820px) {
  .experience-content-wrap {
    margin-bottom: 30px;
  }
}
.experience-content-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 820px) {
  .experience-content-list {
    gap: 60px;
  }
}
.experience-content-list.animated {
  opacity: 1;
}
.experience-content-list.animated li {
  opacity: 0;
}
@media only screen and (max-width: 820px) {
  .experience-content-list.animated li {
    flex-wrap: wrap;
    gap: 80px;
  }
}
.experience-content-list.animated li:nth-of-type(1) {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.experience-content-list.animated li:nth-of-type(2) {
  animation: fadeinup 1s ease-in 0.2s 1 forwards;
}
.experience-content-list.animated li:nth-of-type(3) {
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
.experience-content-list .text-box {
  width: 50%;
}
@media only screen and (max-width: 820px) {
  .experience-content-list .text-box {
    width: 100%;
  }
}
.experience-content-list li {
  display: flex;
  gap: 10%;
}
.experience-content .sec-other-tit {
  margin-bottom: 30px;
  padding: 15px 0;
}
.experience-content .text-box > p {
  margin-left: 10px;
}
.experience-title {
  display: flex;
  align-items: flex-start;
  gap: 10%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 820px) {
  .experience-title {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.experience-title-lead {
  flex: 1;
}
@media only screen and (max-width: 820px) {
  .experience-title-lead {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .experience-left {
    width: 100%;
  }
}
.experience-gallery {
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 80px;
}
.experience-gallery li {
  width: calc(10% - 10px);
}
@media only screen and (max-width: 820px) {
  .experience-gallery li {
    width: calc(25% - 10px);
  }
}
.experience-gallery li img {
  border-radius: 10px;
}
.experience-gallery.animated {
  opacity: 1;
}
.experience-gallery.animated li {
  opacity: 0;
}
.experience-gallery.animated li:nth-of-type(1) {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(2) {
  animation: fadeinup 1s ease-in 0.2s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(3) {
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(4) {
  animation: fadeinup 1s ease-in 0.6s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(5) {
  animation: fadeinup 1s ease-in 0.8s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(6) {
  animation: fadeinup 1s ease-in 1s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(7) {
  animation: fadeinup 1s ease-in 1.2s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(8) {
  animation: fadeinup 1s ease-in 1.4s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(9) {
  animation: fadeinup 1s ease-in 1.6s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(10) {
  animation: fadeinup 1s ease-in 1.8s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(11) {
  animation: fadeinup 1s ease-in 2s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(12) {
  animation: fadeinup 1s ease-in 2.2s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(13) {
  animation: fadeinup 1s ease-in 2.4s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(14) {
  animation: fadeinup 1s ease-in 2.6s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(15) {
  animation: fadeinup 1s ease-in 2.8s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(16) {
  animation: fadeinup 1s ease-in 3s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(17) {
  animation: fadeinup 1s ease-in 3.2s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(18) {
  animation: fadeinup 1s ease-in 3.4s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(19) {
  animation: fadeinup 1s ease-in 3.6s 1 forwards;
}
.experience-gallery.animated li:nth-of-type(20) {
  animation: fadeinup 1s ease-in 3.8s 1 forwards;
}
.experience-gallery .list-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 820px) {
  .experience-gallery .list-title {
    font-size: 3.3333333333vw;
  }
}

.content-gallery {
  font-size: 14px;
}
@media only screen and (max-width: 820px) {
  .content-gallery {
    font-size: 3.3333333333vw;
  }
}

.image-list {
  display: flex;
  gap: 10px;
  position: relative;
}
.image-list figure img {
  border-radius: 30px;
}
@media only screen and (max-width: 820px) {
  .image-list figure img {
    border-radius: 15px;
  }
}
.image-list .time {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  z-index: 1;
  background: #000;
  font-size: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
@media only screen and (max-width: 820px) {
  .image-list .time {
    top: -46px;
    left: 0;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px 20px;
    flex-direction: row;
    gap: 8px;
    font-size: 3.4666666667vw;
  }
}
.image-list .time .en {
  font-size: 24px;
}
@media only screen and (max-width: 820px) {
  .image-list .time .en {
    font-size: 5.0666666667vw;
  }
}

.galley-list-ex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  .galley-list-ex {
    gap: 5px;
  }
}
.galley-list-ex.animated {
  opacity: 1;
}
.galley-list-ex.animated > figure {
  opacity: 0;
}
.galley-list-ex.animated > figure:nth-of-type(1) {
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.galley-list-ex.animated > figure:nth-of-type(2) {
  animation: fadeinup 1s ease-in 0.2s 1 forwards;
}
.galley-list-ex.animated > figure:nth-of-type(3) {
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
@media only screen and (max-width: 820px) {
  .galley-list-ex figure img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
  }
}

.kaccyu-detaile {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  .kaccyu-detaile {
    flex-wrap: wrap;
  }
}
.kaccyu-detaile li {
  width: calc(50% - 50px);
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 25px;
}
@media only screen and (max-width: 820px) {
  .kaccyu-detaile li {
    width: 100%;
    padding: 30px 15px;
  }
}
.kaccyu-detaile .text {
  margin-bottom: 30px;
}

.btn-reserve-other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eb504b;
  color: #fff;
  max-width: 310px;
  width: 100%;
  border-radius: 80px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 0;
  font-size: 19px;
  font-weight: 500;
  box-shadow: 5px 5px 8px #cecbcb;
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 820px) {
  .btn-reserve-other {
    font-size: 17px;
    width: 280px;
  }
}
.btn-reserve-other span {
  display: block;
  font-size: 13px;
}
.btn-reserve-other:hover {
  background-color: #b4442e;
}
.btn-reserve-other:hover:after {
  box-shadow: 1px 1px 5px #cecbcb;
}

/*----------------------------------------------------
	compnay (下層ページ)
----------------------------------------------------*/
.column-table-01 {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 820px) {
  .column-table-01 {
    font-size: 13px;
  }
}
.column-table-01 > div {
  width: calc(50% - 20px);
  display: flex;
  padding: 20px 0;
}
@media only screen and (max-width: 820px) {
  .column-table-01 > div {
    width: 100%;
    display: flex;
    padding: 0;
  }
}
.column-table-01 dt {
  display: inline-block;
  width: 20%;
  font-weight: 600;
  padding: 0 0 35px 0;
  border-bottom: solid 2px #b4442e;
}
@media only screen and (max-width: 820px) {
  .column-table-01 dt {
    width: 30%;
    padding: 30px 0;
  }
}
.column-table-01 dd {
  display: inline-block;
  width: 75%;
  padding: 0px 0 35px 15px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
@media only screen and (max-width: 820px) {
  .column-table-01 dd {
    width: 70%;
    padding: 30px 0 30px 10px;
  }
}

/*----------------------------------------------------
	gallery (一覧ページ)
----------------------------------------------------*/
#gallery.gallery-page .gallery-list {
  grid-template-columns: repeat(5, 1fr);
  max-width: 100%;
  left: 0;
}
@media only screen and (max-width: 820px) {
  #gallery.gallery-page .gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*----------------------------------------------------
	legal (特定商取引法に関する事項 )
----------------------------------------------------*/
.regal-page .column-table-01 {
  flex-direction: column;
  max-width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 820px) {
  .regal-page .column-table-01 {
    max-width: 100%;
  }
}
.regal-page .column-table-01 > div {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .regal-page .column-table-01 dt {
    width: 40%;
    font-size: 12px;
  }
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-page .btn-link {
  margin: 72px 0 0 0;
  justify-content: center;
  padding-left: 0;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
.ft-nav {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

#footer {
  position: relative;
}
#footer .page-top {
  text-align: center;
  margin-top: 140px;
}
@media only screen and (max-width: 820px) {
  #footer .page-top {
    margin-top: 12.5333333333vw;
  }
}
@media only screen and (max-width: 820px) {
  #footer .page-top a img {
    width: 4.5333333333vw;
    height: auto;
  }
}
#footer .page-top a:hover {
  opacity: 0.5;
}
#footer .footer-top {
  display: flex;
  width: 83.7333333333%;
  margin: 0 auto;
  padding: 80px 0;
  flex-wrap: wrap;
  max-width: 1200px;
  font-size: 13px;
}
#footer .footer-top .foot_logo {
  margin-right: auto;
}
#footer .footer-top .foot_logo:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 820px) {
  #footer .footer-top {
    padding: 7.4666666667% 0;
    display: block;
  }
  #footer .footer-top .foot_logo {
    display: block;
  }
  #footer .footer-top .foot_logo img {
    height: auto;
    width: 31.4666666667vw;
  }
}
#footer .footer-inner {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #footer .footer-inner {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
#footer .footer-company-info {
  width: 50%;
  row-gap: 8px;
  display: grid;
  grid-template-columns: 15% 1fr;
  font-family: "Montserrat", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#footer .footer-company-info dt {
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  #footer .footer-company-info {
    width: 100%;
    grid-template-columns: 18% 1fr;
    font-size: 3.2vw;
    row-gap: 1.2em;
    margin-bottom: 4em;
  }
}
#footer .footer-navi {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 820px) {
  #footer .footer-navi {
    flex-wrap: wrap;
  }
}
#footer .footer-navi li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#footer .footer-navi li a:hover {
  color: #b4442e;
}
@media only screen and (max-width: 820px) {
  #footer .footer-navi {
    gap: 1em;
    font-size: 3.2vw;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5.3333333333vw 0;
  }
}
#footer .footer-navi-bottom {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 820px) {
  #footer .footer-navi-bottom {
    justify-content: center;
  }
}
#footer .footer-navi-bottom a {
  color: #333;
}
@media only screen and (max-width: 820px) {
  #footer .footer-navi-bottom a {
    font-size: 3.2vw;
  }
}
#footer .footer-btm {
  padding-bottom: 100px;
}
#footer .footer-btm .copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}
@media only screen and (max-width: 820px) {
  #footer .footer-btm .copyright {
    font-size: 2.4vw;
  }
}

#pageTOp {
  text-align: center;
}

/* archive */
.blog_wrap_content {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .blog_wrap_content {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.blog_side {
  min-width: 320px;
  font-size: 15px;
  display: flex;
  gap: 60px;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .blog_side {
    width: 100%;
  }
}

.side-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 15px;
  border-left: 5px solid #b4442e;
}

.recent-entry li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.recent-entry li .date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.fablic {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.cat {
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 60px;
  margin-right: 20px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #b4442e;
  padding: 5px 20px;
  border: 1px solid #b4442e;
}
@media only screen and (max-width: 820px) {
  .cat {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.cat .cat_icon {
  width: 30px;
}
@media only screen and (max-width: 820px) {
  .cat .cat_icon {
    width: 20px;
  }
}

/* single */
#single h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 30px 0;
  border-left: 5px solid #b4442e;
  padding: 15px 10px 15px 30px;
  line-height: 1.4;
  background: #fff;
}
@media only screen and (max-width: 820px) {
  #single h3 {
    padding-left: 20px;
    font-size: 15px;
  }
}
#single h4 {
  margin: 30px 0;
  line-height: 1.4;
  font-weight: 600;
  background: #fff;
  font-size: 16px;
  padding: 15px 0 15px 35px;
  position: relative;
}
#single h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #b4442e;
  bottom: -2px;
  width: 20%;
  left: 0;
}
@media only screen and (max-width: 820px) {
  #single h4 {
    padding-left: 15px;
    font-size: 15px;
  }
}
#single .blog_title {
  font-weight: 600;
  margin: 0 0 40px 0;
  line-height: 1.4;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: solid 2px #e0e2e3;
  position: relative;
}
@media only screen and (max-width: 820px) {
  #single .blog_title {
    font-size: 15px;
  }
}
#single .blog_title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #b4442e;
  bottom: -3px;
  width: 20%;
}

.content_box p {
  font-size: 15px;
}

.wp-block-image {
  margin: 30px 0;
}

/*------ページング------------------------------*/
.paging {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
  border-top: 1px solid #eee;
  padding-top: 60px;
}
@media only screen and (max-width: 820px) {
  .paging {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 820px) {
  .paging .next, .paging .prev {
    width: calc(50% - 20px);
  }
}
.paging .next a, .paging .prev a {
  border: 1px solid #b4442e;
  background: #b4442e;
  padding: 17px 20px;
  font-size: 14px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .paging .next a, .paging .prev a {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .paging .next {
    order: 1;
  }
}
@media only screen and (max-width: 820px) {
  .paging .prev {
    order: 2;
  }
}
.paging .btn-link {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .paging .btn-link {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
}
.paging .btn-link a {
  margin: 0;
}
@media only screen and (max-width: 820px) {
  .paging .btn-link a {
    width: 70%;
    margin: 0 auto;
  }
}

/*------ページネーション------------------------------*/
.pagination {
  margin-top: 60px;
}

.page-numbers {
  padding: 7px 10px;
  border: 1px solid #b4442e;
  color: #b4442e;
  text-decoration: none;
  display: inline;
  font-size: 15px;
  margin-right: 5px;
  line-height: 1;
}
.page-numbers:hover {
  background: #b4442e;
  color: #fff;
}
.page-numbers.current {
  background: #b4442e;
  color: #fff;
}/*# sourceMappingURL=common.css.map */