.page-id-10631 .rich_font{
display:none;	
}
.page-id-10631 #breadcrumb{
display:none;
}
.page-id-10631 #side_col{
display:none;
}
.page-id-10631 #left_col { width: 100%; }

/*== TOPsection0 news ==*/
.Topsection0{
padding: 30px 45px;
background: url('https://fuji-glamping-villas.com/wp-content/uploads/2026/01/tto2.jpeg') 
center/cover no-repeat;
background-attachment: fixed;
}
.news-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.newsbox {
background: rgba(255, 255, 255, 0.7); 
max-width: 1500px;
margin: 0 auto;     
height:350px;
  padding: 15px 10px;   
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
}
.news-item a.news-link {
  display: block;      
  color: inherit;   
  text-decoration: none;  
}
.news-item a.news-link:hover {
  opacity: 0.9;   
}
.news-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
}
.news-btn {
  background: rgba(255,255,255,0.9);
  border: none;
  font-size: 28px;
  width: 55px;
height:55px;
  height: 42px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.2s;
  z-index: 5;
}
.news-btn:hover {
  background: #f3f3f3;
  transform: scale(1.05);
}
.news-btn.left {
  margin-right: 10px;
}
.news-btn.right {
  margin-left: 10px;
}
.news-slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.news-track {
  display: flex;
  gap: 30px;
  min-width: 100%;
}
.news-item {
  flex: 0 0 300px; 
  text-align: left;
}
.news-date {
  font-size: 0.85rem;
  color: #777;
  display: block;
  margin-bottom: 6px;
}
.news-img {
  position: relative;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.news-img:hover img {
  transform: scale(1.05);
}
.news-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #b8860b;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px 0 8px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.news-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 12px 0 8px;
  color: #222;
	
}
.news-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.news-slider::-webkit-scrollbar {
  height: 4px;
}
.news-slider::-webkit-scrollbar-thumb {
  background: #8C7A45;
  border-radius: 3px;
}
/*== end ==*/

/* レスポンシブ*/
@media (max-width: 768px) {
.Topsection0{
padding: 20px 10px;
background-attachment: scroll; 
}
.newsbox {
padding: 15px 8px;  
height: auto;  
margin: 10px auto;    
  }
  .news-btn {
    display: none;
  }
  .news-item {
    flex: 0 0 80%;
  }
  .news-track {
    gap: 16px;
    transition: transform 0.4s ease;
		min-width: auto;    
  }
  .news-slider {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .news-item {
    scroll-snap-align: start;
  }
  .news-slider::-webkit-scrollbar {
    display: none;
  }
}

/*== TOPsection1 ==*/
.Topsection1 {
  width: 100%;
  min-height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
padding: 30px 90px; 
  box-sizing: border-box;
position: relative; 
background: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/10/mi2-1.png') 
center/cover no-repeat;
}

.TOPtext-content {
 position: relative;
 max-width: 50%; 
color:#fff;
font-size:18px;
line-height:2.5;
}

.TOPtext-content p:last-of-type {
margin-bottom: 80px; 
}
.slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; 
  height: 100%;
  overflow: hidden;
}
.slider-bg .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider-bg .slide.active {
opacity: 1;
}
.highlight {
font-weight: 700;       
color: #D9CDAF;
font-size:25px;
font-family: serif;
}
.btn-wrap {
  margin-top: 30px; 
  display: flex;
  flex-direction: column; 
  align-items: flex-end; 
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	.bg-wrapper {
    background: none !important; 
  }
	.TOPtext-content p:last-of-type {
  margin-bottom: 40px; 
}
	.highlight {
	font-size:24px;
}
  .Topsection1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 10px;
    min-height: 300px; 
    position: relative;
    overflow: visible;
background:#fff;
  }
  .slider-bg {
    position: relative;
    width: 100%;
    height: 40vh;     
    overflow: hidden;
    margin: 0 auto;
background: transparent; 
    z-index: 1;
  }
  .slider-bg .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .slider-bg .slide.active {
    opacity: 1;
  }
  .TOPtext-content {
    max-width: 100%;
    margin: 20px auto 40px auto;
    text-align: left;
    position: relative;
    z-index: 2;
    background: none;  
    padding: 0;
color:#333 !important;
  }

  .TOPtext-content p {
font-size: 0.95rem;
    line-height: 1.6;
    margin: 10px 0;color;
  }
}

