@charset "utf-8";

/* ------------------------------------------

------------------------------------------ */
#contentsArea {
  background: #f7f2eb;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

/* ----- nav -----*/
#pageTab {
  width: 100%;
  margin: auto;
  /*position: absolute;
	top: 0px;
	height: 0;*/
  z-index: 10;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background: rgba(255, 255, 255, 1);
}
#pageTab ul {
  width: 100%;
  margin: 4% auto;
  z-index: 99;
  background: url(../images/nav_line.png) top left no-repeat;
  background-size: contain;
  text-align: center;
}
#pageTab ul.tab6 li {
  width: 25%;
  margin-left: 0;
  background: url(../images/nav_line.png) top right no-repeat;
}
#pageTab ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  height: auto;
}
#pageTab ul li a div.icon img {
  height: 36px;
  width: auto;
}
#pageTab ul li a div.txt img {
  height: 24px;
  width: auto;
}
#pageTab.alwaysFix {
  background: rgba(255, 255, 255, 0.6);
}
#pageTab.alwaysFix ul {
  margin: 1% auto;
}
#contentsArea #pageTab.alwaysFix ul li a .txt img,
#contentsArea #pageTab.alwaysFix ul li a .icon img {
  height: 20px;
}

/* ----- gototop -----*/
#contents .pagetop_btn {
  width: 60px;
  z-index: 999;
}
.pagetop_btn li {
  margin-bottom: 1px;
}
.pagetop_btn li a {
  background: #dedede;
  width: 60px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
#contentsArea .pagetop_btn li a:hover {
  text-decoration: none;
}

#contentsArea .gototop_btn {
  margin-top: 20px;
}
#contentsArea .gototop_btn a {
  background: none;
  color: #fff;
  line-height: 1;
}
#contentsArea .gototop_btn a:hover img {
  opacity: 0.8;
}
.cp_right {
  display: none;
}
.fixBnr2 {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 20px;
}

/* ----- contents -----*/
#contents {
  background: #fff;
  padding: 0 0 10px;
  overflow: hidden;

  font-size: 10px;
}
#contents * {
  box-sizing: border-box;
}

#contents .column1 {
  width: 96%;
  padding: 0;
  margin: auto;
  background: none;
}

#contents img {
  width: 100%;
  height: auto;
}

#page_intro {
  position: relative;
  background: #f7f2eb;
  padding: 5%;
  text-align: center;
}
#page_intro .column1 {
}
#page_intro .bglt {
  width: 35%;
  position: absolute;
  top: 34%;
  left: -16%;
}
#page_intro .bgrt {
  width: 12%;
  position: absolute;
  top: 1%;
  right: -5%;
}
#page_intro h1 {
  margin-bottom: 8%;
}
#page_intro p {
  font-size: 110%;
  margin-bottom: 20%;
}
#page_intro ul {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#page_intro ul li {
  width: 48%;
  margin-bottom: 4%;
}


/* ----- mainContents -----*/

.mainsec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
.mainsec .txt {
  width: 100%;
}
.mainsec h2 {
  position: absolute;
  top: 30px;
  left: 5%;
  width: 70%;
  z-index: 1;
}
.mainsec p {
  line-height: 1.7;
}
.mainsec .img {
  width: 100%;
}
.mainsec .otomo {
  width: 48%;
  position: absolute;
  left: 5%;
  top: 38%;
  z-index: 1;
}
.pointbox {
  width: 90%;
  max-width: 830px;
  margin: 0 auto 3%;
}
.pointbox > div {
  width: 100%;
  margin-bottom: 5%;

  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
}
.pointbox > div figure {
  display: block;
  width: 45%;
}
.pointbox > div p {
  display: block;
  width: 50%;
  text-align: left;
  font-size: 90%;
  line-height: 1.7;
}
.pointbox > div.lastitem {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pointbox > div.lastitem figure {
  display: block;
  width: 100%;
}
.pointbox > div.lastitem p {
  display: block;
  width: 100%;
  padding-top: 1em;
}
.pointbox > div p strong {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .pointbox > div p strong img {
  height: 36px;
  width: auto;
}


#contents .column1 .spot {
  position: relative;
  text-align: left;
}
#contents .column1 .spot .slidewrap {
  width: 100%;
  margin: 0 auto 2%;
}
#contents .column1 .spot .txtwrap {
  line-height: 1.75;
  margin: 0 auto;
}
#contents .column1 .spot .txtwrap h3 {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .column1 .spot .txtwrap dl dt {
  float: left;
  clear: both;
}
#contents .column1 .spot .txtwrap dl dd {
  display: block;
}
#contents .column1 .spot .txtwrap dl dd.tel {
  padding-left: 8em;
}

