@charset "UTF-8";
/* min-width: 1000, 768 */
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, button,
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;
  font-weight: 300;
}

html {
  overflow-y: auto;
  scroll-behavior: smooth;
  /* -webkit-overflow-scrolling: touch; */
}

.clicked {
  text-decoration: underline;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position: relative;
}

section {
  text-align: center;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

/* li::marker{
  content: none;
} */
img {
  width: 100%;
}

/* ----------------------------------------------------
    common
---------------------------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.inner {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

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

.h2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
  text-transform: capitalize;
}

.h2-title h2 {
  font-size: 3rem;
  margin-bottom: 0.9rem;
  line-height: 1;
}

.h2-title img {
  width: 3rem;
}

.h2-title img.left {
  margin-right: 1rem;
}

.h2-title img.right {
  margin-left: 1rem;
}

.h2-title strong {
  margin: 0 1rem 0.5rem;
  font-size: 2rem;
  line-height: 1;
}

.h2-title span {
  letter-spacing: 0.1rem;
}

.h2-title .sp_flex {
  display: none;
}

.btn-wrapper {
  text-align: center;
  margin-top: 5rem;
}

.btn-wrapper a {
  display: inline-block;
  border: 1px solid #736357;
  color: #603813;
  padding: 0.5rem 0rem;
  width: 10rem;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.btn-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #603813;
  width: 105%;
  height: 105%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.btn-wrapper a:hover {
  color: white;
}

.btn-wrapper a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn-wrapper a span {
  z-index: 3;
  position: relative;
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2rem;
  padding: 1rem 0;
}

header .header-inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .left a {
  width: 5rem;
}

header .header-inner .left .txt {
  margin-left: 1.5rem;
}

header .header-inner .left .txt .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .left .txt .info img {
  width: 0.8rem;
  margin-top: 0.1rem;
}

header .header-inner .left .txt .info span {
  color: #603813 !important;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 100;
  text-decoration: none !important;
  display: inline !important;
}

header .header-inner .left .txt .info a {
  color: #603813 !important;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 100;
  text-decoration: none !important;
  display: inline !important;
}

header .header-inner .center {
  font-family: 'Noto Serif JP', serif;
  margin-right: 9rem;
}

header .header-inner .center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-inner .center ul li {
  margin: 0 1.5rem;
}

header .header-inner .center ul li a {
  font-size: 1.2rem;
  color: #603813;
  position: relative;
}

header .header-inner .center ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: -0.7rem;
  left: 0;
  background-color: #603813;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

header .header-inner .center ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

header .header-inner .right .pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-inner .right .pc ul li {
  width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
}

header .header-inner .right .pc ul li:last-child {
  width: 1.7rem;
}

header .header-inner .right .pc ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-inner .right .pc ul li a:hover {
  opacity: .7;
}

.global_nav_wrapper {
  display: none;
}

/* ----------------------------------------------------
    mv
---------------------------------------------------- */
.mv-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-content video {
  width: 100%;
}

.mv-content .txt {
  position: absolute;
  top: 16vw;
  width: 100%;
  color: white;
  font-family: 'Noto Serif JP', serif;
}

.mv-content .txt h1 {
  letter-spacing: 1vw;
  text-indent: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-content .txt h1 strong {
  font-size: 3.5vw;
  font-weight: 200;
}

.mv-content .txt h1 small {
  font-size: 2vw;
  margin: 0 1vw;
  font-weight: 200;
}

.mv-content .txt span {
  font-size: 1.6vw;
  margin-top: 1.4vw;
  display: block;
  letter-spacing: 0.5vw;
  font-weight: 200;
}

.mv-bottom {
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -5.5vw;
  left: 0;
  width: 100%;
  z-index: 10;
}

.mv-bottom .circle {
  width: 20vw;
  background: #F9F4EB;
  height: 20vw;
  display: block;
  border-radius: 50%;
}

.mv-bottom img {
  width: 9vw;
  margin-top: -18vw;
}

/* ----------------------------------------------------
    top1
---------------------------------------------------- */
#top1 {
  background: #F9F4EB;
}

.top1-content {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 0 5rem;
  margin: 0 3rem;
}

.top1-content .right {
  text-align: left;
  width: 60%;
}

.top1-content .right strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.9rem;
  font-family: 'Noto Serif JP', serif;
  color: #603813;
}

.top1-content .right p {
  font-size: 1rem;
  line-height: 2.5;
  margin: 0;
  margin-top: 3rem;
  color: #736357;
}

.top1-content .left {
  width: 32%;
}

.top1-content .left .txt {
  margin-top: 1rem;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.top1-content .left .txt small {
  font-size: 0.9rem;
}

.top1-content .left .txt span {
  font-size: 1.3rem;
  margin-left: 1rem;
}

/* ----------------------------------------------------
    top2
---------------------------------------------------- */
#top2 {
  padding: 6rem 0 2rem;
}

.top2-content {
  margin: 4rem 3rem;
}

.top2-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top2-content .list li {
  width: 30%;
  text-align: left;
  margin-right: 3.33%;
}

.top2-content .list li a {
  color: #534741;
}

.top2-content .list li a:hover {
  opacity: .7;
}

.top2-content .list li a img {
  height: auto;
}

.top2-content .list li a .txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.top2-content .list li a .txt .top small {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4D4D4D;
}

.top2-content .list li a .txt .top span {
  font-size: 0.8rem;
  background: #736357;
  color: white;
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.top2-content .list li a .txt .top span.campaign {
  background-color: #C7B299;
}

.top2-content .list li a .txt .top span.blog {
  background-color: #CCCCCC;
}

.top2-content .list li a .txt p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
  font-weight: 400;
}

.top2-content .list li:nth-child(3) {
  margin-right: 0;
}

/* ----------------------------------------------------
    top3
---------------------------------------------------- */
#top3 {
  background: #F9F4EB;
  padding: 6rem 0 2rem;
}

.top3-content {
  margin: 4rem 2rem;
}

.top3-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Noto Serif JP', serif;
}

.top3-content .list li {
  width: 33.33%;
}

.top3-content .list li a {
  padding: 0 2rem;
}

.top3-content .list li a:hover {
  opacity: .7;
}

.top3-content .list li a img {
  border-radius: 50%;
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.top3-content .list li a .txt {
  margin-top: 2rem;
}

.top3-content .list li a .txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top3-content .list li a .txt .top span {
  color: white;
  background: #C7B299;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.top3-content .list li a .txt p {
  text-align: left;
  margin-top: 1rem;
  color: #8C6239;
  line-height: 1.8;
}

.top3-content .list li a .comment {
  background-image: url("../image/comments.png");
  background-size: 100%;
  background-position: center;
  padding: 2.5rem 1.5rem;
  background-repeat: no-repeat;
}

.top3-content .list li a .comment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}

.top3-content .list li a .comment .wrap img {
  width: 4.5rem;
  border-radius: 50%;
}

.top3-content .list li a .comment .wrap .text {
  text-align: left;
  font-size: 0.8rem;
  color: #736357;
  margin-left: 1rem;
}

