@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  font-weight: 400;
  color: #43382C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  color: #43382C;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 600;
  letter-spacing: 5%;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

li a {
  text-decoration: underline;
}
li a:hover {
  text-decoration: none;
}

a {
  color: #222;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.center {
  text-align: center;
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.wrapper .page-content{
	padding:120px 0 0;
}

@media screen and (min-width: 768px) {
	.wrapper .page-content{
	padding:160px 0 0;
}
}

.wrapper .heading {
  position: relative;
  padding: 96px 15px 244px;
  background: url(../img/common/bg.png) no-repeat center top;
  background-size: cover;
}
.wrapper .heading.lower {
  padding: 96px 15px 144px;
}
.wrapper .heading.lower .inner {
  padding: 0;
}
.wrapper .heading.lower .area-text {
  text-align: left;
}
.wrapper .heading .area-img {
  margin: 0 0 216px;
}
.wrapper .heading .area-text {
  text-align: center;
}
.wrapper .heading .area-text .inner {
  padding: 0;
}
.wrapper .heading .area-text .title01 {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 600;
}
.wrapper .heading .area-text .text {
  font-weight: 700;
  text-align: left;
  font-size: 14.5px;
}
.wrapper .heading .area-text .text + .text {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper .heading {
    margin: 0;
    padding: 148px 0 184px;
  }
  .wrapper .heading.lower {
    padding: 164px 15px 184px;
  }
  .wrapper .heading.lower .area-text {
    text-align: left;
  }
  .wrapper .heading .area-text .title01 {
    font-size: 36px;
  }
  .wrapper .heading .area-text .text {
    font-size: 20px;
    text-align: center;
  }
  .wrapper .heading.lower .area-head {
    display: flex;
    align-items: center;
    gap: 0 104px;
  }
  .wrapper .heading.lower .area-head .heading-title {
    width: 43.5%;
    margin: 0;
  }
  .wrapper .heading.lower .area-head .area-img {
    width: 48%;
  }
  .wrapper .heading.lower .area-text .inner {
    display: flex;
    gap: 0 104px;
  }
  .wrapper .heading.lower .area-text .inner .title01 {
    width: 37%;
  }
  .wrapper .heading.lower .area-text .inner .desc {
    width: 56%;
  }
  .wrapper .heading.lower .area-text .inner .desc .text {
    font-size: 16px;
	  text-align:left;
  }
}

/* フェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 12.5%);
  transition: 1.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* アニメーション */
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.simplebar-track.simplebar-horizontal {
  position: relative;
  height: 10px;
  background: #C6CBD1;
  border-radius: 5px;
  max-width: none;
  margin: 12px auto 0;
}

.simplebar-scrollbar {
  height: 10px;
  background: #595757;
  border-radius: 5px;
  top: 0;
}

.simplebar-placeholder {
  width: auto !important;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* 共通パーツ */
.cmn-title01 {
  font-family: "Libre Baskerville", serif;
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.cmn-title01 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    margin: 0 0 48px;
    font-size: 48px;
  }
  .cmn-title01 span {
    font-size: 16px;
  }
}

.cmn-btn01 {
  text-align: center;
  line-height: 1;
}
.cmn-btn01 a {
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  width: 224px;
  padding: 16px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  border-radius: 40px;
  color: #fff;
  background: #AF826B;
}
@media screen and (min-width: 768px) {
  .cmn-btn01 a {
    display: inline-block;
    width: 240px;
    padding: 16px 0;
    font-size: 20px;
    line-height: 1;
  }
}

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

.cmn-list01 .item + .item {
  margin: 24px 0 0;
}
.cmn-list01 .item .img {
  margin: 0 0 12px;
}
.cmn-list01 .item .name {
  margin: 0 0 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.cmn-list01 .item .price {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.cmn-list01 .item .btn-link01 {
  text-align: center;
}
.cmn-list01 .item .btn-link01 a {
  width: 216px;
  padding: 10px 0;
  background: #537748;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 40px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cmn-list01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
  }
  .cmn-list01 .item + .item {
    margin: 0;
  }
  .cmn-list01 .item .img {
    margin: 0 0 24px;
  }
  .cmn-list01 .item .name {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -3%;
  }
  .cmn-list01 .item .price {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 400;
  }
  .cmn-list01 .item .btn-link01 {
    text-align: center;
  }
  .cmn-list01 .item .btn-link01 a {
    width: 216px;
    padding: 10px 0;
    font-size: 18px;
  }
}

.area-movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.area-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* header */
.gHeader {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 5px 10px;
  z-index: 10;
  background:#fff;
}
.gHeader .logo {
  display: table;
  width: 54px;
  margin: 0;
  vertical-align: middle;
}
.gHeader .logo a {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .area-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gHeader .area-link .area-sns .sns-list {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.gHeader .area-link .area-sns .sns-list .sns-item {
  width: 20px;
}
.gHeader .area-link .area-btnMenu {
  position: absolute;
  padding: 0;
  cursor: pointer;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.gHeader .area-link .area-btnMenu.open {
  padding: 0;
}
.gHeader .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 7px;
  transform: rotate(45deg);
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  opacity: 0;
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 7px;
  transform: rotate(-45deg);
}
.gHeader .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.3s ease-out;
}
.gHeader .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 8px;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 16px;
}
.gHeader .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #222;
  z-index: 2;
  text-align: center;
}
.gHeader .area-link #gNavWrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  right: -150%;
  top: -5px;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
}
.gHeader .area-link #gNavWrap #gNav {
  padding: 20px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
  border-bottom: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #222;
  font-weight: 300;
  text-decoration: none;
  transition: 0.3s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent::before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent::before {
  transform: rotate(135deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent::after {
  transform: rotate(45deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent.is-open:before {
  transform: rotate(225deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent.is-open:after {
  transform: rotate(-45deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child {
  display: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list .child-item {
  border-top: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list .child-item a {
  padding: 20px 0 20px 20px;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a.pc {
  display: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
  content: "";
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin: -5px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p {
  margin: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p.sp.tb_pcNone {
  border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span {
  display: block;
  padding: 20px 0 20px;
  position: relative;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  /*
  &:after {
      content: "";
      position: absolute;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat 0 0;
      background-size: 100%;
      width: 18px;
      height: 10px;
      top: 50%;
      right: 15px;
      margin: -5px 0 0;
      transform: rotate(90deg);
      transition: .3s;
  }
  */
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close::before {
  opacity: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
  height: auto;
  padding: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
  display: none;
  border-top: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
  border-bottom: dashed 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
  border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
  border-top: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .gHeader {
    display: block;
    top: auto;
    width: 100%;
    height: 142px;
    padding: 15px 24px 15px 17px;
  }
  .gHeader .logo {
    width: 108px;
    margin: 0;
  }
  .gHeader .area-link {
    display: block;
    align-items: center;
  }
  .gHeader .area-link .link-warp {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 24px;
  }
  .gHeader .area-link .link-warp .link-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link .link-warp .link-list .link-item {
    margin: 0 24px 0 0;
  }
  .gHeader .area-link .link-warp .link-list .link-item .arrow {
    position: relative;
  }
  .gHeader .area-link .link-warp .link-list .link-item .arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    vertical-align: middle;
    color: #4392BB;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(-25%) rotate(135deg);
  }
  .gHeader .area-link .area-btnMenu {
    display: none;
  }
  .gHeader .area-link #gNavWrap {
    position: initial;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    overflow: visible;
  }
  .gHeader .area-link #gNavWrap #gNav {
    padding: 0;
    overflow: visible;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 0 24px;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
    display: inline-block;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a.pc {
    display: inline;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
    content: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item:has(a.pc):hover .area-child {
    opacity: 1;
    visibility: visible;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .parent {
    display: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    top: 100%;
    background: #fff;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list {
    padding: 12px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list .child-item:first-child, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list .child-item:nth-child(2) {
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .area-child .child-list .child-item a {
    padding: 12px 8px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p {
    display: flex;
    align-items: end;
    width: 100%;
    font-size: 20px;
    min-height: 3em;
    margin: 0 0 24px;
    padding: 0 0 24px;
    font-weight: 700;
    border-bottom: solid 1px #fff;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span {
    padding: 0;
    font-size: 18px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
    content: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
    height: auto;
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item + .item {
    margin: 0 0 24px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
    border-top: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
}

/* foter */
footer {
  padding: 64px 0 0;
  background: #EFE2D9;
  border-top: solid 1px #594031;
}
footer .footer-inner {
  padding: 0 15px;
}
footer .footer-inner .logo {
  width: 108px;
  margin: 0 0 24px;
}
footer .footer-inner .address {
  margin: 0 0 24px;
}
footer .footer-inner .address .text {
  font-size: 16px;
  font-weight: 700;
}
footer .footer-inner .area-sns .sns-list {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin: 0 0 48px;
}
footer .footer-inner .area-sns .sns-list .sns-item {
  width: 20px;
}
footer .footer-inner .footer-menu {
  margin: 0 0 80px;
}
footer .footer-inner .footer-menu .link {
  display: flex;
}
footer .footer-inner .footer-menu .link .list {
  width: 50%;
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-menu .link .list .item {
  width: 100%;
}
footer .footer-inner .footer-menu .link .list .item a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
footer .footer-inner .footer-menu .link .list .item.child a {
  position: relative;
  font-size: 14px;
  color: #D5D5D5;
}
footer .footer-inner .footer-menu .link .list .item.child a:before {
  content: "-";
  display: inline-block;
  padding: 0 6px 0 0;
}
footer .area-copy {
  position: relative;
  background: #D0B0A5;
}
footer .area-copy .copyright {
  padding: 21px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 48px 0 0;
  }
  footer .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer .footer-inner .footer-menu {
    margin: 0 0 96px;
  }
  footer .footer-inner .footer-menu .info {
    width: 100%;
  }
  footer .footer-inner .footer-menu .info .logo {
    width: 108px;
    max-width: 0 0 24px;
  }
  footer .footer-inner .footer-menu .footer-info {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-inner .footer-menu .footer-info .address {
    width: 50%;
  }
  footer .footer-inner .footer-menu .footer-info .link {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  footer .footer-inner .footer-menu .footer-info .link .list {
    width: 50%;
  }
  footer .footer-inner .area-sns .sns-list {
    margin: 0;
  }
  footer .footer-inner .area-sns .sns-list .sns-item {
    width: 20px;
  }
  footer .footer-inner .footer-logo .copyright {
    font-size: 12px;
    bottom: 0px;
  }
}

.page-title {
  margin: 0 0 56px;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin: 0 0 120px;
  }
}

.area-breadcrumbs {
  margin: 0 0 32px;
  padding: 8px 0;
}
.area-breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.area-breadcrumbs .aioseo-breadcrumbs a {
  color: #3562E3;
  font-size: 12px;
  text-decoration: underline;
}
.area-breadcrumbs .aioseo-breadcrumbs a:hover {
  text-decoration: none;
}
.area-breadcrumbs .aioseo-breadcrumbs span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .area-breadcrumbs {
    position: absolute;
    margin: 0;
    padding: 0;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  padding: 4px 8px;
  background: #222;
  color: #fff;
  border: solid 1px #222;
}
.wp-pagenavi a {
  padding: 4px 8px;
  background: #fff;
  color: #222;
  border: solid 1px #222;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  text-indent: -9999px;
  background: #222;
  border-radius: 50%;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  background: none;
  z-index: 2;
}
.wp-pagenavi .nextpostslink::before {
  left: 7px;
  transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink::before {
  left: 11px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    gap: 12px;
  }
  .wp-pagenavi .current {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
  }
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 48px;
    height: 48px;
  }
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 14px;
    height: 14px;
  }
  .wp-pagenavi .nextpostslink::before {
    left: 14px;
  }
  .wp-pagenavi .previouspostslink::before {
    left: 18px;
  }
}

.page-not_found .content {
  margin: 0 0 80px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .page-not_found .content {
    max-width: 1000px;
    margin: 0 auto 96px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    max-width: 80%;
    max-height: 80%;
  }
}

.area-fixed {
  position: fixed;
  bottom: 0;
}
.area-fixed .list {
  display: flex;
  gap: 24px;
}
.area-fixed .list .item {
  background: #967A4D;
}
.area-fixed .list .item.line {
  background: #33AD37;
}
.area-fixed .list .item.line .icon {
  width: 28px;
  margin: 0 auto 8px;
}
.area-fixed .list .item a {
  display: flex;
  text-orientation: mixed;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 180px;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .area-fixed {
    top: 100px;
    bottom: auto;
    right: 0;
    writing-mode: vertical-rl;
  }
  .area-fixed .list .item a {
    width: 64px;
    min-height: 200px;
  }
}

.cmn-contact01 {
  padding: 0 8px;
}
.cmn-contact01.lower {
  background: none;
}
.cmn-contact01 .contact-inner {
  max-width: 736px;
  margin: 0 auto;
  padding: 50px 0 80px;
  background: #EFE2D9;
  border-radius: 500px 500px 0 0;
}
.cmn-contact01 .contact-inner .title01 {
  text-align: center;
}
.cmn-contact01 .contact-inner .text {
  text-align: center;
}
.cmn-contact01 .contact-inner .area-tel {
  margin: 48px 0 32px;
}
.cmn-contact01 .contact-inner .area-tel .tel {
  margin: 0 0 16px;
}
.cmn-contact01 .contact-inner .area-tel .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #594031;
}
.cmn-contact01 .contact-inner .area-tel .tel a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon/tel.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-contact01 .contact-inner .area-tel dl {
  display: flex;
  align-items: center;
  gap: 0 48px;
  justify-content: center;
}
.cmn-contact01 .contact-inner .area-tel dl dt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 5%;
}
.cmn-contact01 .contact-inner .area-tel dl dd {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 10%;
}
.cmn-contact01 .contact-inner .area-tel dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 1px;
  height: 80px;
  background: #594031;
}
.cmn-contact01 .contact-inner .btn a {
  position: relative;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  width: 320px;
  margin: 0 auto;
  padding: 23px 0;
  font-size: 20px;
  background: #fff;
  border-radius: 48px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}
.cmn-contact01 .contact-inner .btn a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon/email.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-contact01 {
    padding: 96px 0 0;
  }
  .cmn-contact01 .contact-inner {
    padding: 80px 0;
  }
  .cmn-contact01 .contact-inner .text {
    text-align: center;
  }
  .cmn-contact01 .contact-inner .area-tel {
    margin: 48px 0 32px;
  }
  .cmn-contact01 .contact-inner .area-tel .tel {
    margin: 0 0 16px;
  }
  .cmn-contact01 .contact-inner .area-tel .tel .text {
    margin: 0 0 4px;
    font-size: 14px;
  }
  .cmn-contact01 .btn a {
    gap: 0 16px;
    width: 320px;
    margin: 0 auto;
    padding: 23px 0;
    font-size: 20px;
    background: #fff;
    border-radius: 48px;
    text-align: center;
    text-decoration: none;
  }
  .cmn-contact01 .btn a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/common/icon/email.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.page-content .wp-block-table {
  margin: 0 0 40px;
}
.page-content a {
  text-decoration: underline;
}
.page-content a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-content .wp-block-table {
    margin: 0 0 80px;
  }
}/*# sourceMappingURL=common.css.map */