@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

#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;*/
  overflow: hidden;
}

#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 {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
  font-weight: normal;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 350px;
  height: 55px;
  margin: 0 1% 20px;
  text-align: center;
  text-decoration: none;
  background: #B23B33;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #BC8A8A;
  transition: 0.2s;
}

a.godetail.chubu {
  background: #D16565;
  box-shadow: 5px 5px 0 #E5BEBE;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 40px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #BC8A8A;
    ;
  }

  a.godetail.chubu {
    height: 40px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #E5BEBE;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #BC8A8A;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.chubu:hover {
  text-decoration: none;
  background-color: #E5BEBE;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}

.deco {
  font-weight: normal;
  display: inline-block;
  padding: 0 20px;
  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:hover {
    transform: translateX(3px) translateY(3px);
  }

  a.godetail.chubu:hover {
    transform: translateX(3px) translateY(3px);
  }

  .deco {
    display: inline-block;
    padding: 0 16px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: 10px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  margin-bottom: 20px;
}

.page_roof h2 img {
  width: 100%;
  height: auto;
}

.page_roof .inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}

.page_roof .inner .lead {
  width: 100%;
  margin: 0 auto;
}

.page_roof .inner .lead p {
  font-size: 120%;
  color: #001A72;
}

.newopen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.new_circle {
  background-color: #ff0000;
  border-radius: 100px;
  margin-right: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_circle_p {
  color: rgb(255, 255, 255);
  font-size: 130%;
  text-align: center;
  font-weight: 800;
  line-height: 120%
}

.newopen ul li {
  font-size: 170%;
  font-weight: 600;
  color: #582b25;
  margin: 7px 0;
}


@media screen and (max-width: 759.9px) {
  .page_roof .inner {
    padding: 20px 0 10px;
  }

  .page_roof .inner .lead p {
    font-size: 110%;
  }

  .new_circle {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }

  .new_circle_p {
    font-size: 100%;
    font-weight: 600;
  }

  .newopen ul li {
    font-size: 120%;
    margin: 7px 0;
  }
}


/*.page_roof {
	width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.page_roof ul{
  width: 100%;
  height: 500px;高さ
  display: flex;
  flex-wrap: wrap; 
}
.page_roof ul li{
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_roof ul li:nth-child(1){
  background-position: center center;左上画像基準
}
.page_roof ul li:nth-child(2){
  background-position: center center;右上画像基準
}
.page_roof ul li:nth-child(3){
  background-position: bottom center;左下画像基準
}
.page_roof ul li:nth-child(4){
  background-position: bottom center;右下画像基準
}
.page_roof .inner{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  background: rgba(0,0,0,0.1);ロゴ下の暗さ
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
	max-width: 100%;
 	max-height: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof ul{
    height: 40vh;スマホの画像の高さ
  }
}*/
/*-------------トップリード --------------*/
#pageTopLead {
  width: 100%;
  margin-bottom: 40px;
}

#pageTopLead>.inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

#pageTopLead>.inner p {
  font-size: 120%;
  line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
  #pageTopLead>.inner p {
    font-size: 110%;
  }
}

/*-------------about--------------*/
#about {
  width: 100%;
  margin-bottom: 50px;
}

#about .inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  background: url("../images/flagright.png")no-repeat top right, url("../images/flagleft.png")no-repeat top left, url("../images/boardwrite.png")repeat center;
  background-size: 15%, 15%, cover;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

#about h2 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 40px;
}

#about h2 span {
  background: url("../images/tent.png")no-repeat bottom right;
  background-size: contain;
  padding: 60px 170px 30px 0;
}

#about p {
  font-size: 110%;
}

@media screen and (max-width: 759.9px) {
  #about .inner {
    padding: 30px 30px 20px 30px;
    background: url("../images/flagright.png")no-repeat top right, url("../images/flagleft.png")no-repeat top left, url("../images/boardwrite.png")repeat center;
    background-size: 30%, 30%, cover;
  }

  #about h2 {
    margin-bottom: 85px;
  }

  #about h2 span {
    background: url("../images/tent.png")no-repeat bottom center;
    background-size: auto 80px;
    padding: 20px 0 80px;
  }
}

