@charset "UTF-8";
/* 共通
------------------------------------------------- */
body.top {
  position: relative;
}

body.top .header {
  display: none;
}

body.top .container {
  padding: 0;
}

body.top .f_other {
  display: none;
}

.title_box {
  font-size: 12px;
  line-height: 1.0;
}

.title_box h2 {
  margin-bottom: 1%;
  font-size: 32px;
  font-family: park-lane, serif;
}

.title_box h2 em {
  color: #ad8b14;
}

.title_box .sub {
  margin-bottom: 5%;
}

.title_box .catch {
  margin-bottom: 5%;
  padding-top: 2%;
}

.more {
  width: 50%;
  margin: 5% auto 0;
}

.more a {
  display: block;
  padding: 6px 0;
  border-radius: 4px;
  background: #e2e2e2;
}

.more a span {
  display: inline;
  padding-right: 20px;
  background: url(../img/cmn/icon_list.svg) 100% 1px no-repeat;
  background-size: 14px 9px;
  font-size: 11px;
  font-family: source-han-sans-japanese, sans-serif;
}

.btn_more {
  position: relative;
  width: 158px;
  height: 33px;
  margin: 0 auto;
  background: #6c645a;
  color: #FFF;
  font-size: 12px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.btn_more::before {
  display: block;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

/* section_main
------------------------------------------------- */
.section_main {
  position: relative;
}

.section_main .logo_main {
  z-index: 2;
  position: absolute;
  top: 31%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.section_main .logo_main img {
  width: 100%;
}

.section_main .icon_main {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: -20px;
  width: 100px;
}

.corona {
  margin-top: 10%;
  padding-top: 1%;
}

.corona p {
  margin-top: 1%;
  padding: 0 5%;
}

/* section_concept
------------------------------------------------- */
.section_concept {
  padding: 10% 5% 10%;
  font-size: 13px;
  text-align: center;
}

.section_concept .title_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #3e2500;
  text-align: left;
}

.section_concept .title_box h2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 33%;
  font-size: 24px;
  line-height: 1.0;
}

.section_concept .title_box h2::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -10px;
  left: 10px;
  content: "W";
  color: #ad8b14;
  font-size: 90px;
  font-family: "Poiret One", cursive;
}

.section_concept .title_box .sub {
  margin-bottom: 0;
  padding-left: 130px;
  font-size: 13px;
  font-family: source-han-serif-japanese, serif;
}

.section_concept h3 {
  margin: 5% 0 3%;
  font-size: 16px;
}

.section_concept .ph {
  margin: 7% auto 6%;
}

/* section_news
------------------------------------------------- */
.section_news {
  padding: 9% 5% 10%;
  background: #f8f6ee;
  text-align: center;
}

.section_news .box {
  margin-bottom: 6%;
}

.section_news .box .ph {
  width: 35%;
  float: left;
}

.section_news .box .txt_box {
  width: 62%;
  float: right;
  text-align: left;
}

.section_news .box .title {
  max-height: 46px;
  margin-top: 2px;
  overflow: hidden;
}

.section_news .box .iconbox {
  max-height: 19px;
  margin-top: 5px;
  overflow: hidden;
}

.section_news .box .new:after {
  top: -10px;
}

.section_news .btn_more a {
  height: inherit;
  background: inherit;
  line-height: inherit;
}

/* section_fair
------------------------------------------------- */
span.m {
  display: none;
}

.calendar .out_of_month {
  opacity: 0;
}

.past_month,
.future_month {
  opacity: 0;
}

.section_fair {
  position: relative;
}

.section_fair .all_inner {
  padding: 10% 5%;
  background: #c5ad58;
  text-align: center;
}

.section_fair h2 {
  color: #FFF;
  font-size: 58px;
  line-height: 1.0;
}

.section_fair .catch {
  margin-bottom: 5%;
  color: #FFF;
  font-size: 13px;
}

.section_fair .btn_more a {
  height: inherit;
  background: inherit;
  line-height: inherit;
}

/* calendar_wrapper
------------------------------------------------- */
.fair_all .fair_inner {
  margin: 0 auto;
}

