@charset "utf-8";

/* タイトル部分 */
.hall__title{
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-top: 2em;
  font-size: 1.888rem;
  letter-spacing: .2em;
  text-align: center;
}
.hall__title::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 5px;
  background: url(/resort/img/line_hall_title.png) center bottom no-repeat;
  background-size: auto 5px;
}
.hall-title{
  padding: 2em 0;
  text-align: center;
}
.hall-title img{
  display: block;
  width: 100%;
  max-width: 112px;
  margin: 0 auto;
}


/* 式場説明 */
.hall-desc__img-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.hall-copy_text{
  text-align: center;
  line-height: 1.8;
  letter-spacing: .2em;
  padding: 3em 0 1.5em;
  font-size: 1.333rem;
}

/* スライド調整 */
.swiper-pagination{
  left: 0;
  right: 0;
  margin: 0.6em auto;
}
.swiper-pagination-bullet{
  margin: 0 5px;
}
.swiper-pagination-bullet-active{
  background: #97d9ea;
}
.swiper-button-prev,
.swiper-button-next{
  display: none;
}
.swiper-slide {
  overflow: hidden;
  padding-top: 57.1%;
  height: 0;
}
.swiper-slide img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin:0;
}

/* slidethumb */
.slidethum-container {
  max-width: 980px;
  margin: 0 auto;
}
.slidethum-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slidethum-item>li {
  width: 16.6%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.slidethum-item>li img {
  width: 100%;
}

/* 吹き出しタイトル */
.hall-desc__title{
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 1.5em auto;
  padding: 0.5em 0;
  background-color: #97d8ea;
  color: #fff;
  text-align: center;
}
/*吹き出しの　▼　先部分*/
.hall-desc__title:before{
	content: "";
	position: absolute;
	top: 85%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #97d8ea;
}
.hall-desc__img{
  margin-bottom: 1em;
  text-align: center;
}
.hall-desc__text{
  margin: 1em 0 2em;
}

/* fair */
.hall-fair .hall-campaign__text{
  background-color: #9cd6e9;
  color: #fff;
  padding: 0;
}
.hall-fair .hall-campaign__title{
  border-bottom: 1px solid #fff;
  margin: 0 0 4.2%;
  padding-bottom: 4.2%;
  
}

/* CAMPAIGN */
.hall-campaign{
  padding: 50px 0 100px;
}
.hall-campaign__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.hall-campaign__img{
  width: 100%;
}
.hall-campaign__img img{
  width: 100%;
}
.hall-campaign__text{
  background-color: #fff;
  color: #6c6c6c;
  padding: 2.5%;
}
.hall-campaign__title{
  margin: 0 0 4.2%;
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 4.2%;
  font-size: 1.5714rem;
}
.hall-campaign__desc{
  
}

/* introduct */
.resort__introduct {
  margin-bottom: 2em;
}
.introduct__listbox>li {
  margin-bottom: 5%;
}
.introduct__listbox>li:last-child {
  margin-bottom: 0;
}
.introduct__listbox-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5%;
}
.introduct__listbox-ttl::after{
  position: absolute;
  content: '';
  bottom: 0;
  top: 95%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #97d9ea;
}
.introduct__listbox-ttl span{
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #97d9ea;
  width: 150px;
  padding: .5em 0;
}
.introduct__listbox-imgs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2%;
}
.introduct__listbox-imgs>li{
  width: 31.6%;
  text-align: center;
}
.introduct__listbox-imgs>li img{
  max-height: 200px;
}
/* resort__plan */
.resort__plan-ttl {
  width: 75.3%;
  margin: 0 auto 2em;
  max-width: 493px;
}
.plan__item-img {
  margin-bottom: 1em;
}
.plan__listbox>li{
  margin-bottom: 2em;
}
.plan__listbox>li:last-child{
  margin-bottom: 0;
}
.plan__item-txt {
  border: 1px solid #e9898a;
  padding: 1em;
  word-break: break-all;
}
.plan__item-ttl {
  color: #e9898a;
  margin-bottom: .5em;
}