/*-------------fix--------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

/*-------------ナビ #pageNav  --------------*/
nav#pageNav {
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  margin-bottom: 50px;
  padding: 5px 0;
}

nav#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

nav#pageNav ul a {
  flex-grow: 1;
  height: 70px;
  margin: 0 5px;
}

nav#pageNav ul li {
  border: 3px dashed #9B7A6A;
  color: #9B7A6A;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 2px #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  font-weight: bold;
  padding-right: 0.6em;
  position: relative;
}

nav#pageNav ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 100%;
  height: 100%;
  background: url("../images/ribbon_dash.png")no-repeat center right;
  background-size: auto 100%;
}

nav#pageNav ul a:hover li,
nav#pageNav ul a.selected li {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #9B7A6A;
}

nav#pageNav ul a:hover li::after,
nav#pageNav ul a.selected li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 100%;
  height: 100%;
  background: url("../images/ribbon_solid.png")no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 759.9px) {
  nav#pageNav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  nav#pageNav ul a {
    height: 40px;
    margin: 0 4px;
  }

  nav#pageNav ul li {
    border: 2px dashed #9B7A6A;
    box-shadow: 0px 1px 1px #CCCCCC;
    font-size: 90%;
  }

  nav#pageNav ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 15px;
    height: 100%;
    background: url("../images/ribbon_dash.png")no-repeat center right;
    background-size: 15px 100%;
  }

  nav#pageNav ul a:hover li::after,
  nav#pageNav ul a.selected li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 15px;
    height: 100%;
    background: url("../images/ribbon_solid.png")no-repeat center right;
    background-size: 15px 100%;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pageContent .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}

.pageContent .title {
  width: 100%;
  height: 170px;
  position: relative;
  margin-bottom: 30px;
}

.title .flower {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../images/title_flower.png")no-repeat center center;
  background-size: contain;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #42210b;
  line-height: 1.4;
  z-index: 1;
}

.title .flower span {
  font-size: 80%;
}

.title .ribbon {
  width: 90%;
  height: 100px;
  margin-left: 10%;
  /*margin-bottom: 20px;*/
  padding-left: 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url("../images/title_ribbon.png")no-repeat right center;
  background-size: auto 100%;
}

.ribbon h2 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.title p.lead {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin: 0 0% 0 15%;
  height: 100px;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 759.9px) {
  .pageContent .title {
    height: auto;
    margin-bottom: 10px;
  }

  .title .flower {
    position: absolute;
    top: -30px;
    left: -15px;
    width: 115px;
    height: 115px;
    font-size: 120%;
  }

  .title .ribbon {
    width: 90%;
    height: 70px;
    margin-left: 10%;
    padding: 5px 6% 5px 16%;
    margin-bottom: 15px;
  }

  .ribbon h2 {
    font-size: 120%;
  }

  .title p.lead {
    font-size: 100%;
    text-shadow: 0 0 2px #FFFFFF;
    height: auto;
    margin: 0 0 0 3%;
    width: 95%;
  }
}

.pageContent .point {
  width: 80%;
  margin: 0 auto 20px;
  background: url("../images/board_top.png")no-repeat top center, url("../images/board_bottom.png")no-repeat bottom center, url("../images/board.png")repeat-y top center;
  background-size: 100% auto;
  padding: 30px 30px 20px 30px;
  position: relative;
  z-index: 0;
}

.point dl {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}

.point dl dt {
  padding-right: 10px;
  white-space: nowrap;
}

.point dl dt.point1 {
  width: 55px;
  height: 40px;
  background: url("../images/point1.png")no-repeat center;
  background-size: contain;
}

.point dl dt.point2 {
  width: 55px;
  height: 40px;
  background: url("../images/point2.png")no-repeat center;
  background-size: contain;
}

.point dl dt.point3 {
  width: 55px;
  height: 40px;
  background: url("../images/point3.png")no-repeat center top;
  background-size: contain;
}

.point dl dt.point4 {
  width: 55px;
  height: 40px;
  background: url("../images/point4.png")no-repeat center top;
  background-size: contain;
}

.point dl dd {
  padding: 10px 0 0 10px;
  width: 100%;
}

