/*
 * CSS for PC
 * @date     2018
 * @author   sarahchan
 */
/* ------------------------------------------

------------------------------------------ */
.sp {
  display: none !important;
}

#keyVisual {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



#keyVisual h1 {
  text-indent: 0px;
  position: absolute;
  z-index: 20;
}

#keyVisual .jdsSlides {
  position: relative;overflow: hidden;height: 550px;
}

#contents {
  background: none;
}

#widewrapper {
  clear: both;
  width: 100%;
  position: relative;
}

#widewrapper a:hover {
  opacity: 0.8;
}

#contents.column1 {
  width: 100%;
  padding: 0;
}

.navi {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.navi ul {
  display: flex;
  width: 1440px;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 100%;
}

h2.ttl {
  text-align: center;
}

.ff {
  font-family: 'Shippori Mincho', serif;
}
.w1440 {
  width: 1440px;
 margin: 0 auto;
}
#part1 {
  line-height: 150%;
}

.tabholder{
   width: 760px;
    margin: 0 auto;
}
#part1 > h3 {
  color: #7CA547;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 0;
}
#part1 p.sub {
  font-size: 16px;
  width: 750px;
  margin: 80px auto;
}

#part1 .spot {
  padding: 30px 0;
  margin: 60px auto;
}

#part1 .spot .photobox {
  position: relative;
}

#part1 .spot .mainspot {
  width: 640px;
  margin: 20px auto;
}

#part1 .spot .jdsSlides {
  overflow: hidden;
  position: relative;
}

#part1 .spot .rslides_nav {
  font-size: 0;
  position: absolute;
  width: 38px;
  height: 36px;
  top: 45%;
  z-index: 99;
}

#part1 .spot .rslides_nav.prev {
  background: url(../images/prev.png);
}

#part1 .spot .rslides_nav.next {
  background: url(../images/next.png);
  right: 0;
}

#part1 .txt32 {
  font-size: 32px;
}

#part1 .spotdtl h3 {
  text-align: center;
  color: #333;
  padding: 20px 0;
}

#part1 .spotdtl p {
  font-size: 14px;
}

#part1 .spotdtl p b {
  display: block;
}

#part1 .spotdtl.maindtl {
  width: 1175px;
  margin: 20px auto 80px;
}

#part1 .spotdtl.maindtl h3 {
  padding: 60px 0;
}

#part1 .spotdtl.maindtl p {
  font-size: 16px;
}

#part1 .spot01 {
  background: #F0FBFF;
}

#part1 .spot02 {
  background: #F7FCF1;
}

#part1 .spot03 {
  background: #FFFDF3;
}

.subspot {
  display: flex;
  background: #fff;
  padding: 30px 45px;
  margin: 30px auto;
  width: 1150px;
  justify-content: space-between;
}

.subspot .spotdtl {
  width: 516px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subspot.right {
  flex-direction: row-reverse;
}

.ttlLink {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.ttlLink li {
  margin: 0 6px;
}

.ttlLink li a {
  display: block;
  border-radius: 5px;
  background: #CACACA;
  color: #333;
  font-size: 11px;
  padding: 4px 8px;
}

.ttlLink li:last-child {
  position: relative;
  padding-right: 24px;
}

.ttlLink li:last-child:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/blank.png) no-repeat;
  right: 0;
  top: calc(50% - 7px);
}

#part2 {
  padding: 60px 0;
}

#part2 .w1440 {
  width: 1345px;
  margin: 20px auto;
  background: #FFF5F3;
  padding:40px 50px;
}

#part2 .w1440 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#part2 .w1440 ul li:nth-child(2) {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#part2 .w1440 ul li:nth-child(2) p{padding:70px 0;line-height:150%;}
#part2 .w1440 ul li h3 {text-align: center;line-height: 180%;
  font-size: 32px;
}

#part2 .w1440 ul li p {
  font-size: 14px;
}

