@charset "UTF-8";
/*****************************************
※※※※※※※※※※※※※※※※※※※※※※※※※

【Sassあり】
このCSSファイルはSassから生成されていますので、
直接編集しないようにしてください。

※※※※※※※※※※※※※※※※※※※※※※※※※
*****************************************/
/* --------------------------
	共通設定
--------------------------- */
/*メディアクエリ設定*/
/* --------------------------
	トップページ
--------------------------- */
/*ヘッダー*/
@media only screen and (min-width: 1025px) {
  .top-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent; }

  .top-header .inner h1 {
    margin-right: auto;
    padding: 20px;
    -webkit-filter: drop-shadow(0px 0px 5px #461c04);
    filter: drop-shadow(0px 0px 5px #461c04); }

  .top-header .inner nav {
    padding-top: 25px;
    height: auto; }

  .top-header .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .top-header .inner nav ul li {
    margin-right: 35px;
    -webkit-filter: drop-shadow(0px 0px 5px #461c04);
    filter: drop-shadow(0px 0px 5px #461c04); }

  .top-header .inner nav ul li a {
    color: #fff; }

  .top-header .inner nav ul li a:after {
    content: none; } }
/*コンテンツ*/
.contents .mainimage {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0; }

@media only screen and (max-width: 1024px) {
  .contents .mainimage {
    margin-top: 70px;
    max-height: 450px;
    height: 50vw; } }
@media only screen and (max-width: 767px) {
  .contents .mainimage {
    max-height: 100vh;
    height: 80vh;
    margin-top: 55px; } }
.contents .mainimage .main-video {
  width: 100%;
  height: 100vh;
  /*background: url(../img/top/mainimage_pc.jpg) no-repeat center/cover;*/
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-animation: fadeIn 2s forwards;
  animation: fadeIn 2s forwards; }

@media only screen and (max-width: 1024px) {
  .contents .mainimage .main-video {
    height: 100%; } }
@media only screen and (max-width: 767px) {
  .contents .mainimage .main-video {
    /*background: url(../img/top/mainimage_sp.jpg) no-repeat center/cover;*/
    height: 100%; } }
.contents .mainimage .main-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

@media only screen and (max-width: 1024px) {
  .contents .mainimage .main-video video {
    width: 100%;
    min-width: 1000px; } }
@media only screen and (max-width: 767px) {
  .contents .mainimage .main-video video {
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    bottom: 0;
    min-width: auto; } }
.contents .mainimage .catch {
  font-family: "Noto Serif JP";
  position: absolute;
  right: 20%;
  top: 40%;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #461c04);
  filter: drop-shadow(0px 0px 5px #461c04);
  font-size: 28px;
  letter-spacing: 0.2em; }

@media only screen and (max-width: 1024px) {
  .contents .mainimage .catch {
    font-size: 21px;
    right: auto;
    top: auto;
    left: 5%;
    bottom: 5%; } }
@media only screen and (max-width: 767px) {
  .contents .mainimage .catch {
    text-align: center;
    left: 0;
    right: 0;
    top: 43%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: auto;
    -webkit-filter: drop-shadow(0px 0px 5px #754013);
    filter: drop-shadow(0px 0px 5px #754013); } }
.contents .mainimage .information {
  width: 100%;
  position: absolute;
  background-color: #7db1c6;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(77, 132, 154, 0.7);
  display: block;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.contents .mainimage .information p {
  max-width: 100%;
  margin: auto;
  text-align: center; }

.contents .mainimage .information p a {
  color: #fff; }

.contents .mainimage .information p a span {
  padding-left: 30px;
  position: relative; }

.contents .mainimage .information p a span:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 15px;
  height: 1px;
  background-color: #fff; }

.image-ranking {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 25px;
  right: 45px;
  gap: 10px;
  height: 150px;
  -webkit-animation: fadeIn 2s forwards;
  animation: fadeIn 2s forwards; }
  .image-ranking img {
    width: auto;
    height: 100%;
    -webkit-filter: drop-shadow(0px 0px 5px #461c04);
    filter: drop-shadow(0px 0px 5px #461c04);
    transform: translateZ(0px); }
  .image-ranking.image-ranking-sp {
    display: none; }

@media only screen and (max-width: 1024px) {
  .image-ranking {
    bottom: 3%;
    right: 35px;
    height: 130px; } }
@media only screen and (max-width: 767px) {
  .image-ranking {
    bottom: 15%;
    height: 15vw;
    min-height: 54px;
    right: 0;
    left: 0;
    margin: -15px auto 15px; }
    .image-ranking.image-ranking-pc {
      display: none; }
    .image-ranking.image-ranking-sp {
      display: flex;
      position: relative; } }
.contents .mainimage .image-bestrate {
  position: absolute;
  bottom: 125px;
  right: 305px;
  -webkit-filter: drop-shadow(0px 0px 5px #461c04);
  filter: drop-shadow(0px 0px 5px #461c04);
  -webkit-animation: fadeIn 2s forwards;
  animation: fadeIn 2s forwards; }

@media only screen and (max-width: 1024px) {
  .contents .mainimage .image-bestrate {
    bottom: 6%;
    right: 230px;
    width: 160px;
    height: auto; } }
@media only screen and (max-width: 767px) {
  .contents .mainimage .image-bestrate {
    bottom: 17%;
    right: 200px;
    width: 160px; } }
@media only screen and (max-width: 360px) {
  .contents .mainimage .image-bestrate {
    bottom: 18%;
    right: 200px;
    width: 140px; } }
@media only screen and (max-width: 320px) {
  .contents .mainimage .image-bestrate {
    bottom: 18%;
    right: 160px;
    width: 135px; } }
/*////////////フェア////////////*/
.contents .fair {
  background-color: #f4f7f9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 55px 0; }

@media only screen and (max-width: 1024px) {
  .contents .fair {
    padding: 45px 0; } }
@media only screen and (max-width: 767px) {
  .contents .fair {
    text-align: center;
    padding: 40px 0; } }
.contents .fair .news {
  max-width: 1080px;
  margin: auto;
  border: 3px solid #d7e8f0;
  padding: 15px 35px 18px;
  background-color: #fff;
  margin-bottom: 55px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .news {
    max-width: 100%; } }
@media only screen and (max-width: 1024px) {
  .contents .fair .news {
    width: 90%;
    margin: 0 auto 35px; } }
@media only screen and (max-width: 767px) {
  .contents .fair .news {
    text-align: left;
    padding: 15px 20px; } }
@media only screen and (max-width: 320px) {
  .contents .fair .news {
    padding: 15px; } }
.contents .fair .news h2 {
  font-weight: 700;
  color: #f8465b; }

.contents .fair .news .date {
  font-weight: 700;
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .contents .fair .news .date {
    letter-spacing: -0.03em; } }
@media only screen and (max-width: 320px) {
  .contents .fair .news .date {
    letter-spacing: -0.08em; } }
.contents .fair .inner {
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner {
    max-width: 100%; } }
@media only screen and (max-width: 1024px) {
  .contents .fair .inner {
    padding: 0 45px; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner {
    display: block;
    padding: 0 25px; } }
.contents .fair .inner .text {
  width: 340px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .text {
    width: 300px; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .text {
    width: 100%; } }
.contents .fair .inner .swiper-wrap {
  position: relative;
  width: calc(100% - 340px); }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap {
    width: calc(100% - 400px);
    margin: auto; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .swiper-wrap {
    width: 80%;
    margin: auto; } }
.contents .fair .inner .swiper-wrap .swiper-container {
  overflow: visible; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap .swiper-container {
    overflow: hidden; } }
.contents .fair .inner .swiper-wrap .swiper-button-prev {
  background-image: none;
  position: absolute;
  top: -20px;
  left: -13px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap .swiper-button-prev {
    left: -50px;
    top: 160px; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .swiper-wrap .swiper-button-prev {
    left: -38px;
    top: 140px; } }
.contents .fair .inner .swiper-wrap .swiper-button-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-left: 1px solid #d1d4d7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: -13px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap .swiper-button-prev:before {
    left: 0;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .swiper-wrap .swiper-button-prev:before {
    width: 20px;
    height: 20px; } }
.contents .fair .inner .swiper-wrap .swiper-button-prev:after {
  content: none; }

.contents .fair .inner .swiper-wrap .swiper-button-next {
  background-image: none;
  top: -20px;
  right: -15px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap .swiper-button-next {
    right: -50px;
    top: 160px; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .swiper-wrap .swiper-button-next {
    right: -42px;
    top: 140px; } }
.contents .fair .inner .swiper-wrap .swiper-button-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-right: 1px solid #d1d4d7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -20px;
  right: -15px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .swiper-wrap .swiper-button-next:before {
    left: 0;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .contents .fair .inner .swiper-wrap .swiper-button-next:before {
    width: 20px;
    height: 20px; } }
.contents .fair .inner .swiper-wrap .swiper-button-next:after {
  content: none; }

@media only screen and (min-width: 1025px) {
  .contents .fair .inner .swiper-wrap .swiper-button-prev,
  .contents .fair .inner .swiper-wrap .swiper-button-next {
    display: none; } }
.contents .fair .inner .fair-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .fair-slider .swiper-wrapper {
    margin-bottom: 25px; } }
.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide {
  height: auto;
  max-width: 350px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  letter-spacing: 0;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0)); } }
.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.6; }

.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide img {
  width: 100%; }

.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail {
  padding: 15px 18px 18px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail {
    padding: 15px 13px 18px 10px; } }
@media only screen and (max-width: 320px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail {
    padding: 15px 10px 18px 5px; } }
.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .date {
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1; }

@media only screen and (max-width: 320px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .date {
    font-size: 18px; } }
.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .date span {
  font-size: 13px; }

@media only screen and (max-width: 320px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .date span {
    font-size: 12px; } }
.contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .menu {
  width: calc(100% - 60px);
  border-left: 1px solid #d1d4d7;
  padding: 5px 0 8px 13px;
  margin-left: 5px; }

@media only screen and (max-width: 1024px) {
  .contents .fair .inner .fair-slider .swiper-wrapper .swiper-slide .detail .menu {
    text-align: left; } }
.contents .banner {
  text-align: center;
  margin-bottom: 100px; }

@media only screen and (max-width: 1024px) {
  .contents .banner {
    width: 60%;
    margin: 0 auto 80px; } }
@media only screen and (max-width: 767px) {
  .contents .banner {
    width: 100%;
    margin-bottom: 50px; } }
.contents .onlinefair {
  text-align: center;
  width: 75%;
  margin: 0 auto 100px;
  border-top: 1px solid #d1d4d7;
  border-bottom: 1px solid #d1d4d7;
  padding: 25px 0 35px; }

@media only screen and (max-width: 1024px) {
  .contents .onlinefair {
    margin: 0 auto 80px;
    padding: 20px 0 25px; } }
@media only screen and (max-width: 767px) {
  .contents .onlinefair {
    width: 100%;
    margin-bottom: 50px;
    padding: 15px 0 25px; } }
.contents .onlinefair .headline {
  margin-bottom: 15px; }

@media only screen and (max-width: 1024px) {
  .contents .onlinefair .headline {
    margin-bottom: 10px; } }
/*////////////トピックス////////////*/
.contents .topics {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 100px;
  padding: 30px 20px 35px;
  border: 1px solid #D1D4D7; }

@media only screen and (max-width: 1024px) {
  .contents .topics {
    margin-bottom: 80px;
    padding-top: 45px; } }
@media only screen and (max-width: 767px) {
  .contents .topics {
    margin-bottom: 50px;
    padding: 35px 0; } }
.topics-wrapper {
  font-size: 16px;
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .topics-wrapper {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px; } }
.topics-wrapper dl {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .topics-wrapper dl {
    margin-bottom: 20px;
    font-size: 15px; } }
.topics-wrapper dl a {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .topics-wrapper dl a {
      display: block; } }
  .topics-wrapper dl a .topic-day {
    color: #838383;
    margin-right: 1em;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .topics-wrapper dl a .topic-day {
        font-size: 13px; } }
  .topics-wrapper dl a .topic-name {
    text-align: left; }

/*////////////トピックスここまで////////////*/
/*////////////レストランウェディング////////////*/
.contents .ceremony {
  margin: 80px 0 100px; }

@media only screen and (max-width: 1024px) {
  .contents .ceremony {
    margin: 50px 0 80px; } }
@media only screen and (max-width: 767px) {
  .contents .ceremony {
    margin: 40px 0 60px; } }
.contents .ceremony .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .contents .ceremony .inner {
    display: block;
    text-align: center; } }
.contents .ceremony .inner .text {
  width: 450px; }

@media only screen and (max-width: 1024px) {
  .contents .ceremony .inner .text {
    width: 100%; } }
@media only screen and (max-width: 1024px) {
  .contents .ceremony .inner .text .en {
    text-align: center; } }
.contents .ceremony .inner .text p {
  margin-bottom: 35px;
  line-height: 2.2; }

@media only screen and (max-width: 767px) {
  .contents .ceremony .inner .text p {
    line-height: 1.8; } }
@media only screen and (max-width: 767px) {
  .contents .ceremony .inner .text p {
    margin-bottom: 25px;
    padding: 0 10px; } }
.contents .ceremony .inner .image {
  width: calc(100% - 470px);
  max-width: 580px;
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  .contents .ceremony .inner .image {
    margin: 45px auto;
    width: 525px; } }
@media only screen and (max-width: 767px) {
  .contents .ceremony .inner .image {
    width: 100%;
    margin: 35px auto 45px;
    padding: 0 15px; } }
@media only screen and (max-width: 320px) {
  .contents .ceremony .inner .image {
    width: 100%; } }
.contents .ceremony .inner .image img {
  width: 100%; }

.contents .plan {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f4f7f9;
  background-image: url(../img/common/bg_parts.webp);
  background-size: cover;
  padding: 55px 0 75px;
  text-align: center;
  margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  .contents .plan {
    padding: 45px 0 65px; } }
@media only screen and (max-width: 767px) {
  .contents .plan {
    padding: 35px 0 45px; } }
.contents .plan .inner {
  max-width: 1080px;
  margin: auto; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner {
    max-width: 100%; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner {
    padding: 0 20px; } }
.contents .plan .inner .swiper-wrap {
  position: relative; }

.contents .plan .inner .plan-slider {
  max-width: 1000px;
  margin-bottom: 35px; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner .plan-slider {
    width: 80%; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner .plan-slider {
    margin-bottom: 25px; } }
.contents .plan .inner .swiper-button-prev {
  background-image: none;
  top: 200px;
  left: -13px; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner .swiper-button-prev {
    left: 20px;
    top: 230px; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-button-prev {
    left: -10px;
    top: 170px; } }
.contents .plan .inner .swiper-button-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-left: 1px solid #d1d4d7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner .swiper-button-prev:before {
    left: 10px;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-button-prev:before {
    right: 0;
    top: 0;
    width: 20px;
    height: 20px; } }
.contents .plan .inner .swiper-button-prev:after {
  content: none; }

.contents .plan .inner .swiper-button-next {
  background-image: none;
  top: 200px;
  right: -15px; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner .swiper-button-next {
    right: 20px;
    top: 230px; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-button-next {
    right: 0px;
    top: 170px; } }
.contents .plan .inner .swiper-button-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-right: 1px solid #d1d4d7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0; }

@media only screen and (max-width: 1024px) {
  .contents .plan .inner .swiper-button-next:before {
    right: 10px;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-button-next:before {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0; } }
.contents .plan .inner .swiper-button-next:after {
  content: none; }

.contents .plan .inner .swiper-slide .detail {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.contents .plan .inner .swiper-slide .detail a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.contents .plan .inner .swiper-slide .detail:hover {
  opacity: 0.6; }

@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-slide .detail:hover {
    opacity: 1; } }
.contents .plan .inner .swiper-slide img {
  width: 100%;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-slide img {
    margin-bottom: 15px; } }
.contents .plan .inner .swiper-slide h3 {
  font-size: 16px;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-slide h3 {
    font-size: 15px;
    letter-spacing: -0.01em; } }
@media only screen and (max-width: 320px) {
  .contents .plan .inner .swiper-slide h3 {
    font-size: 14px; } }
.contents .plan .inner .swiper-slide h3 span {
  font-size: 11px; }

@media only screen and (max-width: 767px) {
  .contents .plan .inner .swiper-slide h3 span {
    font-size: 10px; } }
.contents .plan .inner .swiper-slide p {
  text-align: left; }

/*会場について*/
.contents .banquet {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  margin-bottom: 70px; }

@media only screen and (max-width: 1024px) {
  .contents .banquet {
    margin-bottom: 70px; } }
@media only screen and (max-width: 767px) {
  .contents .banquet {
    margin-bottom: 50px; } }
.contents .banquet img {
  width: 100%; }

.contents .banquet .banquet-read {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 55px; }

@media only screen and (max-width: 1024px) {
  .contents .banquet .banquet-read {
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .contents .banquet .banquet-read {
    font-size: 13px;
    padding: 0 30px;
    line-height: 1.8;
    margin-bottom: 35px; } }
.contents .banquet .inner {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .contents .banquet .inner {
    max-width: 100%; } }
@media only screen and (max-width: 1024px) {
  .contents .banquet .inner {
    display: block;
    text-align: center; } }
.contents .banquet .inner .text {
  width: 459px;
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .contents .banquet .inner .text {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .contents .banquet .inner .text:first-of-type {
    margin-bottom: 35px; } }
@media only screen and (max-width: 1024px) {
  .contents .banquet .inner .en {
    text-align: center; } }
.contents .banquet .inner p {
  line-height: 2.2; }

@media only screen and (max-width: 767px) {
  .contents .banquet .inner p {
    line-height: 1.8; } }
@media only screen and (max-width: 1024px) {
  .contents .banquet .inner p {
    width: 100%;
    padding: 0 40px;
    margin: 45px auto 0; } }
@media only screen and (max-width: 767px) {
  .contents .banquet .inner p {
    text-align: left;
    padding: 0 30px;
    margin: 0 auto 25px; } }
.contents .banquet .inner .text .image {
  overflow: hidden;
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .contents .banquet .inner .text .image {
    margin-bottom: 20px;
    padding: 0 30px; } }
@media only screen and (max-width: 1024px) {
  .contents .banquet .inner .text .image img {
    width: 500px; } }
/*ウェディングレポート*/
.contents .report {
  text-align: center;
  padding-top: 55px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px; }

@media only screen and (max-width: 1024px) {
  .contents .report {
    padding-top: 45px;
    margin-bottom: 70px; } }
@media only screen and (max-width: 767px) {
  .contents .report {
    margin-bottom: 0;
    padding: 40px 0 50px; } }
.contents .report .report-wrapper {
  margin: auto;
  display: flex;
  gap: 25px;
  overflow-x: scroll;
  white-space: nowrap;
  justify-content: flex-start;
  margin-bottom: 35px;
  max-width: 1000px;
  -webkit-overflow-scrolling: touch; }
  .contents .report .report-wrapper::-webkit-scrollbar {
    height: 8px;
    /* スクロールバーの高さ */ }
  .contents .report .report-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    /* ツマミの色 */
    border-radius: 10px;
    /* ツマミ両端の丸み */ }
  .contents .report .report-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.075);
    /* トラックの色 */
    border-radius: 10px;
    /* トラック両端の丸*/ }
  @media (max-width: 1024px) {
    .contents .report .report-wrapper {
      width: 80%; } }
  @media (max-width: 767px) {
    .contents .report .report-wrapper {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 25px; } }

.contents .report .report-wrapper .report-box {
  margin-bottom: 20px;
  width: 300px; }
  @media (max-width: 767px) {
    .contents .report .report-wrapper .report-box {
      width: 240px;
      margin-bottom: 20px; } }

.contents .report .report-wrapper .report-box .hashtag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 10px;
  gap: 0 15px; }
  @media (max-width: 767px) {
    .contents .report .report-wrapper .report-box .hashtag {
      margin: 10px 0 5px; } }

.contents .report .report-wrapper .report-box .hashtag li {
  color: #a59968; }

@media only screen and (max-width: 767px) {
  .contents .report .report-wrapper .report-box .hashtag li {
    font-size: 12px; } }
.contents .report .report-wrapper .report-box h3 {
  font-size: 16px;
  text-align: left;
  white-space: normal; }

.contents .report .report-wrapper .report-box .report-mainimg {
  overflow: hidden;
  position: relative;
  width: 300px; }

.contents .report .report-wrapper .report-box .report-mainimg::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */ }

@media only screen and (max-width: 767px) {
  .contents .report .report-wrapper .report-box .report-mainimg {
    height: 240px;
    width: 240px; } }
.contents .report .report-wrapper .report-box img {
  transition: 0.7s all;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .contents .report .report-wrapper .report-box img {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .contents .report .report-wrapper .report-box a:hover {
    opacity: 1; }

  .contents .report .report-wrapper .report-box a:hover img {
    transform: scale(1.2, 1.2);
    filter: brightness(0.9); }

  .contents .report .report-wrapper .report-box a:hover .hashtag, .contents .report .report-wrapper .report-box a:hover h3 {
    opacity: .6; } }
@media only screen and (max-width: 767px) {
  .contents .report .button {
    margin-top: -20px; } }
/*アクセス*/
.contents .access {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f4f7f9;
  margin-bottom: 35px; }

.contents .access .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 450px; }

@media only screen and (max-width: 1024px) {
  .contents .access .inner {
    display: block;
    min-height: auto;
    padding: 45px 20px 0;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .contents .access .inner {
    padding-top: 35px; } }
.contents .access .inner .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1ch; }

@media only screen and (max-width: 1024px) {
  .contents .access .inner .text {
    width: 100%;
    display: block; } }
.contents .access .inner .text h2 {
  margin-bottom: 15px; }

.contents .access .inner .text .item ul {
  margin: 15px 0 10px; }

.contents .access .inner .text .item ul li {
  font-size: 13px; }

@media only screen and (max-width: 767px) {
  .contents .access .inner .text .item ul li {
    font-size: 12px; } }
.contents .access .inner .text .item .tel {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 28px;
  padding-left: 35px;
  letter-spacing: 0.1em; }

@media only screen and (max-width: 1024px) {
  .contents .access .inner .text .item .tel {
    display: inline-block; } }
.contents .access .inner .text .item .tel:before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
  content: "\e913";
  color: #000;
  font-size: 28px; }

.contents .access .inner .text .item .tel a {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .contents .access .inner .text .item .tel a {
    pointer-events: auto; } }
.contents .access .inner .text .item .time {
  font-size: 13px;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .contents .access .inner .text .item .time {
    font-size: 12px; } }
.contents .access .inner .map {
  display: table-cell;
  width: 50%; }

@media only screen and (max-width: 1024px) {
  .contents .access .inner .map {
    display: block;
    width: 100%;
    margin: 45px calc(50% - 50vw) 0;
    width: 100vw; } }
.contents .access .inner .map iframe {
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1024px) {
  .contents .access .inner .map iframe {
    vertical-align: top;
    height: 350px; } }
@media only screen and (max-width: 767px) {
  .contents .access .inner .map iframe {
    vertical-align: top;
    height: 250px; } }