#contents #sec02 .column1 .spot .slidewrap {
  width: 100%;
  margin: 0 auto 2%;
}
#contents #sec03 .column1 > p {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#contents #sec03 .taglive_img_info img,
#contents #sec03 #taglive_contents img {
  width: auto;
  height: auto;
}
#contents .column1 .spot .main_spot_img {
  width: 567px;
}
#contents .column1 .spot .txtBlock div {
  position: absolute;
  top: 0;
  right: 0;
}
#contents .column1 .spot .thumbBlock {
  margin: 50px 0 0;
}
#contents .column1 .spot .thumbBlock h2 {
  text-align: center;
  margin-bottom: 30px;
}
#contents .column1 .spot .thumbBlock li {
  position: relative;
  cursor: pointer;
  text-align: center;
}
#contents .column1 .spot .thumbBlock img {
  width: 100%;
  height: auto;
}
#contents .column1 .spot .thumbBlock img:hover {
  opacity: 0.8;
}
#contents .column1 .spot .thumbBlock .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 93.8%;
  border: 7px solid #91bcd9;
  box-sizing: border-box;
}
#contents .column1 .spot .activityUpper_group01,
#contents .column1 .spot .activityUpper_group02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto !important;
}
.txtBlock {
  position: relative;
  width: 350px;
}

.swiper-container {
  width: 100%;
}
.spot .swiper-button-prev,
.spot .swiper-button-next {
  top: 47%;
  width: 27px;
  height: 30px;
  margin-top: -15px;
}
.spot .swiper-container {
  padding-bottom: 30px;
}
.spot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

/* ----- floatbtn ----- */
#contents .floatbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2% 5%;
}
#contents .floatbtn ul {
  display: flex;
  justify-content: space-between;
}
#contents .floatbtn ul li {
  width: 46%;
}
#contents .floatbtn a.btn:hover {
  opacity: 1;
}
#contents .floatbtn .close {
  width: 22px;
  height: 22px;
  padding: 3px;
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
#contents .floatbtn .close span {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 12px;
  right: 2px;
  transform: rotate(45deg);
}
#contents .floatbtn .close span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

/*---- c_tag_list ----*/

.c_tag_list {
  display: flex;
  flex-wrap: wrap;
}

.c_tag_list li {
  border-radius: 15px;
  color: #fff;
  font-size: 17px;
  padding: 2px 15px;
}

.c_tag_list li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.c_tag_list .brown {
  background: #5e4c3b;
}

.c_tag_list .purple {
  background: #a567b0;
}

.c_tag_list .orange {
  background: #ce7f35;
}

/*---- c_check_list ----*/

.check-area {
  padding: 20px 15px 15px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  position: relative;
}

.check-area .ttl {
  font-size: 12px;
  font-weight: bold;
}

.c_check_list li {
  position: relative;
  font-size: 10px;
  padding-left: 20px;
  line-height: 1.86;
}

.c_check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
}

.check-area.purple {
  border: solid 2px #ad71b7;
}

.check-area.purple .ttl {
  color: #884494;
  background: #f0e2f3;
  padding: 4px;
  position: absolute;
  top: -18px;
}

.check-area.purple li {
  color: #884494;
}

.check-area.purple li::before {
  background: url(../images/ico-check.png) no-repeat center / contain;
}

.check-area.pink {
  border: solid 2px #d16060;
}

.check-area.pink .ttl {
  color: #d16060;
  background: #fff8f1;
  padding: 8px 10px;
  position: absolute;
  top: -17px;
}

