/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  border-bottom: 2px solid #000000;
  z-index: 1000;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 135px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 1110px;
  width: 100%;
}
@media (max-width: 1302px) {
  .header-content {
    max-width: 1070px;
  }
}
.header-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.header-address {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 16px;
}
.header-address::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 20px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-pin.png);
}
.header-address:hover {
  opacity: 0.8;
}
.header-tel {
  max-width: 290px;
  width: 100%;
  height: 70px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  letter-spacing: 0.06em;
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffae2e), color-stop(50%, #ff9c00));
  background: -webkit-linear-gradient(top, #ffae2e 50%, #ff9c00 50%);
  background: linear-gradient(to bottom, #ffae2e 50%, #ff9c00 50%);
  border-radius: 0 0 19px 19px;
  border: 2px solid #000000;
  border-top: none;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-tel-txt img {
  display: block;
}
.header-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  padding: 0 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 19px;
  border: 2px solid #000000;
}
.header-btn:not(:last-of-type) {
  margin-right: 18px;
}
.header-btn .accent {
  font-size: 2.2rem;
}
.header-btn.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #26d26c), color-stop(50%, #06c755));
  background: -webkit-linear-gradient(top, #26d26c 50%, #06c755 50%);
  background: linear-gradient(to bottom, #26d26c 50%, #06c755 50%);
}
.header-btn.insta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff595d), color-stop(50%, #f22f34));
  background: -webkit-linear-gradient(top, #ff595d 50%, #f22f34 50%);
  background: linear-gradient(to bottom, #ff595d 50%, #f22f34 50%);
}
.header-btn.insta:hover img {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-btn.x {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #46bcf3), color-stop(50%, #29adeb));
  background: -webkit-linear-gradient(top, #46bcf3 50%, #29adeb 50%);
  background: linear-gradient(to bottom, #46bcf3 50%, #29adeb 50%);
}
.header-btn.x:hover img {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-btn:hover {
  opacity: 0.7;
}
.header-btn img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-insta:hover {
  opacity: 0.8;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.08em;
}
.header .global-nav-list-item a:hover {
  color: #ff9c00;
}
.header .global-nav-list-item a.current {
  color: #ff9c00;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1600px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 149px;
}
.header .sub-visual {
  width: 100%;
  height: 290px;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97%;
  height: 30px;
  background-color: #fff;
  border: 4px solid #000000;
  border-radius: 12px;
  z-index: -1;
}
.header .sub-visual-textbox img {
  height: 42px;
}
.header .sub-visual-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  left: -40px;
  bottom: 0;
  width: 111px;
  height: 76px;
  background: center/contain no-repeat url(../../images/about/sub-visual-title-l.png);
  z-index: -1;
}
.header .sub-visual-title::after {
  position: absolute;
  content: "";
  right: -40px;
  bottom: 0;
  width: 111px;
  height: 76px;
  background: center/contain no-repeat url(../../images/about/sub-visual-title-r.png);
  z-index: -1;
}
/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-gallery {
  height: 315px;
  background: center/cover no-repeat url(../../images/top/top-gallery-bg.png);
  position: relative;
  z-index: 2;
}
.top-gallery-inner {
  max-width: none;
  padding-top: 70px;
  padding-bottom: 0;
}
.top-gallery-content {
  position: relative;
}
.top-gallery-wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  margin-bottom: 30px;
}
.top-gallery-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 30px;
}
.top-gallery-list-item {
  max-width: 135px;
  width: 100%;
  height: 135px;
}
.top-gallery-list-item:not(:last-child) {
  margin-right: 20px;
}
.top-gallery-list-item:nth-child(even) {
  margin-top: 30px;
}
.top-gallery-list-item a {
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}
.top-gallery-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-gallery-list-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-gallery .cmn-btn {
  margin: 0 auto;
}
.top-gallery-sub-inner {
  padding: 0;
}

.news {
  overflow: hidden;
  background: right -100px top -100px/429.5px 397px no-repeat url(../../images/top/news-bg-r-t.png), left -100px bottom -100px/406.5px 520px no-repeat url(../../images/top/news-bg-l-b.png), right bottom/165px 506.5px no-repeat url(../../images/top/news-bg-r-b.png), #ffffff;
  position: relative;
  z-index: 1;
}
.news-inner {
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-inner .cmn-btn {
  max-width: 216px;
}
.news-en {
  display: block;
  margin-bottom: 25px;
}
.news-en img {
  height: 38px;
}
.news-section-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 65px;
}
.news-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-textbox {
  max-width: 440px;
  width: 100%;
  margin-bottom: 40px;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 21px;
}
.news-list-item:not(:last-child) a {
  padding-bottom: 21px;
  border-bottom: 1px solid #6c6c6c;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.news-visual {
  max-width: 140px;
  width: 100%;
  height: 140px;
  margin-right: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-wrap time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.news-title {
  width: 100%;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
.news-accent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #333;
  border-radius: 15px;
  border: 1px solid #000000;
}
.news-accent-tag:not(:last-child) {
  margin-right: 9px;
}
.news-right {
  max-width: 590px;
  width: 100%;
}
.news-sub-title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 13px 10px;
  text-align: center;
  color: #000000;
  background-color: #fff;
  margin-bottom: 26px;
  border: 2px solid #000000;
  border-radius: 28px;
  -webkit-box-shadow: 0 6px 0 0 #000000;
          box-shadow: 0 6px 0 0 #000000;
}
.news-sub-title .accent {
  font-size: 1.6rem;
}
.news-calendar {
  max-width: 590px;
  width: 100%;
  height: 482px;
  margin-bottom: 22px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.news-calendar iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}
.news-sub-btn {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-sub-btn::after {
  content: "";
  width: 27px;
  height: 9px;
  margin-left: 13px;
  background: center/cover no-repeat url(../../images/top/news-calendar-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-sub-btn:hover {
  opacity: 0.8;
}
.news-sub-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-btn-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-btn-list-item:not(:last-of-type) {
  margin-right: 10px;
}
.news-btn-list-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 13px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #ffd8d8;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-btn-list-item a:hover {
  opacity: 0.7;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #ffa61b;
  border: 2px solid #ffa61b;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #ffa61b;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ffa61b;
  border-bottom: 1px solid #ffa61b;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #ffa61b;
  border-right: 1px solid #ffa61b;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffa61b !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-inner {
  padding-top: 80px;
}

.top-space {
  overflow: hidden;
  background: center/1920px 808px repeat url(../../images/top/top-space-bg.png);
}
.top-space-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-space-img {
  margin-right: -20px;
  margin-bottom: 25px;
}
.top-space-textbox {
  max-width: 710px;
  width: 100%;
}
.top-space-en {
  display: block;
  margin-bottom: 15px;
}
.top-space-en img {
  height: 38px;
}
.top-space-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
.top-space-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
}
.top-space .cmn-btn {
  max-width: 334px;
  font-size: 1.6rem;
}

.top-about {
  background: left -100px top -130px/430px 529px no-repeat url(../../images/top/top-about-bg-l-t.png), right bottom/406.5px 339px no-repeat url(../../images/top/top-about-bg-r-b.png), left bottom/165px 506.5px no-repeat url(../../images/top/top-about-bg-l-b.png);
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
.top-about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-list-item {
  max-width: 340px;
  width: 100%;
  padding: 20px 12px;
  border: 2px solid #000000;
  border-radius: 14px;
}
.top-about-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-about-list-item:nth-child(1) {
  background-color: #ffd8d8;
}
.top-about-list-item:nth-child(2) {
  background-color: #feff9c;
}
.top-about-list-item:nth-child(3) {
  background-color: #dcf4ff;
}
.top-about-list-item:nth-child(4) {
  background-color: #ffe1c1;
}
.top-about-list-item:nth-child(5) {
  background-color: #f3ecff;
}
.top-about-list-item:nth-child(6) {
  background-color: #e8ffef;
}
.top-about-list-item:nth-child(7) {
  background-color: #ffedf8;
}
.top-about-list-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000000;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-about-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-top: 11px;
  margin-right: 9px;
  background-color: #ffa61b;
  border-radius: 50%;
}
.top-about-img {
  width: 100%;
  height: 160px;
  margin-bottom: 7px;
}
.top-about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

.top-event {
  overflow: hidden;
  background: center/1920px 808px repeat url(../../images/top/top-space-bg.png);
}
.top-event .cmn-btn {
  margin: 0 auto;
}
.top-event-list {
  width: 100%;
  margin-bottom: 30px;
}
.top-event-list-item {
  max-width: 332px;
  width: 49%;
}
.top-event-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-event-list-item a {
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 14px;
}
.top-event-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-event-img {
  max-width: 145px;
  width: 100%;
  height: 145px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.top-event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-event-title {
  width: 100%;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
.top-event-accent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-event-accent-tag {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 15px;
  background-color: #000000;
}
.top-event-accent-tag:not(:last-child) {
  margin-right: 9px;
}

.link-banner {
  height: 1031px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg.png);
}
.link-banner-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.link-banner-list-item {
  max-width: 168px;
  width: 48%;
  height: 153px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../../images/top/link-banner-img02.png);
}
.link-banner-list-item:nth-child(3) {
  margin: 0 auto;
}
.link-banner-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../../images/top/link-banner-img03.png);
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat url(../../images/top/link-banner-img01.png);
  border: 2px solid #000000;
  border-radius: 10px;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.link-banner-title {
  width: 90%;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 27px;
}

.top-banner {
  max-width: 375px;
  width: 100%;
  height: 564px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  background: center/cover no-repeat url(../../images/top/top-banner-bg.png);
  border: 2px solid #000000;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 0 0 #000000;
          box-shadow: 0 6px 0 0 #000000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-banner-title img {
  height: 180px;
}
.top-banner-link {
  max-width: 271px;
  width: 100%;
  height: 334px;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.top-banner-link::before {
  position: absolute;
  content: "";
  bottom: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 221px;
  height: 454px;
  background: center/contain no-repeat url(../../images/top/top-banner-phone.png);
  z-index: -1;
}
.top-banner-btn:not(:last-of-type) {
  margin-bottom: 18px;
}
.top-banner-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.top-map {
  background: bottom right/1051px 620px no-repeat url(../../images/top/top-map-bg-r-b.png), left bottom/875px 502px no-repeat url(../../images/top/top-map-bg-l-b.png), top right/511px 1013px no-repeat url(../../images/top/top-map-bg-r-t.png), #fff;
}
.top-map-wrap {
  width: 100%;
  height: 60vw;
  border-radius: 10px;
  overflow: hidden;
}
.top-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
about
==========================================*/
.about {
  height: 330px;
  background: center/cover no-repeat url(../../images/about/about-bg.png);
}
.about-inner {
  padding: 50px 0 0 0;
  position: relative;
}
.about-img {
  text-align: right;
  margin-left: auto;
  margin-bottom: 20px;
}
.about-title {
  line-height: 1;
}
.about-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000000;
  padding: 10px 13px;
  background-color: #fff;
  margin-bottom: 26px;
  border: 2px solid #000000;
  border-radius: 9px;
  -webkit-box-shadow: 0 6px 0 0 #000000;
          box-shadow: 0 6px 0 0 #000000;
}
.about-title .bg:not(:last-of-type) {
  margin-bottom: 19px;
}

.flow {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), left -30px bottom -30px/406.5px 572.5px no-repeat url(../../images/about/flow-bg-l-b.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png), right -30px bottom -30px/165px 506.5px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.flow-inner {
  padding-top: 140px;
  padding-bottom: 130px;
}
.flow .cmn-title {
  color: #000;
  line-height: 1.4;
}
.flow-list {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 55px;
  left: 29px;
  width: 2px;
  height: 2211px;
  background-color: #000000;
  z-index: -10;
}
.flow-list-item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.flow-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  background: center/cover no-repeat url(../../images/about/flow-no01.png);
}
.flow-list-item:nth-child(1) .flow-content {
  background-color: #ffd8d8;
}
.flow-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/about/flow-no02.png);
}
.flow-list-item:nth-child(2) .flow-content {
  background-color: #feff9c;
}
.flow-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/about/flow-no03.png);
}
.flow-list-item:nth-child(3) .flow-content {
  background-color: #dcf4ff;
}
.flow-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../../images/about/flow-no04.png);
}
.flow-list-item:nth-child(4) .flow-content {
  background-color: #ffe1c1;
}
.flow-list-item:nth-child(5)::before {
  background: center/cover no-repeat url(../../images/about/flow-no05.png);
}
.flow-list-item:nth-child(5) .flow-content {
  background-color: #f3ecff;
}
.flow-list-item:nth-child(6)::before {
  background: center/cover no-repeat url(../../images/about/flow-no06.png);
}
.flow-list-item:nth-child(6) .flow-content {
  background-color: #e8ffef;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.flow-list-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #000000;
}
.flow-content {
  max-width: 930px;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #000000;
  border-radius: 14px;
}
.flow-img {
  margin-bottom: 15px;
}
.flow-textbox {
  max-width: 530px;
  width: 100%;
  margin-top: 10px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.flow-sub-content {
  padding: 30px 15px 20px 15px;
  background: center/cover no-repeat url(../../images/about/flow-sub-content-bg.png);
  border: 2px solid #000000;
  border-radius: 14px;
}
.flow-sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
.flow-text-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
  padding: 12px 15px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flow-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/about/flow-check.png);
}
.flow-text-list-item .s-font {
  font-size: 1.6rem;
}
.flow-text-list-item:not(:last-child) {
  margin-bottom: 13px;
}