.top3-content .btn-wrapper {
  margin-top: 3rem;
}

/* ----------------------------------------------------
    top4
---------------------------------------------------- */
#top4 {
  padding: 8rem 0 0;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 4rem 4rem;
  font-family: 'Noto Serif JP', serif;
}

.menu-nav li a {
  color: #736357;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-nav li a:hover {
  opacity: .7;
}

.menu-nav li a img {
  width: 1rem;
}

.menu-nav li a .arrow {
  margin-top: 1rem;
}

.menu-nav li a strong {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-top: 1rem;
}

.menu-nav li a p {
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.course-content {
  margin: 0 3rem;
}

.course-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.course-content h3 strong {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.course-content h3 span {
  width: 1.3rem;
  height: 2px;
  background: #998675;
  margin: 0.8rem 0;
}

.course-content h3 small {
  font-size: 0.8rem;
}

.course-content .list {
  margin: 3rem 0;
}

.course-content .list .item {
  background: #FCFBF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 2rem;
}

.course-content .list .item.campaign {
  margin-top: 0;
  background: #F9F4EB;
}

.course-content .list .item img {
  width: 35%;
  height: auto;
}

.course-content .list .item .content {
  text-align: left;
  width: 60%;
}

.course-content .list .item .content h4 {
  font-size: 1.3rem;
  color: #603813;
  font-family: 'Noto Serif JP', serif;
}

.course-content .list .item .content .course-txt {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #736357;
}

.course-content .list .item .content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
}

.course-content .list .item .content .bottom .right {
  margin-bottom: 1rem;
}

.course-content .list .item .content .bottom .right .price {
  margin-top: 1rem;
}

.course-content .list .item .content .bottom .right .price strong {
  font-size: 2.3rem;
  color: #BF2729;
  margin-left: 1rem;
}

.course-content .list .item .content .bottom .right .price span {
  color: #603813;
}

.course-content .list .item .content .bottom .right .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.course-content .list .item .content .bottom .right .points li {
  color: white;
  background: #C7B299;
  border-radius: 3px;
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  margin-right: 0.5rem;
}

.course-content .list .item .content .bottom .left a {
  border: 1px solid #736357;
  color: #603813;
  padding: 0.5rem 0rem;
  width: 12rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.course-content .list .item .content .bottom .left a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #603813;
  width: 105%;
  height: 105%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.course-content .list .item .content .bottom .left a:hover {
  color: white;
}

.course-content .list .item .content .bottom .left a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.course-content .list .item .content .bottom .left a span {
  z-index: 3;
  position: relative;
}

/* ----------------------------------------------------
    menu
---------------------------------------------------- */
#menu2 {
  margin-top: 12rem;
}

.menu-wrapper h4 {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.menu-wrapper h5 {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
  margin-top: 4rem;
}

.menu-wrapper .bg-brown {
  background: #F9F4EB;
}

.menu-wrapper.color2 .bg-brown {
  background: #FCFBF9;
}

.menu-wrapper.color2 .ticket-list li .title {
  background-color: #E5E2DF;
}

.menu-wrapper.color2 .ticket-list li .right .time {
  color: #998675;
}

.menu-wrapper.color2 .ticket-list li .right .price .type1 {
  color: #998675;
}

.menu-content1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 4rem;
  padding: 6.5rem 0;
}

.menu-content1 .item .right {
  text-align: left;
  width: 40%;
}

.menu-content1 .item .right h3 {
  font-size: 2.4rem;
  letter-spacing: 0.6rem;
  color: #603813;
  font-family: 'Noto Serif JP', serif;
}

.menu-content1 .item .right h3 .plus {
  font-size: 1.9rem;
  vertical-align: baseline;
}

.menu-content1 .item .right span {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #C7B299;
  margin-top: 0.5rem;
  display: block;
}

.menu-content1 .item .right .bar {
  margin: 2.3rem 0;
  width: 3rem;
  height: 1px;
  background: #736357;
}

.menu-content1 .item .right strong {
  color: #998675;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
}

.menu-content1 .item .right p {
  margin-top: 1.5rem;
  color: #736357;
  letter-spacing: 0.1rem;
}

.menu-content1 .item .left {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-content2 {
  padding: 7rem 0;
}

.menu-content2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 7rem 4rem;
}

.menu-content2 ul li {
  width: 22%;
}

.menu-content2 ul li img {
  border-radius: 50%;
}

.menu-content2 ul li strong {
  font-size: 1.2rem;
  margin-top: 1rem;
  display: block;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.menu-content2 .txt {
  text-align: left;
  margin: 0 7rem;
  line-height: 2;
  color: #736357;
}

.menu-content3 {
  padding: 7rem 0;
}

.menu-content3 .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin: 5rem 7rem 2rem;
}

.menu-content3 .menu-list li {
  width: 45%;
  margin-bottom: 5rem;
}

.menu-content3 .menu-list li .title {
  font-family: 'Noto Serif JP', serif;
}

.menu-content3 .menu-list li .title strong {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  border-bottom: 1px dashed #C7B299;
  display: block;
  padding-bottom: 1rem;
  color: #534741;
}

.menu-content3 .menu-list li .title strong.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-content3 .menu-list li .title strong.flex small {
  font-size: 1rem;
  margin-left: 1rem;
}

.menu-content3 .menu-list li .title strong .plus {
  font-size: 1.4rem !important;
  vertical-align: baseline;
  margin-right: 0.3rem;
}

.menu-content3 .menu-list li .title .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}

.menu-content3 .menu-list li .title .price p {
  font-size: 1.5rem;
  color: #534741;
}

.menu-content3 .menu-list li .title .price span {
  margin: 0 1rem;
  color: #736357;
}

.menu-content3 .menu-list li .title .price small {
  font-size: 1.1rem;
  color: #736357;
}

.menu-content3 .menu-list li .txt {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #736357;
}

.menu-content3 .menu-list li:last-child {
  margin-bottom: 0;
}

.menu-content3 .menu-list.col_1 .item_menu {
  width: 100%;
}

.menu-content3 .menu-list .ticket-list {
  margin: 0;
}

.menu-content3 .menu-list .ticket-list li {
  width: 100%;
}

.menu-content3 .menu-list.option-list {
  margin: 5rem 4rem;
}

.menu-content3 .menu-list.option-list .option_item {
  background-color: #FCFBF9;
  padding: 3rem;
}

.menu-content3 .menu-list.option-list .option_item .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.menu-content3 .menu-list.option-list .option_item .tag-list li {
  width: auto;
  background: white;
  padding: 0.5rem 1rem;
  color: #534741;
  margin-right: 1rem;
  margin-bottom: 0;
}

.menu-content3 .menu-list.option-list .option_item .ticket-list {
  margin: 0;
  margin-top: 3rem;
}

.menu-content3 .ticket-list {
  margin: 0 6rem;
}

.menu-content3 .ticket-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.menu-content3 .ticket-list li .title {
  background: #C7B299;
  color: white;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1rem;
}