/*== TOPsection2 ==*/
.Topsection2{
	background-color:#90AFC5;
	padding:10px 40px;
}
.property-text h3 {
  font-size: 42px;
  font-weight: 700;
  margin: 24px 12px;
	color:#232323;
}
.property-text {
  flex: 0.5; 
	padding:0 40px;
	height:660px;
	background-image: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/09/background-1-3.png');
  background-size: cover;  
  background-position: center;  
  background-repeat: no-repeat;
	border-radius: 50px 0 180px;
}
.main-property .property-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
	padding:0 50px;
	background: rgba(255,255,255,0.8);
}
.property-text p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 70px;
}
.property-image {
  flex: 1;
}
.property-image img {
  width: 100%;
  height: auto;
 border-radius: 0 80px 0;
}
.property-dots {
  margin-top: 12px;
  text-align: center;
}
.property-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.property-dots .dot.active {
  background: #333;
}
.property-slider {
  overflow-x: auto;
	-webkit-overflow-scrolling: touch; 
  white-space: nowrap;
  padding: 20px 0;
  border-top: 1px solid #ddd; 
}
.property-slider .slider-wrapper {
  display: flex;
  gap: 20px;
}
.property-slider .thumbnail {
	flex: 0 0 auto;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.property-slider .thumbnail img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 60px 0;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.3s ease;
}
.property-slider .thumbnail img:hover {
  transform: scale(1.05);
}
.property-slider .thumbnail p {
  font-size: 14px;
  color: #161515;
}
.Topsection2 .section-title {
  position: sticky;
  top: 20px;  
  z-index: 10;    
	background: rgba(255,255,255,0.8);
  padding: 30px 60px;   
  border-radius: 200px 200px 0  0;         
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
	margin:80px 0 0;
}
.Topsection3 .section-title {
  position: sticky;
  top: 20px;  
  z-index: 10;    
}


/* レスポンシブ*/
@media screen and (max-width: 768px) {
	.Topsection2{
	padding:10px;
}
	.Topsection2 .section-title {
  border-radius: 0;    
		padding: 0;
		margin:40px 0 0;
}
  .main-property .property-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
		padding:10px;
		margin-bottom:10px;
  }
  .property-image {
    order: -1; 
    width: 100%;
  }
  .property-image img {
		border-radius: 0 50px 0;
  }
	.property-text h3 {
    font-size: 28px;
    margin-bottom: 17px;
  }
  .property-text {
    flex: unset;
    text-align: center;
    order: 0; 
		padding:0 5px;
		height:320px;
		border-radius: 50px 0 80px !important;
  }
  .property-text p {
    font-size: 16px;
    line-height: 1.5;
		padding-bottom: 21px;
		margin-bottom:20px;
  }
  .property-slider .slider-wrapper {
    gap: 12px;
  }
  .property-slider .thumbnail img {
		border-radius: 0 36px 0;
    width: 120px;
    height: 80px;
  }
	  .property-slider .thumbnail p {
    white-space: normal;     
    word-wrap: break-word;  
    text-align: center;   
    max-width: 120px;     
    font-size: 14px;
  }
}

/*== TOPsection3 ==*/
.Topsection3{
	background-image: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/09/background-1-1-1.png');
  background-size: cover;  
  background-position: center;  
  background-repeat: no-repeat;
	padding: 30px 90px;
}

.plan-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.plan-card {
  background: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/09/background-1-3.png') no-repeat center center !important;
  background-size: cover !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  max-width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;	
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.plan-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.plan-text {
  padding: 10px 20px;
}
.planBOX{
	background:#EDE8DB;
	height:70px;
	text-align:center;
	display: flex;       
  flex-direction: column;  
  justify-content: center; 
  align-items: center;
	padding-top:15px;
	border-radius:30px 0 0 0;
	outline: 2px dotted #C9B894;
  outline-offset: -7px; /
}
.plan-subtitle {
  font-size: 0.85rem;
	color:#90AFC5;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase; 
}
.plan-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #555;
	letter-spacing:1.4px;
}
.plan-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
	padding:15px 0 20px;
}