.question {
  background: center/1920px 808px repeat url(../../images/top/top-space-bg.png);
}
.question-list {
  max-height: 2186px;
  overflow-y: auto;
}
.question-list-item {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 14px;
  background-color: #fff;
  border: 2px solid #000;
}
.question-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.question-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333333;
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/about/Q.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
.question-body img {
  max-width: 100%;
}

/*========================================
menu
==========================================*/
.menu {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), left -30px bottom -30px/406.5px 572.5px no-repeat url(../../images/about/flow-bg-l-b.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png), right -30px bottom -30px/165px 506.5px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.menu .cmn-title {
  color: #000;
}
.menu-main {
  padding: 20px 15px;
  background-color: #feff9c;
  border: 2px solid #000;
  border-radius: 14px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.menu-main:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-main-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333333;
}
.menu-main-text:last-of-type {
  text-align: right;
}
.menu-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-list-item {
  max-width: 520px;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 14px;
}
.menu-list-title {
  width: 70%;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333333;
}
.menu-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.menu-price {
  width: 28%;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  text-align: right;
}
.menu-body {
  font-size: 1.6rem;
  font-weight: 500;
}
.menu-body img {
  max-width: 100%;
}
.menu-sub-title {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
}
.menu-sub-content {
  padding: 25px 15px 20px 15px;
  background: center/cover no-repeat url(../../images/about/flow-sub-content-bg.png);
  border: 2px solid #000000;
  border-radius: 14px;
}
.menu-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.menu-sub-content:last-of-type {
  background: #fff;
}
.menu-sub-content:last-of-type .menu-sub-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.menu-sub-content.white {
  background: #fff;
}
.menu-sub-content.white .menu-sub-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.menu-sub-content .menu-list-item {
  max-width: none;
  padding: 20px 15px;
}
.menu-sub-content .menu-list-title {
  font-size: 1.9rem;
}
.menu-sub-content .menu-price {
  font-size: 1.9rem;
}
.menu-notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