.menu-content3 .ticket-list li .right {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  padding: 0.5rem 2rem;
  font-family: 'Noto Serif JP', serif;
}

.menu-content3 .ticket-list li .right .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A67C52;
}

.menu-content3 .ticket-list li .right .time .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-content3 .ticket-list li .right .time .top strong {
  font-size: 2rem;
}

.menu-content3 .ticket-list li .right .time .top span {
  margin: 0.5rem 0.7rem 0;
  font-size: 1rem;
}

.menu-content3 .ticket-list li .right .time p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  letter-spacing: 0.2rem;
}

.menu-content3 .ticket-list li .right .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-content3 .ticket-list li .right .price .type1 {
  font-size: 1.4rem;
  color: #C69C6D;
}

.menu-content3 .ticket-list li .right .price .type2 {
  font-size: 1.5rem;
  color: #736357;
}

.menu-content3 .ticket-list li .right .price img {
  width: 1rem;
  margin: 0 0.5rem;
}

.menu-content3 .cation {
  text-align: left;
  margin: 4rem 16rem 0rem;
  line-height: 2.2;
  font-size: 1rem;
  color: #603813;
  font-family: 'Noto Serif JP', serif;
}

.menu-content3 .cation li p {
  font-weight: 400;
}

.menu-content3 .cation li p a {
  display: inline;
  color: #F15A24;
  border-bottom: 1px solid;
}

.menu-content3 .btn-wrapper {
  margin-top: 3rem;
}

.menu-content3 .btn-wrapper a {
  width: 24rem;
  font-size: 1.1rem;
  padding: 0.8rem 0;
}

/* ----------------------------------------------------
    top5
---------------------------------------------------- */
#top5 {
  padding: 10rem 0;
}

.top5-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 6rem 3rem;
}

.top5-content ul li {
  width: calc(33.33% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #F9F4EB;
}

.top5-content ul li:nth-child(3n) {
  margin-right: 0;
}

.top5-content ul li:nth-child(even) {
  background: #FCFBF9;
}

.top5-content ul li .flow-item-inner {
  padding: 3.5rem 2rem;
}

.top5-content ul li .flow-item-inner span {
  display: block;
  font-size: 1.6rem;
  color: #A67C52;
}

.top5-content ul li .flow-item-inner strong {
  font-size: 1.1rem;
  margin-top: 1rem;
  display: block;
  color: #8C6239;
  font-family: 'Noto Serif JP', serif;
}

.top5-content ul li .flow-item-inner .txt {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: #736357;
}

.top5-content ul li .flow-item-inner .txt p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.top5-content a {
  margin: 0 10rem;
}

.top5-content a:hover {
  opacity: .7;
}

/* ----------------------------------------------------
    top6
---------------------------------------------------- */
#top6 {
  background: #FCFBF9;
  padding: 10rem 0;
}

.top6-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 4rem 0;
}

.top6-content.top .left {
  width: 45%;
}

.top6-content.top .left iframe {
  width: 100%;
  height: 430px;
}

.top6-content.top .right {
  text-align: left;
  width: 45%;
}

.top6-content.top .right table {
  width: 100%;
  color: #736357;
  font-family: 'Noto Serif JP', serif;
}

.top6-content.top .right table tr {
  border-bottom: 1px dashed #C7B299;
  display: block;
}

.top6-content.top .right table tr:last-of-type {
  border-bottom: 0;
}

.top6-content.top .right table tr th {
  width: 6rem;
}

.top6-content.top .right table tr p {
  font-weight: 400;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
}

.top6-content.top .right table tr p span {
  margin-left: 1rem;
  font-weight: 400;
}

.top6-content.bottom .left {
  text-align: left;
  width: 60%;
  font-family: 'Noto Serif JP', serif;
}

.top6-content.bottom .left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #C7B299;
  padding-bottom: 1rem;
  color: #736357;
}

.top6-content.bottom .left .title span {
  margin-top: 0.4rem;
  font-size: 0.9rem;
}

.top6-content.bottom .left .title h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-left: 1rem;
}

.top6-content.bottom .left .comment {
  margin-top: 2rem;
  line-height: 2.5;
  font-size: 0.9rem;
  color: #736357;
  letter-spacing: 0.1rem;
}

.top6-content.bottom .left .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.top6-content.bottom .left .history .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E6E6E6;
  color: #736357;
  width: 7rem;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.top6-content.bottom .left .history .txt {
  margin-left: 2rem;
  font-size: 0.9rem;
  line-height: 2;
  color: #736357;
  padding: 0.7rem 0;
  letter-spacing: 0.1rem;
}

.top6-content.bottom .left .history .txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top6-content.bottom .left .history .txt li span {
  margin-right: 1em;
}

.top6-content.bottom .right {
  width: 31%;
}

/* ----------------------------------------------------
    top7
---------------------------------------------------- */
#top7 {
  padding: 10rem 0;
}

.top7-content {
  margin: 6rem 6rem 3rem;
}

/* ----------------------------------------------------
    top8
---------------------------------------------------- */
#top8 {
  background: #FCFBF9;
  padding: 10rem 0 0.5rem;
}

.top8-content .list {
  margin: 4rem 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Noto Serif JP', serif;
}

.top8-content .list .item {
  width: 45%;
  margin-bottom: 4rem;
  color: #736357;
}

.top8-content .list .item strong {
  font-size: 1.1rem;
  border-bottom: 1px dashed #736357;
  padding-bottom: 1rem;
  display: block;
  letter-spacing: 0.1rem;
}

.top8-content .list .item .content {
  margin-top: 2rem;
}

.top8-content .list .item .content .call img {
  width: 1.2rem;
}

.top8-content .list .item .content .call span {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  margin-left: 1rem;
  display: inline-block !important;
  color: #4D4D4D !important;
  text-decoration: none !important;
}

.top8-content .list .item .content .call a {
  display: inline-block !important;
  color: #4D4D4D !important;
  text-decoration: none !important;
}

.top8-content .list .item .content small {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}

.top8-content .list .item .content .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 5rem;
}

.top8-content .list .item .content .sns li {
  width: 5rem;
  margin: 0 2rem;
}

