@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");

/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
  /* font-size: 0.833vw; */
  font-size: 0.6944vw;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.833vw;
  }
}

/* @media screen and (max-width: 992px) {
    html {
        font-size: 1.008vw;
    }
} */

@media screen and (max-width: 767px) {
  html {
    font-size: 1.303vw;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 1.851vw;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 2.415vw;
  }
}

@media screen and (min-width: 1441px) {
  html {
    font-size: 0.625vw;
  }
}

/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
  --org: #ffe4a9;
  --black: #000;
  --white: #fff;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #e9e9e9;
}

body[class*="page"] {
  background: url(../img/texture2.jpg) repeat center top / 100% auto;
  color: #000;
}

/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
  background: url(../img/top-kv-3.jpg) no-repeat center bottom 15% / cover;
  position: relative;
  /* padding-top: 9rem; */
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.page-ttl h2 {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 16rem 0 12rem 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
.page-ttl h2 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .page-ttl h2 {
    font-size: 3rem;
    padding: 13rem 0 11rem;
  }
}

/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
  line-height: 1;
  margin-bottom: 4rem;
  letter-spacing: 0.25em;
  font-size: 1.4rem;
}

.heading-1 span {
  display: block;
  font-family: var(--patua);
  font-weight: 700;
  font-size: 5.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .heading-1 span {
    font-size: 4.8rem;
  }
}

/* ttl */
.ttl {
  border-bottom: solid 1px rgba(233, 233, 233, 0.5);
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.ttl:after {
  border-bottom: solid 4px var(--org);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .ttl:after {
    width: 40%;
  }
}

/* detail */
dl.detail {
  display: flex;
  flex-wrap: wrap;
}

dl.detail dt {
  font-weight: bold;
  padding: 1.5rem;
  width: 30%;
  white-space: nowrap;
}

dl.detail dd {
  padding: 1.5rem;
  width: 70%;
  line-height: 1.75;
}

dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
  border-bottom: none;
}

dl.bk dt,
dl.bk dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

dl.wt dt,
dl.wt dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
dl.detail span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  dl.detail {
    display: block;
  }

  dl.detail dt {
    font-weight: bold;
    padding: 1.2rem 1.2rem 0 1.2rem;
    width: 100%;
  }

  dl.detail dd {
    padding: 0 1.2rem 1.2rem 1.2rem;
    width: 100%;
  }

  dl.bk dt {
    border-bottom: none;
  }

  dl.wt dt {
    border-bottom: none;
  }
}

/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  width: 90%;
  margin: 8rem auto;
}

.gallery-list li {
  list-style: none;
  margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
  border-radius: 50%;
  height: 14vw;
  width: 14vw;
  object-fit: cover;
}

.gallery-list span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 1.2rem 0 0 0;
  text-align: center;
  width: 14vw;
}

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 767px) {
  .gallery-list {
    margin: 4rem auto;
    width: 95%;
  }

  .gallery-list li {
    margin: 0 0.5rem 1.5rem 0.5rem;
  }

  .gallery-list img {
    width: 20vw;
    height: 20vw;
  }

  .gallery-list span {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem auto 0 auto;
    width: 20vw;
  }
}

/*  ----------------------------------------------------------

local menu

----------------------------------------------------------  */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  justify-content: space-around;
}

ul.lcmenu li {
  width: 32%;
  text-align: center;
}

