@font-face {
  src: url(../fonts/SeaweedScript-Regular.ttf);
  font-family: seaweed-script-pro;
}

@font-face {
  src: url(../fonts/SourceHanSansJP-Regular.otf);
  font-family: source-han-sans-cjk-ja;
}

@font-face {
  src: url(../fonts/Petersburg-Regular.woff);
  font-family: 'petersburg-web';
}

@font-face {
  src: url(../fonts/Raleway-VariableFont_wght.ttf);
  font-family: Raleway;
}

@font-face {
  src: url(../fonts/MonsieurLaDoulaise-Regular.ttf);
  font-family: Monsieur La Doulaise;
}

@font-face {
  src: url(../fonts/Notera_PersonalUseOnly.ttf);
  font-family: Notera;
}

@keyframes opening_bg {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opening_logo {
  0% {
    width: 300px;
  }
  100% {
    width: 140%;
  }
}

img {
  width: 100%;
}

.top main {
  margin-top: 0;
  padding-bottom: 0;
}

/* tit_box */
.tit_box h3 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.1;
}

.tit_box .catch {
  font-family: "petersburg-web", serif;
}

.tit_box .txt {
  margin-top: 10px;
}

.tit_box h3 {
  /* for pc */
}

@media screen and (min-width: 761px) {
  .tit_box h3 {
    margin-bottom: 20px;
    font-size: 70px;
  }
}

.tit_box .catch {
  /* for pc */
}

@media screen and (min-width: 761px) {
  .tit_box .catch {
    margin-bottom: 60px;
    font-size: 20px;
  }
}

.tit_box .txt {
  margin-top: 7px;
}

.more {
  width: 140px;
  margin: 20px auto 0;
  padding: 10px 0;
  border: 1px solid #333333;
  font-family: source-han-serif-japanese, serif;
  font-size: 13px;
}

@media screen and (max-width: 760px) {
  .more {
    margin-top: 5%;
  }
}

.container {
  box-sizing: border-box;
}

@media screen and (min-width: 761px) {
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    height: 660px;
    margin: 0 0 78px;
    padding: 0 50px;
  }
  .topvisual .box_bnr {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .topvisual .box_bnr .main_bnr {
    z-index: 1000;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 340px;
  }
}

@media screen and (max-width: 760px) {
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    max-height: auto;
    padding: 0 18px 140%;
  }
  .topvisual .mv_logo {
    z-index: 3000;
    position: absolute;
    top: 2%;
    left: 8%;
    width: 35%;
  }
  .box_bnr .main_bnr {
    margin-bottom: 15px;
  }
}

.topvisual .txt_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.topvisual .txt_main .title {
  font-family: seaweed-script-pro, sans-serif;
  font-size: 78px;
}

.topvisual .txt_main .txt {
  font-family: source-han-serif-japanese, serif;
  font-size: 18px;
}

.topvisual .slider {
  display: inline;
  display: initial;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
}

.topvisual .slider:not(.slick-initialized) .item + .item {
  display: none;
}

.topvisual .slider .item .image {
  z-index: 999 !important;
  position: relative;
  width: 100%;
  height: 660px;
  background-position: center;
  background-size: cover;
}

.topvisual .main_cover {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.topvisual .slider li.image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: opacity 1s !important;
}

.topvisual .inner {
  position: relative;
}

.topvisual .main {
  position: absolute;
  top: 0;
  left: 50%;
  width: 486px;
  margin-left: -420px;
  padding: 180px 0;
  text-align: center;
}

.topvisual .main .catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
}

.topvisual .main .name {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
}

.topvisual .main .name span {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}

.topvisual .main .name img {
  height: 42px;
}

.visual_wrapper {
  padding: 0 0 100px;
}

