/*# sourceMappingURL=index.css.map */
.main {
    background: #FBF4E9;
}
.a{
	font-family: 'Zen Maru Gothic', sans-serif;
}
.fixed-buttons {
  position: fixed;
  top: 30px;
  right: max(30px, calc((100vw - 1700px) / 2 + 30px));
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn.green {
  background-color: #157F3B;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
}
.top-wrap {
  	max-width: 900px;
    margin: 0 auto;
    text-align: center;
	padding-top: 80px;
	position: relative;
}
.wano-hero{
	overflow: hidden;
}
.top-wrap img{
	width:100%;
}
.top-text{
	position: absolute;
    right: -150px;
    width: 190px;
    top: 255px;
}

.wano-intro {
  background: #FBF4E9;
  padding: 100px 0px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.intro-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 900px;
  margin: 0 auto 110px;
}

.intro-left {
  writing-mode: vertical-rl;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 70px; 
  flex-shrink: 0;
  color: #231815;
  line-height: 2;
}

.intro-right {
  flex: 1;
  font-size: 19px;
  line-height: 2;
  color: #231815;
}
@media (max-width: 1300px){
	right: -52px;
}
.image-slider {
  overflow: hidden;
  position: relative;
  background: #FBF4E9;
}

.slider-track {
  display: flex;
  gap: 40px;
  animation: scrollSlider 60s linear infinite;
  width: max-content;
}

.slider-track img {
  object-fit: contain;
  height: auto;
}

.slider img {
  margin-right: 20px;
  border-radius: 50px;
  object-fit: cover;
}
.slider {
  display: flex;
  align-items: center;
}


/* アニメーション */
@keyframes scrollSlider {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-85%);
  }
}

/* 画像ごとのサイズ調整（任意で使ってね） */
.top-slider1 { width: 400px; }
.top-slider2 { width: 400px; }
.top-slider3 { width: 450px; }
.top-slider4 { width: 350px; }
.top-slider5 { width: 380px; }
.top-slider6 { width: 335px; }
.top-slider7 { width: 450px; }

@media (max-width: 768px) {
  .slider-track img {
    width: 200px !important;
    height: auto;
  }
	.top-slider1{
	margin-right: 25px !important;
    margin-top: 10px !important;
	width: 200px;
  }
	.top-slider2{
	margin-right: 25px !important;
	margin-top: 10px !important;
	width: 200px;
  }
	.top-slider3{
	margin-right: 15px !important; 
	width: 220px;
  }
	.top-slider4{
	margin-right: 20px !important; 
	margin-top: 50px !important;
	width: 170px;
	}
	.top-slider5{
	margin-right: 10px !important; 
	width: 180px;
	}
	.top-slider6{
	margin-right: 14px !important; 
	margin-top: 70px !important;
	width: 160px;
	}
	.top-slider7{
	margin-right: 15px !important;
	width: 220px;
	}
}
.top-slider1{
	margin-right: 50px;
    margin-top: 20px;
}
.top-slider2{
	margin-right: 50px;
	margin-top: 20px;
}
.top-slider3{
	margin-right: 30px; 
}
.top-slider4{
	margin-right: 40px; 
	margin-top: 100px;
}
.top-slider5{
	margin-right: 15px; 
}
.top-slider6{
	margin-right: 30px; 
	margin-top: 140px;
}
.top-slider7{
	margin-right: 30px;
	width: 220px;
}

/*輪の里での過ごし方*/
.experience-section {
  text-align: center;
  background: #fff;
  padding: 100px 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.experience-title{
	margin: 0 auto 80px auto;;
	max-width: 440px;
}
.experience-title img {
  width: 100%;
}


.activity-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}

.activity-card {
  width: calc(90% / 2 - 60px / 2);
}