.fair_all .btn_fair {
  width: 200px;
  height: 40px;
  margin: 8% auto 0;
  padding: 0;
}

.fair_all .btn_fair a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 40px;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
}

.fair_all .btn_fair a::before {
  left: 10px;
}

/* calendar_wrapper
------------------------------------------------- */
.calendar_wrapper {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10%;
  padding: 6% 5% 4%;
  background: #fff;
  text-align: center;
}

.calendar_wrapper > p.month {
  font-size: 45px;
}

.calendar_wrapper h3 {
  font-size: 23px;
}

.calendar_wrapper .phrase {
  box-sizing: border-box;
  position: absolute;
  top: 38px;
  right: 10px;
  width: 90px;
  height: 90px;
  padding: 20px 0;
  border-radius: 50%;
  background: #7b8b4b;
  color: #FFF;
  font-size: 8px;
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: -1.2px;
  text-align: center;
}

.calendar_wrapper .phrase::after {
  position: absolute;
  top: 89px;
  right: 40px;
  width: 0;
  height: 0;
  border-width: 9px 5px 0 5px;
  border-style: solid;
  border-color: #7b8b4b transparent transparent transparent;
  content: "";
}

.calendar_wrapper .calendar {
  position: relative;
  padding-bottom: 30px;
  outline: none;
}

.calendar_wrapper .calendar .sub {
  margin-bottom: 3%;
  padding-top: 23px;
  font-size: 13px;
}

.calendar_wrapper .calendar .lead {
  margin-bottom: 4%;
  padding: 4px 0;
  background: #f7d9db;
  font-size: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
}

.calendar_wrapper .calendar .inner {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  box-sizing: border-box;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
}

.calendar_wrapper .calendar .inner span.month {
  display: none;
}

.calendar_wrapper .calendar .inner .slash {
  display: none;
}

.calendar_wrapper .calendar .inner div {
  align-self: center;
  height: 32px;
  line-height: 32px;
}

.calendar_wrapper .calendar .inner div .past_month,
.calendar_wrapper .calendar .inner div .future_month {
  opacity: .2;
}

.calendar_wrapper .calendar .inner .sat {
  color: #005186;
}

.calendar_wrapper .calendar .inner .sun {
  color: #d13c1a;
}

.calendar_wrapper .calendar .inner .event_exist {
  height: 50px;
  line-height: 40px;
}

.calendar_wrapper .calendar .inner .event_exist a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 9px auto;
  border-radius: 50%;
  background: #e5dac3;
  font-size: 12px;
  line-height: 32px;
}

.calendar_wrapper .calendar .event_exist.special a,
.calendar_wrapper .calendar .event_exist.gentei a,
.calendar_wrapper .calendar .event_exist.ichioshi a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 7px auto;
  border-radius: 50%;
  background: #ec7216;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
}

.calendar_wrapper .calendar .event_exist.gentei a {
  background: #d6414c;
}

.calendar_wrapper .calendar .event_exist.ichioshi a {
  background: #ad8b13;
}

.calendar_wrapper .calendar p.month {
  position: relative;
  margin-top: 2%;
  font-size: 54px;
  line-height: 1.0;
}

.calendar_wrapper .calendar p.month::after {
  z-index: 1000;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 80px;
  height: 1px;
  transform: translateX(-50%);
  background: #3e2500;
  content: "";
}

.fair_all .calendar table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  table-layout: fixed;
}

.fair_all .calendar table th {
  padding: 1px 14px 12px;
  border-bottom: 1px solid #3e2500;
  text-align: center;
}

.fair_all .calendar table td {
  width: 37px;
  height: 45px;
  padding: 1px 13px;
  border-bottom: 1px solid #3e2500;
  color: #3e2500;
  font-weight: 400;
  letter-spacing: 2px;
}

.fair_all .calendar table td a:focus {
  background: #141414;
  color: #fff;
  text-decoration: none;
}

.fair_all .calendar table td .premium a,
.fair_all .calendar table td .fair_all .calendar .inner table td .osusume a {
  display: block;
  width: 33px;
  height: 33px;
  padding: 10px 8px;
  background: #dfc6b9;
  color: #FFF;
  text-decoration: none;
}

