@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;
  background-color: #f7f6f1;
}

#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: 90%;
  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;
  margin-bottom: 10px;
  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 {
  width: 100%;
}

.page_roof h2 img {
  width: 100%;
}

.page_roof p.credit {
  margin-top: -2em;
  margin-right: 1em;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 759.9px) {}

/*-------------トップリード --------------*/
#pageTopLead {
  width: 100%;
  margin: 30px auto 0;
}

#pageTopLead>.inner {
  width: 90%;
  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%;
    text-align: left;
  }
}


.pict_box {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.howto {
  width: 90%;
  max-width: 750px;
  border: 2px dotted #7f5e4a;
  padding: 15px 20px 20px 20px;
  margin: 20px auto 20px;
  background-color: #f7eeee;
}

.howto h3 {
  font-size: 120%;
  text-align: center;
}

.howto p {
  font-size: 100%;
  text-align: left;
}

.pict_box dl {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

/* .pict_box dl .dl-item {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
} */

.pict_box dt {
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.pict_box dd {
  width: 100%;
  margin-left: 10px;
}

@media screen and (max-width: 759.9px) {
  .pict_box {
    display: grid;
    align-items: center;
    justify-content: center;
  }

  .pict_box dl {
    width: 100%;
    margin-bottom: 20px;
  }

  .pict_box dd {
    margin-left: 10px;
    text-align: left;
  }

}

/*-------------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;
  width: 45%;
}

nav#pageNav ul li {
  border: 3px dashed #9B7A6A;
  color: #9B7A6A;
  background: #fffcda;
  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: 50px; */
  padding: 50px 0;
}

.pageContent .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}

.nav_title {
  width: 100%;
  height: 200px;
  margin: 0 auto 20px;
  text-align: center;
  background: url(../images/navtitleback.png)no-repeat center;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nav_title h3 {
  font-size: 350%;
  font-weight: bold;
  color: #7f5e4a;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.backcolor1 {
  background-color: #f3edd8;
}

.backcolor2 {
  background-color: #f2e9ed;
}

.pageContent .title {
  width: 80%;
  height: 80px;
  /* position: relative; */
  margin: 30px auto;
  display: flex;
}

.areaback {
  /* position: absolute; */
  width: 120px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../images/areaback.png")no-repeat center center;
  background-size: contain;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  /* margin: 0 1vw 0 5vw; */
}

.title .areaback 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%;
} */

.title_h2 {
  font-size: 350%;
  font-weight: bold;
  color: #004386;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  justify-content: left;
  display: flex;
  margin: 20px 150px;
  width: 80%;
  /* top: 0px; */
  position: absolute;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); */
}

.title p.lead {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-left: 10%;
  height: 70px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 759.9px) {
  .nav_title {
    width: 100%;
    height: 80px;
    margin: 0 auto 20px;
    background-size: auto 100%;
  }

  .nav_title h3 {
    font-size: 170%;
  }

  .pageContent .title {
    height: auto;
    margin: 10px;
    width: 100%;
    justify-content: center;
    align-items: center
  }

  .title_h2 {
    font-size: 180%;
    margin: 10px 10px;
    width: 100%;
    position: static;
    text-align: center;
  }

  .areaback {
    width: 100px;
    height: 80px;
    font-size: 130%;
    margin: 0 1vw 0 0;
  }

  /* .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;
  }
}

.yado_pict {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.yado_pict img {
  width: 50px;
  margin: 0 20px;
}

.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: 25px;
  height: 25px;
  background: url("../images/point1.png")no-repeat center;
  background-size: contain;
  margin-bottom: 10px;
}

.point dl dt.point2 {
  width: 25px;
  height: 25px;
  background: url("../images/point2.png")no-repeat center;
  background-size: contain;
  margin-bottom: 10px;
}

.point dl dd {
  padding: 0 0 0 10px;
  width: 100%;
  color: #5e4e4e;

}

@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 40px;
  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;
  }
}

.dayonsen {
  background-color: #f2e2d8;
  border-radius: 20px;
  margin: 10px auto 30px;
  padding: 20px;
  width: 60%;
  justify-content: center;
  display: flex;
}

.dayonsen dt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.dayonsen dd {
  line-height: 1.6;
  margin: 5px 0;
}

@media screen and (max-width: 759.9px) {
  .dayonsen {
    margin: 10px auto 30px;
    padding: 20px;
    width: 90%;
  }

  .dayonsen dt {
    font-size: 130%;
  }
}

.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_unit {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  margin: 0 -0.5% 20px -0.5%;
}

.recommend_unit dl {
  width: 31.3%;
  margin: 0 1% 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.recommend_unit dl.center {
  margin: 0 auto 20px;
}

.recommend_unit dl dt {
  width: 100%;
}

.recommend_unit dl dt img {
  width: 100%;
}

.recommend_unit dl dd {
  width: 100%;
  padding: 10px 20px;
}

.recommend_unit dl dd p br.sp_none {
  display: none;
}

.recommend_unit dl dd.yoyaku_box {
  margin: auto 0 0;
  padding-top: 0;
}

.recommend_unit h3 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.recommend_unit h4 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.recommend_unit p {
  font-size: 110%;
  text-align: left;
}

.recommend_unit p.lead {
  text-align: center;
}

.recommend_unit .review {
  width: 100%;
  margin-top: 15px;
  padding: 10px 5px;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}

.recommend_unit .review p {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B20202;
}

.recommend_unit .review ul {
  display: flex;
}

.recommend_unit .review ul li {
  width: 25%;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 25px;
  padding-top: 25px;
}

.recommend_unit .review ul li::after {
  content: "点";
  font-size: 70%;
  font-weight: normal;
}

.recommend_unit .review ul li.nodata::after {
  content: "";
}

.recommend_unit .review ul li.sogo {
  background-image: url("../images/icon_sogo.png");
}

.recommend_unit .review ul li.shokuji {
  background-image: url("../images/icon_shokuji.png");
}

.recommend_unit .review ul li.furo {
  background-image: url("../images/icon_furo.png");
}

.recommend_unit .review ul li.sirvice {
  background-image: url("../images/icon_service.png");
}

@media screen and (max-width: 759.9px) {
  .recommend_unit {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .recommend_unit h3 {
    font-size: 120%;
  }

  .recommend_unit dl {
    width: 48%;
  }

  .recommend_unit dl dd {
    padding: 10px 10px;
  }

  .recommend_unit h3 {
    font-size: 110%;
  }

  .recommend_unit h4 {
    font-size: 100%;
  }

  .recommend_unit p {
    font-size: 90%;
  }

  .recommend_unit .review p {
    font-size: 10px;
  }

  .recommend_unit .review ul li {
    font-size: 100%;
    background-size: auto 15px;
    padding-top: 15px;
  }
}

/*-----スライド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%;
  }
}