/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  padding: 0 20px;
  background-color: #fff;
  -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;
  border-bottom: 2px solid #000000;
  z-index: 1000;
}
.header-logo {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: 27px;
}
@media (max-width: 1302px) {
  .header-logo {
    width: 200px;
    margin-top: 36px;
  }
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 1110px;
  width: 100%;
}
@media (max-width: 1302px) {
  .header-content {
    max-width: 1030px;
  }
}
.header-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 1302px) {
  .header-info {
    width: 1030px;
  }
}
.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: 0 0 19px 19px;
  border: 2px solid #000000;
  border-top: none;
}
.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%;
}
@media (max-width: 1302px) {
  .header .global-nav {
    width: 1030px;
  }
}
.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: 930px;
  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: 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: 240px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 530px;
  margin-top: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 188px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  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: 1052px;
  height: 62px;
  background-color: #fff;
  border: 4px solid #000000;
  border-radius: 12px;
  z-index: -1;
}
.header .sub-visual-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  left: -115px;
  bottom: 0;
  width: 306px;
  height: 210px;
  background: center/cover no-repeat url(../../images/about/sub-visual-title-l.png);
  z-index: -1;
}
.header .sub-visual-title::after {
  position: absolute;
  content: "";
  right: -115px;
  bottom: 0;
  width: 306px;
  height: 210px;
  background: center/cover no-repeat url(../../images/about/sub-visual-title-r.png);
  z-index: -1;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-gallery {
  height: 332px;
  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: 128px;
  padding-bottom: 0;
}
.top-gallery-content {
  position: relative;
}
.top-gallery-wrap {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 10px;
}
.top-gallery-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 30px;
}
.top-gallery-list-item {
  max-width: 270px;
  width: 100%;
  height: 270px;
}
.top-gallery-list-item:not(:last-child) {
  margin-right: 35px;
}
.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-left: auto;
}
.top-gallery-sub-inner {
  padding: 0;
}

.news {
  background: right top/859px 794px no-repeat url(../../images/top/news-bg-r-t.png), left bottom/813px 1040px no-repeat url(../../images/top/news-bg-l-b.png), right bottom/330px 1013px no-repeat url(../../images/top/news-bg-r-b.png), #ffffff;
  position: relative;
  z-index: 1;
}
.news-inner {
  padding-top: 230px;
  padding-bottom: 186px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-inner .cmn-btn {
  position: absolute;
  left: 380px;
  top: 332px;
  max-width: 216px;
}
.news-en {
  display: block;
  margin-bottom: 35px;
}
.news-section-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 65px;
}
.news-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-textbox {
  max-width: 440px;
  width: 100%;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.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;
  padding-top: 20px;
  background-color: #fff;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-visual {
  max-width: 160px;
  width: 100%;
  height: 160px;
  margin-right: 33px;
}
.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.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
  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;
  letter-spacing: 0.04em;
  padding: 17px 0;
  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.8rem;
}
.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.8rem;
  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: 15px;
}
.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: 20px 18px;
  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: 350px;
  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: 30px;
}
.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-title {
  font-size: 2.5rem;
  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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #ffa61b;
  border-right: 1px solid #ffa61b;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffa61b !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news-inner {
  padding: 150px 0;
}

.top-space {
  overflow: hidden;
  background: center/1920px 808px repeat url(../../images/top/top-space-bg.png);
}
.top-space-inner {
  padding: 113px 0;
}
.top-space-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-space-img {
  margin-right: -420px;
}
.top-space-textbox {
  max-width: 710px;
  width: 100%;
}
.top-space-en {
  display: block;
  margin-bottom: 15px;
}
.top-space-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 38px;
  letter-spacing: 0.06em;
}
.top-space-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 45px;
}
.top-space .cmn-btn {
  max-width: 334px;
  font-size: 1.6rem;
}