.check-area.pink li {
  color: #d16060;
}

.check-area.pink li::before {
  background: url(../images/ico-check-pink.png) no-repeat center / contain;
}

/*---- c_point ----*/

.c_point {
  padding: 24px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  font-feature-settings: "palt";
}

.c_point .ttl {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 12px;
}

.c_point .txt {
  line-height: 2;
  font-size: 10px;
}

/*---- c_btn ----*/

.c_btn01 {
  width: 100%;
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid transparent;
  display: block;

  margin: 0 auto;
}

.c_btn01 + .c_btn01 {
  margin-top: 20px;
}

.c_btn01.red {
  background: url(../images/ico-arrow-right-white.png) no-repeat center right 15px / contain;
  background-color: #dd4444;
  background-size: 10px 18px;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 15px 10px 10px;
}

.c_btn01.white {
  background: url(../images/ico-tab-red.png) no-repeat center right 20px / contain;
  background-color: #fff;
  background-size: 17px 14px;
  color: #dd4444 !important;
  border: 2px solid #dd4444;
  font-size: 15px;
  padding: 15px 15px 15px 10px;
}

/*------------------------------------------------------------------------------
  sp-nav
------------------------------------------------------------------------------*/
.nav-wrap {
  position: relative;
}

/* list */
.nav-wrap .nav-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: calc(100% - 45px);
  padding: 50px 0;
  overflow: auto;
  transform: translateY(-10px);
  background: #5c4c3d;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  z-index: 99;
  text-align: center;
}

.nav-wrap .nav-list.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-wrap .nav-list li {
  position: relative;
}

.nav-wrap .nav-list li::before,
.nav-wrap .nav-list li:last-child::after {
  background: #afa69d;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 124px);
  right: 0;
  left: 0;
  margin: auto;
}

.nav-wrap .nav-list li::before {
  top: 0;
}

.nav-wrap .nav-list li:last-child::after {
  bottom: 0;
}

.nav-wrap .nav-list a {
  display: block;
  padding: 28px;
}

.nav-wrap .nav-list a .inn {
  display: inline-block;
  width: 140px;
  padding-right: 38px;
  position: relative;
}

.nav-wrap .nav-list a .inn::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  content: "";
}

.nav-wrap .nav-list a img {
  max-height: 21px;
  width: auto;
}

/* btn */
.nav-wrap .nav-btn {
  background-color: #5c4c3d;
  border: none;
  border-radius: 2px;
  position: fixed;
  top: 6px;
  right: 6px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  outline: none;
  z-index: 999;
}

.nav-wrap .nav-btn .inn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 25px;
  margin: auto;
}

.nav-wrap .nav-btn .inn .line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.nav-btn .inn .line:nth-child(2) {
  top: 11px;
}

.nav-btn .inn .line:nth-child(3) {
  top: 22px;
}

.nav-btn.is-open .inn .line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-btn.is-open .inn .line:nth-child(2), .nav-btn.is-open .inn .line:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
#keyVisual {
  margin-bottom: 0;
  z-index: 1;
}

#keyVisual .textPR {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 6px;
  line-height: 1.1;
}

#keyVisual img {
  width: 100%;
  display: block;
}

#keyVisual h1 {
  text-indent: inherit;
  position: absolute;
  width: 65%;
  max-width: 491px;
  text-align: center;
  margin: auto;
  top: 15%;
  left: 20px;
  right: 0;
  z-index: 1;
}

#keyVisual #cpn_btn {
  position: absolute;
  width: 24%;
  height: 24%;
  bottom: 2%;
  right: 3%;
  z-index: 1;
}
#keyVisual #cpn_btn.alwaysFix {
  width: 18%;
  top: 8% !important;
  right: 2%;
}

.slider_fade {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 82.8%;
}

