@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&family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');@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: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  background: url("../images/bg_page.png")repeat;
}

#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: 0 2em;
  margin-bottom: 5px;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  width: 80%;
  max-width: 350px;
  display: inline-block;
  margin: 10px 1% 5px;
  padding: 20px 0 25px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 100;
  color: #FFFFFF;
}

a.godetail.chubu {
  background: url("../images/button_chubu.png") no-repeat center bottom;
  background-size: 100%;
}

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;
}

.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 {
    width: 80%;
    display: inline-block;
    margin: 10px auto;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100%;
    font-size: 90%;
  }

  .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 {
  position: relative;
  width: 100%;
  z-index: 0;
  background: #FFFFFF;
}

.page_roof .roof {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 1% auto;
  z-index: 1;
}

.page_roof h2 {
  width: 100%;
  margin: 0;
}

.page_roof h2 img {
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 759.9px) {
  .page_roof {}
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.paddingTop {
  padding-top: 60px;
}

@media screen and (max-width: 759.9px) {
  .paddingTop {
    padding-top: 50px;
  }
}

#pageNav {
  background: #cf9b8c;
  width: 100%;
  z-index: 20;
  margin: 0;
  padding: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

#pageNav ul a,
#pageNav ul a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}

#pageNav ul a {
  flex-grow: 1;
  height: 60px;
  background: url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
  width: 100%;
}

#pageNav ul a:first-child {
  background: url("../images/menu_line.svg") no-repeat center left,
    url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
}

#pageNav ul a li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 120%;
}

#pageNav ul a li.selected {
  background: #F16A6D;
}

#area_tohoku li#nav_tohoku,
#area_izu li#nav_izu,
#area_yamanashi li#nav_yamanashi,
#area_tochigi li#nav_tochigi,
#area_shinetsu li#nav_shinetsu
{
  background: #F16A6D;
}
@media screen and (max-width: 759.9px) {
  #pageNav ul a {
    height: 50px;
    width: auto;
  }

  #pageNav ul a li {
    font-size: 100%;
    text-align: center;
  }

  #pageNav ul a:first-child {
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #pageNav ul a:last-child {
    background: none;
  }
}

@media screen and (min-width: 760px) {}

/*-------------トップリード   --------------*/
/* #pageTopLead {
  margin-bottom: 30px;
} */

#pageTopLead .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#pageTopLead .inner p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}

#pageTopLead .inner p.attention {
  font-size: 90%;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 10px;
}



/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pageContent .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.pageContent .inner .name {
  width: 100%;
  background: url("../images/nameback.jpg")no-repeat center center;
  /* background-size: 100%; */
  position: relative;
  margin-bottom: 15px;
}

.pageContent .inner .name .region {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 120%;
  line-height: 40px;
  color: #FFFFFF;
  background: #B79820;
  border-radius: 10px;
  padding: 0 10px;
}

.pageContent .inner .name .newopen {
  height: 180%;
  position: absolute;
  top: -30px;
  right: 30px;
  margin-bottom: 15px;
}

.pageContent .name h2 {
  width: 100%;
  /* height: 60px; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'Yuji Syuku', serif;
  font-size: 250%;
}

@media screen and (min-width: 760px) {
  .pageContent .inner .name {
    height: 100%;
  }

  .name h2 {
    display: flex;
    margin-left: 70px;
  }
}

@media screen and (max-width: 759.9px) {
  .pageContent {
    margin-bottom: 0px;
  }

  .pageContent .inner .name {
    background: url("../images/nameback_sp.jpg")no-repeat center center;
    background-size: cover;
    height: 100%;
  }

  .pageContent .name h2 {
    /* width: 90%; */
    /* margin-left: 10%; */
    text-align: center;
    padding: 45px 10px 10px 10px;
    font-size: 200%;
    line-height: 34px;
  }

  .h2_small {
    font-size: 200%;
  }

  .pageContent .inner .name .region {
    /* position: absolute; */
    top: 15px;
    left: 10px;
    font-size: 120%;
    line-height: 30px;
  }

  .pageContent .inner .name .newopen {
    height: 70px;
    position: absolute;
    top: -15px;
    right: 10px;
    margin-bottom: 15px;
  }

  .name_wrapper {
    display: block;
  }
}

.pageContent .comment {
  width: 96%;
  margin: 0 auto 20px;
  position: relative;
}

.pageContent .comment p {
  font-size: 120%;
  text-align: center;
  padding: 10px 5%;
}

.pageContent:nth-child(even) .comment .hito {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
  width: 14%;
}

.pageContent:nth-child(odd) .comment .hito {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 10;
  width: 14%;
}

@media screen and (max-width: 759.9px) {
  .pageContent .comment p {
    font-size: 110%;
    padding: 0 5%;
  }

  .pageContent:nth-child(even) .comment .hito {
    position: absolute;
    top: -10px;
    left: -5px;
    width: 20%;
  }

  .pageContent:nth-child(odd) .comment .hito {
    position: absolute;
    bottom: -40px;
    right: -5px;
    width: 20%;
  }
}