ul.lcmenu li a {
  display: block;
  padding: 1.8rem 0;
  border: 1px solid #e9e9e9;
  white-space: nowrap;
  background: #e9e9e9;
  color: #222;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

ul.lcmenu li.current a {
  border: 1px solid #bfa65c;
  background: #bfa65c;
}

@media screen and (max-width: 767px) {
  ul.lcmenu li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  ul.lcmenu li a {
    padding: 1.2rem 0;
  }
}

/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  /* メニュー下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  /* メニュー上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.025);
  /* メニュー背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
  font-weight: bold;
}

dl.menu-list dt span {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
}

dl.menu-list dd {
  padding: 1.5rem;
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

dl.menu-list dt.thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

dl.menu-list dt.thumb i:first-of-type {
  width: 16rem;
  display: block;
}

dl.menu-list dt.thumb i:last-of-type {
  width: calc(100% - 18rem);
}

@media screen and (max-width: 767px) {
  dl.menu-list {
    display: block;
  }

  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  dl.menu-list dt:first-child + dd {
    border-top: none;
  }

  dl.menu-list dt.thumb {
    display: block;
  }

  dl.menu-list dt.thumb i:first-of-type {
    width: 100%;
    margin: 0.5rem auto 1.5rem auto;
  }

  dl.menu-list dt.thumb i:last-of-type {
    width: 100%;
  }
}

/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.container {
  margin: 8rem auto 10rem auto;
  width: 80%;
  max-width: 1200px;
}

.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .container {
    margin: 6rem 3rem 8rem 3rem;
    width: auto;
  }

  .container .wrap {
    display: block;
  }

  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }

  .container .wrap > div {
    width: 100%;
  }
}

/*  ----------------------------------------------------------

display

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

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

/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
  position: fixed;
  z-index: 999;
  height: auto;
  bottom: 1.5rem;
  right: 1rem;
}

#page-top a {
  background: #bfa65c;
  color: #333;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 9rem;
    right: 1rem;
  }
}

/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.line {
  text-decoration: underline;
}

a:hover.line {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: underline;
  }

  .fixed-btn a[href^="tel:"] {
    text-decoration: none !important;
  }

  .fixed-btn a[href^="tel:"] .num {
    text-decoration: underline !important;
  }
}

/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
/* txt */
.txt-center {
  text-align: center;
}

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

.txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .txt-center.not {
    text-align: left;
  }

  .txt-right.not {
    text-align: left;
  }

  .txt-vertical.not {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}

.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
}

ul.list-group li {
  margin-left: 2.5rem;
  list-style: disc;
}

.bg-grd {
  background: linear-gradient(#000 80%, transparent 80%);
}

/* map */
.gmap iframe {
  width: 100%;
  height: 40rem;
}

/* line-height */
.line-h-1 {
  line-height: 2.2;
}

.line-h-2 {
  line-height: 2.4;
}

/* margin */
.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease;
  -moz-animation: fadeInUp 0.6s ease;
  -ms-animation: fadeInUp 0.6s ease;
  animation: fadeInUp 0.6s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade {
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.delay-3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.delay-5 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/*
--------------------------------------
policy
--------------------------------------*/

.heading3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.lawer_sec {
  padding: 80px 0;
}

.lawer_content_wrap {
  margin-bottom: 60px;
}

.lawer_content_inner {
  margin-bottom: 50px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  padding: 0 15px;
}

.lawer_content_flex01_left img {
  max-width: 100%;
  height: auto;
}

.table_item_left02 {
  font-size: 1.8rem;
  padding: 20px 10px;
}

.menu-text {
  text-align: center;
  font-size: 3rem;
}

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

  .lawer_sec {
    padding: 40px 0;
  }
}

/*-------------------------
  policy
---------------------------*/
.policy__contents:not(:last-of-type) {
  margin-bottom: 8rem;
}

.policy__ttl {
  border-bottom: solid 1px rgba(55, 48, 50, 0.4);
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem 0 1.5rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.policy__ttl::before {
  content: "";
  width: 20%;
  border-bottom: solid 3px var(--brown);
  position: absolute;
  bottom: -3px;
}

.policy__wrapper {
  display: flex;
  gap: 2rem 5%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .policy__wrapper {
    flex-direction: column;
  }
}

.policy__img {
  width: 35%;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__txt {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2;
}

/*============================
	fixed_btn
============================*/
.fixed_btn {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  .fixed_btn {
    width: 100%;
    height: 8rem;
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 0;
    z-index: 10;
  }
}

.fixed_btn-item {
  background-color: rgba(115, 0, 18, 0.7);
  width: 6.8rem;
  border: solid 1px var(--black);
}

@media (max-width: 767px) {
  .fixed_btn-item {
    width: 100%;
    height: 100%;
  }
}

.fixed_btn-item a {
  width: 100%;
  color: var(--white);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  padding: 1.5rem 0 2rem;
}

@media (max-width: 767px) {
  .fixed_btn-item a {
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
  }
}

.fixed_btn-item a::before {
  content: "";
  display: block;
  background: url("../img/tel_icon.png") no-repeat center / contain;
  width: 4rem;
  height: 4rem;
}

.fixed_btn-item p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fixed_btn-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fixed_btn-txt::after {
  content: "";
  background-color: var(--white);
  width: 1px;
  height: 7.1rem;
}

@media (max-width: 767px) {
  .fixed_btn-txt::after {
    width: 7.1rem;
    height: 1px;
  }

  .underline {
    text-decoration: underline;
  }
}