.slider_fade::before {
  background: url(../images/mv-bottom-sp.png)no-repeat center center;
  background-size: 100% 30px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.slider_fade li {
  position: absolute;
  top: 0;
  list-style: none;
  visibility: hidden;
  animation: anime_slider_fade 12s linear infinite;
  width: 100%;
}
.slider_fade li:nth-of-type(2) {
  animation-delay: 6s;
}

@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*------------------------------------------------------------------------------
  intro
------------------------------------------------------------------------------*/
.intro-area {
  background: #faf1d9;
  padding-top: 10px;
  padding-bottom: 65px;
  position: relative;
}

.intro-area .column1 {
  position: relative;
  z-index: 2;
}

#intro img {
  max-width: 100%;
  width: auto;
}

.intro-area .ttl {
  text-align: center;
}

#intro.intro-area .ttl .sub,
#intro.intro-area .ttl .main {
  display: block;
  margin: auto;
}
#intro.intro-area .ttl .sub img {
  width: 135px;
  height: auto;
  margin: auto;
}
#intro.intro-area .ttl .main img {
  height: 24px;
  width: 314px;
  margin: auto;
}

.intro-area .txt-area {
  text-align: center;
  margin-top: 30px;
}

.intro-area .txt-area .txt {
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.intro-area .map {
  width: 198.5px;
  margin-left: auto;
  margin-top: 23px;
}

.intro-area .taiken {
  width: 222.5px;
  height: auto;
  margin: 35px auto 0;
}

.intro-area .btn-wrap {
  display: flex;
  margin-top: 15px;
}

.intro-area .btn-wrap a {
  width: calc((100% - 9px) / 2);
  display: block;
}

.intro-area .btn-wrap a + a {
  margin-left: 9px;
}

#intro.intro-area .btn-wrap a .txt img {
  height: 16px;
  width: auto;
  margin: auto;
}

.intro-area .btn-wrap a:first-child {
  margin-top: 7px;
}

#intro.intro-area .btn-wrap a .txt {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}

.intro-area .btn-wrap .purple .txt::before {
  border-color: #894694;
}
.intro-area .btn-wrap .orange .txt::before {
  border-color: #ca6e17;
}
#intro.intro-area .btn-wrap a .txt::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: 0.2s ease-in-out;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
}

.intro-area .tex {
  position: absolute;
  z-index: 1;
}

.intro-area .tex-area .tex {
  position: absolute;
  margin: auto;
  z-index: 1;
}

.intro-area .tex-area .tex img {
  display: block;
}

.intro-area .tex-area .tex01 {
  top: 100px;
  right: 0;
  width: 27px;
  height: 128px;
}

.intro-area .tex-area .tex02 {
  top: 304px;
  left: 0;
  width: 110px;
  height: 148px;
}

.intro-area .tex-area .tex03 {
  bottom: 366px;
  right: 0;
  width: 93px;
  height: 94px;
}

.intro-area .tex-area .tex04 {
  bottom: 0;
  left: 0;
  width: 90px;
  height: 95px;
}


/*------------------------------------------------------------------------------
  mature 大人な時間を過ごす
------------------------------------------------------------------------------*/
.spot-wrap .c_tag_list {
  margin-top: 20px;
}

.spot-wrap .c_tag_list li {
  font-size: 12px;
}

.spot + .spot {
  margin-top: 55px;
}

.spot .txt-wrap .txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.spot .txt-wrap h3.row1 img {
  max-height: 27px;
  width: auto!important;
  max-width: 100%!important;
}

.spot .txt-wrap h3.row3 img {
  max-height: 98.5px;
  width: auto!important;
  max-width: 100%!important;
}

.spot .slidewrap {
  border-radius: 10px;
  overflow: hidden;
}

.spot .slidewrap .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 4px;
}

.spot .slidewrap .swiper-button-prev {
  background: url(../images/slider-arrow-prev-sp.svg) no-repeat center center / contain;
  left: -3px;
  outline: none;
}
.spot .slidewrap .swiper-button-next {
  background: url(../images/slider-arrow-next-sp.svg) no-repeat center center / contain;
  right: -3px;
  outline: none;
}

.spot .c_point {
  margin-bottom: 25px;
  padding: 15px 20px;
  line-height: 1.8;
  position: relative;
}