.pageContent .comment .hito img {
  width: 100%;
}

.notice {
  color: #de0000;
  font-size: 120%;
  font-weight: bold;
  margin: 5px;
}

.pageContent .event {
  width: 100%;
  margin-bottom: 10px;
}

.pageContent .event dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.pageContent .event dl dt:first-child {
  width: 29%;
  margin-right: 1%;
  font-size: 110%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 10px 15px 10px 25px;
  font-family: sans-serif;
  order: 1;
}

.pageContent .event dl dt h3 {
  font-size: 110%;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}

.pageContent .event dl dt p.date {
  font-size: 90%;
}

.pageContent .event dl dt.frame_x {
  background: url("../images/frame_x.png") no-repeat center center;
  background-size: 100% 100%;
  color: #912331;
}

.pageContent .event dl dt.frame_win {
  background: url("../images/frame_win.png") no-repeat center center;
  background-size: 100% 100%;
  color: #1B0E83;
}

.pageContent .event dl dt.frame_spr {
  background: url("../images/frame_spr.png") no-repeat center center;
  background-size: 100% 100%;
  color: #dd4276;
}

.pageContent .event dl dt.frame_sum {
  background: url("../images/frame_sum.png") no-repeat center center;
  background-size: 100% 100%;
  color: #1B0E83;
}

.pageContent .event dl dt.frame_sum2 {
  background: url("../images/frame_sum2.png") no-repeat center center;
  background-size: 100% 100%;
  color: #de7c10;
}

.pageContent .event dl dt.frame_aut {
  background: url("../images/frame_aut.png") no-repeat center center;
  background-size: 100% 100%;
  color: #c11920;
}

.pageContent .event dl dt p.attention {
  font-size: 80%;
  color: #333333;
}

.pageContent .event dl dd {
  width: 70%;
  order: 2;
}

.pageContent .event dl dt.notice {
  font-size: 80%;
  color: #333333;
  order: 3;
  width: 100%;
  margin-top: 5px;
  padding: 0 5px;
}

@media screen and (max-width: 759.9px) {
  .pageContent .event dl dt:first-child {
    width: 85%;
    margin: 0 auto 10px;
    padding: 50px 30px;
  }

  .pageContent .event dl dd {
    width: 80%;
    margin: 0 auto 10px;
  }

  .pageContent .event dl dt.notice {
    width: 85%;
    margin: -5px auto 5px;
    order: 2;
  }
}
/*-----202508追加------*/
.pageContent .osusume dl{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
}
.pageContent .osusume dl dd{
	width:calc(100% - 140px);
}
.pageContent .osusume dl dd p{
	font-size: 120%;
}
.pageContent .osusume dt.icon {
	width: 120px;
	height: 120px;
	position: relative;
}
.pageContent .osusume dt.icon  h3{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	font-size: 120%;
	font-family:"Yusei Magic", sans-serif;
	transform: rotate(-5deg);
} 
.pageContent .osusume dt.icon img {
	width: 100%;
	height: 100%;
  animation:  flip 4s ease-in-out infinite;
}
@keyframes flip {
	0% {
			transform: rotateY(0deg);
	}
	80% {
			transform: rotateY(0deg);
	}
	100% {
    transform: rotateY(360deg);
	}
}
@media screen and (max-width: 759.9px) {
	.pageContent .osusume dl{
		display: block;
	}
	.pageContent .osusume dl dd{
		width: 90%;
		margin: 0 auto;
	}
	.pageContent .osusume dl dd p{
		font-size: 110%;
	}
	.pageContent .osusume dt.icon {
		width: 80px;
		height: 80px;
		margin: 0 auto 10px;
	}
	.pageContent .osusume dt.icon  h3{
		font-size: 90%;
	}
}
/*-----予約-----*/
.pageContent .yoyaku {
  width: 100%;
  margin: 40px 0 20px;
  text-align: center;
}

.pageContent .yoyaku h2 {
  font-size: 130%;
}

.pageContent .yoyaku p {
  font-size: 110%;
}

.pageContent .yoyaku_unit {
  margin: 0 0 20px;
}