.calendar {
  overflow: hidden;
  background: center/1920px 808px repeat url(../../images/top/top-space-bg.png);
}
.calendar-title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 20px 14px;
  text-align: center;
  color: #000000;
  background-color: #fff;
  margin-bottom: 30px;
  border: 2px solid #000000;
  border-radius: 25px;
  -webkit-box-shadow: 0 6px 0 0 #000000;
          box-shadow: 0 6px 0 0 #000000;
}
.calendar-wrap {
  width: 100%;
  height: 570px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.calendar-wrap iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}
.calendar .cmn-btn {
  max-width: 430px;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-left: auto;
}

/*========================================
game
==========================================*/
.game {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png);
}
.game .cmn-title {
  color: #000;
}

/*========================================
intro
==========================================*/
.intro {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), left -30px bottom -30px/406.5px 572.5px no-repeat url(../../images/about/flow-bg-l-b.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png), right -30px bottom -30px/165px 506.5px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.intro-inner {
  max-width: 1090px;
}
.intro .cmn-title {
  color: #000;
}
.intro-wrap {
  width: 100%;
  max-height: 1600px;
  overflow-y: auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
.intro-thumb {
  margin-bottom: 20px;
}
.intro-thumb a {
  width: 100%;
  height: 100%;
}
.intro-thumb a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.intro-thumb-img {
  width: 100%;
  height: 275px;
  margin-bottom: 8px;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}
.intro-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.intro-list-item {
  max-width: 336px;
  width: 49%;
  margin-bottom: 20px;
}
.intro-list-item a {
  width: 100%;
  height: 100%;
}
.intro-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.intro-img {
  width: 100%;
  height: 170px;
  margin-bottom: 8px;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}
.intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-body {
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.intro-body img {
  max-width: 100%;
}
.intro-detail .intro-img {
  width: 100%;
  height: 275px;
}
.intro-sub-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.intro-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 7px 8px 7px;
  background-color: #feff9c;
  border: 2px solid #000000;
  border-radius: 14px;
}
.intro-sub-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro-sub-list-item {
  max-width: 150px;
  width: 32%;
  text-align: center;
  margin-bottom: 20px;
}
.intro-sub-list-item:not(:nth-child(3n)) {
  margin-right: 6px;
}
.intro-sub-list-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333333;
}
.intro-icon {
  max-width: 105px;
  width: 100%;
  height: 105px;
  margin: 0 auto;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50%;
}
.intro-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*========================================
recommend
==========================================*/
.recommend {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), left -30px bottom -30px/406.5px 572.5px no-repeat url(../../images/about/flow-bg-l-b.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png), right -30px bottom -30px/165px 506.5px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.recommend .cmn-title {
  color: #000;
}
.recommend-list-item {
  width: 100%;
  padding: 25px 15px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 10px;
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.recommend-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.recommend-img {
  max-width: 260px;
  width: 100%;
  height: 260px;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.recommend-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend-textbox {
  max-width: 680px;
  width: 100%;
}
.recommend-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.recommend-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.recommend-body img {
  max-width: 100%;
}
.recommend-sub-content {
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  background-color: #feff9c;
  border-radius: 14px;
}
.recommend-img-list {
  max-width: 350px;
  width: 100%;
  max-height: 450px;
  overflow-x: auto;
  margin-bottom: 15px;
}
.recommend-img-list-item {
  max-width: 310px;
  width: 100%;
  height: 206px;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}
.recommend-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.recommend-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend-sub-textbox {
  max-width: 464px;
  width: 100%;
}
.recommend-sub-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.recommend-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-top: 11px;
  margin-right: 9px;
  background-color: #ffa61b;
  border-radius: 50%;
}
.recommend-sub-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.recommend-sub-body img {
  max-width: 100%;
}
.recommend-detail-content {
  padding: 25px 15px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 10px;
}
.recommend-detail-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.recommend-detail-body img {
  max-width: 100%;
}
.recommend-detail-sub-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.recommend-detail-sub-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.info {
  background: left -80px top -80px/439.5px 298px no-repeat url(../../images/about/flow-bg-l-t.png), left -30px bottom -30px/406.5px 572.5px no-repeat url(../../images/about/flow-bg-l-b.png), right -30px top -30px/353.5px 470.5px no-repeat url(../../images/about/flow-bg-r-t.png), right -30px bottom -30px/165px 506.5px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.info .cmn-title {
  color: #000;
}
.info-textbox {
  padding: 20px 15px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 14px;
}
.info-table {
  width: 100%;
}
.info-table tr {
  border-bottom: 1px solid #000000;
}
.info-table tr:last-of-type {
  border-bottom: none;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 15px 0 15px;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 15px;
  vertical-align: middle;
}
.info .menu-sub-content {
  margin-bottom: 72px;
}
.info-sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.info .cmn-btn {
  max-width: 430px;
  margin-left: auto;
  font-size: 1.6rem;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.parking {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.parking::before {
  position: absolute;
  content: "";
  top: -160px;
  left: 0;
  width: 260px;
  height: 540px;
  background: center/contain no-repeat url(../../images/info/parking-bg-l-t.png);
  z-index: -1;
}
.parking::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 813px;
  height: 678px;
  background: center/contain no-repeat url(../../images/info/parking-bg-r-b.png);
  z-index: -1;
}
.parking-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.parking-list-item {
  max-width: 508px;
  width: 100%;
  padding: 27px 17px;
  background-color: #ffd8d8;
  border: 2px solid #000;
  border-radius: 14px;
}
.parking-list-item:nth-child(2) {
  margin-top: 20px;
  background-color: #feff9c;
}
.parking-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.parking-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background-color: #ffa61b;
  border-radius: 50%;
}
.parking-map {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #ffa61b;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #ffa61b;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #ffa61b;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ffa61b;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #ffa61b;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #ffa61b;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #ffa61b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #ffa61b;
  border-right: 1px solid #ffa61b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  border-top: 2px solid #000000;
}
.footer-inner {
  width: 95%;
  padding: 25px 0;
  max-width: 1110px;
  margin: 0 auto;
}
.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 34px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.footer-tel {
  max-width: 290px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffae2e), color-stop(50%, #ff9c00));
  background: -webkit-linear-gradient(top, #ffae2e 50%, #ff9c00 50%);
  background: linear-gradient(to bottom, #ffae2e 50%, #ff9c00 50%);
  border-radius: 8px;
  border: 2px solid #000000;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer-tel-txt img {
  display: block;
}
.footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  padding: 0 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 8px;
  border: 2px solid #000000;
}
.footer-btn:not(:last-of-type) {
  margin-right: 18px;
}
.footer-btn .accent {
  font-size: 2.2rem;
}
.footer-btn.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #26d26c), color-stop(50%, #06c755));
  background: -webkit-linear-gradient(top, #26d26c 50%, #06c755 50%);
  background: linear-gradient(to bottom, #26d26c 50%, #06c755 50%);
}
.footer-btn:hover {
  opacity: 0.7;
}
.footer-btn img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 275px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(8)) {
  margin-bottom: 21px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #333333;
}
.footer-nav-list-item a:hover {
  color: #ff9c00;
}
.footer-bottom {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}