/* 式場詳細 */
  .resort__info {
    background-image: url(/resort/img/info-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5% 0 10%;
    margin-top: 5.1%;
    margin-bottom: 5.1%;
  }
  .hall-title.ttl-info img{
    max-width: 224px;
  }

  .resort__info-table {
    width: 95%;
    margin: 0 auto;
    border: 2px solid #fbe7c2;
    background-color: #fff;
  }
  .resort__info-table th,
  .resort__info-table td{
    padding: 10px;
    border: 2px solid #fbe7c2;
    border-top: none;
  }
   .resort__info-table th {
    width: 8em;
    padding: 10px 5px;
  }
  .resort__info-table .border-dash th,
  .resort__info-table .border-dash td{
    border-bottom: 2px dashed #fbe7c2;
  }

/* Googleマップ */
.access-map{
  margin-bottom: 3em;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*会場紹介文*/
.halldetail__desc-ttl {
  word-break: break-all;
  width: max-content;
  margin: 0 auto;
  font-size: 1.5714rem;
  color: #ace3ee;
  font-weight: 600;
  margin-bottom: 1em;
}
.halldetail__descbox li{
  padding: 1.5em 0;
  border-top: 1px solid #ace3ee;
}
.halldetail__descbox li:last-child{
  border-bottom: 1px solid #ace3ee;
}
.halldetail__descimg{
  max-width: 320px;
  max-height: 190px;
  margin: 0 auto 1em;
}
.halldetail__descimg img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.halldetail__desctxt {
  word-break: break-all;
  max-width: 635px;
}
/***********************************************************************
 Tablet
***********************************************************************/
@media screen and (min-width:640px) {
  
  /*サブタイトル*/
  .hall__title {
    position: relative;
    display: block;
    margin-bottom: 3.66%;
    font-size: 2.143rem;
  }
  .hall__title::after{
    width: 100%;
    height: 10px;
    background-size: auto 10px;
  } 
  
  /* スライダー調整 TAB */
  .swiper-button-prev{
    display: block;
    left: 21%;
  }
  .swiper-button-next{
    display: block;
    right: 21%;
  }
  .swiper-slide {
    padding-top: 28%;
  }
  
  /* 式場説明 */
  .hall-copy_text {
    margin-bottom: 2%;
    font-size: 1.4rem;
  }
  
  /*背景ボーダー*/
  .resort__bg-border {
    width: 100%;
  }
  
   /*吹き出しタイトル*/
  .hall-desc__title {
    margin: 2.5% auto;
  }
  .hall-desc__text {
    margin: 1% 0 2.5%;
  }
  
  /*プラン*/
  .resort__plan-ttl{
    margin: 0 auto 40px;
  }
  .plan__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan__listbox>li{
    margin-bottom: 50px;
  }
  .plan__item-img {
    width: 47.4%;
    margin-bottom: 0;
    text-align: center;
  }
  .plan__item-r {
    width: 47.4%;
  }
  .plan__item-ttl {
    font-size: 1.5714rem;
    margin-bottom: 20px;
  }
  .plan__item-txt {
    padding: 20px;
  }
  
  /* introduct */
  .introduct__listbox-ttl {
    font-size: 1.5714rem;
  }
  .introduct__listbox-ttl span{
    width: 310px;
    padding: 10px 0;
  }
  .introduct__listbox-ttl::after {
    top: 99%;
  }
  
  /*アクセスマップ*/
  .hall-title img{
    width: 100%;
    max-width: none;
    max-width: 224px;
  }
  .hall-campaign {
    padding: 55px 0 100px;
  }
  .hall-title {
    padding: 0;
    text-align: center;
    margin: 0 auto 50px;
    width: 22.8%;
  }
  
  /* 詳細 */
  .hall-desc__img-wrap{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .hall-desc__img{
    width: 31.6%
  }
  .hall-desc__img img{
    width: 100%
  }
  .hall-desc__img:nth-child(3n){
    margin-right: 0;
  }
  
  /* キャンペーン tab */
  .campaign__bg {
    background-image: url(/resort/img/campaign-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .hall-campaign__wrap{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .hall-campaign__img{
    width: 47.4%;
    margin-right: 4.6%;
  }
  .hall-campaign__text{
    width: 47.96%;
  }
  
  /* プラン tab */
  .hall-plan__wrap{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .hall-plan__img{
    width: 47.4%;
    margin-right: 4.6%;
  }
  .hall-plan__text{
    width: 47.96%;
  }
  
  /*table*/
  .resort__info-table {
    width: 95%;
  }
  .resort__info-table th,
  .resort__info-table td {
    display: table-cell;
  }
  .resort__info-table th {
    width: 20%;
  }
  .resort__info-table td {
    width: auto;
    line-height: 1.8;
  }
  /* 式場詳細 TAB */

  
  /* アクセスマップ TAB */
  .access-map {
    margin-bottom: 60px;
  }
  
  /* 式場紹介 TAB*/
  .halldetail__desc {
    margin-bottom: 70px
  }
  .halldetail__desc-ttl{
    margin-bottom: 25px;
  }
  .halldetail__descbox li{
    padding: 25px 0;
  }
  .halldetail__descitem {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .halldetail__descimg {
    width: 32%;
    margin: 0;
  }
  .halldetail__desctxt{
    width: 64%;
  }
}/*tab_end*/

/***********************************************************************
 PC & hover
***********************************************************************/
@media screen and (min-width:960px) {
  
  /*見出し３　フォントサイズ*/
  .hall-desc__title,
  .hall-campaign__title,
  .hall-plan__title{
    font-size: 1.5714rem;
  }
  
  .hall__title{
    padding-top: 0;
    margin-top: 70px;
  }
  
  /*テキスト　フォントサイズ*/
  .hall-desc,
  .hall-desc__text,
  .hall-campaign__desc,
  .hall-plan__desc,
  .resort__info-table{
    font-size: 1rem;
  }
  .hall-copy_text{
    padding:60px 0 70px;
  }
  
  /* 式場詳細 PC */
  .resort__info {
    padding: 60px 0 120px;
    margin-top: 0;
  }
  .resort__info-table {
    max-width: 980px;
  }
  
  /* plan */
  .resort__plan {
    margin-bottom: 50px;
  }
  
}/*pc_end*/