.top8-content .list .item .content .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top8-content .list .item .content .links {
  display: inline-block;
  border: 1px solid #736357;
  color: #603813;
  padding: 0.5rem 0rem;
  width: 10rem;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.top8-content .list .item .content .links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #603813;
  width: 105%;
  height: 105%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.top8-content .list .item .content .links:hover {
  color: white;
}

.top8-content .list .item .content .links:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top8-content .list .item .content .links span {
  z-index: 3;
  position: relative;
}

.top8-content .list .item .content .links.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top8-content .list .item .content .links.type2 img {
  width: 1rem;
  margin-right: 1rem;
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
footer {
  background: #F9F4EB;
  min-width: 1200px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F9F4EB;
  padding: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content .left {
  width: 14%;
}

.footer-content .left .logo {
  width: 15rem;
}

.footer-content .center {
  width: 42%;
}

.footer-content .center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
}

.footer-content .center ul a {
  color: #603813;
  position: relative;
  display: inline-block;
}

.footer-content .center ul a::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 1px;
  bottom: -0.7rem;
  left: 0;
  background-color: #603813;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.footer-content .center ul a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.footer-content .center ul.bottom {
  font-size: 1.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.footer-content .center ul.bottom a {
  margin: 0 1rem;
}

.footer-content .right {
  width: 14%;
}

.footer-content .right .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-content .right .icons li {
  width: 1.5rem;
  margin-right: 1rem;
}

.footer-content .right .icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content .right .icons li a:hover {
  opacity: .7;
}

.footer-content .right .icons li:last-child {
  width: 1.7rem;
  margin: 0;
}

.copy {
  text-align: center;
  padding: 1.5rem 0;
  color: #736357;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  background: white;
}

@media screen and (max-width: 1200px) {
  header {
    min-width: 1200px;
  }
  section {
    min-width: 1200px;
  }
  .mv-content .txt {
    top: 14rem;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
  }
  header {
    min-width: 1000px;
    max-width: 1000px;
  }
  section {
    max-width: 1000px;
    min-width: 1000px;
  }
  .h2-title h2 {
    font-size: 2.5rem;
  }
  .h2-title img {
    width: 2.5rem;
  }
  .h2-title strong {
    font-size: 1.6rem;
  }
  .btn-wrapper {
    margin-top: 4rem;
  }
  /* ----------------------------------------------------
      header
  ---------------------------------------------------- */
  header .header-inner {
    margin: 0 3rem;
    padding: 1rem 0;
  }
  header .header-inner .left a {
    width: 4rem;
  }
  header .header-inner .left .txt {
    margin-left: 0.5rem;
  }
  header .header-inner .left .txt .info img {
    width: 0.7rem;
    margin-top: 0.3rem;
  }
  header .header-inner .left .txt .info span {
    font-size: 0.9rem;
  }
  header .header-inner .left .txt .info a {
    font-size: 0.9rem;
  }
  header .header-inner .center {
    margin-right: 5rem;
  }
  header .header-inner .center ul li {
    margin: 0 1rem;
  }
  header .header-inner .center ul li a {
    font-size: 1.1rem;
  }
  /* ----------------------------------------------------
    mv
  ---------------------------------------------------- */
  .mv-content .txt {
    top: 10rem;
  }
  .mv-content .txt h1 {
    letter-spacing: 0.7rem;
    text-indent: 0.7rem;
  }
  .mv-content .txt h1 strong {
    font-size: 2.2rem;
  }
  .mv-content .txt h1 small {
    font-size: 1.5rem;
    margin: 0 1rem;
  }
  .mv-content .txt span {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    letter-spacing: 0.3rem;
  }
  .mv-bottom {
    bottom: -4rem;
  }
  .mv-bottom .circle {
    width: 12.5rem;
    height: 12.5rem;
  }
  .mv-bottom img {
    width: 8rem;
    margin-top: -11.5rem;
  }
  /* ----------------------------------------------------
    top1
  ---------------------------------------------------- */
  .top1-content {
    margin: 0 4rem;
  }
  .top1-content .right strong {
    font-size: 1.6rem;
    letter-spacing: 0.6rem;
  }
  .top1-content .right p {
    margin-top: 1rem;
    line-height: 2;
  }
  .top1-content .left .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
  }
  .top1-content .left .txt small {
    font-size: 0.9rem;
  }
  .top1-content .left .txt span {
    font-size: 1rem;
  }
  /* ----------------------------------------------------
    top2
  ---------------------------------------------------- */
  .top2-content {
    margin: 4rem;
  }
  .top2-content .list li a .txt .top {
    margin-top: 1rem;
  }
  .top2-content .list li a .txt p {
    margin-top: 0.5rem;
  }
  /* ----------------------------------------------------
    top3
  ---------------------------------------------------- */
  .top3-content {
    margin: 4rem;
  }
  .top3-content .list li {
    width: 33.33%;
  }
  .top3-content .list li a {
    padding: 0 1rem;
  }
  .top3-content .list li a .txt .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top3-content .list li a .txt .top span {
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .top3-content .list li a .comment .wrap img {
    width: 4rem;
  }
  /* ----------------------------------------------------
    top4
  ---------------------------------------------------- */
  .menu-nav {
    margin: 6rem 5rem 4rem;
  }
  .menu-nav li a strong {
    font-size: 1.2rem;
  }
  .course-content {
    margin: 0 4rem;
  }
  .course-content h3 strong {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .course-content .list .item .content h4 {
    font-size: 1.2rem;
  }
  .course-content .list .item .content .bottom .right .price strong {
    font-size: 1.7rem;
  }
  .course-content .list .item .content .bottom .right .points {
    margin-top: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .course-content .list .item .content .bottom .right .points li {
    margin-bottom: 0.5rem;
  }
  .course-content .list .item .content .bottom .left a {
    width: 10rem;
    font-size: 0.8rem;
  }
  /* ----------------------------------------------------
    menu
  ---------------------------------------------------- */
  #menu2 {
    margin-top: 9rem;
  }
  .menu-wrapper h4 {
    font-size: 1.3rem;
  }
  .menu-wrapper h5 {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
  .menu-content1 .item .right h3 {
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }
  .menu-content1 .item .right h3 .plus {
    font-size: 1.6rem;
  }
  .menu-content1 .item .right .bar {
    margin: 1.5rem 0;
  }
  .menu-content1 .item .right strong {
    font-size: 1.2rem;
  }
  .menu-content2 ul {
    margin: 3rem 6rem 4rem;
  }
  .menu-content2 ul li strong {
    font-size: 1.1rem;
  }
  .menu-content3 .menu-list li .title strong {
    font-size: 1.3rem;
  }
  .menu-content3 .menu-list li .title strong .plus {
    font-size: 1.1rem !important;
  }
  .menu-content3 .menu-list li .title strong.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-content3 .menu-list li .title .price p {
    font-size: 1.3rem;
    color: #534741;
  }
  .menu-content3 .menu-list li .txt {
    margin-top: 1rem;
  }
  .menu-content3 .menu-list.option-list .option_item .tag-list {
    margin-top: 2rem;
  }
  .menu-content3 .menu-list.option-list .option_item .tag-list li {
    font-size: 0.9rem;
  }
  .menu-content3 .menu-list.option-list .option_item .ticket-list {
    margin: 0;
    margin-top: 2rem;
  }
  .menu-content3 .ticket-list {
    margin: 0 7rem;
  }
  .menu-content3 .ticket-list li .right .time .top strong {
    font-size: 1.5rem;
  }
  .menu-content3 .ticket-list li .right .price .type1 {
    font-size: 1.2rem;
  }
  .menu-content3 .ticket-list li .right .price .type2 {
    font-size: 1.3rem;
  }
  .menu-content3 .btn-wrapper a {
    font-size: 1rem;
  }
  /* ----------------------------------------------------
    top5
  ---------------------------------------------------- */
  #top5 {
    padding: 7rem 0;
  }
  .top5-content ul {
    margin: 6rem 4rem 3rem;
  }
  .top5-content ul li .flow-item-inner {
    padding: 2.964rem 2rem;
  }
  .top5-content a {
    margin: 0 7rem;
  }
  /* ----------------------------------------------------
    top6
  ---------------------------------------------------- */
  #top6 {
    background: #FCFBF9;
    padding: 7rem 0;
  }
  .top6-content.top .left iframe {
    height: 400px;
  }
  .top6-content.bottom .left {
    width: 65%;
  }
  .top6-content.bottom .left .comment {
    margin-top: 1rem;
    line-height: 2;
  }
  /* ----------------------------------------------------
    top7
  ---------------------------------------------------- */
  #top7 {
    padding: 7rem 0;
  }
  /* ----------------------------------------------------
    top8
  ---------------------------------------------------- */
  .top8-content .list {
    margin: 4rem 7rem;
  }
  .top8-content .list .item {
    width: 47%;
  }
  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  footer {
    min-width: 1000px;
  }
  .footer-content {
    padding: 4rem;
  }
  .footer-content .left .logo {
    width: 11rem;
  }
  .footer-content .center {
    width: 51%;
  }
  .footer-content .center ul {
    font-size: 1.2rem;
  }
  .footer-content .center ul.bottom {
    font-size: 0.9rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: unset;
    min-width: auto;
  }
  header {
    min-width: auto;
    max-width: unset;
  }
  section {
    max-width: unset;
    min-width: auto;
  }
  footer {
    max-width: unset;
    min-width: auto;
  }
  .h2-title h2 {
    font-size: 1.7rem;
    margin-bottom: 0.4rem;
  }
  .h2-title img {
    width: 2.5rem;
  }
  .h2-title strong {
    font-size: 1.5rem;
  }
  .h2-title span {
    font-size: 1rem;
  }
  .h2-title .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header {
    position: relative;
    z-index: 999;
  }
  header .header-inner {
    margin: 0;
    padding: 0;
  }
  header .header-inner .left {
    margin-left: 0.5rem;
  }
  header .header-inner .left a {
    width: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-inner .left .txt {
    display: none;
  }
  header .header-inner .center {
    display: none;
  }
  header .header-inner .right .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .right .sp .call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-inner .right .sp .call a {
    width: 2rem;
    margin-right: 1rem;
    margin-top: 0.3rem;
  }
  header .header-inner .right .global_head_wrapper .global_head {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    text-align: center;
    background-color: #998675;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
  header .header-inner .right .humburger_wapper {
    width: 2.2rem;
    height: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.3rem;
  }
  header .header-inner .right .humburger_wapper .humburger_bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header-inner .right .humburger_wapper .humburger_bar:nth-of-type(1).active {
    -webkit-transform: translateY(0.6rem) rotate(-45deg);
            transform: translateY(0.6rem) rotate(-45deg);
  }
  header .header-inner .right .humburger_wapper .humburger_bar:nth-of-type(3).active {
    -webkit-transform: translateY(-0.8rem) rotate(45deg);
            transform: translateY(-0.8rem) rotate(45deg);
  }
  header .header-inner .right .humburger_wapper .humburger_bar:nth-of-type(2).active {
    opacity: 0;
  }
  /* ----------------------------------------------------
      global_nav
  ---------------------------------------------------- */
  .global_nav_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F9F4EB;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -5;
    font-family: 'Noto Serif JP', serif;
  }
  .global_nav_wrapper .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global_nav_wrapper .nav-wrapper ul {
    line-height: 3;
    text-align: center;
    width: 100%;
  }
  .global_nav_wrapper .nav-wrapper ul li {
    color: #603813;
    letter-spacing: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .global_nav_wrapper .nav-wrapper ul a {
    color: #603813;
    letter-spacing: 0.3rem;
  }
  .global_nav_wrapper .nav-wrapper ul a:hover {
    text-decoration: underline;
  }
  .global_nav_wrapper .nav-btn-wrapper {
    width: 100%;
  }
  .global_nav_wrapper .nav-btn-wrapper .btn1 {
    text-align: center;
    letter-spacing: 0.2rem;
    border: 1px solid;
    padding: 1rem;
    font-size: 1rem;
    width: 14rem;
    margin: 0 auto;
    color: white;
    background: #998675;
  }
  .global_nav_wrapper.open {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 100;
  }
  /* ----------------------------------------------------
      mv
  ---------------------------------------------------- */
  .mv-content .txt {
    top: 28%;
  }
  .mv-content .txt h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-content .txt h1 strong {
    font-size: 2.2rem;
  }
  .mv-content .txt h1 small {
    font-size: 2rem;
  }
  .mv-content .txt span {
    font-size: 1rem;
    width: 245px;
    margin: 1.8rem auto 0;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
  .mv-bottom {
    bottom: -7rem;
  }
  .mv-bottom .circle {
    width: 14rem;
    height: 14rem;
  }
  .mv-bottom img {
    width: 11rem;
    margin-top: -12.5rem;
  }
  /* ----------------------------------------------------
    top1
  ---------------------------------------------------- */
  .top1-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 11rem;
    margin: 0 2rem;
  }
  .top1-content .right {
    width: 100%;
    margin-top: 2rem;
  }
  .top1-content .right strong {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .top1-content .right p {
    margin-top: 1.6rem;
    line-height: 2;
  }
  .top1-content .left {
    width: 100%;
  }
  .top1-content .left .txt {
    margin-top: 2rem;
  }
  .top1-content .left .txt span {
    margin: 0.5rem 0 0 0;
    font-size: 1.3rem;
  }
  /* ----------------------------------------------------
      top2
    ---------------------------------------------------- */
  .top2-content {
    margin: 4rem 2rem;
  }
  .top2-content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top2-content .list li {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
  }
  /* ----------------------------------------------------
      top3
    ---------------------------------------------------- */
  .top3-content {
    margin: 4rem 2rem;
  }
  .top3-content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top3-content .list li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .top3-content .list li a {
    padding: 0 1rem;
  }
  .top3-content .list li a .txt p {
    max-width: 450px;
    margin: 1rem auto 0;
  }
  .top3-content .list li a .comment {
    max-width: 310px;
    margin: 0 auto;
  }
  .top3-content .list li a .comment .wrap img {
    width: 5rem;
  }
  /* ----------------------------------------------------
      top4
    ---------------------------------------------------- */
  .menu-nav {
    display: none;
  }
  .course-content {
    margin: 0 1rem;
  }
  .course-content h3 {
    margin-top: 4rem;
  }
  .course-content .list {
    margin: 3rem 0;
  }
  .course-content .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
  .course-content .list .item img {
    width: 100%;
  }
  .course-content .list .item .content {
    width: 100%;
    margin-top: 1rem;
  }
  .course-content .list .item .content .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .course-content .list .item .content .bottom .left {
    margin: 0 auto;
    width: 100%;
  }
  .course-content .list .item .content .bottom .left a {
    margin: 0 auto 1rem;
  }
  .course-content .list .item .content .bottom .right .points li {
    padding: 0.2rem 0.6rem;
  }
  /* ----------------------------------------------------
      menu
    ---------------------------------------------------- */
  .menu-content1 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 2rem;
  }
  .menu-content1 .item .right {
    width: 100%;
    margin-top: 2rem;
  }
  .menu-content1 .item .right h3 {
    font-size: 1.7rem;
  }
  .menu-content1 .item .right h3 .plus {
    font-size: 1.4rem;
  }
  .menu-content1 .item .right span {
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #C7B299;
    margin-top: 0.5rem;
    display: block;
  }
  .menu-content1 .item .left {
    width: 100%;
  }
  .menu-content2 ul {
    margin: 3rem 2rem 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .menu-content2 ul li {
    width: 45%;
    margin-bottom: 2rem;
  }
  .menu-content2 ul li strong {
    font-size: 1rem;
  }
  .menu-content2 .txt {
    margin: 0 3rem;
  }
  .menu-content3 .menu-list {
    margin: 5rem 2rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-content3 .menu-list li {
    width: 100%;
  }
  .menu-content3 .menu-list li .title strong.flex small {
    margin-left: 0;
    font-size: 0.8rem;
  }
  .menu-content3 .menu-list.option-list {
    margin: 3rem 1rem;
  }
  .menu-content3 .menu-list.option-list .option_item {
    width: calc(100% - 4rem);
    padding: 2rem;
  }
  .menu-content3 .menu-list.option-list .option_item .tag-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .menu-content3 .menu-list.option-list .option_item .tag-list li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .menu-content3 .ticket-list {
    margin: 0 2rem;
  }
  .menu-content3 .ticket-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .menu-content3 .ticket-list li .title {
    width: 100%;
    padding: 0.5rem 0;
  }
  .menu-content3 .ticket-list li .right {
    width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-content3 .ticket-list li .right .price .type1 {
    font-size: 1.3rem;
  }
  .menu-content3 .ticket-list li .right .price .type2 {
    font-size: 1.5rem;
  }
  .menu-content3 .cation {
    margin: 3rem 2rem 0;
  }
  .menu-content3 .cation li p {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 0.8rem;
  }
  .menu-content3 .btn-wrapper {
    margin: 3rem 4rem 0;
  }
  .menu-content3 .btn-wrapper a {
    font-size: 1rem;
    width: 100%;
  }
  /* ----------------------------------------------------
      top5
    ---------------------------------------------------- */
  #top5 {
    padding: 5rem 0;
  }
  .top5-content ul {
    margin: 6rem 2rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top5-content ul li {
    width: 100%;
  }
  .top5-content a {
    margin: 0 2rem;
  }
  /* ----------------------------------------------------
      top6
    ---------------------------------------------------- */
  .top6-content {
    margin: 5rem 3rem 0;
  }
  .top6-content.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem 2rem;
  }
  .top6-content.top .left {
    width: 100%;
  }
  .top6-content.top .left iframe {
    height: 500px;
  }
  .top6-content.top .right {
    margin-top: 1rem;
    width: 100%;
  }
  .top6-content.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 5rem 2rem 0;
  }
  .top6-content.bottom .left {
    width: 100%;
  }
  .top6-content.bottom .left .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .top6-content.bottom .left .title h3 {
    margin: 0;
  }
  .top6-content.bottom .left .history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top6-content.bottom .left .history .left {
    width: 100%;
    padding: 1rem 0;
  }
  .top6-content.bottom .left .history .txt {
    width: 100%;
    margin: 1rem 0;
  }
  .top6-content.bottom .left .history .txt li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top6-content.bottom .right {
    width: 100%;
  }
  /* ----------------------------------------------------
      top7
    ---------------------------------------------------- */
  #top7 {
    padding: 5rem 0;
  }
  .top7-content {
    margin: 5rem 1rem 3rem;
  }
  /* ----------------------------------------------------
      top8
    ---------------------------------------------------- */
  #top8 {
    padding: 8rem 0 0.5rem;
  }
  .top8-content .list {
    margin: 4rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top8-content .list .item {
    width: 100%;
  }
  .top8-content .list .item strong {
    font-size: 1rem;
  }
  .top8-content .list .item .content .sns {
    margin: 2rem 3rem;
  }
  .top8-content .list .item .content .sns li a {
    width: 3rem;
  }
  /* ----------------------------------------------------
      footer
    ---------------------------------------------------- */
  footer {
    min-width: unset;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 2rem;
  }
  .footer-content .left {
    width: 100%;
  }
  .footer-content .left .logo {
    width: 60%;
    margin: 0 auto;
    max-width: 260px;
  }
  .footer-content .center {
    width: 100%;
    margin: 2rem 0;
  }
  .footer-content .center ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-content .center ul li {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }
  .footer-content .center ul.bottom {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .footer-content .right {
    width: 70%;
    max-width: 400px;
  }
  .copy {
    font-size: 0.8rem;
  }
}

/* ----------------------------------------------------
  archive (news)
---------------------------------------------------- */
.title-wrapper {
  margin: 5rem 0 6rem;
}

.archive1-content {
  margin: 4rem 3rem;
}

.archive1-content .archive-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

.archive1-content .archive-nav li {
  width: 10rem;
  margin-right: 1rem;
}

.archive1-content .archive-nav li:last-child {
  margin: 0;
}

.archive1-content .archive-nav li a {
  background: #C7B299;
  color: white;
  padding: 0.5rem 0;
}

.archive1-content .archive-nav li a:hover {
  opacity: .7;
}

.archive1-content .archive-nav li.current-cat a {
  background: #736357;
}

.archive1-content .archive-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.archive1-content .archive-news li {
  width: 30%;
  text-align: left;
  margin-right: 5%;
  margin-bottom: 2rem;
}

.archive1-content .archive-news li:nth-child(3n) {
  margin-right: 0;
}

.archive1-content .archive-news li a {
  color: #534741;
}

.archive1-content .archive-news li a:hover {
  opacity: .7;
}

.archive1-content .archive-news li a img {
  height: auto;
}

.archive1-content .archive-news li a .txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.archive1-content .archive-news li a .txt .top small {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4D4D4D;
}

.archive1-content .archive-news li a .txt .top span {
  font-size: 0.8rem;
  background: #736357;
  color: white;
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.archive1-content .archive-news li a .txt .top span.campaign {
  background-color: #C7B299;
}

.archive1-content .archive-news li a .txt .top span.blog {
  background-color: #CCCCCC;
}

.archive1-content .archive-news li a .txt p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
  font-weight: 400;
}

.archive_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3rem 8rem;
}

.archive_pagenation span {
  color: #603813;
  margin: 0 1rem;
  font-size: 1.2rem;
}

.archive_pagenation span.current {
  color: #b7b7bb;
  line-height: 1;
}

.archive_pagenation a {
  color: #603813;
  margin: 0 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

.archive_pagenation a.prev {
  width: 1rem;
  line-height: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.archive_pagenation a.next {
  width: 1rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .title-wrapper {
    margin: 5rem 0 2rem;
  }
  .archive1-content {
    margin: 0rem 3rem 4rem;
  }
  .archive1-content .archive-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive1-content .archive-nav li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid white;
  }
  .archive1-content .archive-nav li a {
    padding: 1rem 0;
  }
  .archive1-content .archive-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive1-content .archive-news li {
    width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------
  single
---------------------------------------------------- */
#single2 .col2 {
  margin: 0 5rem;
}

.single2-content .post-title-wrapper {
  margin: 5rem auto 3rem;
}

.single2-content .post-title-wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single2-content .post-title-wrapper .top .date {
  font-size: 1rem;
  text-indent: 0.3em;
}

.single2-content .post-title-wrapper .top .cat {
  font-size: 0.8rem;
  color: white;
  font-weight: 500;
  padding: 0.2rem 1rem;
  background: #736357;
}

.single2-content .post-title-wrapper .top .cat.campaign {
  background-color: #C7B299;
}

.single2-content .post-title-wrapper .top .cat.blog {
  background-color: #CCCCCC;
}

.single2-content .post-title-wrapper .top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single2-content .post-title-wrapper .top .flex .cat {
  margin-right: 1rem;
}

.single2-content .post-title-wrapper .top .flex .cat:last-of-type {
  margin: 0;
}

.single2-content .post-title-wrapper .title {
  text-align: left;
  font-size: 2rem;
  margin-top: 1rem;
  border-bottom: 1px solid #736357;
}

.single2-content .thumb img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.single2-content .content {
  text-align: left;
  line-height: 2;
}

.single2-content .content h2 {
  position: relative;
  display: block;
  padding: 0.3em 1em;
  border-top: solid 1px #603813;
  border-bottom: solid 1px #603813;
  color: #603813;
  font-size: 1.3rem;
  margin: 3rem 0 1rem;
}

.single2-content .content h2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 7px;
  /*左線*/
  width: 1px;
  height: calc(100% + 14px);
  background-color: #603813;
}

.single2-content .content h2::after {
  content: '';
  position: absolute;
  top: -7px;
  right: 7px;
  /*右線*/
  width: 1px;
  height: calc(100% + 14px);
  background-color: #603813;
}

.single2-content .content h3 {
  border-left: 5px solid #736357;
  padding: 0.5em 0.7em;
  background: #f7f7f7;
  color: #736357;
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
}

.single2-content .content h4 {
  position: relative;
  color: #603813;
  padding-left: 1.3em;
  line-height: .7em;
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
}

.single2-content .content h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  font-weight: 500;
}

.single2-content .content ul {
  list-style: unset;
  padding-left: 1em;
  margin: 1rem 0;
  margin-left: 1em;
}

.single2-content .content ul li {
  list-style-type: unset;
}

.single2-content .content ol {
  padding-left: 1em;
  margin: 1rem 0;
  margin-left: 1em;
}

.single2-content .content ol li {
  list-style-type: unset;
}

.single2-content .content a {
  display: inline-block;
  padding: 0.2rem 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0.5rem 0;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #736357;
  color: #603813;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.single2-content .content a:hover {
  background-color: #603813;
  color: white;
}

.single2-content .content strong, .single2-content .content b {
  font-weight: bold;
}

.single2-content .content .customer {
  margin-top: 1rem;
}

.single2-content .content .owner-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background: #F9F4EB;
  border-radius: 25px;
  margin-top: 3rem;
}

.single2-content .content .owner-comment img {
  width: 9rem;
  border-radius: 50%;
  margin-right: 2rem;
}

.single2-content .postlinks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0;
}

.single2-content .postlinks-wrapper a {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #736357;
  line-height: 1;
}

.single2-content .postlinks-wrapper .previous-one a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single2-content .postlinks-wrapper .previous-one a:hover {
  opacity: .7;
}

.single2-content .postlinks-wrapper .previous-one img {
  width: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single2-content .postlinks-wrapper .next-one a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single2-content .postlinks-wrapper .next-one a:hover {
  opacity: .7;
}

.single2-content .postlinks-wrapper .next-one img {
  width: 0.5rem;
  margin-left: 0.5rem;
}

.single2-content .postlinks-wrapper .to_archive {
  margin: 0 3rem;
}

.single2-content .postlinks-wrapper .to_archive a {
  background: #736357;
  color: white;
  padding: 0.5rem 0;
}

.single2-content .postlinks-wrapper .to_archive a:hover {
  opacity: .7;
}

.sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

.sidebar ul li {
  width: 10rem;
  margin-right: 1rem;
}

.sidebar ul li:last-child {
  margin: 0;
}

.sidebar ul li a {
  background: #736357;
  color: white;
  padding: 0.5rem 0;
  text-align: center;
}

.sidebar ul li a:hover {
  opacity: .7;
}

@media screen and (max-width: 1000px) {
  .single2-content {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  #single2 .col2 {
    margin: 0 2rem;
  }
  .single2-content .content .owner-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 1rem;
  }
  .single2-content .content .owner-comment img {
    margin: 0 auto 2rem;
    width: 70%;
    max-width: 200px;
  }
  .single2-content .postlinks-wrapper .to_archive {
    margin: 0 1rem;
  }
  .sidebar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid white;
  }
  .sidebar ul li a {
    padding: 1rem 0;
  }
}