#part2 .w1440 ul li a {
  display: block;
  color: #fff;
  background: #bf0000;
  font-size: 18px;
  padding: 20px 30px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  text-align: center;
  position: relative;
  width: 375px;
  margin: 0 auto;
}

#part2 .w1440 ul li a:after {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 40%;
  right: 20px;
  transform: rotate(-45deg);
}

#part2 .w1440 ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.introduce {
  width: 1075px;
  margin: auto;
  color: #333;
}

.introduce .swiper-slide {
  width: 196px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 0 12px 0;
}

.intrImg {
  height: 109px;
}

.intrImg img {
  width: 100%;
  height: 109px;
  object-fit: cover;
}

.intrH3 {
  font-size: 14px;
  margin: 8px;
}

.intrArea {
  font-size: 12px;
  color: #777777;
  margin: 0 8px;
}

.intrArea span {
  border-right: 1px solid #777;
  padding-right: 6px;
  margin-right: 6px;
}

.intrHtlLk {
  display: block;
  padding: 0;
}

.intrPnLk {
  display: block;
  padding: 8px;
}

.intrPn {
  font-size: 12px;
  line-height: 1.4;
}

.intrPrice {
  font-size: 12px;
  color: #BF0000;
  text-align: right;
}

.intrPrice b {
  font-size: 18px;
}

.ss-contents a.intrPnLk2 {
  display: block;
  border-radius: 4px;
  background: #00B900;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 8px;
}

.introduce .swiper-slide a:hover {
  opacity: 0.8;
}


.img_area {
  min-width: 1280px;
  text-align: center;
}

.img_area a {
  margin-left: auto;
  margin-right: auto;
}

.introExp {
  font-size: 12px;
  line-height: 1.7;
}

a.intrPnLk2 {
  display: block;
  border-radius: 4px;
  background: #00B900;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 8px;
}

.introduce .swiper-slide a:hover {
  opacity: 0.8;
}


#part3 {
  padding-bottom: 100px;
}

#part3 h3.ff {
  font-size: 32px;
  text-align: center;
  padding: 80px 0;
}

#part3 a.paybnr {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.squeezeB {
  position: absolute;
  bottom: 40px;
}

#access {
  padding: 80px 0;
}

#access h2 {
  padding-bottom: 40px;
}

#access .w1440 {
  width: 1240px;
  padding: 100px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  background: #F5F5F5;
}

#access .w1440 .map {
  width: 48%;
  height: 540px;
}

#access .w1440 p {
  width: 48%;
  font-size: 18px;
  line-height: 170%;
}

.gotop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

p.logo{text-align: center;padding: 10px 0;}
.couponOneClick{margin: 0 auto !important;}

.column1 #search-box #domestic-search-box, .column1 #search-box #overseas-search-box{padding: 50px 15px;}
.column1 #search-box .structure dt.date{padding-top: 0;}

#keyVisual {
  position: relative; 
}

.fixed-images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; 
}

.fixed-images img.pc {
  display: block; 
}



  .tit4{
 text-align: center;
  margin-bottom: 24px;
}

  .Nature{
  width: 1260px;
  background-color: #FFF5F3;
  margin: 0 auto;
  margin-bottom: 80px;
    padding:80px 90px 80px 90px

}
.image-wrapper {
  position: relative;
}


    .introduce .swiper-container {
        padding-bottom: 16px;
    }


/* change */
.YamagataCity {
  font-size: 32px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  padding: 0px 0 24px 0;
}
.Nature p {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 38px;
  text-align: center;
}
.simple-card-inner {
  display: flex;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 27px 76px 38px 42px; 
  gap: 70px;
  align-items: center;
  max-width: 594px;
  margin: auto;
}

.simple-button {
  margin: 0;
  align-self: flex-start !important;
}
.simple-card-image img {
  width: 300px;
  height: 168px;
  object-fit: cover;
  border-radius: 5px;
}

