@charset "UTF-8";
/* cmn */
.more {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 30px auto 0;
  padding-right: 36px;
  font-family: "Crimson Text", serif;
}

.more::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 12%;
  right: -20px;
  width: 30px;
  height: 17px;
  transform: translateX(-50%);
  background: url(../img/cmn/arrow.png) center center no-repeat;
  background-size: 100%;
  content: "";
}

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

h3 {
  position: relative;
}

img {
  width: 100%;
}

.title_box {
  margin-bottom: 25px;
  text-align: center;
}

.title_box h3 {
  font-size: 33px;
}

.title_box .catch {
  margin-top: 5px;
}

/* topvisual */
@media screen and (min-width: 761px) {
  .topvisual {
    display: block;
    position: relative;
    /* height: 620px;*/
    height: auto;
    margin: 0 auto;
  }
  .topvisual .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }
}

.topvisual .slider img {
  width: 100%;
}

.topvisual .slider li {
  z-index: 999 !important;
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
}

.topvisual .slider li[data-slick-index*="1"] {
  background-image: url(../img/top/main01.jpg);
}

.topvisual .slider li[data-slick-index*="2"] {
  background-image: url(../img/top/main02.jpg);
}

.topvisual .slider li[data-slick-index*="3"] {
  background-image: url(../img/top/main03.jpg);
}

.topvisual .slider li.image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.topvisual .inner .plan_bnr {
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.topvisual .inner .plan_bnr img {
  width: 100%;
}

.topvisual .inner .icon_main01 {
  width: 350px;
}

/* bnr_bestrate */
.bnr_bestrate {
  width: 819px;
  margin: 50px auto 0;
}

.top_bnr_section {
  width: 600px;
  margin: 60px auto 0;
}

.section_other .unit01 .bnr_box_luna {
  margin-bottom: 60px;
}

/* section_concept */
.section_concept {
  padding: 175px 0 90px;
  text-align: center;
}

.section_concept h3 {
  font-family: "Crimson Text", serif;
  font-size: 32px;
}

.section_concept h3::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -95px;
  left: 50%;
  width: 64px;
  height: 83px;
  transform: translateX(-50%);
  background: url(../img/top/icon_concept.jpg) center center no-repeat;
  background-size: 100%;
  content: "";
}

.section_concept .catch {
  margin-top: 2px;
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
}

.section_concept .catch01 {
  margin-top: 40px;
  font-family: source-han-serif-japanese, serif;
  font-size: 20px;
}

.section_concept .txt {
  margin-top: 20px;
  font-family: source-han-serif-japanese, serif;
  line-height: 2.0;
}

.section_concept .more {
  margin-top: 7%;
  color: #ad8b14;
}

/* section_news*/
.news_block.-news {
  margin-top: 80px;
}

.news_block {
  width: 100%;
  background-color: #f7f6f1;
}

.news_block .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 66px 0 70px;
}

.news_block .inner .btn {
  width: 242px;
  height: 42px;
}

.news_block .inner .btn a {
  display: block;
  position: relative;
  background-color: #b8ac9f;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  line-height: 44px;
}

.news_block .inner .btn a::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 37%;
  right: 2px;
  width: 30px;
  height: 17px;
  transform: translateX(-50%);
  background: url(../img/cmn/arrow2.png) center center no-repeat;
  background-size: 100%;
  content: "";
}

.news_block .btn02 {
  margin-top: 10px;
}

.news_block .main .news_list {
  margin-top: 30px;
}

.news_block .main .news_list .box {
  display: block;
  z-index: 999;
  position: relative;
  width: 337px;
  margin: 0 43px 25px 0;
  float: left;
  cursor: pointer;
}

.news_block .main .news_list .box:nth-of-type(3n) {
  margin: 0;
}

.news_block .main .news_list .box a {
  display: block;
  width: 100%;
  color: #272727;
  text-decoration: none;
}

.news_block .main .news_list .box .ph {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 16px;
  padding-bottom: 66%;
  overflow: hidden;
}

.news_block .main .news_list .box .ph.new {
  position: relative;
}

.news_block .main .news_list .box .tit {
  max-height: 45px;
  margin: 12px auto 10px;
  overflow: hidden;
  line-height: 1.5;
}

.news_block .main .news_list .box a:hover .tit {
  color: #2d2d2d;
}