@media screen and (max-width: 760px) {
  .topvisual .txt_main {
    width: 100%;
  }
  .visual_wrapper {
    padding: 0 0 15%;
  }
  .topvisual .slider {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 131%;
    overflow: hidden;
    text-align: center;
  }
  .topvisual .slider .item {
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .topvisual .slider .item .pc {
    display: none;
  }
  .topvisual .txt_main .title {
    font-size: 10vw;
  }
  .topvisual .txt_main .txt {
    font-size: 14px;
  }
}

.section_best {
  width: 1090px;
  margin: 0 auto 80px;
}
.section_best.anniversary50th {
  margin: 0 auto 40px;
}

@media screen and (max-width: 760px) {
  .section_best {
    width: 90%;
    margin: 0 auto 15%;
  }
  .section_best.anniversary50th {
    margin: 0 auto 5%;
  }
}

/* section_news*/
.section_news {
  width: 1020px;
  margin: 0 auto;
}

.section_news .wrap_tit_deco {
  margin: 0 0 26px;
}

.section_news .inner {
  text-align: center;
}

.section_news .news_list {
  text-align: left;
}

.section_news .news_list .list {
  display: flex;
  justify-content: space-between;
}

.section_news .news_list li {
  position: relative;
  flex: 0 0 30.2%;
  max-width: 30.2%;
}

.section_news .news_list li .text-overflow-row-2 {
  max-height: 45px;
  font-weight: 400;
}

.section_news .news_list li .date {
  font-size: 12px;
}

.section_news .news_list li .label {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 70px;
}

.section_news .news_list li .image {
  position: relative;
  height: 308px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 10px;
}

.section_news .news_list li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.section_news .news_list .icons {
  margin: 5px 0;
}

.section_news .news_list .icons li {
  display: inline-block;
  flex: none;
  min-width: auto;
  max-width: 100%;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_news .btn a {
  margin: 40px 0 0;
  border: 1px solid #336699;
  border-radius: 5px;
  background: #fff;
  color: #336699;
  font-size: 13px;
  transition: 0.2s ease-in-out;
}

.section_news .btn a:hover {
  border-color: #336699;
  background: #336699;
  color: #fff;
  opacity: 1;
}

.section_news .btn a .svg-icon {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.wrap_tit_deco {
  text-align: center;
}

.tit_deco {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  font-family: "petersburg-web", serif;
  font-size: 32px;
}

.tit_deco:before, .tit_deco:after {
  position: absolute;
  width: 82px;
  height: 1px;
  background: #91A4CC;
  content: "";
}

.tit_deco:before {
  top: 18px;
  left: -82px;
}

.tit_deco:after {
  top: 18px;
  right: -82px;
}

.tit_deco h2:before, .tit_deco h2:after {
  position: absolute;
  width: 82px;
  height: 1px;
  background: #91A4CC;
  content: "";
}

.tit_deco h2:before {
  top: 50%;
  left: -82px;
}

.tit_deco h2:after {
  top: 50%;
  right: -82px;
}

.tit_deco span:before, .tit_deco span:after {
  position: absolute;
  width: 82px;
  height: 1px;
  background: #91A4CC;
  content: "";
}

.tit_deco span:before {
  bottom: 16px;
  left: -82px;
}

.tit_deco span:after {
  right: -82px;
  bottom: 16px;
}

@media screen and (max-width: 760px) {
  .section_news {
    top: inherit;
    width: 100%;
    background: #fff;
  }
  .section_news .btn {
    width: 64%;
  }
  .section_news .btn a {
    margin: 3vw 0 0;
  }
  .section_news .title_box h4 {
    font-size: 24px;
  }
  .section_news .title_box h4 .sub {
    padding-left: 6px;
    font-size: 11px;
  }
  .section_news .title_box .btn_list a {
    font-size: 12px;
  }
  .section_news .news_list li .image {
    height: 73vw;
    margin: 0 0 10px;
  }
  .section_news .news_list li a {
    display: block;
    padding: 10px;
  }
  .section_news .news_list .list {
    padding: 0;
  }
  .section_news .news_list .list li p.tit {
    display: block;
    width: 100%;
    height: 26px;
    font-size: 14px;
  }
  .section_news .news_list .slick-track {
    padding: 10px 0 0 0;
  }
  .section_news .news_list .slick-list {
    margin: -10px 0 0;
  }
  .tit_deco:before, .tit_deco:after,
  .tit_deco h2:before, .tit_deco h2:after,
  .tit_deco span:before, .tit_deco span:after {
    width: 36px;
  }
  .tit_deco {
    padding: 0 4%;
    font-size: 5vw;
  }
  .tit_deco span {
    font-weight: 400;
  }
  .tit_deco:before, .tit_deco h2:before, .tit_deco span:before {
    left: -15%;
  }
  .tit_deco:after, .tit_deco h2:after, .tit_deco span:after {
    right: -15%;
  }
  .tit_deco:before, .tit_deco:after {
    top: calc(50% - 5px);
    transform: translateY(-50%);
  }
  .tit_deco span:before, .tit_deco span:after {
    top: calc(50% + 5px);
    transform: translateY(-50%);
  }
}

/* section_concept*/
.section_concept {
  margin-top: 70px;
  text-align: center;
}

.section_concept h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
}

.section_concept .catch {
  margin-top: 20px;
  color: #336699;
  font-family: "petersburg-web", serif;
  font-size: 18px;
}

.section_concept .txt {
  margin-top: 25px;
  font-family: "petersburg-web", serif;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .box_bnr {
    margin: 93px 5% 0;
  }
  .section_concept {
    margin-top: 358px;
    padding: 0 5%;
  }
  .section_concept h2 {
    font-size: 23px;
    font-weight: 300;
  }
  .section_concept .catch {
    margin-top: 5%;
    font-size: 15px;
  }
  .section_concept .txt {
    margin-top: 3%;
  }
}

/* section_reason*/
.section_reason {
  position: relative;
  margin-top: 80px;
  padding: 0 5%;
  text-align: center;
}

.section_reason .box_l {
  position: absolute;
  top: 50%;
  left: 5%;
  width: calc(100% - 77%);
  padding: 130px 0 80px;
  transform: translateY(-50%);
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.section_reason .box_l h3 {
  position: relative;
}

.section_reason .box_l h3::before {
  z-index: 1000;
  position: absolute;
  top: -53px;
  left: 50%;
  width: 40px;
  height: 45px;
  transform: translateX(-50%);
  background: url(../img/top/icon_reason.png) 100% 1px no-repeat;
  background-size: 100%;
  content: "";
}

.section_reason .box_l .txt {
  margin-top: 20px;
  font-family: "petersburg-web", serif;
  line-height: 1.9;
}

.section_reason .box_l .more {
  margin-top: 40px;
}

.section_reason .box_r {
  position: relative;
  width: 65%;
  height: 511px;
  float: right;
  overflow: hidden;
  line-height: 0;
}

.section_reason .unit_inner {
  height: 511px;
  background-image: url(../img/top/img_reason.jpg);
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .section_reason {
    margin-top: 5%;
  }
  .section_reason .box_l {
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    margin-top: 20%;
    padding: 0 0 12%;
    float: none;
    transform: inherit;
    border-top: none;
  }
  .section_reason .box_l .txt {
    margin-top: 10px;
  }
  .section_reason .box_l .more {
    margin-top: 6%;
  }
  .section_reason .ph {
    margin-top: 11%;
    padding-top: 11%;
    border-top: 1px solid #1f1f1f;
  }
}

.top .main_fair,
.calendar_naka {
  position: relative;
  width: 100%;
  background: url(../img/top/bg_fair.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
}

.top .main_fair .simple_monthly_calendar .calendar_slide,
.calendar_naka .simple_monthly_calendar .calendar_slide {
  width: 560px;
  padding: 30px;
  background: #fff;
}

.top .main_fair {
  background: #F7F3EE;
}

.top .main_fair .section_calendar,
.calendar_naka .section_calendar {
  margin-bottom: 0;
}

.top .main_fair .simple_monthly_calendar .calendar_slide,
.calendar_naka .simple_monthly_calendar .calendar_slide {
  margin-bottom: 0;
  padding: 30px 30px 8px;
}

.top .main_fair .simple_monthly_calendar .calendar_slide .tit_box,
.calendar_naka .simple_monthly_calendar .calendar_slide .tit_box {
  margin-bottom: 3px;
}

.top .main_fair .simple_monthly_calendar .calendar_body a,
.calendar_naka .simple_monthly_calendar .calendar_body a {
  border-radius: 50%;
}

.top .main_fair .simple_monthly_calendar .month_title h4,
.calendar_naka .simple_monthly_calendar .month_title h4 {
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 71px;
}

.top .main_fair .section_day h3.tit,
.calendar_naka .section_day h3.tit {
  border-top: none;
}

.top .main_fair .simple_monthly_calendar .special_fair,
.calendar_naka .simple_monthly_calendar .special_fair {
  width: 100%;
  height: 540px;
  padding: 40px;
  border: none;
  background: #fff;
}

.top .main_fair .simple_monthly_calendar .special_fair .news_calendar,
.calendar_naka .simple_monthly_calendar .special_fair .news_calendar {
  width: 99%;
  overflow: hidden;
}

@media (max-width: 760px) {
  .top .main_fair .simple_monthly_calendar .special_fair .news_calendar,
  .calendar_naka .simple_monthly_calendar .special_fair .news_calendar {
    width: 100%;
  }
}

.top .main_fair .simple_monthly_calendar .special_fair .tit_box,
.calendar_naka .simple_monthly_calendar .special_fair .tit_box {
  margin-bottom: 15px;
}

.top .main_fair .simple_monthly_calendar .special_fair .ph,
.calendar_naka .simple_monthly_calendar .special_fair .ph {
  width: 409px;
  margin: 0 auto;
}

.top .main_fair .simple_monthly_calendar .special_fair .txt_wrapper,
.calendar_naka .simple_monthly_calendar .special_fair .txt_wrapper {
  margin-top: 10px;
  text-align: center;
}

.top .main_fair .simple_monthly_calendar .special_fair .txt_wrapper .date,
.calendar_naka .simple_monthly_calendar .special_fair .txt_wrapper .date {
  margin-top: 5px;
  font-size: 15px;
}

.top .main_fair .simple_monthly_calendar .special_fair .txt_wrapper .tit,
.calendar_naka .simple_monthly_calendar .special_fair .txt_wrapper .tit {
  max-height: 100px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .top .main_fair .simple_monthly_calendar .special_fair .txt_wrapper .tit,
  .calendar_naka .simple_monthly_calendar .special_fair .txt_wrapper .tit {
    max-height: 112px;
  }
}

.wrap_tit_deco2 {
  text-align: center;
}

.tit_deco2 {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  font-family: "petersburg-web", serif;
  font-size: 46px;
}

.tit_deco2 .dots-group {
  top: 5px;
}

.tit_deco2 .dots-group .dot {
  margin-bottom: 4px;
  background-color: #333333;
}

.tit_deco2 .dots-group.dots-left {
  left: 4px;
}

.tit_deco2 .dots-group.dots-left .dots:last-child {
  transform: rotate(-25deg);
}

.tit_deco2 .dots-group.dots-right .dots:last-child {
  transform: rotate(25deg);
}

@media screen and (max-width: 760px) {
  .tit_deco2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .tit_deco2 .dots-group {
    top: -5px;
  }
}

@media screen and (max-width: 760px) {
  .top .main_fair,
  .calendar_naka {
    height: inherit;
    margin-top: 0;
    padding: 4% 0;
  }
  .top .main_fair .section_calendar,
  .calendar_naka .section_calendar {
    padding: 0 5%;
  }
  .top .main_fair .simple_monthly_calendar .calendar_slide,
  .calendar_naka .simple_monthly_calendar .calendar_slide {
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0 8px;
  }
  .top .main_fair .simple_monthly_calendar .month_title h4,
  .calendar_naka .simple_monthly_calendar .month_title h4 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
  }
  .top .main_fair .simple_monthly_calendar .special_fair,
  .calendar_naka .simple_monthly_calendar .special_fair {
    width: 100%;
    height: auto;
    margin-top: 8%;
    padding: 12% 6% 12%;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
  }
  .top .main_fair .simple_monthly_calendar .special_fair .ph,
  .calendar_naka .simple_monthly_calendar .special_fair .ph {
    width: 100%;
    margin: 0 auto;
  }
  .calendar_naka.sp {
    margin-bottom: 10%;
  }
  .tit_deco2 {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 741px) {
  .top .section_calendar {
    width: 1120px;
    margin: 0 auto;
  }
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .inner {
  width: 54px;
  height: 54px;
  margin: 6px auto;
  line-height: 36px;
  text-align: center;
  /* background-size: auto 5px; */
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .inner a {
  width: 54px;
  height: 54px;
  margin: 6px auto;
  /* background-size: auto 5px; */
  color: #fff;
  line-height: 36px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_system .main_fair .simple_monthly_calendar .calendar_body .inner {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .main_system .main_fair .simple_monthly_calendar .calendar_body .inner a {
    width: 40px;
    height: 40px;
    margin: 6px auto;
    border-radius: 50%;
    background-size: auto 5px;
    color: #fff;
    line-height: 36px;
    text-align: center;
  }
}

/* section_plan*/
.section_plan {
  padding: 0 0 135px;
  text-align: center;
}

.section_plan .item {
  width: 814px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_plan .item {
    width: 90%;
  }
}

.section_plan .slick-slide:not(.slick-center) {
  position: relative;
}

.section_plan .slick-slide:not(.slick-center):before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

.section_plan .article_list {
  margin-top: 20px;
}

.section_plan .article_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.section_plan .article_list li:last-child {
  margin-right: 0;
}

.section_plan .article_list li .ph {
  height: 0;
  padding-bottom: 67%;
}

.section_plan .article_list li .txt_box {
  margin-top: 10px;
}

.section_plan .article_list li .price {
  font-family: "petersburg-web", serif;
  font-size: 25px;
}

.section_plan .article_list li .tit {
  max-height: 42px;
  margin-top: 5px;
  overflow: hidden;
}

.section_plan .photo {
  height: 528px;
  margin: 0 0 20px;
}

.section_plan .photo img {
  height: 100%;
  object-fit: cover;
}

.section_plan .txt {
  display: block;
  margin: 0 auto 6px;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  text-align: center;
}

.section_plan .sub {
  margin-bottom: 13px;
  font-size: 16px;
}

.section_plan .price {
  margin-bottom: 4px;
  font-family: source-han-serif-japanese, serif;
  font-size: 25px;
}

.section_plan .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}

.section_plan .tag li {
  min-width: auto;
  padding: 3px 8px;
  background: #ADA6A2;
  color: #fff;
  font-size: 11px;
}

.section_plan .tag li {
  margin: 0 3px 5px;
}

.section_plan .tag .orange {
  background: #B87066;
}

.section_plan .btn a {
  border: 1px solid #336699;
  border-radius: 5px;
  background: #fff;
  color: #336699;
  line-height: 40px;
  transition: 0.2s ease-in-out;
}

.section_plan .btn a .svg-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.section_plan .btn a:hover {
  border-color: #336699;
  background: #336699;
  color: #fff;
  opacity: 1;
}

.section_plan .slick-current .photo, .section_plan .slick-current .content {
  padding: 0 62px;
}

.section_plan .slick-current .content, .section_plan .slick-current .btn {
  opacity: 1;
}

.section_plan .slick-current .photo::before {
  display: none;
}

.section_plan .slick-slide .photo {
  position: relative;
}

.section_plan .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 239px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.section_plan .btn-prev {
  right: 15%;
}

.section_plan .btn-next {
  left: 15%;
}

.section_plan .tit_deco {
  font-size: 46px;
}

.section_plan .tit_deco span:before, .section_plan .tit_deco span:after {
  bottom: 27px;
}

.section_plan .tit_deco:before, .section_plan .tit_deco:after {
  top: 29px;
}

@media screen and (max-width: 760px) {
  .section_plan {
    margin-top: 3%;
    padding: 0 5%;
  }
  .section_plan .tit_deco {
    padding: 0 6%;
    font-size: 20px;
  }
  .section_plan .tit_deco:before, .section_plan .tit_deco:after {
    top: 22px;
  }
  .section_plan .tit_deco:before {
    left: -30%;
  }
  .section_plan .tit_deco:after {
    right: -30%;
  }
  .section_plan .tit_deco h2:before {
    left: -30%;
  }
  .section_plan .tit_deco h2:after {
    right: -30%;
  }
  .section_plan .tit_deco span:before, .section_plan .tit_deco span:after {
    top: auto;
    bottom: 20px;
  }
  .section_plan .tit_deco span:before {
    left: -30%;
  }
  .section_plan .tit_deco span:after {
    right: -30%;
  }
  .section_plan .txt {
    margin-bottom: 2px;
  }
  .section_plan .price {
    font-size: 6vw;
  }
  .section_plan .article_list {
    margin-top: 3%;
  }
  .section_plan .pc {
    display: none;
  }
  .section_plan .article_list li {
    width: auto;
    margin-right: 0;
  }
  .section_plan .article_list li .ph {
    height: 0;
    padding-bottom: 67%;
  }
  .section_plan .article_list li .txt_box {
    margin-top: 3%;
  }
  .section_plan .article_list li .price {
    font-size: 20px;
  }
  .section_plan .article_list li .tit {
    margin-top: 2%;
  }
  .section_plan .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .section_plan .slick-dots li {
    height: auto;
    float: inherit;
  }
  .section_plan .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  .section_plan .slick-slider {
    padding-bottom: 6%;
  }
  .section_party .tit_deco {
    padding: 0 4%;
  }
}

/* section_facility*/
.section_ceremony,
.section_banquet,
.section_banquet .unit {
  position: relative;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.section_ceremony .inner,
.section_banquet .inner,
.section_banquet .unit .inner {
  z-index: 1000;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.section_ceremony .catch,
.section_banquet .catch,
.section_banquet .unit .catch {
  font-weight: bold;
}

.section_ceremony .txt,
.section_banquet .txt,
.section_banquet .unit .txt {
  margin-top: 15px;
  font-family: "petersburg-web", serif;
  font-size: 14px;
  font-weight: bold;
}

.section_ceremony .txt::before,
.section_banquet .txt::before,
.section_banquet .unit .txt::before {
  display: block;
  width: 60px;
  height: 1px;
  margin: 2px auto 10px;
  background-color: #fff;
  content: "";
}

.section_ceremony .more,
.section_banquet .more,
.section_banquet .unit .more {
  margin-top: 30px;
  border-color: #fff;
  font-weight: bold;
}

.section_ceremony a:hover .more,
.section_banquet a:hover .more,
.section_banquet .unit a:hover .more {
  background-color: #fff;
  color: #333333;
}

.section_ceremony .tit_box h3,
.section_banquet .tit_box h3,
.section_banquet .unit .tit_box h3 {
  font-size: 47px;
}

.section_ceremony .unit_inner::after,
.section_banquet .unit_inner::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}

.section_ceremony {
  position: relative;
  height: 840px;
}

.section_ceremony .unit_inner {
  display: block;
  height: 840px;
  background: url(../img/top/ourwedding.jpg) no-repeat center center;
  background-size: cover;
}

.section_banquet {
  position: relative;
  height: 511px;
}

.section_banquet .unit {
  width: 50%;
  height: 511px;
  float: left;
}

.section_banquet .unit .unit_inner {
  display: block;
  height: 511px;
  background: url(../img/top/img_bnq01.jpg) no-repeat center center;
  background-size: cover;
}

.section_banquet .unit .inner {
  top: 145px;
}

.section_banquet .unit02 {
  width: 50%;
  float: left;
}

.section_banquet .unit02 .unit_inner {
  display: block;
  background: url(../img/top/img_bnq02.jpg) no-repeat center center;
  background-size: cover;
}

.section_ceremony {
  height: auto;
  margin: 0 0 95px;
}

.section_ceremony .inner {
  top: 150px;
  width: 100%;
}

.section_ceremony .inner .btn {
  display: inline-block;
  min-width: 216px;
  height: 42px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  line-height: 40px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.section_ceremony .inner .btn span {
  display: inline-block;
  padding: 0 10px;
}

.section_ceremony .inner .btn:hover {
  border: 1px solid #336699;
  background: #336699;
}

.section_ceremony .tit_box {
  display: inline-block;
  position: relative;
  padding: 0 70px;
  font-family: seaweed-script-pro, sans-serif;
  font-size: 77px;
}

.section_ceremony .tit_box h3 {
  margin-bottom: 13px;
  font-family: seaweed-script-pro, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.section_ceremony .tit_box .catch {
  margin-bottom: 40px;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
}

.section_ceremony .txt {
  margin: 0 0 25px;
  font-family: source-han-serif-japanese, serif;
  font-size: 23px;
  font-weight: normal;
}

.section_ceremony .txt:before {
  display: none;
}

.section_ceremony .sub {
  margin: 0 0 10px;
  font-size: 13px;
}

.section_ceremony .unit_inner {
  height: 618px;
}

.dots-group {
  display: flex;
  position: absolute;
  top: 0;
  align-items: flex-end;
}

.dots-group.dots-left {
  left: -4px;
}

.dots-group.dots-left .dots:first-child {
  transform: rotate(-40deg);
}

.dots-group.dots-left .dots:last-child {
  transform: rotate(-30deg);
}

.dots-group.dots-right {
  right: 0;
}

.dots-group.dots-right .dots:first-child {
  transform: rotate(35deg);
}

.dots-group.dots-right .dots:last-child {
  transform: rotate(45deg);
}

.dots-group .dots {
  display: block;
  margin: 0 7px;
}

.dots-group .dot {
  display: block;
  width: 3px;
  height: 3px;
  margin-bottom: 7px;
  border-radius: 50%;
  background-color: #fff;
}

[data-init-swiper] {
  max-width: 100%;
  margin: 0 auto 120px;
}

.box_news {
  width: 1200px;
  margin: 0 auto 120px;
}

.box_news .title {
  display: flex;
  align-items: flex-end;
  margin: 0 0 35px;
}

.box_news .title .en {
  margin: 0 15px 0 0;
  font-family: "petersburg-web", serif;
  font-size: 50px;
}

.box_news .title .sub {
  position: relative;
  top: -5px;
  font-family: source-han-serif-japanese, serif;
}

.box_news .box_news_slider .pc {
  display: block;
}

.box_news .box_news_slider .sp {
  display: none;
}

.box_news .box_news_slider .txt {
  z-index: 9;
  position: absolute;
  top: 23px;
  left: 23px;
  font-family: source-han-serif-japanese, serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.box_news .box_news_slider .txt p {
  margin: 0 0 5px;
}

.box_news .box_news_slider .txt span {
  margin: 0 0 10px;
  padding: 0 5px;
  background: #fff;
}

.box_news .box_news_slider .txt-bot {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 265px;
  padding: 10px;
  background: #fff;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
}

.box_news .box_news_slider .txt-bot p {
  font-family: "petersburg-web", serif;
  font-size: 26px;
}

.section_banquet {
  height: auto;
}

.section_banquet .txt {
  margin: 0;
}

.section_banquet .txt:before {
  display: none;
}

@media screen and (max-width: 760px) {
  .section_facility {
    margin-top: 12%;
  }
  .section_banquet {
    height: auto;
  }
  .section_ceremony,
  .section_banquet .unit {
    width: 100%;
    height: 450px;
    margin-bottom: 2px;
  }
  .section_ceremony .unit_inner,
  .section_banquet .unit .unit_inner {
    height: 450px;
  }
  .section_ceremony .inner,
  .section_banquet .unit .inner {
    top: 13%;
    width: 90%;
  }
  .section_ceremony .tit_box h3,
  .section_banquet .tit_box h3,
  .section_banquet .unit .tit_box h3 {
    font-size: 37px;
  }
  .section_ceremony .txt,
  .section_banquet .txt,
  .section_banquet .unit .txt {
    font-size: 13px;
  }
  .section_ceremony .tit_box h3 {
    font-size: 13vw;
  }
  .section_ceremony .tit_box {
    padding: 0 6%;
  }
  .section_ceremony .unit_inner {
    background-image: url(../img/top/ourwedding_sp.jpg);
  }
  .section_ceremony .txt {
    font-size: 4vw;
  }
}

/* section_cuisine */
.section_cuisine {
  position: relative;
  text-align: center;
}

.section_cuisine .tit_box .catch::after {
  display: block;
  width: 60px;
  height: 1px;
  margin: 2px auto 10px;
  margin-top: 10px;
  background-color: #333333;
  content: "";
}

.section_cuisine .gallery_slide {
  margin-top: 40px;
}

.section_cuisine .inner {
  z-index: 1000;
  position: absolute;
  top: 17px;
  left: 50%;
  width: 1200px;
  height: 374px;
  margin: 0 auto;
  transform: translate(-50%);
}

.section_cuisine .inner .txt {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 610px;
  transform: translateX(-50%);
}

.section_cuisine .inner .icon {
  z-index: 1000;
  position: absolute;
  top: 440px;
  left: 30px;
  width: 420px;
}

.section_cuisine:hover,
.section_cuisine a:hover {
  opacity: 1;
}

.section_cuisine .btn {
  height: 44px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.section_cuisine .btn:hover {
  height: 44px;
  border: none;
  border-radius: 5px;
  background: #333333;
  color: #fff;
}

.section_cuisine .btn:hover a {
  border: 1px solid #000;
  color: #fff;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.simply-scroll-list li {
  display: block;
  width: 450px;
  height: 287px;
  margin: 0 0 0;
  float: left;
}

.section_cuisine {
  background: #F7F2ED;
}

.section_cuisine .container {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

.section_cuisine .tit_box {
  width: 530px;
  padding: 105px 0 100px;
}

.section_cuisine .tit_box h3 {
  margin-bottom: 5px;
  font-family: "petersburg-web", serif;
  font-size: 46px;
}

.section_cuisine .tit_box .catch {
  margin: 0 0 25px;
  font-family: source-han-serif-japanese, serif;
  font-size: 12px;
}

.section_cuisine .tit_box .catch:after {
  display: none;
}

.section_cuisine .tit_box .txt {
  margin: 0 0 45px;
  font-family: source-han-serif-japanese, serif;
}

.section_cuisine .btn a {
  border: 1px solid #000;
  border-radius: 5px;
  background: transparent;
  color: #000;
}

.section_cuisine .btn a .svg-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.section_cuisine .btn a:hover {
  background: #000;
  color: #fff;
}

.section_cuisine .wrap-photo {
  position: absolute;
  top: -60px;
  right: calc(50% - 550px);
}

.section_cuisine .wrap-photo .photo {
  width: 570px;
}

.section_cuisine .txt-vertical {
  position: absolute;
  top: 5px;
  right: 51px;
  font-family: source-han-serif-japanese, serif;
  font-size: 32px;
  text-align: left;
}

.section_cuisine .txt-vertical span {
  z-index: 1;
  position: relative;
  padding: 12px 0;
  background: #fff;
}

.section_cuisine .txt-vertical .mt {
  right: 3px;
  margin: 105px 0 0 0;
}

@-moz-document url-prefix() {
  .section_cuisine .txt-vertical span {
    padding: 12px 3px;
  }
  .section_cuisine .txt-vertical .mt {
    right: -5px;
  }
}

.txt-vertical {
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  word-wrap: break-word;
          text-orientation: upright;
  cursor: vertical-text;
  writing-mode: vertical-rl;
}

.section_party {
  padding: 0;
}

.section_party .slick-slide .photo:before {
  display: none;
}

.section_party .slick-slide .photo {
  padding: 74px 0;
}

.section_party .slick-current .photo {
  padding: 0 62px;
}

.section_party .wrap_tit_deco {
  margin: 190px 0 12px;
}

.section_party .deco {
  position: absolute;
}

.section_party .deco1 {
  top: -25px;
  left: -160px;
}

.section_party .deco2 {
  top: 0;
  left: -200px;
}

.section_party .deco3 {
  top: -25px;
  right: -160px;
}

.section_party .deco4 {
  top: 0;
  right: -210px;
}

.section_party .tag {
  margin: 0 0 30px;
}

@media screen and (max-width: 760px) {
  .section_cuisine {
    margin-top: 18%;
    padding: 0 20px 70px;
  }
  .section_cuisine .simply-scroll-list li {
    width: 190px;
    height: 122px;
  }
  .section_cuisine .gallery_slide {
    margin-top: 25px;
  }
  .section_cuisine .loop01 {
    margin-bottom: 415px;
  }
  .section_cuisine .inner {
    top: 234px;
    width: 100%;
    height: auto;
  }
  .section_cuisine .inner .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .section_cuisine .inner .txt {
    top: 66px;
    width: 80%;
  }
  .section_cuisine .inner .icon {
    top: 480px;
    left: 2px;
    width: 210px;
  }
  .section_cuisine .wrap-photo .photo {
    width: 100%;
  }
  .section_cuisine .txt-vertical {
    top: -6vw;
    right: 6vw;
    font-size: 20px;
  }
  .section_cuisine .txt-vertical .mt {
    margin: 60px 0 0;
  }
  .section_cuisine .tit_box .pc {
    display: none;
  }
}

/* section_other */
.section_other {
  position: relative;
  margin-top: 90px;
  text-align: center;
}

.section_other .inner {
  margin-top: 40px;
}

.section_other .tit_box .catch::after {
  display: block;
  width: 60px;
  height: 1px;
  margin: 2px auto 10px;
  margin-top: 10px;
  background-color: #333333;
  content: "";
}

.section_other .box_l.unit {
  width: 50%;
  height: 789px;
  float: left;
}

.section_other .box_l.unit .unit_inner {
  height: 789px;
  background-image: url(../img/top/img_dress.jpg);
}

.section_other .box_l.unit .more {
  position: relative;
  width: 175px;
  margin-top: 40px;
  border-radius: 5px;
  border-color: #fff;
}

.section_other .box_l.unit .more .svg-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.section_other .box_l.unit a:hover {
  opacity: 1;
}

.section_other .box_l.unit a:hover .more {
  background-color: #fff;
  color: #333333;
  opacity: 1;
}

.section_other .box_l.unit .tit_box h3 {
  font-family: Notera;
  font-size: 80px;
  line-height: 1;
}

.section_other .box_r {
  width: 50%;
  float: right;
}

.section_other .box_full.unit {
  width: 100%;
  height: 417px;
}

.section_other .box_full.unit .unit_inner {
  height: 417px;
  background-image: url(../img/top/dress.jpg);
}

.section_other .box_full.unit .tit_box {
  top: 50%;
  padding: 0 12%;
  transform: translate(-50%, -50%);
}

.section_other .unit {
  position: relative;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.section_other .unit .tit_box {
  z-index: 1000;
  position: absolute;
  top: 295px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
}

.section_other .unit .tit_box .catch::after {
  display: none;
}

.section_other .unit .tit_box h3 {
  font-size: 30px;
}

.section_other .unit .txt {
  font-family: "petersburg-web", serif;
}

.section_other .unit_inner::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}

.section_other .unit_inner:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.section_other .unit02 {
  height: 263px;
}

.section_other .unit02 .unit_inner {
  height: 263px;
}

.section_other .unit02 .tit_box {
  top: 110px;
}

.section_other .unit_best .unit_inner {
  background-image: url(../img/top/img_best.jpg);
}

.section_other .unit_best .tit_box {
  top: 90px;
}

.section_other .unit_best::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.section_other .unit_qa .unit_inner {
  background-image: url(../img/top/img_faq.jpg);
}

.section_other .unit_gallery .unit_inner {
  background-image: url(../img/top/img_gallery.jpg);
}

@media screen and (max-width: 760px) {
  .section_other {
    margin-top: 68px;
  }
  .section_other .inner {
    margin-top: 6%;
  }
  .section_other .box_l.unit {
    width: 100%;
    height: 375px;
    margin-bottom: 4%;
    float: none;
  }
  .section_other .box_l.unit .unit_inner {
    height: 375px;
  }
  .section_other .box_l.unit .tit_box h3 {
    font-size: 60px;
  }
  .section_other .unit .tit_box {
    top: 90px;
  }
  .section_other .box_r {
    width: 100%;
    margin-bottom: 6%;
    float: right;
  }
  .section_other .box_full.unit {
    height: 270px;
    margin-bottom: 0;
  }
  .section_other .box_full.unit .unit_inner {
    height: 270px;
    background-image: url(../img/top/dress-mb.jpg);
    background-size: cover;
  }
  .section_other .box_full.unit .more {
    margin-top: 20px;
  }
  .section_other .unit02 {
    height: 140px;
    margin: 2% 5% 4%;
  }
  .section_other .unit02 .tit_box h3 {
    font-size: 26px;
  }
  .section_other .unit02 .unit_inner {
    height: 140px;
  }
  .section_other .unit02 .tit_box {
    top: 43px;
  }
  .section_other .unit_best .tit_box {
    top: 36px;
  }
}

/* section_access */
.section_access {
  position: relative;
  text-align: center;
}

.section_access .inner {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 360px;
  margin-left: -600px;
  padding: 45px 0 50px;
  background: #FFF;
}

.section_access .title_box h3 {
  padding-top: 60px;
  font-size: 60px;
}

.section_access .title_box h3::before {
  height: 32px;
  background-image: url(../img/cmn/access.svg);
  background-size: auto 32px;
}

.section_access .btn_more {
  margin-top: 20px;
}

.section_access .btn_more a {
  border: 1px solid #333333;
  background: none;
  color: #333333;
}

.section_access .btn_more a:hover {
  background-color: #333333;
  color: #fff;
}

.section_access .map_box {
  height: 488px;
}

.section_access .map_box iframe {
  width: 100%;
  height: 488px;
  border: none;
  filter: grayscale(100%);
}

@media screen and (max-width: 761px) {
  .section_access {
    margin: 0 0 10%;
  }
  .section_access .inner {
    z-index: 99;
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: -8% auto 0;
    padding: 10% 0 0;
  }
  .section_access .title_box h3 {
    font-size: 48px;
  }
  .section_access .btn_more {
    margin-top: 5%;
  }
  .section_access .map_box {
    height: 265px;
    padding-top: 0px;
  }
  .section_access .map_box iframe {
    height: 265px;
  }
}

/*gen*/
.top .main_system .wrap_tit_deco2, .top.main_system .wrap_tit_deco2,
.naka_fair .main_system .wrap_tit_deco2,
.naka_fair.main_system .wrap_tit_deco2 {
  padding: 76px 0 36px;
}

.top .main_system .main_fair .wrap_item a, .top.main_system .main_fair .wrap_item a,
.naka_fair .main_system .main_fair .wrap_item a,
.naka_fair.main_system .main_fair .wrap_item a {
  clear: both;
}

.top .main_system .main_fair .wrap_item a .ph, .top.main_system .main_fair .wrap_item a .ph,
.naka_fair .main_system .main_fair .wrap_item a .ph,
.naka_fair.main_system .main_fair .wrap_item a .ph {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0;
  float: left;
  overflow: hidden;
  border-radius: 10px;
  perspective: 1px;
}

.top .main_system .main_fair .wrap_item a .ph img, .top.main_system .main_fair .wrap_item a .ph img,
.naka_fair .main_system .main_fair .wrap_item a .ph img,
.naka_fair.main_system .main_fair .wrap_item a .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .top .main_system .main_fair .wrap_item a .ph img, .top.main_system .main_fair .wrap_item a .ph img,
  .naka_fair .main_system .main_fair .wrap_item a .ph img,
  .naka_fair.main_system .main_fair .wrap_item a .ph img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

.top .main_system .main_fair .wrap_item a .txt_wrapper, .top.main_system .main_fair .wrap_item a .txt_wrapper,
.naka_fair .main_system .main_fair .wrap_item a .txt_wrapper,
.naka_fair.main_system .main_fair .wrap_item a .txt_wrapper {
  display: block;
  width: 302px;
  margin: 10px 0 0;
  float: right;
  text-align: left;
}

.top .main_system .main_fair .wrap_item a .tag, .top.main_system .main_fair .wrap_item a .tag,
.naka_fair .main_system .main_fair .wrap_item a .tag,
.naka_fair.main_system .main_fair .wrap_item a .tag {
  display: flex;
  flex-wrap: wrap;
}

.top .main_system .main_fair .wrap_item a .tag li, .top.main_system .main_fair .wrap_item a .tag li,
.naka_fair .main_system .main_fair .wrap_item a .tag li,
.naka_fair.main_system .main_fair .wrap_item a .tag li {
  margin: 0 0 5px;
  padding: 2px 8px;
  overflow: hidden;
  background: #336699;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top .main_system .main_fair .wrap_item a .tag li:not(:last-child), .top.main_system .main_fair .wrap_item a .tag li:not(:last-child),
.naka_fair .main_system .main_fair .wrap_item a .tag li:not(:last-child),
.naka_fair.main_system .main_fair .wrap_item a .tag li:not(:last-child) {
  margin-right: 5px;
}

.top .main_system .main_fair .wrap_item a .tag .orange, .top.main_system .main_fair .wrap_item a .tag .orange,
.naka_fair .main_system .main_fair .wrap_item a .tag .orange,
.naka_fair.main_system .main_fair .wrap_item a .tag .orange {
  background: #B87066;
}

.top .main_system .main_fair .wrap_item a .tag1, .top.main_system .main_fair .wrap_item a .tag1,
.naka_fair .main_system .main_fair .wrap_item a .tag1,
.naka_fair.main_system .main_fair .wrap_item a .tag1 {
  margin-bottom: 6px;
}

.top .main_system .main_fair .wrap_item a .tag1 li, .top.main_system .main_fair .wrap_item a .tag1 li,
.naka_fair .main_system .main_fair .wrap_item a .tag1 li,
.naka_fair.main_system .main_fair .wrap_item a .tag1 li {
  background: #ADA6A2;
  font-size: 11px;
}

.top .main_system .main_fair .wrap_item a .tag1 li:not(:last-child), .top.main_system .main_fair .wrap_item a .tag1 li:not(:last-child),
.naka_fair .main_system .main_fair .wrap_item a .tag1 li:not(:last-child),
.naka_fair.main_system .main_fair .wrap_item a .tag1 li:not(:last-child) {
  margin-right: 3px;
}

.top .main_system .main_fair .wrap_item a .tit, .top.main_system .main_fair .wrap_item a .tit,
.naka_fair .main_system .main_fair .wrap_item a .tit,
.naka_fair.main_system .main_fair .wrap_item a .tit {
  margin-top: 5px;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
}

.top .main_system .main_fair .wrap_item a .date, .top.main_system .main_fair .wrap_item a .date,
.naka_fair .main_system .main_fair .wrap_item a .date,
.naka_fair.main_system .main_fair .wrap_item a .date {
  margin-top: 6px;
  font-size: 12px;
}

.top .main_system .main_fair .wrap_item a:not(:last-child), .top.main_system .main_fair .wrap_item a:not(:last-child),
.naka_fair .main_system .main_fair .wrap_item a:not(:last-child),
.naka_fair.main_system .main_fair .wrap_item a:not(:last-child) {
  margin: 0 0 25px;
}

@media screen and (max-width: 760px) {
  .top .main_system .main_fair .wrap_item a:not(:last-child), .top.main_system .main_fair .wrap_item a:not(:last-child),
  .naka_fair .main_system .main_fair .wrap_item a:not(:last-child),
  .naka_fair.main_system .main_fair .wrap_item a:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}

.top .main_system .main_fair .section_calendar_news, .top.main_system .main_fair .section_calendar_news,
.naka_fair .main_system .main_fair .section_calendar_news,
.naka_fair.main_system .main_fair .section_calendar_news {
  margin: 50px auto 0;
}

.top .main_system .main_fair .section_calendar_news-box, .top.main_system .main_fair .section_calendar_news-box,
.naka_fair .main_system .main_fair .section_calendar_news-box,
.naka_fair.main_system .main_fair .section_calendar_news-box {
  flex: 0 0 48.3%;
  max-width: 48.3%;
  text-align: left;
}

.top .main_system .main_fair .section_calendar_news-box .wrap_item .ph, .top.main_system .main_fair .section_calendar_news-box .wrap_item .ph,
.naka_fair .main_system .main_fair .section_calendar_news-box .wrap_item .ph,
.naka_fair.main_system .main_fair .section_calendar_news-box .wrap_item .ph {
  width: 170px;
  height: 170px;
}

@media screen and (max-width: 760px) {
  .top .main_system .main_fair .section_calendar_news-box .wrap_item .ph, .top.main_system .main_fair .section_calendar_news-box .wrap_item .ph,
  .naka_fair .main_system .main_fair .section_calendar_news-box .wrap_item .ph,
  .naka_fair.main_system .main_fair .section_calendar_news-box .wrap_item .ph {
    width: 140px;
    height: 140px;
  }
}

.top .main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper, .top.main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper,
.naka_fair .main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper,
.naka_fair.main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper {
  width: 65%;
}

@media screen and (max-width: 760px) {
  .top .main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper, .top.main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper,
  .naka_fair .main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper,
  .naka_fair.main_system .main_fair .section_calendar_news-box .wrap_item .txt_wrapper {
    width: calc(100% - 46%);
  }
}

.top .main_system .main_fair .section_calendar_news-box .title, .top.main_system .main_fair .section_calendar_news-box .title,
.naka_fair .main_system .main_fair .section_calendar_news-box .title,
.naka_fair.main_system .main_fair .section_calendar_news-box .title {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #B2BFDB;
  color: #336699;
}

.top .main_system .main_fair .section_calendar_news-box .title .en, .top.main_system .main_fair .section_calendar_news-box .title .en,
.naka_fair .main_system .main_fair .section_calendar_news-box .title .en,
.naka_fair.main_system .main_fair .section_calendar_news-box .title .en {
  margin: 0 10px 0 0;
  font-family: "petersburg-web", serif;
  font-size: 28px;
}

.top .main_system .main_fair .section_calendar_news-box .title .sub, .top.main_system .main_fair .section_calendar_news-box .title .sub,
.naka_fair .main_system .main_fair .section_calendar_news-box .title .sub,
.naka_fair.main_system .main_fair .section_calendar_news-box .title .sub {
  font-family: source-han-sans-cjk-ja, sans-serif;
}

.top .main_system .main_fair .section_calendar_news-box_pink .title, .top.main_system .main_fair .section_calendar_news-box_pink .title,
.naka_fair .main_system .main_fair .section_calendar_news-box_pink .title,
.naka_fair.main_system .main_fair .section_calendar_news-box_pink .title {
  border-bottom: 1px solid #F8BCB4;
  color: #B87066;
}

.top .main_system .tit_box h3, .top.main_system .tit_box h3,
.naka_fair .main_system .tit_box h3,
.naka_fair.main_system .tit_box h3 {
  margin-bottom: 3px;
  font-family: "petersburg-web", serif;
  font-size: 30px;
}

.top .main_system .tit_box .catch, .top.main_system .tit_box .catch,
.naka_fair .main_system .tit_box .catch,
.naka_fair.main_system .tit_box .catch {
  margin-bottom: 20px;
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
}

.top .main_system .simple_monthly_calendar, .top.main_system .simple_monthly_calendar,
.naka_fair .main_system .simple_monthly_calendar,
.naka_fair.main_system .simple_monthly_calendar {
  flex-direction: row-reverse;
}

.top .main_system .simple_monthly_calendar .special_fair, .top.main_system .simple_monthly_calendar .special_fair,
.naka_fair .main_system .simple_monthly_calendar .special_fair,
.naka_fair.main_system .simple_monthly_calendar .special_fair {
  padding: 40px 20px 0 20px;
}

.top .main_system .simple_monthly_calendar .special_fair .inner, .top.main_system .simple_monthly_calendar .special_fair .inner,
.naka_fair .main_system .simple_monthly_calendar .special_fair .inner,
.naka_fair.main_system .simple_monthly_calendar .special_fair .inner {
  height: 100%;
}

.top .main_system .simple_monthly_calendar .special_fair .inner .news_calendar, .top.main_system .simple_monthly_calendar .special_fair .inner .news_calendar,
.naka_fair .main_system .simple_monthly_calendar .special_fair .inner .news_calendar,
.naka_fair.main_system .simple_monthly_calendar .special_fair .inner .news_calendar {
  height: calc(100% - 70px);
}

.top .main_system .simple_monthly_calendar .calendar_slide, .top .main_system .simple_monthly_calendar .special_fair, .top.main_system .simple_monthly_calendar .calendar_slide, .top.main_system .simple_monthly_calendar .special_fair,
.naka_fair .main_system .simple_monthly_calendar .calendar_slide,
.naka_fair .main_system .simple_monthly_calendar .special_fair,
.naka_fair.main_system .simple_monthly_calendar .calendar_slide,
.naka_fair.main_system .simple_monthly_calendar .special_fair {
  flex: 0 0 48.3%;
  width: 540px;
  max-width: 48.3%;
  height: auto;
  border: 1px solid #B7B7B7;
}

.top .main_system .simple_monthly_calendar .month_title h4, .top.main_system .simple_monthly_calendar .month_title h4,
.naka_fair .main_system .simple_monthly_calendar .month_title h4,
.naka_fair.main_system .simple_monthly_calendar .month_title h4 {
  margin: -4px 0 40px;
  font-family: source-han-serif-japanese, serif;
  font-size: 84px;
}

.top .main_system .simple_monthly_calendar .calendar_slide, .top.main_system .simple_monthly_calendar .calendar_slide,
.naka_fair .main_system .simple_monthly_calendar .calendar_slide,
.naka_fair.main_system .simple_monthly_calendar .calendar_slide {
  font-family: source-han-serif-japanese, serif;
}

.top .main_system .simple_monthly_calendar .calendar_body .inner, .top.main_system .simple_monthly_calendar .calendar_body .inner,
.naka_fair .main_system .simple_monthly_calendar .calendar_body .inner,
.naka_fair.main_system .simple_monthly_calendar .calendar_body .inner {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

@media screen and (max-width: 740px) {
  .top .main_system .simple_monthly_calendar .calendar_body .inner, .top.main_system .simple_monthly_calendar .calendar_body .inner,
  .naka_fair .main_system .simple_monthly_calendar .calendar_body .inner,
  .naka_fair.main_system .simple_monthly_calendar .calendar_body .inner {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}

.top .main_system .simple_monthly_calendar .calendar_body a, .top.main_system .simple_monthly_calendar .calendar_body a,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url(../img/top/bg-calendar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px auto;
  color: #fff;
  line-height: 1;
}

.top .main_system .simple_monthly_calendar .calendar_body a.special, .top.main_system .simple_monthly_calendar .calendar_body a.special,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a.special,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a.special {
  background-image: url(../img/top/bg-calendar2.png);
  background-size: 52px auto;
}

.top .main_system .simple_monthly_calendar .calendar_body a.gentei, .top.main_system .simple_monthly_calendar .calendar_body a.gentei,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a.gentei,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a.gentei {
  background-image: url(../img/top/bg-calendar2.png);
  background-size: 52px auto;
}

.top .main_system .simple_monthly_calendar .calendar_body a.ichioshi, .top.main_system .simple_monthly_calendar .calendar_body a.ichioshi,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a.ichioshi,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a.ichioshi {
  background-image: url(../img/top/bg-calendar1.png);
  background-size: 52px auto;
}

.top .main_system .simple_monthly_calendar .calendar_body a.osusume, .top.main_system .simple_monthly_calendar .calendar_body a.osusume,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a.osusume,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a.osusume {
  background-image: url(../img/top/bg-calendar1.png);
  background-size: 52px auto;
}

.top .main_system .simple_monthly_calendar .calendar_body a .day, .top.main_system .simple_monthly_calendar .calendar_body a .day,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a .day,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a .day {
  margin: 0;
  font-size: 15px;
}

.top .main_system .simple_monthly_calendar .calendar_body a span, .top.main_system .simple_monthly_calendar .calendar_body a span,
.naka_fair .main_system .simple_monthly_calendar .calendar_body a span,
.naka_fair.main_system .simple_monthly_calendar .calendar_body a span {
  font-size: 7px;
}

.top .main_system .simple_monthly_calendar .calendar_body .special a, .top.main_system .simple_monthly_calendar .calendar_body .special a,
.naka_fair .main_system .simple_monthly_calendar .calendar_body .special a,
.naka_fair.main_system .simple_monthly_calendar .calendar_body .special a {
  background-image: url(../img/top/bg-calendar2.png);
}

.top .main_system .simple_monthly_calendar .calendar_body .gentei a, .top.main_system .simple_monthly_calendar .calendar_body .gentei a,
.naka_fair .main_system .simple_monthly_calendar .calendar_body .gentei a,
.naka_fair.main_system .simple_monthly_calendar .calendar_body .gentei a {
  background-image: url(../img/top/bg-calendar2.png);
}

.top .main_system .simple_monthly_calendar .calendar_body .osusume a, .top.main_system .simple_monthly_calendar .calendar_body .osusume a,
.naka_fair .main_system .simple_monthly_calendar .calendar_body .osusume a,
.naka_fair.main_system .simple_monthly_calendar .calendar_body .osusume a {
  background-image: url(../img/top/bg-calendar1.png);
}

.top .main_system .simple_monthly_calendar .calendar_body .ichioshi a, .top.main_system .simple_monthly_calendar .calendar_body .ichioshi a,
.naka_fair .main_system .simple_monthly_calendar .calendar_body .ichioshi a,
.naka_fair.main_system .simple_monthly_calendar .calendar_body .ichioshi a {
  background-image: url(../img/top/bg-calendar1.png);
}

.top .main_system .simple_monthly_calendar .calendar_month_unit .slick-arrow, .top.main_system .simple_monthly_calendar .calendar_month_unit .slick-arrow,
.naka_fair .main_system .simple_monthly_calendar .calendar_month_unit .slick-arrow,
.naka_fair.main_system .simple_monthly_calendar .calendar_month_unit .slick-arrow {
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
}

.top .main_system .simple_monthly_calendar .calendar_nav, .top.main_system .simple_monthly_calendar .calendar_nav,
.naka_fair .main_system .simple_monthly_calendar .calendar_nav,
.naka_fair.main_system .simple_monthly_calendar .calendar_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.top .section_calendar,
.naka_fair .section_calendar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top .wrap-btn,
.naka_fair .wrap-btn {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 0 0 90px;
}

.top .wrap-btn .box,
.naka_fair .wrap-btn .box {
  flex: 0 0 48.3%;
  max-width: 48.3%;
}

.top .wrap-btn .box:first-child,
.naka_fair .wrap-btn .box:first-child {
  display: flex;
  justify-content: flex-end;
}

.top .wrap-btn .box:last-child,
.naka_fair .wrap-btn .box:last-child {
  display: flex;
  justify-content: flex-start;
}

.top .wrap-btn .btn,
.naka_fair .wrap-btn .btn {
  width: 434px;
  height: auto;
  margin: 0;
}

.top .wrap-btn .btn a,
.naka_fair .wrap-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 10px;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 760px) {
  .top .wrap-btn .btn a,
  .naka_fair .wrap-btn .btn a {
    border-radius: 7px;
  }
}

.top .wrap-btn .btn a:hover,
.naka_fair .wrap-btn .btn a:hover {
  opacity: 1;
}

.top .wrap-btn .btn a .svg-icon,
.naka_fair .wrap-btn .btn a .svg-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.top .wrap-btn .btn.btn-orange a,
.naka_fair .wrap-btn .btn.btn-orange a {
  border: 1px solid #B87066;
  background: #B87066;
  color: #fff;
}

.top .wrap-btn .btn.btn-orange a:hover,
.naka_fair .wrap-btn .btn.btn-orange a:hover {
  border-color: #B87066;
  background: #fff;
  color: #B87066;
}

.top .wrap-btn .btn.btn-blue a,
.naka_fair .wrap-btn .btn.btn-blue a {
  border: 1px solid #336699;
  background: #336699;
  color: #fff;
}

.top .wrap-btn .btn.btn-blue a:hover,
.naka_fair .wrap-btn .btn.btn-blue a:hover {
  border-color: #336699;
  background: #fff;
  color: #336699;
}

@media screen and (max-width: 760px) {
  .top .main_fair,
  .naka_fair .main_fair {
    padding: 4% 0 15%;
  }
  .top .main_fair .section_calendar,
  .naka_fair .main_fair .section_calendar {
    padding: 0;
  }
  .top .main_fair .section_calendar_news,
  .naka_fair .main_fair .section_calendar_news {
    flex-direction: column;
  }
  .top .main_fair .section_calendar_news .wrap_item a .ph,
  .naka_fair .main_fair .section_calendar_news .wrap_item a .ph {
    width: 42%;
  }
  .top .main_fair .section_calendar_news .wrap_item a .txt_wrapper,
  .naka_fair .main_fair .section_calendar_news .wrap_item a .txt_wrapper {
    width: calc(100% - 44%);
  }
  .top .main_fair .wrap_item a .tit,
  .naka_fair .main_fair .wrap_item a .tit {
    margin-top: 0;
    clear: both;
    font-size: 14px;
    text-align: left;
  }
  .top .main_fair .wrap-btn,
  .naka_fair .main_fair .wrap-btn {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0 24px;
  }
  .top .main_fair .wrap-btn .box,
  .naka_fair .main_fair .wrap-btn .box {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .top .main_fair .wrap-btn .btn a,
  .naka_fair .main_fair .wrap-btn .btn a {
    height: 62px;
  }
  .top .main_system .main_fair .section_calendar_news-box, .top.main_system .main_fair .section_calendar_news-box,
  .naka_fair .main_system .main_fair .section_calendar_news-box,
  .naka_fair.main_system .main_fair .section_calendar_news-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 25px;
    padding: 0 18px;
  }
  .top .main_system .main_fair .section_calendar_news-box .title, .top.main_system .main_fair .section_calendar_news-box .title,
  .naka_fair .main_system .main_fair .section_calendar_news-box .title,
  .naka_fair.main_system .main_fair .section_calendar_news-box .title {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  .top .main_system .main_fair .section_calendar_news-box .title .en, .top.main_system .main_fair .section_calendar_news-box .title .en,
  .naka_fair .main_system .main_fair .section_calendar_news-box .title .en,
  .naka_fair.main_system .main_fair .section_calendar_news-box .title .en {
    margin: 0 12px 0 0;
    font-size: 5vw;
  }
  .top .main_system .main_fair .section_calendar_news-box .title .sub, .top.main_system .main_fair .section_calendar_news-box .title .sub,
  .naka_fair .main_system .main_fair .section_calendar_news-box .title .sub,
  .naka_fair.main_system .main_fair .section_calendar_news-box .title .sub {
    font-size: 3.2vw;
  }
  .top .main_system .wrap_tit_deco2, .top.main_system .wrap_tit_deco2,
  .naka_fair .main_system .wrap_tit_deco2,
  .naka_fair.main_system .wrap_tit_deco2 {
    padding: 35px 0 20px;
  }
  .top .main_system .tit_box .catch, .top.main_system .tit_box .catch,
  .naka_fair .main_system .tit_box .catch,
  .naka_fair.main_system .tit_box .catch {
    margin-bottom: 10px;
  }
  .top .main_system .simple_monthly_calendar, .top.main_system .simple_monthly_calendar,
  .naka_fair .main_system .simple_monthly_calendar,
  .naka_fair.main_system .simple_monthly_calendar {
    flex-direction: column-reverse;
    padding: 0 18px;
  }
  .top .main_system .simple_monthly_calendar .calendar_slide, .top .main_system .simple_monthly_calendar .special_fair, .top.main_system .simple_monthly_calendar .calendar_slide, .top.main_system .simple_monthly_calendar .special_fair,
  .naka_fair .main_system .simple_monthly_calendar .calendar_slide,
  .naka_fair .main_system .simple_monthly_calendar .special_fair,
  .naka_fair.main_system .simple_monthly_calendar .calendar_slide,
  .naka_fair.main_system .simple_monthly_calendar .special_fair {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 9% 4% 5%;
  }
  .top .main_system .simple_monthly_calendar .calendar_slide .txt_wrapper .tit, .top .main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit, .top.main_system .simple_monthly_calendar .calendar_slide .txt_wrapper .tit, .top.main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit,
  .naka_fair .main_system .simple_monthly_calendar .calendar_slide .txt_wrapper .tit,
  .naka_fair .main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit,
  .naka_fair.main_system .simple_monthly_calendar .calendar_slide .txt_wrapper .tit,
  .naka_fair.main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit {
    margin-top: 0;
  }
  .top .main_system .simple_monthly_calendar .special_fair, .top.main_system .simple_monthly_calendar .special_fair,
  .naka_fair .main_system .simple_monthly_calendar .special_fair,
  .naka_fair.main_system .simple_monthly_calendar .special_fair {
    margin: 0 0 20px;
    padding: 25px 10px;
  }
  .top .main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit, .top.main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit,
  .naka_fair .main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit,
  .naka_fair.main_system .simple_monthly_calendar .special_fair .txt_wrapper .tit {
    font-size: 14px;
  }
  .top .main_system .simple_monthly_calendar .special_fair .txt_wrapper .date, .top.main_system .simple_monthly_calendar .special_fair .txt_wrapper .date,
  .naka_fair .main_system .simple_monthly_calendar .special_fair .txt_wrapper .date,
  .naka_fair.main_system .simple_monthly_calendar .special_fair .txt_wrapper .date {
    font-size: 12px;
  }
  .top .main_system .simple_monthly_calendar .month_title h4, .top.main_system .simple_monthly_calendar .month_title h4,
  .naka_fair .main_system .simple_monthly_calendar .month_title h4,
  .naka_fair.main_system .simple_monthly_calendar .month_title h4 {
    margin: 0 0 25px;
    font-size: 18vw;
  }
  .top .main_system .simple_monthly_calendar .tit_box h3, .top.main_system .simple_monthly_calendar .tit_box h3,
  .naka_fair .main_system .simple_monthly_calendar .tit_box h3,
  .naka_fair.main_system .simple_monthly_calendar .tit_box h3 {
    margin: 0;
    font-size: 25px;
  }
  .top .main_system .simple_monthly_calendar .calendar_body .inner, .top.main_system .simple_monthly_calendar .calendar_body .inner,
  .naka_fair .main_system .simple_monthly_calendar .calendar_body .inner,
  .naka_fair.main_system .simple_monthly_calendar .calendar_body .inner {
    width: 40px;
    height: 40px;
  }
  .top .main_system .simple_monthly_calendar .calendar_body .inner a, .top.main_system .simple_monthly_calendar .calendar_body .inner a,
  .naka_fair .main_system .simple_monthly_calendar .calendar_body .inner a,
  .naka_fair.main_system .simple_monthly_calendar .calendar_body .inner a {
    background-size: 37px auto;
  }
  .top .main_system .simple_monthly_calendar .calendar_nav, .top.main_system .simple_monthly_calendar .calendar_nav,
  .naka_fair .main_system .simple_monthly_calendar .calendar_nav,
  .naka_fair.main_system .simple_monthly_calendar .calendar_nav {
    margin: 0;
  }
  .top .main_system .simple_monthly_calendar .calendar_month_unit .btn_next, .top .main_system .simple_monthly_calendar .calendar_month_unit .btn_prev, .top.main_system .simple_monthly_calendar .calendar_month_unit .btn_next, .top.main_system .simple_monthly_calendar .calendar_month_unit .btn_prev,
  .naka_fair .main_system .simple_monthly_calendar .calendar_month_unit .btn_next,
  .naka_fair .main_system .simple_monthly_calendar .calendar_month_unit .btn_prev,
  .naka_fair.main_system .simple_monthly_calendar .calendar_month_unit .btn_next,
  .naka_fair.main_system .simple_monthly_calendar .calendar_month_unit .btn_prev {
    padding: 8px;
  }
  .top .main_system .main_fair .wrap_item a .ph, .top.main_system .main_fair .wrap_item a .ph,
  .naka_fair .main_system .main_fair .wrap_item a .ph,
  .naka_fair.main_system .main_fair .wrap_item a .ph {
    width: 43%;
    height: 36vw;
    margin: 0 0 3%;
  }
  .top .main_system .main_fair .wrap_item a .txt_wrapper, .top.main_system .main_fair .wrap_item a .txt_wrapper,
  .naka_fair .main_system .main_fair .wrap_item a .txt_wrapper,
  .naka_fair.main_system .main_fair .wrap_item a .txt_wrapper {
    width: calc(100% - 46%);
    margin-bottom: 3%;
  }
  .top .main_system .main_fair .wrap_item a .tag li, .top.main_system .main_fair .wrap_item a .tag li,
  .naka_fair .main_system .main_fair .wrap_item a .tag li,
  .naka_fair.main_system .main_fair .wrap_item a .tag li {
    padding: 2px 5px;
    font-size: 11px;
  }
  .top .main_system .main_fair .wrap_item a .tag1, .top.main_system .main_fair .wrap_item a .tag1,
  .naka_fair .main_system .main_fair .wrap_item a .tag1,
  .naka_fair.main_system .main_fair .wrap_item a .tag1 {
    margin: 0;
  }
  .top .wrap-btn .btn,
  .naka_fair .wrap-btn .btn {
    width: 100%;
  }
  .top .wrap-btn .btn a,
  .naka_fair .wrap-btn .btn a {
    height: 60px;
  }
  .top .wrap-btn .box:first-child,
  .naka_fair .wrap-btn .box:first-child {
    height: 62px;
    margin-bottom: 15px;
  }
  .section_facility {
    margin-top: 0;
  }
  .dots-group {
    zoom: 0.6;
  }
  [data-init-swiper] {
    margin: 0 auto 10px;
  }
  .box_news {
    width: 100%;
    padding: 55px 22px 0;
  }
  .box_news .title {
    margin: 0 0 10px;
  }
  .box_news .title .en {
    margin: 0 10px 0 0;
    font-size: 7.5vw;
  }
  .box_news .title .sub {
    font-size: 3.2vw;
  }
  .box_news .box_news_slider .pc {
    display: none;
  }
  .box_news .box_news_slider .sp {
    display: block;
  }
  .box_news .box_news_slider {
    margin: 0 0 20px;
  }
  .box_news .box_news_slider .pc {
    display: none;
  }
  .box_news .box_news_slider .sp {
    display: block;
  }
  .box_news .box_news_slider .txt {
    z-index: 99;
    top: 10px;
    left: 10px;
    font-size: 4vw;
  }
  .box_news .box_news_slider .txt-bot p {
    font-size: 5vw;
  }
  .section_plan {
    margin-top: 70px;
    padding: 0;
  }
  .section_plan .btn {
    width: 67%;
    height: auto;
  }
  .section_plan .btn a {
    min-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }
  .section_plan .slick-current .photo, .section_plan .slick-current .content {
    padding: 0;
  }
  .section_plan .photo {
    height: auto;
    margin: 0 0 10px;
  }
  .section_plan .wrap_tit_deco {
    margin: 0 0 5vw;
  }
  .section_plan .slick-slide .photo, .section_plan .slick-current .photo {
    height: 210px;
    padding: 0 8px;
  }
  .section_plan .tag {
    margin: 0 0 20px;
  }
  .section_plan .tag li {
    font-family: source-han-sans-cjk-ja, sans-serif;
  }
  .section_plan .slick-arrow {
    top: 16%;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 760px) and (min-width: 320px) and (max-width: 374px) {
  .section_plan .slick-arrow {
    top: 28%;
  }
}

@media screen and (max-width: 760px) and (min-width: 375px) and (max-width: 424px) {
  .section_plan .slick-arrow {
    top: 28%;
  }
}

@media screen and (max-width: 760px) and (min-width: 425px) and (max-width: 767px) {
  .section_plan .slick-arrow {
    top: 28%;
  }
}

@media screen and (max-width: 760px) {
  .section_plan .btn-prev {
    left: 0;
  }
  .section_plan .btn-next {
    right: 0;
  }
  .section_party {
    margin: 0;
    padding: 0 0 0;
  }
  .section_party .wrap_tit_deco {
    padding: 85px 0 0;
    overflow: hidden;
  }
  .section_party .tit_deco:before {
    left: -15%;
  }
  .section_party .tit_deco:after {
    right: -15%;
  }
  .section_party .tit_deco h2:before {
    left: -15%;
  }
  .section_party .tit_deco h2:after {
    right: -15%;
  }
  .section_party .tit_deco span:before {
    left: -15%;
  }
  .section_party .tit_deco span:after {
    right: -15%;
  }
  .section_party .deco1 {
    top: -38px;
    left: 0;
  }
  .section_party .deco2 {
    top: -30px;
    left: -12%;
  }
  .section_party .deco3 {
    top: -47px;
    right: 0;
  }
  .section_party .deco4 {
    top: -33px;
    right: -12%;
  }
  .section_party .deco {
    width: 25px;
  }
  .section_cuisine .container {
    width: 100%;
  }
  .section_cuisine .tit_box {
    width: 100%;
    padding: 62px 0 0;
  }
  .section_cuisine .tit_box h3 {
    font-size: 7.5vw;
  }
  .section_cuisine .tit_box .txt {
    margin: 0 0 30px;
  }
  .section_cuisine .wrap-photo {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 30px;
  }
}

/****/
.section_our-store {
  border-top: 2px solid #336699;
}

.section_our-store img {
  width: auto;
  max-width: 100%;
}

.section_our-store .section-title {
  padding: 18px 0 16px;
  color: #336699;
  text-align: center;
}

.section_our-store .section-title img {
  max-height: 40px;
}

.section_our-store .title {
  margin-bottom: 15px;
  font-family: seaweed-script-pro, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.section_our-store .content {
  padding: 55px 0 40px;
  background-color: #336699;
  color: #fff;
  text-align: center;
}

.section_our-store .content .title {
  font-family: source-han-serif-japanese, serif;
}

.section_our-store .box__images {
  padding: 0 5%;
}

.section_our-store .box__images .image__link {
  display: block;
  width: 470px;
  margin-bottom: 15px;
}

.list-socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-item {
  margin: 0 10px;
}

.social-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #336699;
  font-size: 13px;
  font-weight: 500;
}

.social-item .txt {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.social-icon {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 761px) {
  .section_our-store .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_our-store .section-title img {
    max-height: 22px;
  }
  .section_our-store .section-title .title {
    margin: 0 15px 0 0;
  }
  .section_our-store .box__images {
    display: flex;
    justify-content: center;
  }
  .section_our-store .box__images .image__link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .social-item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 760px) {
  .section_our-store .title {
    margin: 0 0 5px;
  }
  .section_our-store .content .title {
    margin: 0 0 5vw;
  }
  .section_our-store .box__images .image__link {
    width: 100%;
  }
}

.section__container {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.7%;
}

.btn .btn__gradient,
.btn__gradient {
  background-image: linear-gradient(90deg, #7839C5 0%, #E2225B 35%, #FB974E 100%);
}

.btn .btn__gradient:hover,
.btn__gradient:hover {
  background: #336699;
  opacity: 1;
}

.btn .btn__gradient:hover .box-icon,
.btn__gradient:hover .box-icon {
  color: #336699;
}

.section_simple-gallery {
  padding: 70px 0 55px;
}

.img-pc {
  display: none;
}

.section_simple-gallery {
  font-family: source-han-serif-japanese, serif;
}

.section_simple-gallery .section__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.section_simple-gallery .section__col {
  padding-right: 10px;
  padding-left: 10px;
}

.section_simple-gallery .col__12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.section_simple-gallery .col__md-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.section_simple-gallery .gallery__link {
  display: block;
  margin-bottom: 30px;
}

.section_simple-gallery .item {
  margin-bottom: 15px;
  text-align: center;
}

.section_simple-gallery .box__item a {
  display: block;
  padding: 36px 15px;
  border: 1px solid #336699;
  border-radius: 10px;
}

.section_simple-gallery .box__item a .box-icon {
  background-color: #336699;
  color: #fff;
}

.section_simple-gallery .box__item a:hover {
  background: #336699;
  opacity: 1;
}

.section_simple-gallery .box__item a:hover .gallery-title {
  color: #fff;
}

.section_simple-gallery .box__item a:hover .gallery-page {
  color: #fff;
}

.section_simple-gallery .box__item a:hover .box-icon {
  background-color: #fff;
  color: #336699;
}

.section_simple-gallery .box-icon {
  display: flex;
  position: absolute;
  right: 8px;
  bottom: 8px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.section_simple-gallery .box-icon .svg-icon {
  width: 10px;
  height: 10px;
}

.section_simple-gallery .btn {
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.section_simple-gallery .btn__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 596px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 16px;
  border-radius: 10px;
  font-family: "petersburg-web", serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_simple-gallery .btn__link {
    border-radius: 7px;
  }
}

.section_simple-gallery .btn__link .txt {
  display: block;
}

.section_simple-gallery .btn__link .txt-bottom {
  margin-top: 6px;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 760px) {
  .section_simple-gallery .btn__link .txt-bottom {
    margin: 0 !important;
  }
}

.section_simple-gallery .btn__link .txt-top {
  position: relative;
  top: -4px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 760px) {
  .section_simple-gallery .btn__link .txt-top {
    margin-right: 0px !important;
    font-size: 6.8vw !important;
    letter-spacing: 1.5px;
  }
}

.section_simple-gallery .btn__link .social-icon {
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

@media screen and (max-width: 760px) {
  .section_simple-gallery .btn__link .social-icon {
    position: relative;
    top: 7px;
    width: 36px;
    height: 36px;
    margin-right: 0px;
  }
}

.section_simple-gallery .btn__link .box-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: 3px;
  transform: translateY(-50%);
  background-color: #fff;
  color: #E2225B;
}

.gallery-title {
  margin-bottom: 5px;
  color: #336699;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.gallery-page {
  color: #336699;
  font-family: "petersburg-web", serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .section_simple-gallery .btn__link {
    display: block;
  }
  .section_simple-gallery .btn__link .txt-bottom {
    margin-bottom: 6px;
  }
  .section_simple-gallery .btn__link .txt-top {
    margin-right: 30px;
    font-size: 25px;
  }
  .section_simple-gallery .box__item a {
    padding: 20px 15px;
  }
  .section_simple-gallery .col__md-4.col__12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_simple-gallery .col__md-4.col__6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section_simple-gallery .col__md-4.pd-l-5 {
    padding-left: 5px;
  }
  .section_simple-gallery .col__md-4.pd-r-5 {
    padding-right: 5px;
  }
  .gallery-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .gallery-page {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .img-pc {
    display: block;
  }
  .img-mb {
    display: none;
  }
}

.-js-pager.-chapel.-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.-js-pager.-chapel.-pager li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  text-align: left;
}

.-js-pager.-chapel.-pager li .after {
  z-index: 6;
  position: absolute;
  top: 50%;
  left: calc( 50% + 5px);
  width: calc( 100% - 9px);
  height: 1px;
  margin-top: -0.5px;
  transform: scaleX(0);
  background-color: #ADA6A2;
  vertical-align: middle;
  content: "";
}

.-js-pager.-chapel.-pager li a {
  display: inline-block;
  z-index: 8;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(152, 128, 74, 0.25);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.-js-pager.-chapel.-pager li:last-child .after {
  display: none;
}

.-js-pager.-chapel.-pager li.current a {
  width: 12px;
  height: 12px;
  background-color: #ADA6A2;
  transition: 0.2s ease-in-out;
}

.news_calendar:not(.slick-slider) .wrap_item + .wrap_item {
  display: none;
}

.news_calendar .slick-dots {
  bottom: 22px;
}

@media (max-width: 760px) {
  .news_calendar .slick-dots {
    bottom: 0;
  }
}

.calendar_slide:not(.slick-slider) .calendar_month_unit + .calendar_month_unit {
  display: none;
}

.section_plan-slider:not(.slick-slider) .item + .item {
  display: none;
}

@media (min-width: 760px) and (max-width: 1330px) {
  .section_news {
    width: 100%;
    padding: 0 6%;
  }
  .top .main_fair, .box_news {
    padding: 0 3%;
  }
  .top .wrap-btn .btn {
    width: 31.8vw;
  }
  .top .section_calendar {
    width: 100%;
  }
  .top .main_system .main_fair .wrap_item a .ph {
    width: 20vw;
    height: 20vw;
  }
  .top .main_system .main_fair .wrap_item a .txt_wrapper {
    width: calc(100% - 22vw);
  }
  .section_cuisine .container {
    width: 90%;
  }
  .section_cuisine .tit_box {
    width: 47vw;
    padding: 7vw 0 7vw 4vw;
  }
  .section_cuisine .tit_box h3 {
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .section_cuisine .tit_box .catch {
    margin: 0 0 2vw;
    font-size: 1vw;
  }
  .section_cuisine .tit_box .txt {
    margin: 0 0 2vw;
    font-size: 1vw;
  }
  .section_cuisine .wrap-photo {
    top: -4vw;
    right: calc(50% - 40vw);
  }
  .section_cuisine .wrap-photo .photo {
    width: 40vw;
  }
  .section_cuisine .txt-vertical {
    font-size: 2vw;
  }
}

@media (max-width: 1030px) and (min-width: 760px) {
  .header-menu {
    font-size: 0.8vw;
  }
}

@media (max-width: 374px) {
  .section_plan .btn a {
    font-size: 3.7vw;
    white-space: nowrap;
  }
  .top .main_system .main_fair .wrap_item a {
    flex-direction: column;
  }
  .top .main_system .main_fair .wrap_item a .ph {
    width: 36vw;
  }
  .top .main_system .main_fair .wrap_item a .txt_wrapper {
    width: 100%;
  }
  .top .wrap-btn .btn.btn-blue a {
    white-space: nowrap;
  }
}

@media (min-width: 760px) and (max-width: 1150px) {
  .section_simple-gallery .section__row {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .section_simple-gallery .section__row {
    margin: 0;
  }
  .section_simple-gallery .section__row .col__md-4 {
    padding: 0;
  }
  .section_simple-gallery .section__row .col__md-4.pd-r-5 {
    padding-right: 5px;
  }
  .section_simple-gallery .section__row .col__md-4.pd-l-5 {
    padding-left: 5px;
  }
  .section_simple-gallery .section__row .box__item a {
    border-radius: 7px;
  }
}

.swiper-wrapper {
  z-index: -1;
}

@media (max-width: 1200px) and (min-width: 760px) {
  .top .main_system .main_fair .wrap_item a .ph img {
    width: 100%;
    object-fit: cover;
  }
}
/*# sourceMappingURL=top.css.map */
