@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  background: transparent linear-gradient(152deg, #FFFCE3 0%, #EEFFF1 100%) 0% 0% no-repeat padding-box;
}

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

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

a.godetail {
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  color: #FFFFFF;
  background: #2B4264;
}

a.godetail:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

a.godetail.black {
  background-color: #333333;
}

a.godetail.gray {
  background-color: #6E6E6E;
  pointer-events: none;
}

.deco {
  font-weight: normal;
  font-size: 140%;
  display: inline-block;
  padding: 0 15px;
  background: url("../images/deco_white_left.png") no-repeat center left, url("../images/deco_white_right.png") no-repeat center right;
  background-size: 10px auto;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 40px;
    font-size: 100%;
    margin-bottom: 10px;
  }

  .deco {
    display: inline-block;
    padding: 0 10px;
    background: url("../images/deco_white_left.png") no-repeat center left, url("../images/deco_white_right.png") no-repeat center right;
    background-size: 8px;
  }
}

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

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

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

  #title {
    padding: 15px 0;
    position: relative;
		display: flex;
		justify-content: center;
		align-items:center;
  }

  .container_top {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #2B4264;
  }

  div.title {
    font-family: montserrat, sans-serif !important;
    font-weight: 700;
    font-size: 22px;
    color: #222;
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    transform: scale(.8, .8);
		margin-top: 60px;
  }

  div.title svg {
    width: 50px;
  }

  .cls-1,
  div.title svg circle,
  .cls-3 {
    fill-rule: evenodd;
    fill: #333
  }

  div.title svg .cls-2 {
    fill: #fff
  }

  div.title .circle-text {
    font-size: 24px;
    font-weight: 400
  }

  div.title .circle-text span {
    font-family: limelight, sans-serif !important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
    color: #2B4264;
  }

  .circle-text span:nth-child(1) {
    transform: rotate(-70deg)
  }

  .circle-text span:nth-child(2) {
    transform: rotate(-50deg)
  }

  .circle-text span:nth-child(3) {
    transform: rotate(-30deg)
  }

  .circle-text span:nth-child(4) {
    transform: rotate(-10deg)
  }

  .circle-text span:nth-child(5) {
    transform: rotate(10deg)
  }

  .circle-text span:nth-child(6) {
    transform: rotate(30deg)
  }

  .circle-text span:nth-child(7) {
    transform: rotate(50deg)
  }

  .circle-text span:nth-child(8) {
    transform: rotate(70deg)
  }

  #mv_txt {
    margin: 0 20px;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
  }

  #mv_txt b {
    font-size: 1.1em
  }

  #mv_txt strong {
    font-size: 2.4em;
    color: #2B4264;
    font-weight: 700;
    line-height: 1.5
  }

  .kokuchi {
    width: 650px;
    color: red;
    margin: 15px auto;
    padding: 10px 10px 12px;
    border: 1px solid red;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    background: #fff
  }

}


@media screen and (max-width: 759.9px) {
  .pageContent .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
  }

  #title {
    position: relative;
		padding: 20px 0 50px;
  }

  .container_top {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2B4264;
  }

  div.title {
    font-family: montserrat, sans-serif !important;
    font-weight: 700;
    font-size: 22px;
    color: #222;
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    /*position: absolute;
    top: 40%;
    left: 0;
    padding-top: 0;
    box-sizing: border-box;*/
    transform: scale(.4, .4)
  }
	div.title#icon_air {
		position: absolute;
		bottom:-30px;
		left:calc(50% - 90px);
	}
	div.title#icon_train {
		position: absolute;
		bottom:-30px;
		right:calc(50% - 90px);
	}

  div.title svg {
    width: 50px
  }

  .cls-1,
  div.title svg circle,
  .cls-3 {
    fill-rule: evenodd;
    fill: #333
  }

  div.title svg .cls-2 {
    fill: #fff
  }

  div.title .circle-text {
    font-size: 24px;
    font-weight: 400
  }

  div.title .circle-text span {
    font-family: limelight, sans-serif !important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
    color: #2B4264;
  }

  .circle-text span:nth-child(1) {
    transform: rotate(-70deg)
  }

  .circle-text span:nth-child(2) {
    transform: rotate(-50deg)
  }

  .circle-text span:nth-child(3) {
    transform: rotate(-30deg)
  }

  .circle-text span:nth-child(4) {
    transform: rotate(-10deg)
  }

  .circle-text span:nth-child(5) {
    transform: rotate(10deg)
  }

  .circle-text span:nth-child(6) {
    transform: rotate(30deg)
  }

  .circle-text span:nth-child(7) {
    transform: rotate(50deg)
  }

  .circle-text span:nth-child(8) {
    transform: rotate(70deg)
  }

	
  #mv_txt {
	width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
  }

  #mv_txt b {
    font-size: 1.1em
  }

  #mv_txt strong {
    font-size: 1.6em;
    color: #2B4264;
    font-weight: 700;
    line-height: 1.5
  }

  .kokuchi {
    width: 80%;
    color: red;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid red;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    background: #fff
  }


}