.fair_all .calendar table tr:nth-child(2) td {
  padding-top: 10px;
}

.fair_all .calendar_wrapper .slick-arrow {
  z-index: 2000;
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 46px;
  height: 20px;
  transform: none;
  border-style: none;
  background: none;
  color: #3e2500;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

.fair_all .calendar_wrapper .slick-prev {
  left: 0;
}

.fair_all .calendar_wrapper .slick-prev::before {
  margin-right: 5px;
  content: "<";
  color: #3e2500;
  font-size: 12px;
}

.fair_all .calendar_wrapper .slick-next {
  right: 0;
}

.fair_all .calendar_wrapper .slick-next::after {
  margin-left: 5px;
  content: ">";
  font-size: 12px;
}

/* special_fair
------------------------------------------------- */
.special_fair {
  margin-bottom: 5%;
  padding: 10% 5% 6%;
  background: #fff;
  text-align: center;
}

.special_fair h3 {
  position: relative;
  margin: 0 auto 5%;
  font-size: 24px;
  line-height: 1.0;
}

.special_fair h3 img {
  width: 100%;
  vertical-align: bottom;
}

.special_fair .box a {
  display: block;
}

.special_fair .box a .ph {
  width: 100%;
  height: 0;
  margin-bottom: 3%;
  padding-bottom: 67%;
  overflow: hidden;
}

.special_fair .box a .ph img {
  width: 100%;
}

.special_fair .box a .iconbox {
  overflow: hidden;
  text-align: center;
}

.special_fair .box a .date {
  margin-top: 6px;
  font-size: 12px;
}

.special_fair .box a .tit {
  max-height: 46px;
  color: #dd8168;
  font-size: 13px;
}

.special_fair .box a .caption {
  max-height: 40px;
  margin-bottom: 5%;
  font-size: 11px;
}

.special_fair .box a .btn_more {
  margin-top: 3%;
  background: none;
  color: #3e2500;
}

/* section_list
------------------------------------------------- */
.section_fair .section_list {
  position: relative;
  padding: 10% 5% 8%;
  text-align: center;
}

.section_fair .section_list .title_box {
  margin-bottom: 5%;
}

.section_fair .section_list .title_box h2 {
  color: #3e2500;
  font-size: 32px;
}

.section_fair .section_list .title_box .sub {
  margin-bottom: 12px;
}

.section_fair .section_list .box {
  width: 48%;
  margin-right: 3%;
  margin-bottom: 4%;
  float: left;
}

.section_fair .section_list .box:nth-child(2n) {
  margin-right: 0;
}

.section_fair .section_list .box:nth-child(2n+1) {
  clear: left;
}

.section_fair .section_list .box .ph {
  width: 100%;
  height: 67%;
  overflow: hidden;
}

.section_fair .section_list .box .tit {
  max-height: 44px;
  line-height: 1.4;
}

/* section_plan
------------------------------------------------- */
.main_top .section_plan {
  padding: 10% 0;
  background: #f8f6ee;
}

.main_top .section_plan .inner {
  position: relative;
}

.main_top .section_plan .iconbox {
  margin-bottom: 2%;
  padding-top: 4%;
  text-align: center;
}

.section_plan {
  position: relative;
  text-align: center;
}

.section_plan .plan_list {
  padding: 0 10%;
}

.section_plan a {
  display: block;
}

.section_plan .title {
  max-height: 45px;
  margin: 2% 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.6;
}

.section_plan .price {
  font-size: 15px;
  line-height: 1.0;
}

.section_plan .cnt {
  padding-top: 5%;
  color: #ad8b14;
  font-size: 16px;
}

.section_plan .iconbox {
  height: 20px;
  margin-bottom: 2%;
  text-align: center;
}

.section_plan .ph {
  position: relative;
  padding-bottom: 67%;
}

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

.section_plan .slick-prev {
  left: 4%;
}

.section_plan .slick-next {
  right: 4%;
}

/* bnr_campaign
/* bnr_best
------------------------------------------------- */
.bnr_campaign {
  width: 90%;
  margin: 10% auto 0;
}

.bnr_best {
  width: 90%;
  margin: 0 auto 10%;
}

.bnr_campaign img,
.bnr_best img {
  width: 100%;
}

.bnr_plan {
  z-index: 1000;
  position: absolute;
  margin: 3%;
  margin-top: -10%;
}

.bnr_wedding_memories {
  z-index: 1000;
  position: absolute;
  width: 60%;
  margin: 3%;
  margin-top: -47%;
}

/* section_party
------------------------------------------------- */
.section_party {
  text-align: center;
}

.section_party a:hover {
  opacity: 1;
}

.section_party h2 {
  margin-top: 9%;
  margin-bottom: 2%;
  font-size: 32px;
}

.section_party .sub {
  margin-bottom: 5%;
  font-size: 12px;
  line-height: 1.0;
  font-family: source-han-sans-japanese, sans-serif;
}

.section_party img {
  width: 100%;
  vertical-align: bottom;
}

.section_party .txt {
  margin-bottom: 5%;
  font-size: 12px;
}

.section_party .section_ceremony {
  padding-bottom: 9%;
}

.section_party .section_ceremony a {
  display: block;
  padding-bottom: 10%;
  background: #f8f6ee;
}

.section_party .section_ceremony .btn_more {
  background: #3e2500;
}

.section_party .section_banquet .box a {
  display: block;
  padding-bottom: 10%;
}

.section_party .section_banquet .box:nth-child(1) {
  background: #f1f4ea;
}

.section_party .section_banquet .box:nth-child(1) h2 {
  color: #a4b571;
}

.section_party .section_banquet .box:nth-child(1) .btn_more {
  background: #a4b571;
}

.section_party .section_banquet .box:nth-child(2) {
  background: #f4e0dc;
}

.section_party .section_banquet .box:nth-child(2) h2 {
  color: #dfa498;
}

.section_party .section_banquet .box:nth-child(2) .btn_more {
  background: #dfa498;
}

/*  section_original_menu
*---------------------------------------------------------- */
.section_original_menu {
  margin-bottom: 10vw;
}

/*  section_cuisine
*---------------------------------------------------------- */
.section_cuisine {
  margin: 0 auto;
  padding: 12% 0;
  background: #f8f3ea;
  text-align: center;
}

.section_cuisine a {
  display: block;
}

.section_cuisine .inner {
  margin: 0 5%;
  padding: 4% 4% 8%;
  background: #fff;
}

.section_cuisine .txt_box {
  margin-top: 5%;
}

.section_cuisine .txt_box .sub {
  color: #c79600;
  font-size: 36px;
  line-height: 1.0;
  font-family: "Notera", sans-serif;
}

.section_cuisine .txt_box h2 {
  position: relative;
  margin-bottom: 13px;
  font-size: 50px;
  line-height: 1.0;
  font-family: "Crimson Text", serif;
}

.section_cuisine .txt_box h2::after {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 5px;
  width: 50px;
  height: 79px;
  background: url(../img/top/ico_cuisine.png) center center no-repeat;
  content: "";
}

.section_cuisine .txt_box .tit {
  margin-bottom: 7px;
  padding-top: 16px;
  border-top: 1px solid #3e2500;
  font-size: 16px;
  letter-spacing: -1px;
}

.section_cuisine .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -1px;
}