.activity-card img {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.activity-card h3 {
  font-size: 29px;
  color: #42B153;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 0.2em;
}

.activity-card p {
  border-top: 1px solid #42B153;
  font-size: 17px;
  line-height: 1.8;
  color: #413D3C;
  text-align: left;
  padding-top: 15px;
  letter-spacing: 0.1em;
}

.experience-map{
	max-width: 1150px;
    margin: 0 auto;
}
.experience-map img{
	width: 100%;
}

/*春夏秋冬*/
.season-section {
  background-image: url('/wp-content/uploads/2025/04/spring-summer-fall-winter-image@2x-100.jpg'); 
  background-size: cover;
  background-position: center;
  padding: 130px 20px;
  position: relative;
  color: white;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.season-content {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  z-index: 1;
}

.season-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.season-content li {
  font-size: 20px;
  line-height: 2;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.season-content li span {
  font-weight: bold;
  margin-right: 10px;
}
.season-text {
  color: white;
  font-size: 20px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 1px solid;
}

.season-label {
  width: 3em;
  flex-shrink: 0;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.season-detail {
  display: block;
}

/*輪の里について*/
.section-wano-info {
  padding:100px 20px;
  background: #FBF4E9;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}
.info-inner-wrap{
	max-width: 900px;
	margin: 0 auto;
}
.section-title {
  background-color: #5CA15D;
  display: inline-block;
  padding: 8px 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 30px;
}

.section-description {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 2;
  color: #413D3C;
  text-align: left;
}

.wano-info-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.wano-info-left{
	width: 39%;
}
.wano-info-left img {
  width: 100%;
  height: auto; 
}

.wano-info-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
 width: 50%; 
}

.photo-lg {
  width: 100%;
  margin-bottom: 25px;
}

.photo-sm-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.photo-sm {
  width: 140px;
  border-radius: 20px;
}
.photo-sm1{
	width: 40%;
	margin-right: 10px;
}
.photo-sm2{
	width: 55%;
	margin-top: 10px;
}

@media (max-width: 800px) {
  .wano-info-content {
    flex-direction: column;
    align-items: center;
  }
  .photo-sm-wrap {
    flex-direction: row;
  }
	.top-wrap{
		padding: 100px 5% 0 5%!important;
	}
	.fixed-buttons{
		display:none;
	}
	.top-text img{
		width: 48%;
	}
	.top-text{
		right: -40px !important;
		top: 95px !important;
	}
	.wano-intro{
		padding: 40px 0;
	}
	.intro-inner{
		display: block;
		padding: 0 5%;
		margin-bottom: 50px;
	}
	.intro-left{
		writing-mode: initial;
		line-height: 1.3;
		font-size: 16px;
		margin-right: 0;
	}
	.intro-right{
		font-size: 14px;
    	line-height: 1.5;
		margin-top: 20px;
	}
	.experience-section{
		padding: 50px 5%;
	}
	.experience-title img{
		width: 80%;
	}
	.activity-card{
		width: 100%;
	}
	.experience-title{
		margin-bottom: 30px;
	}
	.activity-card img{
		margin-bottom:; 10px
	}
	.activity-card h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.activity-card p{
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.season-section{
		padding: 80px 5%;
	}
	.season-text{
		font-size: 15px;
		padding: 5px;
	}
	.section-wano-info{
		padding: 50px 5%;
	}
	.section-description{
		font-size: 14px;
		line-height: 1.5;
	}
	.wano-info-left{
		width: 100%;
		order: 2;
	}
	.wano-info-left img{
		width: 90%;
	}
	.wano-info-right{
		width: 100%;
	}
	.activity-cards2{
		margin-top: 30px;
	}
	.section-description{
		margin-bottom: 30px;
	}
	.wano-info-content{
		gap: 30px;
	}
	.footer-inner{
		padding: 40px 5% !important;
		font-size: 14px !important;
	}
	.footer-contact-title{
		margin: 20px 0 !important;  
	}
	.footer-contact{
		display: block !important;
    	font-size: 20px !important;
	}
	.footer-contact-1{
		margin-bottom: 5px;
		color: #fff; 
  		text-decoration: none;
  		display: inline-block;
	}
	.footer-contact-2{
		margin-bottom: 5px;
	}
}
.activity-cards2{
	margin-top: 60px;
}
.shitsukawa-section{
	background-color: #42B153;
}
.shitsukawa-text{
	color: #fff;
}
.shitsukawa-innnar{
	max-width: 900px;
	margin: 0 auto;
}
.shitsukawa-map img{
	width: 90%;
}
@media (max-width: 1250px) {
	.top-text{
		right: -55px;
		top: 210px;
	}
}
@media (max-width: 1024px){
	.wano-header{
		padding: 30px 70px;
	}
	.header-left{
		gap: 80px;
	}
	.top-wrap{
		padding: 80px 5%;
	}
	.intro-inner{
		padding: 0 5%; 
	}
	.top-text{
		right: 5px;
	}
}
/*フッター*/
.site-footer{
	background-color: #000;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.footer-inner{
	max-width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 40px;
	font-size: 17px;
}
.footer-tex-1{
	margin-bottom: 10px;
}
.footer-contact-title{
	margin: 25px 0;
}
.footer-contact{
	display: flex;
	justify-content: center;
    font-size: 23px;
	gap: 2rem;
}
.footer-icon{
	position: relative;
    bottom: -5px;
}
.footer-contact-1{
	color: #fff;
}
.access-map {
  padding-top: 80px;
  text-align: left;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.access-info{
	margin-top: 15px;
}
.access-info strong{
	font-size: 23px;
}
.access-info p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 800px){
	.experience-map img {
    	width: 100%;
	}
	.access-info p{
		font-size: 14px;
	}
	.access-info strong{
		font-size: 20px;
	}
	.map-container iframe{
		height: 230px;
	}
	.access-map{
		padding-top: 50px;
	}
	.access-info {
   		margin-top: 10px;
	}
	.br-sp{
		display: none;
	}
}