@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Serif JP', serif;*/
  background-image: url(../images/bg.jpg);

}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper img {
  vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}

.disnon {
  display: none;
}

.text_red {
  color: #B20202;
}

.text_blue {
  color: #0055ff;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.invalid {
  pointer-events: none;
}

a.godetail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  z-index: 10;
  color: #FFFFFF;
  font-size: 90%;
  line-height: 1.4;
  padding-bottom: 5px;
}

a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}

a.godetail.gray {
  background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: 100%;
  pointer-events: none;
}

.yoyaku .deco {
  /* font-weight: normal; */
  display: inline-block;
  padding: 0 15px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 10px auto;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    font-size: 90%;
  }

  .deco {
    display: inline-block;
    padding: 0 10px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: 8px;
  }
}

p.credit {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 90%;
}

.bg_white {
  background-color: rgb(255 255 255 / 0.75);
  border-radius: 20px;
  padding: 40px;
  margin: 30px 0;
}

@media screen and (max-width: 759.9px) {
  .bg_white {
    padding: 20px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  position: relative;
  width: 100%;
  /* background: url("../images/top.jpg")no-repeat center center; */
  background-size: cover;
  height: auto;
}

/* .page_roof>.inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
} */

.page_roof h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deco_h2 {
  font-weight: normal;
  display: inline-block;
  padding: 0 40px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 2rem;
  width: 90%;
  /*position: relative;*/
  margin: 0.5rem auto 1rem auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #0a0087;
  display: block;
}

.page_roof img {
  width: 100%;
  height: auto;
}

.details {
  width: 80%;
  margin: 30px auto 20px;
  font-weight: 600;
}

.details dl {
  display: flex;
  margin-bottom: 10px;
}

.details dt {
  width: 22%;
  margin: 0 10px 10px 0;
}

.details dd {
  width: 80%;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    height: 32vh;
  }

  .deco_h2 {
    padding: 0 30px 20px;
    /* margin-bottom: 1rem; */
    width: 100%;
    font-size: 1.3rem;
  }

  .details {
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 600;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0 auto;
}

.pageContent .inner {
  width: 94%;
  max-width: 950px;
  margin: 0 auto;
  /*padding-bottom: 40px;*/
}


/*-------------Read-------------*/


.about img {
  height: 200px;
  display: block;
  margin: 0 auto 30px;
  align-items: center;
}

.lead {
  font-weight: 600;
  margin: 0 20px;
}

.lead h3 {
  margin: 20px auto;
  font-size: 110%;
}

@media screen and (max-width: 759.9px) {
  .about img {
    height: auto;
    width: 100%;
  }

  .lead {
    font-weight: 600;
    margin: 0 10px;
  }
}

/*-------------event------------*/
.photo {
  margin-top: 80px;
}

/*-------booking---------*/
#book {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
  font-weight: 600;
}

#book .yoyaku {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

#book .yoyaku p {
  margin-bottom: 20px;
}

#book .yoyaku .yoyaku_unit>a {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
}

.ribbon8 {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  /*フォントサイズ*/
  color: #FFF;
  /*フォントカラー*/
  background: #1f0052;
  /*背景色*/
  margin-bottom: 30px;
}

.ribbon8:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #5446f3;
  /*折り返し部分*/
}

.ribbon8:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #6c60f3;
  /*折り返し部分*/
}

@media screen and (max-width: 759.9px) {
  h5.ribbon8 {
    font-size: 1.3rem !important;
  }
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container {
  width: 100%;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/*-----mainSwiper--------------------*/
.swiper-container.main {
  margin-bottom: 10px;
}

.swiper-pagination.main {
  bottom: 15px;
  width: 100%;
}

.swiper-pagination.main .swiper-pagination-bullet-active {
  background: #FFFFFF;
  z-index: 1000;
}

.swiper-pagination.main .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-prev.main::after,
.swiper-button-next.main::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  opacity: 0.5;
}

.swiper-button-prev.main:hover::after,
.swiper-button-next.main:hover::after {
  opacity: 1;
}

.swiper-button-prev.main {
  left: 5px;
  top: 48%;
}

.swiper-button-next.main {
  right: 5px;
  top: 48%;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.main::after,
  .swiper-button-next.main::after {
    font-size: 20px;
  }

  .swiper-button-prev.main {
    left: 5px;
    top: 46%;
  }

  .swiper-button-next.main {
    right: 5px;
    top: 46%;
  }
}