@media screen and (min-width: 760px) {
  #detail .inner {
    padding: 0 0 15px
  }

  .detailDay {
    width: 100%;
    max-width: 810px;
    min-width: 760px;
    margin: 10px auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    font-size: 120%;
  }

  .detailDay h2 {
    width: fit-content;
    border-bottom: 3px solid #2B4264;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 15px;
    padding: 5px 0
  }

  .detailDay h2.title {
    width: 100%;
    border: none;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #ebebf9;
    position: relative
  }

  .detailDay h2.title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ebebf9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px)/2)
  }

  .detailDay li {
    font-size: 16px;
    overflow: hidden;
    line-height: 1.8
  }

  .detailDay dl {
    margin: 0 0 5px;
    display: flex
  }

  .detailDay dl dt {
    width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px
  }

  .detailDay dl dd {
    width: 72%;
    padding: 1%;
    line-height: 1.5
  }

  .detailDay small {
    text-indent: -1em;
    margin-left: 1em;
  }

}

@media screen and (max-width: 759.9px) {
  #detail .inner {
    padding: 0 0 15px
  }

  .detailDay {
    margin: 10px;
    padding: 10px 5px;
    background: #fff;
    border-radius: 10px;
    font-size: 100%;
  }

  .detailDay h2 {
    width: fit-content;
    border-bottom: 3px solid #2B4264;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 5px 0
  }

  .detailDay h2.title {
    width: 94%;
    border: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #ebebf9;
    position: relative
  }

  .detailDay h2.title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ebebf9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px)/2)
  }


  .detailDay li {
    margin-bottom: 10px;
    line-height: 1.8
  }

  .detailDay dl {
    margin: 0 0 5px;
    display: flex;
  }

  .detailDay dl dt {
    width: 24%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 90%;
  }

  .detailDay dl dd {
    width: 75%;
    padding: 1% 0 1% 1%;
    align-self: center;
  }

  .detailDay p.attenton {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 11px;
  }

}

/*--------対象施設-------------*/
#hotellist .inner>h2 {
  font-size: 200%;
  color: #2B4264;
  text-align: center;
  margin-bottom: 30px;
}

#hotellist .hotelbox_unit {
  display: flex;
  flex-wrap: wrap;
}

#hotellist .hotelbox_unit .hotelbox {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 10px 10px 5px;
  width: 31.33%;
  margin: 0 1% 30px;
}

.hotelbox h3 {
  font-size: 130%;
  text-align: center;
  margin-bottom: 15px;
}

.hotelbox .photo {
  width: 100%;
  margin-bottom: 20px;
}

.hotelbox .photo img {
  width: 100%;
}

@media screen and (max-width: 759.9px) {
  #hotellist .inner>h2 {
    font-size: 140%;
  }

  #hotellist .hotelbox_unit .hotelbox {
    width: 90%;
    margin: 0 auto 30px;
  }

  .hotelbox h3 {
    font-size: 120%;
  }

}

/*--------予約-------------*/
.yoyaku_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.yoyaku_unit a.godetail {
  width: 46%;
  margin: 0 2% 15px;
}


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