/* --------------------------------------------------
    contact
-------------------------------------------------- */
.contact2-content {
  margin: 5rem 3rem;
}

.contact2-content table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.contact2-content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact2-content table tr th {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #9c7f55;
  background-color: white;
  width: calc(30% - 4rem);
  color: #9c7f55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact2-content table tr th span {
  color: #e91e63;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  margin-left: 1rem;
}

.contact2-content table tr th.last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
}

.contact2-content table tr th.last span {
  margin-top: 0.2rem;
}

.contact2-content table tr td {
  width: calc(70% - 4rem);
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #dddddd;
  display: block;
}

.contact2-content table tr td input[type=text], .contact2-content table tr td input[type=email] {
  height: 3rem;
  width: calc(100% - 2rem);
  font-size: 1rem;
  padding: 0 1rem;
  border: 1px solid #dddddd;
}

.contact2-content table tr td textarea {
  font-family: "Noto Sans JP";
  width: calc(100% - 2rem);
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #dddddd;
}

.contact2-content table tr td .mwform-radio-field {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.contact2-content table tr.first th {
  border-top: 1px solid #9c7f55;
}

.contact2-content table tr.first td {
  border-top: 1px solid #dddddd;
}

.contact2-content .contact-submit {
  margin: 3rem 0;
}

.contact2-content .contact-submit .btn1 {
  display: inline-block;
  border: 1px solid #736357;
  color: #603813;
  padding: 0.5rem 0rem;
  width: 10rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif;
  background: white;
  margin: 0 1rem;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.contact2-content .contact-submit .btn1:hover {
  color: white;
  background-color: #603813;
}

.contact2-content .thanks {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.15rem;
  padding: 0rem 0 20rem;
}

@media screen and (max-width: 1000px) {
  .contact2-content {
    margin: 5rem 4rem;
  }
  .contact2-content table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .contact2-content table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact2-content table tr th {
    padding: 1rem 2rem;
    width: calc(35% - 4rem);
  }
  .contact2-content table tr td {
    width: calc(65% - 4rem);
    padding: 1rem 2rem;
  }
  .contact2-content table tr td input[type=text], .contact2-content table tr td input[type=email] {
    height: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .contact2-content {
    margin: 5rem 2rem;
  }
  .contact2-content table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact2-content table tr th {
    width: 100%;
    padding: 1rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #9c7f55;
  }
  .contact2-content table tr th.last {
    padding-top: 1rem;
  }
  .contact2-content table tr td {
    width: 100%;
    padding: 2rem 0 3rem;
    text-align: center;
  }
}

/* --------------------------------------------------
   policy
-------------------------------------------------- */
.policy-content .content {
  margin: 5rem 4rem 10rem;
  text-align: left;
}

.policy-content .content .intro {
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.15rem;
}

.policy-content .content ul {
  margin: 5rem 0;
}

.policy-content .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.policy-content .content ul li strong {
  font-size: 3rem;
  margin-top: 0.35rem;
  color: #736357;
}

.policy-content .content ul li .txt {
  margin-left: 3.5rem;
  width: 100%;
}

.policy-content .content ul li .txt h3 {
  font-size: 1.3rem;
  letter-spacing: 0.22rem;
  border-bottom: 1px solid #603813;
  padding: 0.6rem 0;
  color: #736357;
}

.policy-content .content ul li .txt p {
  padding: 1.5rem 0;
  font-size: 0.9rem;
  line-height: 2.2;
  letter-spacing: 0.02rem;
}

.policy-content .content.not-found {
  text-align: center;
}

.policy-content .content.not-found strong {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}

.policy-content .content.not-found p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.policy-content .content.not-found p span {
  display: block;
  margin: 5rem 0 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.policy-content .content.not-found p span a {
  display: inline-block;
  color: #603813;
  font-weight: 400;
  text-decoration: underline;
}

.policy-content .content.not-found p span a:hover {
  opacity: 0.7;
}

.policy-content .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 3%;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.policy-content .links-wrapper ul {
  width: 50%;
}

.policy-content .links-wrapper ul li {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 1rem 0;
}

.policy-content .links-wrapper ul li a {
  color: #603813;
}

.policy-content .links-wrapper ul li a:hover {
  text-decoration: underline;
}

.policy-content .links-wrapper ul li.child {
  padding: 1rem;
}

/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .policy-content .content {
    margin: 5rem 2rem;
  }
  .policy-content .content .intro {
    font-size: 1rem;
  }
  .policy-content .content ul li strong {
    font-size: 2rem;
    margin-top: 0;
  }
  .policy-content .content ul li .txt {
    margin-left: 1rem;
  }
  .policy-content .content ul li .txt h3 {
    font-size: 1.2rem;
  }
  .policy-content .content ul li .txt p {
    font-size: 1rem;
  }
  .policy-content .links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .policy-content .links-wrapper ul {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* --------------------------------------------------
    2024.03.01 筋膜リリース追加
-------------------------------------------------- */

.menu-content3 .new-content-margin{
  margin: 0;
}

.menu-content3 .new-contentbox{
  background-color: #fff;
  margin: 5rem 7rem 2rem;
  padding: 2.5rem;
  border-radius: 1rem;
}

.menu-content3 .menu-list li .title strong.new-noflex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-content3 .menu-list li .title strong.new-noflex small{
  font-size: 1rem;
  padding-top: 0.1rem;
}

.menu-content3 .menu-list li .title strong.new-noflex .new-box{
  font-size: 1.2rem;
  background-color: #fff3f3;
  padding: 0.2rem 0 0.3rem;
  width: 9%;
  text-align: center;
}

.menu-content3 .menu-list li .title strong.new-noflex .new-title-flex{
  display: flex;
  align-items: center;
}

.menu-content3 .menu-list li .release-tag-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  flex-wrap: wrap;
  gap: 1rem 0;
}

.menu-content3 .menu-list li .release-tag-list li{
  width: auto;
  background: #FCFBF9;
  padding: 0.5rem 1rem;
  color: #534741;
  margin-right: 1rem;
  margin-bottom: 0;
  border-radius: 14px;
}

@media screen and (max-width: 1000px) {
  .menu-content3 .menu-list li .title strong.new-noflex{
    -webkit-box-orient: unset;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: unset;
    -webkit-box-align: unset;
    -ms-flex-align: start;
    align-items: unset;
  }
}

@media screen and (max-width: 768px) {
  .menu-content3 .menu-list li .title strong.new-noflex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-content3 .new-contentbox{
    margin: 5rem 2rem 4rem;
    padding: 1.2rem;
  }

  .menu-content3 .menu-list li .title strong.new-noflex .new-box{
    font-size: 1.1rem;
    width: 27%;
    margin-bottom: 0.1rem;
  }
  
  .menu-content3 .menu-list li .title strong.new-noflex .new-title-flex small{
    font-size: 0.9rem;
  }

  .menu-content3 .menu-list li .release-tag-list{
    margin-top: 2rem;
  }
  
  .menu-content3 .menu-list li .release-tag-list li{
    font-size: 0.9rem;
  }
}




/* ----------------------------------------------
予約カレンダーページ | add 2025/06/28
---------------------------------------------- */
.calendar-content {
  background-image: url("../image/bg_calendar.jpg");
  background-position: center center;
  background-size: cover;
  padding: 12rem 0 10rem;
  font-family: 'Noto Serif JP', serif;
}

.calendar-content .title {
  text-align: center;
}

.calendar-content .title h2 {
  border: 1px solid white;
  color: white;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.calendar-content .calendar-list {
  margin: 2rem auto;
  width: fit-content;
}

.calendar-content .calendar-list tr {
  color: white;
}

.calendar-content .calendar-list tr .day {
  font-size: 1.7rem;
  font-weight: normal;
  width: 3rem;
}

.calendar-content .calendar-list tr .unit {
  width: 3rem;
  text-align: center;
  font-size: 0.8rem;
}

.calendar-content .calendar-list tr .time {
  font-size: 1.1rem;
  font-weight: 100;
  padding-left: 1rem;
  padding-bottom: 1rem;
  line-height: 2;
}

.calendar-content .separator {
  display: inline;
}

.calendar-content .sp {
  display: none;
}

.calendar-content .noData {
  text-align: center;
  margin: 4rem auto;
  color: white;
}

@media screen and (max-width: 768px) {
  .calendar-content .separator {
    display: none;
  }
  .calendar-content .sp {
    display: inline-block;
  }
}

.menu-content3 .menu-list li .title .m-title-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-content3 .menu-list li .title .m-title-flex .m-new{
  font-size: 1.1rem;
  background-color: #ffe4e4;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}