/* レスポンシブ*/
@media (max-width: 768px) {
	.Topsection3{
padding: 20px 30px;
}
  .plan-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .plan-card {
    max-width: 100%;
  }
}

/* section5 */
.Topsection6{
width: 100%;
background: url('https://fuji-glamping-villas.com/wp-content/uploads/2026/01/tto2.jpeg') 
center/cover no-repeat;
background-attachment: fixed;
padding: 30px 20px;
}
.Topsection5 {
 width: 100%;
background: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/10/background-1-1-1-1.webp') 
center/cover no-repeat;
background-attachment: fixed;
padding: 30px 90px;
}
.banner-rows {
  display: flex;
  flex-wrap: wrap;  
 gap: 2px 15px;            
	margin-top:50px !important;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 40px;
box-sizing: border-box;
width: 100%;
}

.blog-card {
  display: flex;
  gap: 16px;
  background: #fff;
  padding: 9px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s;
	width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card .thumb {
  flex: 0 0 120px;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
  border-radius: 8px;
}

.blog-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-subtitle {
  display: inline-block; 
  font-size: 12px;
  color: #fff;    
  background: #8C7A45;     
  border-radius: 20px;  
  padding: 8px;       
	align-items:center;
  margin: 5px 0;
  font-weight: 600;
  letter-spacing: 0.5px;   
}


.blog-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.blog-date {
  font-size: 0.8rem;
  color: #666;
}

.blog-grid,
.banner-rows {
  max-width: 1400px;   
  margin: 0 auto;    
}
.blog-grid > a {
  display: block;
  flex: 0 0 auto;
}


.banner-item {
  max-width: 400px; 
	flex: 1 1 300px;
  margin-bottom: 20px; 
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;  
}

/* スマホ対応 */
@media (max-width: 768px) {
.Topsection5 {
width:auto;
padding: 20px 16px;
background-attachment: scroll;
height:auto;
}
.Topsection6 {
width:auto;
padding: 20px 16px;
background-attachment: scroll;
height:auto;}
  
.banner-rows {
flex-direction: column;
gap: 16px;
padding: 0;  
margin-top:20px !important;
display: block !important;
  }
.banner-item {
 max-width: 100%;
flex: none;  
  }
 .banner-item img {
  width: 100% !important;
  height: auto !important;
  }
.blog-grid,
.banner-rows {
 width:auto !important;
}
.blog-grid {
    display: flex;    
    overflow-x: auto;    
    gap: 16px;           
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch; 
margin-top:15px;
  }

  .blog-card {
    flex: 0 0 280px;          
    scroll-snap-align: start; 
    margin-right: 16px;     
    width: 280px !important;
    max-width: none !important;
  }
}

/* TOP会社情報セクション */
.company-section {
  display: flex;
justify-content: space-between;
  align-items: flex-start;
  background: rgba(255,255,255,0.2);
  padding: 40px;
  border-radius: 12px; 
  margin: 0 auto;   
  box-sizing: border-box;
}
.company-section {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255,255,255,0.2);
  padding: 40px;
  border-radius: 12px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.company-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("https://fuji-glamping-villas.com/wp-content/uploads/2025/09/rogoo-1.png") no-repeat center center;
  background-size: contain;
  opacity: 0.1; 
  z-index: 0;
transform: translate(-30%,120px);
}

.company-section > * {
  position: relative;
  z-index: 1; 
}

.company-info h2 {
 font-size: 70px;
 margin-bottom: 40px;
margin-top:200px;
color:#fff;
}

.company-info p {
  color: #fff; 
 font-size: 18px;
margin-top:10px;
}

.company-info p a {
  color: #fff;      
  text-decoration: underline; 
  transition: color 0.3s;
}

.company-info p a:hover {
  color: #FFD700; 
}


/* スマホ対応 */
@media (max-width: 768px) {
	.company-section::before {
	transform: translate(-30%,-80px);
	}
  .Topsection6 {
    padding: 20px 16px;
  }

  .banner-rows {
    flex-direction: column;
    gap: 16px;
  }

  .company-section {
    flex-direction: column;
    padding: 240px 0 20px;
    gap: 24px;
  }
.company-info h2 {
  font-size: 35px;
  margin-bottom: 25px;
margin-top:0px;
}
.company-info p {
  margin-bottom: 15px;
font-size:15px;
}

}