.spot .c_point::before {
  background: url(../images/illust_star.png) no-repeat center / contain;
  content: "";
  position: absolute;
  top: -11px;
  right: 10px;
  width: 38px;
  height: 44px;
}

.spot .c_point .ttl {
  font-size: 12px;
}
.spot .c_point .txt {
  font-size: 11px;
}

.spot .check-area {
  padding: 20px 15px 15px;
}

.spot .check-area li {
  font-size: 10px;
}

.spot .c_check_list li::before {
  top: 2px;
}


.mature,
.activity {
  padding: 30px 10px 50px;
  position: relative;
}
.mainsec .intro,
.activity .intro {
  padding: 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.mature .column1,
.activity .column1 {
  position: relative;
  z-index: 2;
}

.mature .swiper-pagination-bullet-active {
  background: #be83a8;
}

.mature .tex-area .tex {
  position: absolute;
  z-index: 1;
}

.mature .tex-area .tex01 {
  top: 200px;
  left: 0;
  width: 113px;
  height: 226px;
}
.mature .tex-area .tex02 {
  top: 504px;
  right: 10px;
  width: 41px;
  height: 50px;
}
.mature .tex-area .tex03 {
  bottom: 1041px;
  left: 10px;
  width: 42px;
  height: 49px;
}
.mature .tex-area .tex04 {
  bottom: 1121px;
  right: 0;
  width: 110px;
  height: 219px;
}


.mature {
  background: #f2e6f4;
  color: #463c32;
  text-align: center;
}
.mature .main-ttl {
  position: relative;
  padding-bottom: 230px;
  top: 0;
  left: 0;
}
.mature .main-ttl img {
  width: 195px!important;
  height: auto;
}
.mature .main-ttl::before {
  content: "";
  position: absolute;
  right: -88px;
  top: 0;
  width: 68.5px;
  height: 91.5px;
  background: url(../images/illust_wine.png) no-repeat center / contain;
  z-index: 1;
}

.mature .mainsec .img {
  position: relative;
}
.mature .mainsec .img img {
  position: absolute;
  top: 88px;
  right: 0;
  left: 0;
  width: 332px!important;
  height: auto;
  margin: auto;
}


/*------------------------------------------------------------------------------
  activity 子供も大人も楽しめる
------------------------------------------------------------------------------*/
.activity {
  background: #f9ebe5;
  color: #463c32;
  text-align: center;
}

.activity::before {
  background: url(../images/tasty-bg.svg)no-repeat center center;
  background-size: 160% 25px;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.activity .main-ttl {
  position: relative;
  padding-bottom: 235px;
  top: 0;
  right: 0;
  margin-left: 70px;
  text-align: right;
}
.activity .main-ttl img {
  width: 190px!important;
  height: auto;
}

.activity .main-ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 45px;
  height: 30px;
  background: url(../images/illust_camera.png) no-repeat center / contain;
  z-index: 1;
}

.activity .main-ttl::after {
  content: "";
  position: absolute;
  right: 178px;
  top: 53px;
  width: 84px;
  height: 27px;
  background: url(../images/illust_mountain.png) no-repeat center / contain;
  z-index: 1;
}

.activity .mainsec .img img {
  position: absolute;
  top: 88px;
  right: 0;
  left: 0;
  width: 320px!important;
  height: auto;
  margin: auto;
}

.activity .swiper-pagination-bullet-active {
  background: #ce7f35;
}

.activity .tex-area .tex {
  position: absolute;
  z-index: 1;
}

.activity .tex-area .tex01 {
  top: 0;
  right: 0;
  width: 118px;
  height: 181px;
}
.activity .tex-area .tex02 {
  top: 240px;
  left: 0;
  width: 70px;
  height: 105px;
}
.activity .tex-area .tex03 {
  bottom: 810px;
  right: 10px;
  width: 58px;
  height: 109px;
}
.activity .tex-area .tex04 {
  bottom: 0;
  left: 0;
  width: 116px;
  height: 198px;
}


/*------------------------------------------------------------------------------
  tasty 小諸のおいしいもの
------------------------------------------------------------------------------*/


.t-beige {
  color: #c59a27;
}

.t-pink {
  color: #d16060;
}

.tasty {
  background: #fff9f3;
  text-align: center;
  padding: 10% 0 50px;
  position: relative;
}

.tasty .c_ttl01 {
  margin-bottom: 40px;
}

.tasty .c_ttl01 img {
  max-height: 27px;
  width: auto!important;
  max-width: 100%!important;
}

.tasty .column1 {
  padding: 0 10px !important;
}

.tasty .intro {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.64px;
  color: #463c32;
  margin-bottom: 70px;
  text-align: left;
}

.tasty-wrap + .tasty-wrap {
  margin-top: 60px;
}

.tasty-wrap .img-area {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.tasty-wrap .txt-area {
  width: 100%;
  text-align: left;
  position: relative;
}

.tasty-wrap .txt-area .main-ttl {
  margin-bottom: 13px;
  height: 30px;
  position: relative;
}


.tasty-wrap .txt-area .main-ttl img {
  height: 100% !important;
  width: auto !important;
}

.tasty-wrap .txt-area .txt {
  font-size: 12px;
  line-height: 2;
  position: relative;
}

.tasty01 .txt-area {
  max-width: 290px;
}

.tasty01 .txt-area::before {
  content: "";
  position: absolute;
  top: -17%;
  right: -40px;
  width: 515px;
  height: 462px;
  background: url(../images/tasty01_bg.png) no-repeat center / contain;
}

.tasty02 .txt-area {
  margin-top: 115px;
  margin-left: auto;
  max-width: 274px;
}

.tasty02 .txt-area::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -70px;
  width: 507px;
  height: 487px;
  background: url(../images/tasty02_bg.png) no-repeat center / contain;
}

.tasty02 .c_point {
  width: 100%;
  margin: 15px 0 30px;
}

.tasty02 .check-area {
  width: 100%;
}

/*------------------------------------------------------------------------------
  hotspring 小諸の温泉
------------------------------------------------------------------------------*/

.hotspring {
  background: url(../images/bg_sec04_sp.png) no-repeat top / cover;
  background-color: #fff9f3;
  text-align: center;
  padding: 100px 0 70px;
}


.hotspring .c_ttl01 {
  margin-bottom: 40px;
}

.hotspring .c_ttl01 img {
  max-height: 27px;
  width: auto!important;
  max-width: 100%!important;
}


.hotspring .column1 {
  padding: 0 10px !important;
}


.hotspring .lead-area {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.hotspring .lead-area .ttl {
  position: absolute;
  top: 160px;
  left: -20px;
  width: 100%;
  z-index: 1;
}

.hotspring .lead-area .txt {
  font-size: 12px;
  line-height: 2;
  padding-top: 110px;
  color: #5c4c3d;
}

.hotspring .lead-area .img {
  width: 100%;
}

.hotspring .spotwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.hotspring .spotwrap .hot-spot {
  display: block;
  width: calc((100% - 15px) / 2);
}

.hotspring .spotwrap .two + .two {
  margin-top: 40px;
}

.hotspring .spotwrap .twowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.hotspring .two .spottxt {
  min-height: 64px;
}

.hotspring .spotwrap .hot-spot:nth-child(n+3) {
  margin-top: 40px;
}

.hotspring .spotwrap .hot-spot .img {
  margin-bottom: 10px;
}

.hotspring .spotwrap .hot-spot img {
  max-width: 100%;
}

.hotspring .spotwrap .hot-spot .txtwrap {
  width: 100%;
}

.hotspring .hot-spot h3 {
  margin-bottom: 1em;
  text-align: center;
  height: 46px;
}

.hotspring .hot-spot h3 img {
  height: 100% !important;
  width: auto !important;
}

.hotspring .spottxt {
  background: #fff;
  border-radius: 10px;
  padding: 10px 8px;
  color: #5c4c3d;
  font-size: 12px;
  text-align: left;
  line-height: 1.86;
  min-height: 108px;
}


/*------------------------------------------------------------------------------
  coupon 地域共通クーポンを使ってお得に小諸を楽しもう！
------------------------------------------------------------------------------*/

.coupon {
  text-align: center;
  padding: 8% 0 5%;
}


.coupon .c_ttl01 {
  margin-bottom: 40px;
}

.coupon .c_ttl01 img {
  max-height: 70px;
  width: auto!important;
  max-width: 100%!important;
}


.coupon .column1 {
  padding: 0 10px !important;
}

.coupon .intro {
  font-size: 12px;
  line-height: 1.78;
  margin-bottom: 30px;
  text-align: left;
}

.coupon .sub_ttl {
  margin: 50px 0 30px;
}

.coupon_list {
  margin-bottom: 50px;
}

.coupon_list li {
  width: 100%;
  padding: 0 10px;
}

.coupon_list li + li {
  margin-top: 40px;
}

.coupon_list .img {
  margin-bottom: 20px;
}

.coupon_list .txt {
  font-size: 12px;
  line-height: 1.87;
  text-align: left;
  margin-bottom: 20px;
}

.coupon_list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #5c4c3d;
  padding: 10px;
  background: url(../images/ico-arrow-right-brown.png) no-repeat center right 12px / contain;
  background-color: #f8d357;
  background-size: 8px 14px;
}

.prepare_box {
  margin-top: 50px;
  padding: 0 0 30px;
  border-radius: 10px;
  border: solid 4px #ffe89a;
}

.prepare_box .ttl {
  font-size: 15px;
  font-weight: bold;
  background: #ffe89a;
  padding: 12px 20px 16px;
}

.prepare_box .img {
  margin: 10px;
}

.prepare_box .txt {
  font-size: 12px;
  text-align: left;
  margin: 20px;
  line-height: 2;
}

.prepare_box .txt .link {
  text-decoration: underline !important;
  font-weight: bold;
}

.prepare_box .notice {
  margin: 20px;
}

.prepare_box .notice li {
  font-size: 11px;
  font-weight: bold;
  color: #dd4444;
  text-align: left;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------------------------------------------
  access 小諸市へのアクセス
------------------------------------------------------------------------------*/

#access {
  padding: 10% 5% 5%;
  background: #f9f8f9;
}

#access .accessBox .txt {
  margin-bottom: 30px;
}