.top-about {
  background: left top -260px/860px 1058px no-repeat url(../../images/top/top-about-bg-l-t.png), right bottom/813px 678px no-repeat url(../../images/top/top-about-bg-r-b.png), left bottom/330px 1013px no-repeat url(../../images/top/top-about-bg-l-b.png);
}
.top-about-inner {
  padding: 150px 0;
}
.top-about-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
.top-about-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about-list-item {
  max-width: 254px;
  width: 100%;
  height: 372px;
  padding: 26px 12px;
  border: 2px solid #000000;
  border-radius: 14px;
}
.top-about-list-item:not(:nth-child(4n)) {
  margin-right: 21px;
}
.top-about-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 28px;
}
.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 {
  min-height: 67px;
  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 {
  margin-bottom: 7px;
}
.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-inner {
  padding: 130px 0;
}
.top-event-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 55px;
}
.top-event-list-item {
  max-width: 332px;
  width: 100%;
  min-height: 466px;
}
.top-event-list-item:not(:nth-child(3n)) {
  margin-right: 42px;
}
.top-event-list-item a {
  width: 100%;
  height: 100%;
  padding: 26px 14px 30px 14px;
  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: 300px;
  width: 100%;
  height: 210px;
  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;
}
.top-event .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  height: 708px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg.png);
}
.link-banner-list {
  margin-bottom: 94px;
}
.link-banner-list-item {
  max-width: 332px;
  width: 100%;
  height: 224px;
}
.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) a {
  background: center/cover no-repeat url(../../images/top/link-banner-img03.png);
}
.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: 232px;
  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: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 27px;
}

.top-banner {
  max-width: 900px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 0 63px 0 57px;
  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;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-banner-link {
  max-width: 271px;
  width: 100%;
  height: 366px;
  padding-top: 207px;
  -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: -190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 271px;
  height: 557px;
  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-inner {
  padding: 247px 0 150px 0;
}
.top-map-wrap {
  width: 100%;
  height: 482px;
  border-radius: 10px;
  overflow: hidden;
}
.top-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
about
==========================================*/
.about {
  height: 652px;
  background: center/cover no-repeat url(../../images/about/about-bg.png);
}
.about-inner {
  padding: 100px 0 0 0;
  position: relative;
}
.about-img {
  text-align: right;
  margin-left: auto;
}
.about-title {
  position: absolute;
  left: 0;
  bottom: 144px;
  line-height: 1;
}
.about-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000000;
  padding: 10px 25px;
  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 top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), left bottom/813px 1145px no-repeat url(../../images/about/flow-bg-l-b.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png), right bottom/330px 1013px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.flow-inner {
  padding-top: 210px;
  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: 54px;
  width: 2px;
  height: 1410px;
  background-color: #000000;
  z-index: -10;
}
.flow-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.flow-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  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.4rem;
  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: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 2px solid #000000;
  border-radius: 14px;
}
.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: 50px;
  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: 3.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
.flow-text-list-item {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
  padding: 12px 25px;
  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-inner {
  padding: 135px 0;
}
.question-list {
  max-height: 1920px;
  overflow-y: auto;
}
.question-list-item {
  width: 100%;
  padding: 23px 38px;
  border-radius: 14px;
  background-color: #fff;
  border: 2px solid #000;
}
.question-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.question-title {
  font-size: 2.4rem;
  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: "";
  width: 46px;
  height: 46px;
  margin-right: 17px;
  background: center/cover no-repeat url(../../images/about/Q.png);
}
.question-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
.question-body img {
  max-width: 100%;
}

/*========================================
menu
==========================================*/
.menu {
  background: left top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), left bottom/813px 1145px no-repeat url(../../images/about/flow-bg-l-b.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png), right bottom/330px 1013px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.menu-inner {
  padding: 130px 0;
}
.menu .cmn-title {
  color: #000;
}
.menu-main {
  padding: 55px 59px;
  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 {
  width: 49%;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  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: 25px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 14px;
}
.menu-list-title {
  width: 70%;
  font-size: 2.2rem;
  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: 20px;
  margin-bottom: 17px;
  border-bottom: 1px solid #000000;
}
.menu-price {
  width: 28%;
  font-size: 2.2rem;
  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: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: #333333;
  margin-bottom: 35px;
  text-align: center;
}
.menu-sub-content {
  padding: 50px;
  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: 37px;
}
.menu-sub-content:last-of-type {
  background: #fff;
}
.menu-sub-content:last-of-type .menu-sub-title {
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #000000;
}
.menu-sub-content.white {
  background: #fff;
}
.menu-sub-content.white .menu-sub-title {
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #000000;
}
.menu-sub-content .menu-list-item {
  max-width: none;
  padding: 28px 42px;
}
.menu-sub-content .menu-list-title {
  font-size: 2.4rem;
}
.menu-sub-content .menu-price {
  font-size: 2.4rem;
}
.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-inner {
  padding: 129px 0;
}
.calendar-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 22px 0;
  text-align: center;
  color: #000000;
  background-color: #fff;
  margin-bottom: 30px;
  border: 2px solid #000000;
  border-radius: 35px;
  -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.6rem;
  margin-left: auto;
}

/*========================================
game
==========================================*/
.game {
  background: left top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png);
}
.game-inner {
  padding: 130px 0;
}
.game .cmn-title {
  color: #000;
}