.section_cuisine .txt_box .btn_detail {
  display: block;
  width: 180px;
  padding: 3px 0 8px;
  float: left;
  background: #3e2500;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
}

.section_cuisine .txt_box .btn_detail span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.section_cuisine .txt_box .btn_detail span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.section_cuisine .btn_more {
  margin: 20px auto 0;
}

/* section_contents01
------------------------------------------------- */
.section_contents01 {
  padding: 0 5% 6%;
}

.section_contents01 .box {
  padding-bottom: 9%;
}

.section_contents01 .ph {
  line-height: 0;
}

.section_contents01 .sub {
  margin-top: 15px;
  color: #bab6b1;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.section_contents01 .tit {
  margin: 10px 0 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e2500;
  font-size: 32px;
  line-height: 1;
  font-family: park-lane, serif;
}

.section_contents01 .tit span {
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
}

.section_contents01 .txt {
  line-height: 1.6;
}

.section_contents01 .btn_more {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 15px 0 0;
  padding-left: 13px;
  background: none;
  color: inherit;
  color: #bab6b1;
  line-height: inherit;
  text-align: left;
}

.section_contents01 .btn_more::before {
  display: block;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #bab6b1;
  content: "";
  transition-duration: 200ms;
}

/* section_pro
------------------------------------------------- */
.section_pro {
  padding: 7% 5% 12%;
  background: #c5ad58;
  text-align: center;
}