.simple-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.simple-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8em;
  letter-spacing: 0.07em;
}

.simple-price {
  color: #008000;
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 8px !important;
  text-align: left !important;
    letter-spacing: 0.05em !important;
}

.simple-info {
  font-size: 12px;
  color: #666;
  margin-bottom: 21px;
}

.simple-info span {
  margin-right: 16px;
}

.simple-button {
   display: inline-flex;
  background-color: #008803;
  color: white !important;
  padding: 8px 15px 8px 56px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  align-self: flex-start;
  transition: background-color 0.2s ease;
  text-decoration: none !important;
  gap: 23px;
  font-size: 14px;
  margin-left: 23px;
  font-family: 'Yu Gothic', serif;
}



.arrow-icon {
  width: 17px;
  height: 14px;
}





/* end */



/* eventinfor */


.eventinfor {
  text-align: center;
  margin: 80px auto 24px auto;
}

.center-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.section-title {
  font-size: 20px;
  color: #333;
  margin: 40px 0 16px 0;
}



/* section */


.arrow-banner {
   width: 696px; 
  height: 110px; 
  margin: 0 auto; 
  background-image: url(../images/Union.svg);
  background-size: cover;
  background-repeat: no-repeat;
 margin-top: 64px;
  display: flex;
  align-items: center;  
  justify-content: center;  
  text-align: center;
  position: relative;  
  z-index: 9999;        
}


.arrow-banner p {
  color: white;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;       
  letter-spacing: 0.1em; 
    font-weight: 700;
  margin: 0;
}
.Wellness{
  padding: 95px 100px 80px 100px;
  background-color: #FFFDF3;
  margin: 0 auto;
  width: 1240px;
  height: 1662px;
  margin-top: -55px;
}
.Wellness p{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
 letter-spacing: 0.1em; 
 text-align: justify;
  font-family: 'Noto Serif JP', serif;
  color: #333333;
}

.dashed-line {
  border: none;
  border-top: 1px dashed #008803; 
  width: 100%;
  margin: 40px auto; 
  opacity: 0.6;     
}





.info-card {
  display: flex;
  background-color: white;
  padding: 40px;
  gap: 40px;
  align-items: flex-start;

  margin: 0 auto;
}

.info-image img {
  width: 100%;
  max-width: 584px;
  height: auto;
  object-fit: cover;
}

.info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.info-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.4;
   font-family: 'Shippori Mincho', serif;
   text-align: center;
}

.info-description {
  font-size: 14px !important;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
   letter-spacing: 0.08em !important; 
}

.info-link {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  gap: 4px;
}

.info-link-text {
  font-size: 16px;
 color: #007CB5 !important;
  text-decoration: none;
  text-decoration: underline !important;
}

.info-link-text:hover {
  text-decoration: underline;
}

.info-link-icon img {
  width: 16px;
  height: 16px;
}

.tabholder{
  display: flex;
}
.coupon__box__holder {
  flex: 1;
}


.tabholder{
  a {
    text-decoration: none !important;
  }
}




/* bottom */
.big-red-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
   url(../images/detail.png) center/cover no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 0;
  text-decoration: none;
 width: 325px;
 height: 58px;
 border-radius: 4px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
  position: relative; 
  overflow: hidden;
   text-decoration: none !important;
}


.btn-text {
  flex: 1;
  text-align: center;
  color: #ffffff !important;
}

.btn-arrow {
  display: inline-block;
  width: 25px;   
  height: 25px;
  background: url(../images/Chevron\ Right.svg) center/contain no-repeat;
  margin-right: 3px;
  vertical-align: middle;
}
.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
#close-modal-coupon-pc{
  right: 16px !important;
  top: 1px !important;
}

.couponOneClick .coupon__condition { position: relative; }

.pricenote{
  text-align: center;
  font-size: 14px;
    color: #333;
   font-family: 'Shippori Mincho', serif;
   margin-top: 38px;
}