.news_block .main .news_list .box .date {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

/* fair_ranking
------------------------------------------------- */
.section_fair .fair_ranking {
  position: relative;
  width: 1200px;
  margin: 0 auto 38px;
  padding: 35px 90px 47px;
  border: 1px solid #fff;
  color: #fff;
}

.section_fair .fair_ranking .article_h2 {
  width: 100%;
  margin-bottom: 10px;
}

.section_fair .fair_ranking .article_h2 h2 {
  margin-top: 95px;
  color: #1f1f1f;
  font-size: 68px;
}

.section_fair .fair_ranking .article_h2 .catch {
  color: #1f1f1f;
  font-size: 14px;
}

.section_fair .fair_ranking h3 {
  color: #a09f9f;
  font-size: 25px;
}

.section_fair .fair_ranking .unit_rec {
  margin-bottom: 25px;
}

.section_fair .fair_ranking .unit_rec .unit {
  position: relative;
}

.section_fair .fair_ranking .unit_rec .unit .ph {
  position: relative;
  width: 372px;
  height: 372px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}

.section_fair .fair_ranking .unit_rec .unit .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper {
  display: block;
  width: 556px;
  margin-top: 55px;
  margin-left: 45px;
  float: left;
  color: #1f1f1f;
  text-align: left;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper h3 {
  margin-bottom: 10px;
  color: #ad8b14;
  font-size: 21px;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .sub {
  margin-bottom: 15px;
  color: #3a5b94;
  font-size: 25px;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .title {
  max-height: 80px;
  margin-bottom: 10px;
  padding-bottom: 18px;
  overflow: hidden;
  border-bottom: dotted 1px #ccc;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bold;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .date {
  margin-bottom: 4px;
  font-size: 13px;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .caption {
  max-height: 80px;
  margin-top: 4px;
  overflow: hidden;
}

.section_fair .fair_ranking .unit_rec .unit .iconbox {
  display: inline-block;
  max-height: 50px;
  margin-top: 5px;
  overflow: hidden;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .more01 {
  margin-top: 10px;
  color: #1f1f1f;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .more01 span {
  display: inline-block;
  position: relative;
  color: #1f1f1f;
}

.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .more01 span:after {
  display: block;
  z-index: 99;
  position: absolute;
  right: -18px;
  bottom: 7px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #1f1f1f;
  content: "";
}

.section_fair .fair_ranking .unit_rec .unit .iconbox.special {
  top: -5px;
}

.section_fair .fair_ranking .unit_rec .unit .iconbox .icon {
  padding: 1px 12px !important;
}

.section_fair .fair_ranking .unit_rec .unit .iconbox.special .icon {
  margin-right: 0;
  padding: 5px 10px;
}

.top .main_fair,
.calendar_naka {
  position: relative;
  width: 100%;
  margin-top: 90px;
  padding: 95px 0;
  background-color: #F3F1E8;
  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 .section_calendar,
.calendar_naka .section_calendar {
  margin-bottom: 0;
}

.top .main_fair .top .main_fair,
.calendar_naka .top .main_fair {
  width: 100%;
  background-color: #F3F1E8;
}

.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: 10px;
}

.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: "Crimson Text", 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: 490px;
  height: 540px;
  padding: 40px;
  border: none;
  background: #fff;
}

.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: 48px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
}

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

.main_system .main_fair .simple_monthly_calendar .calendar_body .ichioshi,
.main_system .main_fair .simple_monthly_calendar .calendar_body .premium,
.main_system .main_fair .simple_monthly_calendar .calendar_body .special {
  width: 46px;
  height: 46px;
  margin: 6px auto;
  background-size: auto 5px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .ichioshi a,
.main_system .main_fair .simple_monthly_calendar .calendar_body .premium a,
.main_system .main_fair .simple_monthly_calendar .calendar_body .special a {
  width: 46px;
  height: 46px;
  margin: 6px auto;
  background-size: auto 5px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .premium a {
  background: #d54a1b url(https://www.l-sb.jp/img/cmn/ico_osusume.png) no-repeat center 29px;
  background-size: auto 7px;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .premium a {
  background: #a8b4bf url(https://www.l-sb.jp/img/cmn/ico_premium.png) no-repeat center 29px;
  background-size: auto 7px;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .ichioshi a {
  background: #b49444 url(https://www.l-sb.jp/img/cmn/ico_special.png) no-repeat center 29px;
  background-size: auto 7px;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .special a {
  background: #b49444 url(https://www.l-sb.jp/img/cmn/ico_special.png) no-repeat center 29px;
  background-size: auto 7px;
}

/* section_party
------------------------------------------------- */
.section_party .title_box {
  margin-bottom: 20px;
}

.section_party .txt {
  line-height: 1.9;
}

.section_party .more::after {
  top: 14%;
}

.section_party em {
  display: block;
  margin-bottom: -11px;
  color: #ad8b14;
  font-size: 15px;
  line-height: 1.0;
}

.main_facility .section_party .more::after {
  top: 28%;
  right: 0;
}

/* chapel_box */
.section_party .chapel_box {
  width: 100%;
  margin: 140px auto 0;
  padding: 0 7%;
  text-align: center;
}

.section_party .chapel_box .title_box {
  margin-top: 130px;
}

.section_party .chapel_box .title_box h3::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 64px;
  height: 62px;
  transform: translateX(-50%);
  background: url(../img/top/icon_chapel.jpg) center center no-repeat;
  background-size: 100%;
  content: "";
}

/* banquet_box */
.section_party .banquet_box.box01 {
  margin-top: 150px;
  padding: 0 5%;
}

.section_party .banquet_box.box01 .title_box {
  margin-bottom: 60px;
}

.section_party .banquet_box {
  width: 100%;
}

.section_party .banquet_box .wrapper {
  position: relative;
  margin: 0 auto;
}

.section_party .banquet_box .wrapper .ph_box.box_l {
  margin-top: 0;
}

.section_party .banquet_box .ph_box {
  width: 70%;
  height: 440px;
  background: url(../img/top/bnq_img01.jpg) no-repeat;
  background-size: contain;
}

.section_party .banquet_box .tit_box {
  position: relative;
  width: 30%;
  height: 440px;
}

.section_party .banquet_box .tit_box .tit_inner {
  z-index: 1000;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.section_party .banquet_box .tit_box h3 {
  font-size: 23px;
}

.section_party .banquet_box .tit_box h3::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -70px;
  left: 50%;
  width: 81px;
  height: 55px;
  transform: translateX(-50%);
  background: url(../img/top/icon_bnq01.jpg) center center no-repeat;
  background-size: 100%;
  content: "";
}

.section_party .banquet_box .tit_box .sub {
  margin: 8px auto 15px;
  font-family: source-han-serif-japanese, serif;
}

.section_party .banquet_box.box02 {
  margin-top: 95px;
}

.section_party .banquet_box.box02 .ph_box {
  background: url(../img/top/bnq_img02.jpg) no-repeat;
  background-size: contain;
}

.section_party .banquet_box.box02 h3::after {
  top: -75px;
  width: 63px;
  height: 57px;
  background: url(../img/top/icon_bnq02.jpg) center center no-repeat;
  background-size: 100%;
}

/* section_plan
------------------------------------------------- */
.section_plan {
  margin-top: 150px;
  text-align: center;
}

.section_plan .inner {
  margin-bottom: 20px;
  text-align: center;
}

.section_plan .slick-slide {
  width: 790px !important;
  height: auto;
  padding: 0 10px;
}

.section_plan a {
  display: block;
  position: relative;
}

.section_plan .ph {
  width: auto;
  height: 0;
  margin-bottom: 22px;
  padding-bottom: 67%;
  overflow: hidden;
}

.section_plan .info_box {
  z-index: 99999;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 352px;
  height: 148px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.section_plan .info_box .tit {
  max-height: 48px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
}

.section_plan .info_box .date {
  margin-bottom: 7px;
}

.section_plan .slick-prev {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 17.5%;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
}

.section_plan .slick-next {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  right: 17.5%;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
}

.section_plan　.slick-initialized .slick-slide {
  opacity: 0.6;
  /* 両サイドの画像を透過 */
}

.section_plan .slick-prev::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(-45deg);
  border-top: 2px #1f1f1f solid;
  border-left: 2px #1f1f1f solid;
  content: " ";
}

.section_plan .slick-next::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  transform: rotate(135deg);
  border-top: 2px #1f1f1f solid;
  border-left: 2px #1f1f1f solid;
  content: " ";
}

.main_top .section_plan .info_box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 352px;
  height: 170px;
  padding: 25px;
  background: #FFF;
  text-align: left;
}

.section_bnr {
  margin-top: 70px;
}

.section_bnr .bnr_luna,
.section_bnr .bnr03 {
  width: 1100px;
  margin: 0 auto;
}

.section_bnr .bnr03 {
  margin-top: 15px;
}

.section_plan .sub {
  color: #a2a49e;
  font-size: 11px;
}

.section_plan .tit {
  max-height: 48px;
  margin-top: 5px;
  margin-bottom: 2px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
}

.section_plan .price {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_plan .more {
  margin-top: 10px;
}

/* section_cuisine
------------------------------------------------- */
.section_cuisine {
  margin: 135px 7% 0;
  padding: 50px;
  background-color: #f7f6f1;
}

.section_cuisine a {
  display: block;
}

.section_cuisine .txt_box {
  width: 40%;
  padding-top: 160px;
  float: left;
  text-align: center;
}

.section_cuisine .txt_box .txt {
  line-height: 1.9;
}

.section_cuisine .txt_box h3::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -113px;
  left: 50%;
  width: 117px;
  height: 86px;
  transform: translateX(-50%);
  background: url(../img/top/icon_cuisine.jpg) center center no-repeat;
  background-size: 100%;
  content: "";
}

.section_cuisine .ph_box {
  width: 55%;
  float: right;
}

/* section_dress
------------------------------------------------- */
.section_dress {
  position: relative;
  width: 100%;
}

.section_dress .ph_box {
  width: 70%;
  height: 513px;
  float: left;
  background: url(../img/top/dress_img.jpg) no-repeat;
  background-size: cover;
}

.section_dress .txt_box {
  position: relative;
  width: 30%;
  float: right;
  background-color: #d3e4e3;
}

.section_dress .txt_box .inner {
  z-index: 1000;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.section_dress .txt_box h3 {
  font-size: 23px;
}

.section_dress .txt_box h3::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -75px;
  left: 50%;
  width: 66px;
  height: 44px;
  transform: translateX(-50%);
  background: url(../img/top/icon_dress.png) center center no-repeat;
  background-size: 100%;
  content: "";
}

.section_dress .txt_box .sub {
  margin: 8px auto 15px;
  font-family: source-han-serif-japanese, serif;
}

.section_dress.-dress .txt_box {
  background-color: #f1ded6;
}

/* section_report
------------------------------------------------- */
.section_report.news_block {
  background: none;
}

.section_report.news_block .inner {
  padding: 115px 0 0;
}

/* section_other
------------------------------------------------- */
.section_other .unit01 {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.section_other .unit01 ul {
  display: flex;
}

.section_other .unit01 li {
  position: relative;
  width: 33%;
  height: 137px;
  background: url(../img/top/gallery_img.jpg) center center no-repeat;
  background-size: 100%;
}

.section_other .unit01 li:nth-child(2) {
  background: url(../img/top/faq_img.jpg) center center no-repeat;
  background-size: 100%;
  margin: 0 0.5%;
}

.section_other .unit01 li:nth-child(3) {
  background: url(../img/top/access_img.jpg) center center no-repeat;
  background-size: 100%;
}

.section_other .unit01 li::before {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 80%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.section_other .unit01 li .tit_box {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.section_other .unit01 li .tit_box h3 {
  font-size: 27px;
}

.section_other .unit01 li a {
  display: inline-block;
  z-index: 1001;
  position: relative;
  width: 100%;
  height: 100%;
}

.section_other .unit02 {
  width: 980px;
  margin: 0 auto;
}

.section_other .unit02 > div {
  margin-top: 38px;
}

.section_other.-other {
  margin-top: 60px;
}

.section_other.-other a:hover,
.section_other.-other a:active,
.section_other.-other a:hover img {
  opacity: 0.3;
}

/* section_other
------------------------------------------------- */
.section_instagram {
  width: 100%;
  padding-top: 110px;
  text-align: center;
}

.section_instagram h2 {
  width: 118px;
  height: 76px;
  margin: 0 auto 20px;
}

.section_instagram h2 img {
  width: 100%;
}

.section_instagram .inner {
  width: 946px;
  margin: 0 auto;
}

.section_instagram .inner ul li {
  width: 183px;
  height: 183px;
  float: left;
}

.section_instagram .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_instagram .inner ul li a .ig_thumb {
  width: 183px;
  height: 183px;
}

.section_instagram .inner ul li a .ig_thumb .ph img {
  width: 100%;
}

/**************************** section_area ****************************/
.section_area {
  width: 100%;
  padding: 60px 0;
  background-color: #F8F7F1;
}

.section_area h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.section_area .inner {
  width: 1003px;
  margin: 0 auto;
}

.section_area .inner .box_l {
  float: left;
}

.section_area .inner .box_l .btn04 {
  width: 493px;
  height: 230px;
}

.section_area .inner .box_l .btn04 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.section_area .inner .box_l .btn04 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #1f1f1f;
  content: "";
}

.section_area .inner .box_l .btn04 a .ph {
  padding: 20px 20px 5px;
}

.section_area .inner .box_l .btn04 a .ph img {
  width: 100%;
}

.section_area .inner .box_l .tit {
  color: #1f1f1f;
  color: #657971;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 13px;
  text-align: center;
}

.section_area .inner .box_l .txt {
  margin-top: 7px;
  text-align: center;
}

.section_area .inner .box_r {
  float: right;
}

.section_area .inner .box_r .btn04 {
  width: 493px;
  height: 230px;
}

.section_area .inner .box_r .btn04 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.section_area .inner .box_r .btn04 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #1f1f1f;
  content: "";
}

.section_area .inner .box_r .btn04 a .ph {
  padding: 20px 20px 5px;
}

.section_area .inner .box_r .btn04 a .ph img {
  width: 100%;
}

.section_area .inner .box_r .btn04 .tit {
  color: #1f1f1f;
  color: #c37800;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 13px;
  text-align: center;
}

.section_area .inner .txt {
  margin-top: 7px;
  text-align: center;
}

.fair_list_day01.en01 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1f1f1f;
  font-size: 20px;
  text-align: center;
}

.fair_list_inner li {
  padding-bottom: 15px;
}

.fair_list_inner li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.fair_list_inner li a .ph {
  width: 106px;
  height: 106px;
  margin: 0 15px 0 0;
  float: left;
}

.fair_list_inner li a .ph img {
  width: 100%;
}

.fair_list_inner li a .txt_wrapper {
  width: 300px;
  margin-top: 10px;
  float: left;
}

.fair_list_inner li a .txt_wrapper .icon_box {
  display: inline-block !important;
  padding: 0 !important;
}

.fair_list_inner li a .txt_wrapper .icon_box.special {
  display: inline-block !important;
  padding: 0 !important;
}

.fair_list_inner li a .txt_wrapper .icon_box.special li {
  margin-right: 2px;
  padding: 1px 8px;
}

.fair_list_inner li a .txt_wrapper .title {
  max-height: 50px;
  overflow: hidden;
  font-size: 16px;
}

.fair_list_inner li a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 90px;
  right: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #1f1f1f;
  content: "";
}

.fair_list_inner .unit > li {
  margin-bottom: 3%;
  padding-bottom: 15px;
  border-bottom: 1px dotted;
}

.phrase {
  opacity: 0;
}

.phrase.open {
  -webkit-transition: 2.4s;
  opacity: 1.0;
  transition: 2.4s;
}

.phrase.anime01.open {
  margin-top: 80px;
  animation: 1.8s ease 0s normal anime01 both;
}

.phrase.anime02.open {
  animation: 1.8s ease 0s normal anime02 both;
}

@keyframes anime01 {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes anime02 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/* 土日のおすすめフェア
------------------------------------------------- */
.rec_date_unit {
  width: 1100px;
  margin: 0 auto 50px;
}

.rec_date_unit .wrap_item {
  width: 538px;
}

.rec_date_unit .wrap_item h4 {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid;
  text-align: left;
}

.rec_date_unit .wrap_item span.en {
  padding-right: 6px;
  font-size: 28px;
}

.rec_date_unit .wrap_item .ph {
  width: 230px;
  float: left;
}

.rec_date_unit .wrap_item .txt_wrapper {
  width: 296px;
  float: right;
  text-align: left;
}

.rec_date_unit .wrap_item .tit {
  margin-top: 4px;
}

.rec_date_unit .wrap_item .date {
  margin-top: 3px;
  font-size: 13px;
}

.rec_date_unit .sat {
  float: left;
}

.rec_date_unit .sat h4 {
  border-color: #0D5281;
  color: #0D5281;
}

.rec_date_unit .sun {
  float: right;
}

.rec_date_unit .sun h4 {
  border-color: #B40000;
  color: #B40000;
}
/*# sourceMappingURL=top.css.map */