.section_pro a {
  display: block;
  color: #fff;
}

.section_pro .ph {
  margin-bottom: 4%;
}

.section_pro .txt {
  margin-bottom: 7%;
}

.section_pro .btn_more {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

/* section_report
------------------------------------------------- */
.section_report {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10% 0 12%;
  text-align: center;
}

.section_report .report_list {
  padding: 0 10%;
}

.section_report .box {
  font-family: source-han-sans-japanese, sans-serif;
}

.section_report .box .ph {
  width: 100%;
  height: 0;
  margin-bottom: 8px;
  padding-bottom: 67%;
  overflow: hidden;
  filter: grayscale(100%);
}

.section_report .box .ph img {
  width: 100%;
}

.section_report .box .txt_box {
  margin-bottom: 9%;
}

.section_report .box .tit {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2%;
  padding-bottom: 2%;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_report .box .tit::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  transform: translateX(-50%);
  background: #3e2500;
  content: "";
}

.section_report .box .date {
  margin-bottom: 2%;
  font-size: 13px;
}

.section_report .box .iconbox {
  text-align: center;
}

.section_report .slick-prev {
  top: 32%;
  left: 4%;
}

.section_report .slick-next {
  top: 32%;
  right: 4%;
}

.section_report .btn_more a {
  height: inherit;
  background: inherit;
  line-height: inherit;
}

/*  section_contents02
*---------------------------------------------------------- */
.section_contents02 {
  padding: 0 7% 3%;
}

.section_contents02 .box {
  margin-bottom: 9%;
}

.section_contents02 .box:last-child {
  margin-right: 0;
}

.section_contents02 .tit {
  margin: 10px 0 12px;
  font-size: 32px;
  line-height: 1;
  font-family: park-lane, serif;
}

.section_contents02 .tit span {
  padding-left: 10px;
  font-size: 13px;
  vertical-align: middle;
}

/*  INSTA
 *---------------------------------------------------------- */
.section_instagram {
  width: 100%;
  padding: 12% 0;
  background: #f8f6ee;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
}

.section_instagram h2 {
  margin-bottom: 2%;
}

.section_instagram h2 img {
  width: auto;
  height: 30px;
}

.section_instagram .follow {
  margin-bottom: 5%;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
}

.section_instagram .inner {
  margin: 0 3%;
}

.section_instagram li {
  box-sizing: border-box;
  width: 48%;
  margin: 0 1% 2%;
  padding: 3% 4%;
  float: left;
  background: #fff;
  text-align: left;
}

.section_instagram li .ig_thumb {
  width: 100%;
  height: 100%;
  margin: 4% 0;
}

.section_instagram li .ph {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.section_instagram li .date {
  font-size: 11px;
  line-height: 15px;
}

.section_instagram li .date span {
  display: inline-block;
  vertical-align: middle;
}

.section_instagram li .date .icon-time {
  padding-right: 5px;
  font-size: 15px;
}

.section_instagram li .likes {
  font-weight: 700;
  line-height: 14px;
  text-align: right;
}

.section_instagram li .likes span {
  display: inline-block;
  vertical-align: middle;
}

.section_instagram li .likes .icon-heart {
  padding-right: 3px;
  font-size: 16px;
}

.section_instagram .btn {
  width: 84%;
  margin: 3% auto 0;
}

.section_instagram .btn a {
  display: block;
  border: 1px solid #3e2500;
  background: none;
  font-size: 11px;
}

.section_bnr {
  width: 90%;
  margin: 12% auto -12%;
}

.section_f_bnr {
  padding: 0 5% 10%;
}
/*# sourceMappingURL=top.css.map */