#access .accessBox .txt .welcome {
  font-size: 12px;
  line-height: 2.08;
  margin-bottom: 10px;
}

#access .accessBox .txt .notice {
  font-size: 10px;
  line-height: 1.4;
}

#access .accessBox .txt .notice li {
  text-indent: -1em;
  padding-left: 1em;
}

#access .accessBox .txt .notice li + li {
  margin-top: 6px;
}

#access h1 {
  max-width: 64%;
  text-align: center;
  margin: 0 auto 8%;
}

#access .accessBox {
  border: none;
  margin-bottom: 45px;
}

#access .accessBox .map {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
}

#access .accessBox .map iframe {
  width: 100%;
  display: block;
  height: 300px;
  border-radius: 10px;
}

#access .accessBox .route {
  width: 100%;
  margin: auto;
}

#access .accessBox .route dl {
  margin-bottom: 2em;
  padding: 12px 10px;
  border-radius: 10px;
  background: #fff;
}

/*------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------*/

#search {
  background-color: #f9f8f9;
  padding: 10% 5% 5%;
}

#search h1 {
  max-width: 40%;
  text-align: center;
  margin: 0 auto 8%;
}

#access #search-box {
  margin: auto;
}

#search-box img {
  width: auto;
  height: auto;
}

/*------------------------------------------------------------------------------
  summary
------------------------------------------------------------------------------*/

.summary {
  margin: 60px 0;
}
.summary table {
  width: 100%;
  color: #333;
  border-bottom: 1px solid #b2b99f;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.summary table a {
  color: #1370c6;
  text-decoration: underline;
}
.summary table th {
  text-align: center;
  background: #f8f6ee;
}

.summary table th,
.summary table td {
  padding: 20px 10px;
  border-top: 1px solid #b2b99f;
  display: block;
  font-size: 16px;
}
