@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');

/* CSS Document */
#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

#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;
  border-bottom: 1px solid #B20202;
}

.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 {
  text-indent: -1em;
  font-weight: normal;
  width: 80%;
  max-width: 600px;
  margin: 10px auto;
  text-align: left;
  font-size: 100%;
}

.imgw100 {
  width: 100%;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 20px auto;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: auto 100%;
  color: #60090B;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 120%;
}

a.godetail:hover {
  opacity: 0.8;
}

a.godetail span {
  font-size: 120%;
  font-weight: bold;
}


@media screen and (max-width: 759.9px) {
  a.godetail {}
}

a.gotop {
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
  opacity: 0.8;
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.page_roof .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page_roof h2 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}


@media screen and (min-width: 760px) {
  .page_roof h2 {
    width: 70%;
    /* height: 70%; */
    margin: 0 0 10px 0;
  }

  .page_roof h2 img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    height: 50vw;
    margin-bottom: 30px;
  }

  .page_roof h2 {
    /* width: 100%;
    height: 100%; */
    text-align: left;
    /* 横位置を左寄せ */
  }

  .page_roof h2 img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/*-------------トップリード   --------------*/
#pageTopLead {
  /*background: #eeeeee;*/
  margin: 0;
}

#pageTopLead>.inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: center;
}

#pageTopLead>.inner p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
  #pageTopLead>.inner p {
    font-size: 110%;
  }
}

/*-------------ページコンテンツ   --------------*/
.box {
  height: 500px;
  padding: 50px;
}

/*タブ*/
#tab {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

#tab ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#tab ul li {
  flex-grow: 1;
  border-left: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

#tab ul #tab01 {
  background-color: rgba(255, 105, 180, 0.4);
}

#tab ul #tab02 {
  background-color: rgba(255, 215, 0, 0.4);
}

#tab ul #tab03 {
  background-color: rgba(178, 34, 34, 0.4);
}

#tab ul #tab04 {
  background-color: rgba(77, 90, 175, 0.4);
}

#tab ul #tab01.comingsoon,
#tab ul #tab02.comingsoon,
#tab ul #tab03.comingsoon,
#tab ul #tab04.comingsoon {
  color: #959595;
  background: #E7E7E7;
  cursor: default;
  pointer-events: none;
}

#tab ul li.selected {
  position: relative;
}

#tab ul li.selected::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  height: 16px;
  background-size: auto 100%;
  z-index: 0;
}

svg g path {
  fill: #009844;
}

#tab ul li.selected p {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
}

#tab ul #tab01.selected {
  background-color: #ff69b4;
}

#tab ul #tab02.selected {
  background-color: #ffd700;
}

#tab ul #tab03.selected {
  background-color: #b22222;
}

#tab ul #tab04.selected {
  background-color: #4d5aaf;
}

#tab ul #tab01.selected::before {
  background: url("../images/arrow_spring.svg")no-repeat bottom center;
}

#tab ul #tab02.selected::before {
  background: url("../images/arrow_summer.svg")no-repeat bottom center;
}

#tab ul #tab03.selected::before {
  background: url("../images/arrow_autumn.svg")no-repeat bottom center;
}

#tab ul #tab04.selected::before {
  background: url("../images/arrow_winter.svg")no-repeat bottom center;
}

#tab ul li {
  font-size: 150%;
  color: #333;
  font-weight: bold;
}

.tab_wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.tab_wrap h3 {
  text-align: center;
  margin-bottom: 30px;
}

.tab_wrap .banner_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tab_wrap .banner_unit a {
  width: 31.33%;
  position: relative;
  margin: 0 1% 30px;
}

.tab_wrap .banner_unit a li {
  width: 100%;
  border: 1px solid #CCC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab_wrap .banner_unit a li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 759.9px) {
  .tab_wrap .banner_unit a {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
  }
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container.top {
  width: 100%;
  margin: 0;
  height: 500px;
}

.swiper-container.top .swiper-slide img {
  width: 100%;
  aspect-ratio: 15 / 7;
  object-fit: cover;
}

@media screen and (max-width: 759.9px) {
  .swiper-container.top {
    height: 100%;
  }
}