/*========================================
intro
==========================================*/
.intro {
  background: left top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), left bottom/813px 1145px no-repeat url(../../images/about/flow-bg-l-b.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png), right bottom/330px 1013px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.intro-inner {
  max-width: 1090px;
  padding: 130px 0;
}
.intro .cmn-title {
  color: #000;
}
.intro-wrap {
  width: 100%;
  max-height: 966px;
  overflow-y: auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
.intro-thumb {
  margin-bottom: 35px;
}
.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: 556px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro-list-item {
  max-width: 336px;
  width: 100%;
  margin-bottom: 35px;
}
.intro-list-item:not(:nth-child(3n)) {
  margin-right: 33px;
}
.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: 270px;
  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: 2rem;
  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: 556px;
}
.intro-sub-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 45px;
  text-align: center;
}
.intro-content {
  padding: 40px 38px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro-sub-list-item {
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.intro-sub-list-item:not(:nth-child(6n)) {
  margin-right: 20px;
}
.intro-sub-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
}
.intro-icon {
  width: 150px;
  height: 150px;
  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 top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), left bottom/813px 1145px no-repeat url(../../images/about/flow-bg-l-b.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png), right bottom/330px 1013px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.recommend-inner {
  max-width: 1090px;
  padding: 130px 0;
}
.recommend .cmn-title {
  color: #000;
}
.recommend-list-item {
  width: 100%;
  padding: 28px 48px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 10px;
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 64px;
}
.recommend-list-item .cmn-btn {
  margin-left: auto;
}
.recommend-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 38px;
}
.recommend-img {
  max-width: 260px;
  width: 100%;
  height: 260px;
  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: 2.4rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
  margin-bottom: 26px;
  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 {
  height: 360px;
  padding: 30px 40px 30px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  background-color: #feff9c;
  border-radius: 14px;
}
.recommend-img-list {
  max-width: 350px;
  width: 100%;
  max-height: 450px;
  height: 95%;
  overflow-y: auto;
}
.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: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 22px;
  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: 28px 48px;
  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 .recommend-img-list {
  height: auto;
}
.recommend-detail .recommend-sub-content {
  height: auto;
}
.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 top/879px 596px no-repeat url(../../images/about/flow-bg-l-t.png), left bottom/813px 1145px no-repeat url(../../images/about/flow-bg-l-b.png), right top/707px 941px no-repeat url(../../images/about/flow-bg-r-t.png), right bottom/330px 1013px no-repeat url(../../images/about/flow-bg-r-b.png);
}
.info-inner {
  padding: 130px 0;
}
.info .cmn-title {
  color: #000;
}
.info-textbox {
  padding: 32px 48px;
  margin-bottom: 50px;
  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 {
  width: 190px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 0 18px 30px;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  vertical-align: middle;
}
.info .menu-sub-content {
  margin-bottom: 72px;
}
.info-sub-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-bottom: 47px;
}
.info .cmn-btn {
  max-width: 430px;
  margin-left: auto;
  font-size: 1.6rem;
}
.info-map {
  width: 100%;
  height: 500px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.parking {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.parking::before {
  position: absolute;
  content: "";
  top: -260px;
  left: 0;
  width: 860px;
  height: 1754px;
  background: center/cover 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/cover no-repeat url(../../images/info/parking-bg-r-b.png);
  z-index: -1;
}
.parking-inner {
  padding: 135px 0;
}
.parking-list {
  margin-bottom: 65px;
}
.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) {
  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 input {
  color: #fff;
  background-color: #ffa61b;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #ffa61b;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #ffa61b;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #ffa61b;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.footer {
  border-top: 2px solid #000000;
}
.footer-inner {
  padding: 50px 0 60px 0;
  max-width: 1110px;
  width: 100%;
  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;
  margin-bottom: 34px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 58px;
}
.footer-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: 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: 11px;
  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: 35px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 13px;
}
.footer-nav-list-item:not(:nth-child(7)) {
  margin-right: 31px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.footer-nav-list-item a:hover {
  color: #ff9c00;
}
.footer-bottom {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}