.sale_pr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale_yoko {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale_circle {
  background-color: #ff0000;
  border-radius: 100px;
  margin-right: 20px;
  width: 85px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale_circle_p {
  color: rgb(255, 255, 255);
  font-size: 100%;
  text-align: center;
  font-weight: 800;
  line-height: 140%
}

.sale_circle_span {
  font-size: 110%;
  /* margin: 10px 0 0 10px; */
}

@media screen and (max-width: 759px) {
  .sale_yoko {
    display: block;
    align-items: center;
    margin: 0 10px;
  }

  .sale_circle {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 80px;
  }

  .sale_circle_p {
    font-size: 120%;
    text-align: center;
    font-weight: 800;
    line-height: 160%
  }

  .sale_circle_span {
    font-size: 100%;
    /* margin: 20px 0 0 10px; */
  }
}


/*-------スペシャルプライス--------*/
.inner {
  padding-top: 50px;
}

.special {
  width: 70%;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}

.special_waku {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  border: 8px solid #582b25;
  padding: 5px 5px;
  position: relative;
}

.special_waku #stamp {
  position: absolute;
  top: -17%;
  left: -11%;
  width: 20%;
}

.special_waku .inner {
  margin: 0;
  border: 2px solid #582b25;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 5px;
  position: relative;
  z-index: 10;
}

/*.special_waku .inner:before {
	content: "";
	position: absolute;
	top:-15%;
	right:-4%;
	width: 12%;
	height: 50%;
	background: url("../images/special_rt.png") no-repeat top right;
	background-size:contain;
}
.special_waku .inner:after {
	content: "";
	position: absolute;
	bottom:-20%;
	left:-6%;
	width: 15%;
	height: 50%;
	background:url("../images/special_lb.png") no-repeat bottom left;
	background-size:contain;
}*/
.special_waku .inner h2 {
  font-size: 150%;
  margin: 0 5px 20px;
}

.special_info {
  padding: 10px;
}
.special_info p{
	text-indent: -1em;
	margin-left: 1em;
}
.special_info h2 {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
	margin-bottom: 10px;
}


@media screen and (max-width: 759.9px) {
  .special {
    width: 85%;
    padding-top: 50px;
  }

  .special_waku {
    border: 5px solid #582b25;
    padding: 3px 3px;
    position: relative;
  }

  .special_waku #stamp {
    position: absolute;
    top: -11%;
    ;
    left: -10%;
    width: 30%;
  }

  .special_waku .inner {
    margin: 0;
    border: 2px solid #582b25;
    padding: 40px 0 10px;
  }

  /*.special_waku .inner:before {
		content: "";
		position: absolute;
		top:-10%;
		right:-4%;
		width: 20%;
		height: 50%;
		background: url("../images/special_rt.png") no-repeat top right;
		background-size:contain;
	}
	.special_waku .inner:after {
		content: "";
		position: absolute;
		bottom:-10%;
		left:-8%;
		width: 25%;
		height: 50%;
		background:url("../images/special_lb.png") no-repeat bottom left;
		background-size:contain;
	}*/
  .special_waku .inner h2 {
    font-size: 120%;
  }
}


/*------tripa----------*/
#tripa {
  margin-bottom: 30px;
}

#tripa a,
#tripa a:hover {
  color: inherit;
  text-decoration: none !important;
}

#tripa dl:hover {
  opacity: 0.8;
}

#tripa dl {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #CCC;
  padding: 10px;
  display: flex;
  background: #FFFFFF;
}

#tripa dl dt {
  width: 15%;
}

#tripa dl dt img {
  width: 100%;
}

#tripa dl dd {
  width: 85%;
  padding-left: 10px;
}

#tripa dl h3 {
  font-size: 140%;
  margin-bottom: 10px;
}

#tripa dl p {
  text-align: left;
}

@media screen and (max-width: 759.9px) {
  #tripa dl {
    width: 95%;
    padding: 5px;
  }

  #tripa dl dt {
    width: 25%;
  }

  #tripa dl dd {
    width: 75%;
    padding-left: 10px;
  }

  #tripa dl h3 {
    font-size: 90%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  #tripa dl p {
    font-size: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

}


/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container {
  width: 100%;
  position: relative;
}

.swiper-container .swiper-slide img {
  width: 100%;
	height: auto;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-slide {
  position: relative;
}

.caption {
  position: absolute;
  display: flex;
  color: #fff;
  font-weight: bold;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  text-shadow: #000 1px 0 10px;
}

/*-----topSwiper-------------------*/
.swiper-container.top .swiper-slide img {
  border-left: 1px solid #CCC;
  width: 100%;
}

.swiper-container.top .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-----mainSwiper--------------------*/
.swiper-container.main {
  width: 100%;
  margin-bottom: 10px;

}

.swiper-pagination.main {
  bottom: 15px;
  width: 100%;
}

.swiper-pagination.main .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.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%;
  }
}

/*-----------tileSwiper---------------------*/
.swiper-container.tile {
  width: 110%;
  margin: 0 -5%;
  padding: 0 5%;
}

.swiper-pagination.tile {
  display: none;
}

@media screen and (max-width: 759.9px) {
  .swiper-container.tile::before {
    content: "";
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_page.png")repeat #FFFFFF;
    z-index: 1;
  }

  .swiper-container.tile::after {
    content: "";
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: url("../images/bg_page.png")repeat #FFFFFF;
    z-index: 1;
  }

  .swiper-button-prev.tile::after,
  .swiper-button-next.tile::after {
    display: none;
  }

  .swiper-button-prev.tile {
    position: absolute;
    top: 47%;
    left: -8px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
  }

  .swiper-button-next.tile {
    position: absolute;
    top: 47%;
    right: -8px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
  }
}