@media screen and (max-width: 759.9px) {
  .pageContent .point {
    width: 85%;
    padding: 20px 20px 10px 20px;
  }

  .point dl {
    font-size: 100%;
  }
}

.pageContent .feature {
  width: 90%;
  margin: 0 auto 20px;
  background: #c9a591;
  padding: 40px 0 30px;
}

.pageContent .title2 {
  width: 100%;
  margin: -50px auto -10px;
  background: url("../images/flagright.png")no-repeat top right, url("../images/flagleft.png")no-repeat top left;
  background-size: 20%, 20%;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.pageContent .title2 h3 {
  width: 60%;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 160%;
  padding: 20px 10px 10px;
  background: #FFFFFF;
  position: relative;
}

.pageContent .title2 h3::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: url("../images/roof_flower.png")no-repeat center top;
  background-size: 100%;
}

.feature dl {
  width: 90%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
}

.feature dl dt {
  width: 40%;
}

.feature dl dt img {
  width: 100%;
}

.feature dl dd {
  width: 60%;
  padding: 10px 15px;
  font-size: 110%;
  text-align: center;
}

@media screen and (max-width: 759.9px) {
  .pageContent .feature {
    padding: 30px 0 20px;
  }

  .pageContent .title2 {
    width: 100%;
    margin: -50px auto -10px;
    background: url("../images/flagright.png")no-repeat top right, url("../images/flagleft.png")no-repeat top left;
    background-size: 20%, 20%;
    padding-bottom: 20px;
  }

  .pageContent .title2 h3 {
    width: 60%;
    font-size: 120%;
    line-height: 1.4;
    padding: 15px 10px 5px;
  }

  .pageContent .title2 h3::before {
    content: "";
    position: absolute;
    top: -5px;
    height: 30px;
  }

  .feature dl {
    margin: 0 auto 80px;
  }

  .feature dl dt {
    width: 100%;
  }

  .feature dl dd {
    width: 100%;
    font-size: 100%;
    text-align: left;
  }
}

.pageContent .photo {
  width: 90%;
  margin: 0 auto 80px;
  position: relative;
}

.pageContent .credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 90%;
  padding: 0 10px;
  border-radius: 10px;
}

.pageContent .photo img {
  width: 100%;
}

@media screen and (max-width: 759.9px) {
  .pageContent .photo {
    margin: 0 auto 50px;
  }
}

.yoyaku {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.yoyaku p {
  font-size: 120%;
  margin-bottom: 20px;
}

.yoyaku_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 759.9px) {
  .yoyaku p {
    font-size: 110%;
  }
}

/*-----その他のおすすめ夏--------------------*/
#recommend {
  background-color: #f7f4ed;
  padding: 30px 0 20px 0;
}

.slash {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.slash span {
  background: url("../images/slash_left.svg")no-repeat center left,
    url("../images/slash_right.svg")no-repeat center right;
  background-size: 15px;
  padding: 0 15px 0 20px;
}

#recommend h2 {
  font-size: 120%;
  margin-bottom: 20px;
}

#recommend .box_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#recommend .box_unit a {
  width: 31.3%;
  margin: 0 1% 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
}

#recommend .box_unit a dl {
  width: 100%;
  background: #FFFFFF;
}

#recommend .box_unit a dl dt {
  width: 100%;
}

#recommend .box_unit a dl dt img {
  width: 100%;
}

#recommend .box_unit a dl dd {
  width: 100%;
  padding: 10px;
}

#recommend .box_unit a dl dd h3 {
  font-size: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;

}

#recommend .box_unit a dl dd p {
  font-size: 90%;
  text-align: left;
}

#recommend a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 759.9px) {
  #recommend .box_unit a {
    width: 48%;
    margin: 0 1% 20px;
  }
}

/*-----tab_wrap-----------------*/
.tab_wrap {}


/*-----スライド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%;
  }
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox {
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination.inbox {
  bottom: 10px;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

.swiper-button-prev.inbox {
  left: 5px;
  top: 48%;
}

.swiper-button-next.inbox {
  right: 5px;
  top: 48%;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }

  .swiper-button-prev.inbox {
    left: 3px;
    top: 46%;
  }

  .swiper-button-next.inbox {
    right: 3px;
    top: 46%;
  }
}