@charset "UTF-8";

html {
    font-size:16px;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 1.5px;
        color: #333;
        font-size: 16px;
	margin-top: 0 !important;
}
body{
    margin: 0;
}

.banner-pre{
	margin-bottom: 8px;
}

/* 見学会バナースタイル */
.tour-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    
    width: 100%;
    margin-top: 40px;
}

.bannerleft{
   
}

.tour-banner-box {
    max-width: 600px;
    background-color: white;
    border-radius: 12px;
    border: 2px solid #85C8AF;
    margin: 0 auto;
    position: relative;
    
}

.tour-banner-head {
    background-color: #85C8AF;
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    text-align: center;
}

.tour-banner-head h3 {
    margin: 0;
    font-size: 24px;
    position: relative;
    z-index: 2;
}

.yellowtext {
    color: #FFFF00;
}

.white-text {
    color: white;
}

.pin {
    width: 16px !important;
    position: absolute;
    top: -20px;
    z-index: 3;
}

.pin.left {
    left: 15%;
}

.pin.right {
    right: 15%;
}

.ekitika {
    width: 92px !important;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 3;
}

.tour-banner-middle {
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: flex-end;
}

.bannerleft {
    width: 40%;
    left: 0;
    position: absolute;
}

.tour-banner-img {
    width: 100%;
    border-radius: 8px;
}

.bannerright {
    width: 55%;
    
}

.reception-days {
    font-size: 16px;
    color: #666666;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #85C8AF;
	font-weight: bold !important;
}

.blue-text {
    color: #85C8AF;
    font-size: 24px;
}

.reception-note {
    font-size: 12px;
    color: #591326;
    margin: 5px 0 15px;
    font-weight: bold;
}

.tour-banner-button {
    background-color: #F7AD00;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: bold;
}

.tour-banner-button img {
    width: 16px;
    height: 16px;
}

.online-uketuke {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 20px auto 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .pin.left {
        left: 20%;
    }
    
    .pin.right {
        right: 20%;
    }
    .online-uketuke {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 20px auto 0;
    }
    .tour-banner-box {
        width: 100%;
    }
    
    .banner-left,
    .banner-right {
        width: 100%;
    }
    
    .ekitika {
        right: -15px;
    }
}
.sp{
    display: none;
}
.cta-lead{
		font-weight: bold;
	}
@media (max-width: 480px) {
	
	.cta-lead{
		margin: 40px 0;
	}
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .tour-banner-button {
        background-color: #F7AD00;
        color: white;
        padding: 8px 20px;
        border-radius: 30px;
        display: inline-flex
    ;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-weight: bold;
    }
    .online-uketuke {
       
        margin: 8px auto 0;
    }
    .reception-note {
        font-size: 10px;
        color: #591326;
        margin: 5px 0 5px;
        font-weight: bold;
    }
    .ekitika {
        width: 70px !important;
        position: absolute;
        top: -30px;
        right: -10px;
        z-index: 3;
    }
    .bannerleft {
        width: 40%;
        left: -20px;
        position: absolute;
    }
    .pin.left {
        left: 10%;
    }
    
    .pin.right {
        right: 10%;
    }
    .tour-banner-head h3 {
        font-size: 16px;
    }
    
    .blue-text {
        font-size: 18px;
    }
    
    .reception-days {
        font-size: 14px;
        margin: 0 0 5px;
        padding-bottom: 4px;
    }
    .bannerright {
        width: 65%;
    }
}


/* ヘッダー */
header{
    display: flex;
    background-image: url(../webp/header_bg.webp);
    background-size: cover;
    flex-direction: column; /* 子要素を縦に並べる */
    align-items: center; /* 横方向の中央揃え */
    justify-content: center; /* 縦方向の中央揃え */
    width: 100%;
    height: 100vh; /* header の高さを画面全体に設定 */
    overflow: hidden;
}
.nav-wrap{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.logo img{
    height: 104px;
    margin-top: 8px;
    margin-left: 8px;
}
.menu{
    background-color: #85C8AF;
    height: 108px;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 12px;
}
.fv{
    text-align: center;
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.fv_copy{
    margin-top:24px;
    position: absolute;
    width: 35%;
    max-width: 700px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -40px;
}
.fv_img{
    width: 75%;
    z-index: 0;
    max-width: 1300px;
    margin: 0 auto;
}
.fv-moyou1{
    position: absolute;
    z-index: -1;
    top: -350px;
    right: -150px;
    width: 800px;

}
.fv-moyou2{
    position: absolute;
    z-index: -1;
    bottom: -300px;
    right: -200px;
    width: 800px;

}
.fv-moyou3{
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -300px;
    width: 700px;

}
.header-banner-wrap{
    position: absolute;
    bottom: 0;
    width: 95%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    align-items: flex-end;
    margin-bottom: 40px;
}
.banner-left{
    max-width: 400px;
    width: 40%;
    padding-left: 12px;
}
.banner-left img{
    width: 100%;
    
}
.banner-right{
    max-width: 500px;
    width: 100%;
    padding-right: 12px;
}

.scroll{
    position: absolute;
    width: 100%;
    bottom: 24px;
    text-align: center;
    font-weight: bold;
    color: #591326;
    font-size: 13px;
}
.scroll-line{
    width: 1px;
    height: 51px;
    background: #591326;
    margin: auto;
}

/* ABOUT US */
.about{
    width: 100%;
    text-align: center;
    background-image: url(../webp/about-bg.webp);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 80px;
    position: relative;
}
.about-container{
    background-image: url(../webp/about-line.webp);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1024px ;
    width: 80%;
    margin: 0 auto; 
}
.en-title{
    margin-top: 80px;
    border-bottom: 2px dotted #E36C54;
    display: inline-block;
    margin-bottom: 14px;
}
.en-title p{
    color: #E36C54;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin: 0 0 9px 0;
}
.about h2{
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}
.about h2 .red-text{
    color: #E36C54;
}
.about h2 .blue-text{
    color: #85C8AF;
}
.about-text{
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 80px;
}
.about iframe{
    width: 584px;
}
.about-container img{
    position: absolute;
    max-width: 300px;
    width: 25%;
}
.about-container .about-img1{
    left: 0;
    top: 0;
}
.about-container .about-img2{
    right: 0;
    top: 0;
}
.about-container .about-img3{
    left: -75px;
    bottom: 125px;
}
.about-container .about-img4{
    right: -90px;
    bottom: 171px;
}
.about-circle{
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    top: 0;
}
.about-circle img{
    z-index: 10;
    width: 900px;

}

/* CSS追加部分 */
.philosophy {
    background-image: url(../webp/header_bg.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
	overflow: hidden;
}

.philosophy-container {
    background-color: white;
    border: 10px solid #FFEDE9;
    padding: 40px 64px;
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.philosophy h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.philosophy-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.philosophy-img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 43%;
}

.philosophy-item img {
    width: 100px;
    flex-shrink: 0;
}

.philosophy-title {
    font-size: 24px;
    color: #591326;
    margin: 0;
    line-height: 1.4;
}

.philosophy-text p {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
	font-weight: bold;
}

.philosophy-message {
    font-size: 20px;
    color: #591326;
    text-align: center;
    max-width: 1024px;
    margin: 40px auto 0;
    line-height: 1.8;
}

.green-text {
    color: #85C8AF;
    font-weight: bold;
}

.yellow-text {
    color: #F7AD00;
    font-weight: bold;
}
.philoab-img1{
    position: absolute;
    bottom: -300px;
    left: -150px;
}
.philoab-img2{
    position: absolute;
    bottom: -300px;
    right: -150px;
}
/* FEATUREセクションのスタイル */
.feature {
    background-image: url(../webp/tentenback.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.vec1{
    width: 235px;
    position: absolute;
    right: 5px;
    top: -100px
}
.vec2{
    width: 240px;
    position: absolute;
    left: -30px;
    top: -100px;
}
.vec3{
    width: 235px;
    position: absolute;
    right: 5px;
    bottom: -100px;
}

.feature-container {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
}

.feature h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/* ピックアップエリア */
.feature-pickup-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 64px;
}

.feature-pickup-box {
    width: calc(25% - 15px);
    text-align: center;
}

.feature-pickup-box:nth-child(even) {
    margin-top: 40px;
}

.feature-pickup-box img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 16px;
}

.feature-pickup-box p {
    margin: 0;
    line-height: 1.6;
}

/* カラーテキスト */
.red-text {
    color: #E36C54;
    font-weight: bold;
}

.green-text {
    color: #85C8AF;
    font-weight: bold;
}

.yellow-text {
    color: #F7AD00;
    font-weight: bold;
}

.feature-text {
    font-size: 16px;
    color: #591326;
}

/* 詳細エリア */
.feature-detail-container {
    width: 100%;
    margin: 64px auto 0;
}

.feature-detail-box {
    display: flex;
    align-items: flex-end;
    gap: 0px;
    margin-bottom: 80px;
    position: relative;
}
.feature-vecright{
    width: 235px;
    position: absolute;
    right: -50px;
    top: -50px
}
.feature-vecleft{
    width: 235px;
    position: absolute;
    left: -50px;
    top: -50px
}
.feature-ito1{
    position: absolute;
    bottom: -450px;
    left: -350px;
    width: 1400px;
}
.feature-ito2{
    position: absolute;
    bottom: -600px;
    right: -250px;
    width: 1700px;
}
.feature-ito3{
    position: absolute;
    bottom: -550px;
    right: -850px;
    width: 1200px;
}

.feature-detail-box.reverse {
    flex-direction: row-reverse;
}

.feature-detail-img {
    width: 55%;
    position: relative;
    z-index: 1;
}

.feature-detail-text {
    width: 45%;
    padding: 40px;
    background-color: #FFF9F5;
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
    
    margin-left: -50px;
    text-align: left;
}

.feature-detail-box.reverse .feature-detail-text{
    margin-left: 0;
    margin-right: -50px;
}

.feature-detail-text h3 {
    font-size: 24px;
    color: #591326;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.feature-detail-desc {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
    border-top: 1px solid #591326;
    padding-top: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .feature-pickup-box {
        width: calc(50% - 10px);
    }
    
    .feature-pickup-box:nth-child(even) {
        margin-top: 0;
    }
    
    .feature-pickup-box:nth-child(3),
    .feature-pickup-box:nth-child(4) {
        margin-top: 20px;
    }
}

@media (max-width: 834px) {
    .feature-container {
        width: 90%;
    }
    
    .feature-detail-box,
    .feature-detail-box.reverse {
        flex-direction: column;
    }
    
    .feature-detail-img,
    .feature-detail-text {
        width: 100%;
    }
    
    .feature-detail-text {
        margin-top: 0px;
        padding: 00px;
    }
    .feature-detail-text h3 {
        font-size: 24px;
        color: #591326;
        line-height: 1.4;
        margin: 0 20px;
        margin-bottom: 16px;
        padding-top: 20px;
    }
    
    .feature-detail-desc {
        font-size: 14px;
        color: #591326;
        line-height: 1.8;
        margin: 0;
        border-top: 1px solid #591326;
        padding-top: 16px;
        padding-bottom: 20px;
        margin: 0 20px;
    
    }
    .feature-detail-box.reverse .feature-detail-text {
        margin-left: 0;
        margin-right: 0px;
    }
}

/* レスポンシブ対応 */
@media (max-width: 834px) {
    .philosophy-content {
        grid-template-columns: 1fr;
    }
    
    .philosophy-container {
        width: 80%;
        padding: 30px;
    }
    
    .philosophy-message {
        font-size: 18px;
        padding: 0 20px;
    }
}

/*cta*/
.cta{
    background-image: url(../webp/cta-back.webp);
    background-size: cover;
    padding: 80px 0;

}
.cta-head{
    font-size: 48px;
    margin-top: 0px;
}
.cta-container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cta-head-left{
    width: 40%;
}
.cta-head-left img{
    width: 100%;
}
.cta-head-right{
    width: 50%;
}
.cta-banner-right img{
    width: 100%;
}

/* SNSセクションのスタイル */
.sns-section {
    background-image: url(../webp/header_bg.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.sns-container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.sns-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.sns-platform {
    margin-bottom: 80px;
}

.sns-header-image {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}



/* Instagramグリッド */
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.instagram-post {
    aspect-ratio: 1/1;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 100%;
    }
    
    .tiktok-embed,
    .instagram-grid {
        width: 100%;
    }
}

@media (max-width: 834px) {
    .sns-container {
        width: 90%;
    }
    
    .instagram-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);
    }
    
    .sns-header-image {
        width: 100% !important;
        max-width: 440px;
    }
}

/* 代表メッセージセクションのスタイル */
.message-section {
    background-image: url(../webp/message-back.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.message-container {
    background-image: url(../webp/header_bg.webp);
    border: 8px solid #EDA185;
    
    padding: 64px 40px;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}

.message-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.message-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.message-left {
    width: 45%;
}

.message-img {
    width: 100%;
    border-radius: 8px;
   
}

.message-right {
    width: 55%;
    text-align: left;
}

.message-copy {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.message-text {
    font-size: 16px;
    color: #591326;
    line-height: 2;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .message-content {
        flex-direction: column;
    }
    
    .message-left,
    .message-right {
        width: 100%;
    }
    
    .message-copy {
        max-width: 100%;
    }
}

@media (max-width: 834px) {
    .message-container {
        width: 80%;
        padding: 30px;
        max-width: unset;
       
    }
    .message-img {
        width: 70%;
        border-radius: 8px;
    }
    .message-text {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* 先生の声セクションのスタイル */
.voice-section {
    background-image: url(../webp/voice-back.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.voice-container {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
}

.voice-textcontainer{
    display: flex;
    gap: 20px;
}

.voice-box {
    background-color: #FFFCF8;
    border-radius: 12px;
    padding: 40px;
    text-align: left;
}

.voice-box-head {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: center;
}
.voice-head-right{
    margin-left: 180px;
}
.voice-head-left{
    position: relative;
}


.voice-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -130px;
}

.voice-catch {
    font-size: 32px;
    color: #E36C54;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px dotted #E36C54;
}

.voice-info {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.voice-info-item {
    background-color: #591326;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 14px;
    margin-right: 5px;
}

.voice-info-value {
    color: #591326;
    font-size: 14px;
    margin-right: 15px;
}

.voice-textbox {
    background-color: #FFF1E9;
    padding: 24px;
    border-radius: 8px;
    
}

.voice-question {
    font-size: 20px;
    color: #591326;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px dotted #591326;
}

.voice-answer {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 10px 0 0 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .voice-container {
        width: 90%;
    }
}

@media (max-width: 834px) {
    
    .voice-box {
        
        padding-top: 80px;
        text-align: left;
    }
    .voice-head-left{
        width: 100%;
    }
    .voice-box-head {
        flex-direction: column;
        text-align: center;
    }
    
    .voice-catch {
        font-size: 32px;
        text-align: center;
    }
    
    .voice-info {
        justify-content: center;
    }
    .voice-textcontainer {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .voice-head-right {
        margin-left: 0px;
    }
    .voice-container {
        width: 90%;
        max-width: 1024px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 160px;
        margin-top: 160px;
    }
    .voice-icon {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: -180px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .voice-box {
        padding: 30px 20px;
    }
    
    .voice-icon {
        width: 120px;
        height: 120px;
    }
    
    .voice-catch {
        font-size: 20px;
    }
    
    .voice-question {
        font-size: 18px;
    }
}

.parents-voice{
    background-image: url(../webp/tentenback.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}
.parents-img{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.parents-img img{
    width: 100%;
}

/* 園見学についてセクションのスタイル */
.tour-section {
    background-image: url(../webp/tour-back.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.tour-container {
    background-color: white;
    border: 24px solid #B69061;
   
    padding: 48px;
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.tour-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.tour-main-copy {
    font-size: 32px;
    font-weight: bold;
    color: #68C4A2;
    margin: 0 auto 40px;
    
    border-bottom: 12px solid #FFFF00;
    display: inline-block;
}

.tour-detail-container {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px dotted #85C8AF;
    align-items: center;
}

.tour-detail-left,
.tour-detail-right {
    width: 50%;
}

.tour-detail-img {
    width: 100%;
    border-radius: 8px;
}

.tour-copy-img {
    width: 100%;
    
}

.tour-detail-text {
    font-size: 20px;
    color: #591326;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 16px;
}

.red-text {
    color: #E36C54;
}

.normal-text {
    color: #591326;
}

.tour-date {
    background-color: #E36C54;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 16px;
    width: 100%;
}

.tour-note {
    font-size: 12px;
    color: #591326;
    margin: 0;
}

.tour-detail-more {
    display: flex;
    gap: 40px;
    
}

.tour-detail-morebox {
    width: 50%;
    text-align: center;
}

.tour-more-img {
    width: 100%;
    margin-bottom: 20px;
    
}

.tour-detail-morebox h3 {
    font-size: 24px;
    color: #591326;
    margin: 0 0 16px;
}

.tour-detail-morebox p {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
}

.tour-footer {
    margin-top: 40px;
}

.tour-footer-text {
    font-size: 32px;
    color: #591326;
    margin: 0 0 20px;
}

.tour-footer-copy {
    font-size: 32px;
    color: #591326;
    margin: 0 0 40px;
}

.tour-banners {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tour-banner {
    max-width: 500px;
    width: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .tour-container {
        
        padding: 40px;
        border-width: 16px;
    }
    
    .tour-detail-container {
        flex-direction: column;
    }
    
    .tour-detail-left,
    .tour-detail-right {
        width: 100%;
    }
}

@media (max-width: 834px) {
    .tour-date {
        background-color: #E36C54;
        color: white;
        padding: 12px 0;
        border-radius: 8px;
        display: inline-block;
        margin: 0 auto 15px;
        font-size: 24px;
        width: 100%;
    }
    .tour-note {
        font-size: 16px;
        color: #591326;
        margin: 0;
    }
    .tour-detail-more {
        flex-direction: column;
        gap: 30px;
    }
    
    .tour-detail-morebox {
        width: 100%;
    }
    
    .tour-footer-copy {
        font-size: 24px;
    }
    
    .tour-banners {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .tour-container {
        padding: 30px 20px;
        border-width: 12px;
    }
    
    .tour-main-copy {
        font-size: 24px;
    }
    
    .tour-detail-text {
        font-size: 15px;
    }
}

/* アクセス・園情報セクションのスタイル */
.access-section {
    background-image: url(../webp/tentenback.webp); /* いいところセクションと同じ背景 */
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.access-container {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.access-main-img {
    width: 60%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    
}

.access-box {
    background-color: #FFFCF8;
    border: 6px solid #FFEDE9;
    padding: 40px;
    text-align: left;
}

.access-box-head {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-bottom: 30px;
}

.access-number {
    font-size: 64px;
    color: #E36C54;
    line-height: 1;
}

.access-title h3 {
    font-size: 24px;
    color: #591326;
    margin: 0;
}

.access-area {
    font-size: 12px;
    color: #E36C54;
    margin: 5px 0 0;
}

.access-box-detail {
    display: flex;
    gap: 40px;
}

.access-detail-left,
.access-detail-right {
    width: 50%;
}

.access-detail-img {
    width: 100%;
    
}

.access-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.access-tag {
    font-size: 12px;
    padding: 5px 10px;
   
}

/* 年齢タグ */
.age0 {
    border: 1px solid #FFDFD3;
    background-color: white;
    color: #591326;
}

.age1 {
    background-color: #FFDFD3;
    color: #591326;
}

.age2 {
    background-color: #EDA185;
    color: white;
}

.age3 {
    background-color: #E36C54;
    color: white;
}

/* タイプタグ */
.corporate {
    background-color: #88C57A;
    color: white;
}

.activity {
    background-color: #41C2E0;
    color: white;
}

.type {
    background-color: #85C8AF;
    color: white;
}

.access-description {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 0 0 20px;
}

.access-address {
    font-size: 14px;
    color: #591326;
    line-height: 1.8;
    margin: 0 0 30px;
}

.access-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-image: url(../webp/button-back.webp);
    background-size: cover;
    color: white;
    padding: 16px 64px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

.access-arrow {
    width: 16px;
    height: 16px;
}
.syanaihou-container{
	width: 1000px;
	margin: 0 auto;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .access-container {
        width: 90%;
    }
}

@media (max-width: 834px) {
    .access-main-img {
        width: 80%;
    }
    
    .access-box-detail {
        flex-direction: column;
    }
    
    .access-detail-left,
    .access-detail-right {
        width: 100%;
    }
    
    .access-button {
        padding: 12px 40px;
    }
	.syanaihou-container{
	width: 80%;
	
}
}

@media (max-width: 480px) {
	
	.tour-detail-morebox p {
		text-align: left;
    font-size: 14px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
}
	.syanaihou-container{
	width: 90%;
	
}
    .access-box {
        padding: 30px 20px;
    }
    
    .access-box-head {
        
        align-items: flex-start;
    }
    
    .access-number {
        font-size: 36px;
    }
    
    .access-title h3 {
        font-size: 20px;
    }
    .access-box-detail {
    gap: 20px;
    }

}

/* 採用の流れセクションのスタイル */
.flow-section {
    background-image: url(../webp/header_bg.webp); /* 理念セクションと同じ背景 */
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.flow-container {
    width: 70%;
    max-width: 1024px;
    margin: 0 auto;
}

.flow-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.flow-contents {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.flow-content {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    padding-top: 48px;
    flex: 1;
    text-align: center;
    position: relative;
    height: fit-content;
}

.flow-number {
    width: 60px;
    margin-bottom: 20px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.flow-eyecatch {
    width: 225px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.flow-content h3 {
    font-size: 24px;
    color: #591326;
    margin: 0 0 20px;
}

.flow-description {
    font-size: 14px;
    color: #591326;
    line-height: 1.8;
    padding-top: 15px;
    border-top: 2px dotted #591326;
    margin: 0 0 20px;
    text-align: left;
}

.flow-note {
    font-size: 12px;
    color: #E36C54;
    line-height: 1.6;
    margin: 20px 0 0;
    text-align: left;
}

.flow-motimono {
    background-color: #F4F4F4;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.motimono-title {
    font-size: 16px;
    color: #E36C54;
    margin: 0;
    min-width: 60px;
}

.motimono-list {
    font-size: 12px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

.flow-footer-text {
    font-size: 32px;
    color: #591326;
    margin: 0 auto 30px;
    
    border-bottom: 12px solid #F7AD00;
    display: inline-block;
    font-weight: bold;
}

.flow-banner {
    width: 100%;
    max-width: 800px;
    
    transition: transform 0.3s;
}

.flow-banner:hover {
    transform: translateY(-5px);
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .flow-container {
        width: 80%;
    }
    
    .flow-contents {
        flex-wrap: wrap;
    }
    
    .flow-content {
        flex: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 834px) {
    .flow-container {
        width: 90%;
    }
    
    .flow-motimono {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .flow-footer-text {
        font-size: 24px;
        border-bottom-width: 8px;
    }
}

@media (max-width: 480px) {
    .flow-eyecatch {
        width: 60%;
        height: auto;
    }
    
    .flow-content h3 {
        font-size: 20px;
    }
    
    .flow-footer-text {
        font-size: 20px;
    }
    .flow-contents {
        margin-bottom: 20px;
    }
}

.section-img{
    width: 100%;
}

/* 募集要項セクションのスタイル */
.detail-section {
    background-image: url(../webp/tentenback.webp);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}

.detail-container {
    width: 70%;
    max-width: 920px;
    margin: 0 auto;
    border: 1px solid #FFE8E3;
}

.detail-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.detail-item {
    display: flex;
}

.detail-left {
    width: 30%;
    background-color: #EDA185;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-left: 1px solid #FFE8E3;
    border-bottom: 1px solid #FFE8E3;
}

.detail-title {
    color: white;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.detail-right {
    width: 70%;
    background-color: white;
    padding: 32px 64px;
    text-align: left;
    border-bottom: 1px solid #FFE8E3;
}

.detail-content {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .detail-container {
        width: 80%;
    }
    
    .detail-right {
        padding: 0px;
    }
}

@media (max-width: 834px) {


    .detail-container {
        width: 90%;
    }
    
    .detail-item {
        flex-direction: column;
    }
    
    .detail-left,
    .detail-right {
        width: 100%;
    }
    
    .detail-left {
        padding: 15px 0;
    }
    
    .detail-title {
        font-size: 18px;
    }
    
    .detail-content {
        font-size: 15px;
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .detail-right {
        padding: 20px;
    }
    
    .detail-title {
        font-size: 16px;
    }
    
    .detail-content {
        font-size: 14px;
    }
}

/* 先生の1日の流れセクションのスタイル（時間線接続版） */
.sch-vec1{
    position: absolute;
    width: 250px;
    bottom: -50px;
    left: -80px;
    z-index: -1;
}
.sch-vec2{
    position: absolute;
    width: 250px;
    bottom: -20px;
    right: -80px;
    z-index: -1;
}
.sch-icon1{
    position: absolute;
    width: 45px;
    top: -30px;
    right: -30px;
    z-index: -1;
}
.sch-icon2{
    position: absolute;
    width: 160px;
    top: -30px;
    right: -200px;
    z-index: -1;
}
.sch-icon3{
    position: absolute;
    width: 324px;
    top: -270px;
    right: 80px;
    z-index: -1;
}
.sch-icon4{
    position: absolute;
    width: 200px;
    top: -200px;
    right: -50px;
    z-index: -1;
}
.sch-icon5{
    position: absolute;
    width: 300px;
    bottom: -140px;
    left: -300px;
    z-index: -1;
}
.sch-icon6{
    position: absolute;
    width: 60px;
    bottom: -100px;
    right: -80px;
    z-index: -1;
}
.goal{
    width: 100px;
    position: absolute;
    top: 0px;
    right: -70px;
}
.start{
    width: 100px;
    position: absolute;
    top: 0px;
    left: -70px;
}
.kyuukei {
    position: absolute;
    width: 130px;
    top: -30px;
    left: -100px;
}

.schedule-section {
    background-image: url(../webp/header_bg.webp);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.schedule-container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.schedule-section h2 {
    color: #591326;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.red-text {
    color: #E36C54;
}

.schedule-intro {
    font-size: 16px;
    color: #591326;
    line-height: 1.8;
    margin: 0 auto 60px;
    max-width: 900px;
	text-align: left;
}

.schedule-flow {
    position: relative;
}

.timeline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 60px;
    gap: 30px;
}

.time-item {
    width: 31%;
    position: relative;
}

.time-item.center {
    width: 31%;
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 10px;
    margin-top: -110px;
}

.time-card {
    position: relative;
    z-index: 2;
}
.time-item:nth-child(3) {
    margin-top: 120px;
 
}
.time-item:nth-child(5) {
    margin-top: -120px;
}

.schedule-title {
    font-size: 16px;
    color: #E36C54;
    margin: 0 0 32px;
    text-align: center;
	
}
#orange{
    color: #F7AD00;
}
#green{
    color: #85C8AF;
}
#blue{
    color: #44B7CB;
}
#pink{
    color: #EDA185;
}


.schedule-time {
    background-color: #E36C54;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    padding: 2px 20px;
    display: inline-block;
    margin: 0 auto 15px;
    margin-bottom: 0px;
    text-align: center;
    width: fit-content;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 43px;
}
#orange-back{
    background-color: #F7AD00;
}
#green-back{
    background-color: #85C8AF;
}
#blue-back{
    background-color: #44B7CB;
}
#pink-back{
    background-color: #EDA185;
}

.schedule-image {
    border: 3px solid #E36C54;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 180px;
    position: relative;
}

#orange-border{
    border-color: #F7AD00;
}
#green-border{
    border-color: #85C8AF;
}
#blue-border{
    border-color: #44B7CB;
}
#pink-border{
    border-color: #EDA185;
}

.schedule-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.schedule-bubble p {
    font-size: 14px;
    color: #591326;
    line-height: 1.8;
    margin: 0;
	font-weight: bold;
}
/* 吹き出しスタイルの修正 */
.schedule-bubble {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: -40px; /* 三角形のスペース確保 */
    
}

/* 吹き出しの三角形 */
.schedule-bubble::before {
    content: '';
    position: absolute;
    top: -10px; /* 吹き出し上部からはみ出す */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff; /* 吹き出しと同じ色 */
}

/* 画像との位置調整 */
.schedule-image {
    margin-bottom: 5px; /* 吹き出しの三角形と重ならないように調整 */
}





/* 接続線 */
.time-item:not(.last)::after {
    content: '';
    position: absolute;
    background-color: #FFDDD0;
    z-index: 2;
}

.time-item:nth-child(1)::after,
.time-item:nth-child(2)::after,
.time-item:nth-child(3)::after {
    width: calc(100% + 3%);
    height: 30px;
    top: 140px;
    left: 50%;
    z-index: 0;
}
.time-item:nth-child(2)::after {
   transform: rotate(30deg);
    left: 70%;
    top: 150px;
    width: 70%;
}

.time-item:nth-child(3)::after {
    width: 0%;
    left: 75%;
}

.time-item.center::after {
    width: 30px;
    height: 1000px;
    top: -360px;
    left: 50%;
    transform: rotate(55deg);
    z-index: 0;
}

.time-item:nth-child(5)::after,
.time-item:nth-child(6)::after {
    width: calc(100% + 3%);
    height: 30px;
    top: 150px;
    left: 50%;
    z-index: 0;
}
.time-item:nth-child(5)::after{
    transform: rotate(30deg);
    width: 50%;
    left: 75%;
}
.contact-banner-container{
	display: flex;
	width: 75%;
	margin: 0 auto;
	justify-content: center;
	gap: 40px;
}


/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .time-item,
    .time-item.center {
        width: 45%;
        margin: 0 2.5% 60px;
    }
    
    .timeline-line {
        display: none;
    }
    
    .time-item::before,
    .time-item::after {
        display: none;
    }
}

@media (max-width: 834px) {
	.contact-banner-container{
	gap: 20px;
flex-direction: column;
}
    .schedule-time {
        background-color: #E36C54;
        color: white;
        font-size: 32px;
        border-radius: 30px;
        padding: 2px 20px;
        display: inline-block;
        margin: 0 auto 15px;
        margin-bottom: 0px;
        text-align: center;
        width: fit-content;
        z-index: 2;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 68px;
    }
    .schedule-title {
        font-size: 32px;
        color: #E36C54;
        margin: 0 0 48px;
        text-align: center;
    }
    .kyuukei {
        position: absolute;
        width: 170px;
        top: -120px;
        right: -100px;
    }
    .schedule-bubble p {
        font-size: 24px;
        color: #591326;
        line-height: 1.8;
        margin: 0;
    }
    .schedule-image {
        border: 3px solid #E36C54;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 15px;
        height: 360px;
        position: relative;
    }
    .schedule-container {
        width: 90%;
    }
    
    .time-item,
    .time-item.center {
        width: 80%;
        max-width: unset;
        margin: 0 auto 60px;
    }
    .sch-icon2 {
        position: absolute;
        width: 160px;
        top: -100px;
        right: -50px;
        z-index: -1;
    }
    .sch-icon3 {
        position: absolute;
        width: 250px;
        top: -160px;
        right: -100px;
        z-index: -1;
    }
    .sch-icon4 {
        position: absolute;
        width: 150px;
                top: 225px;
        right: -50px;
        z-index: -1;
    }
    .sch-icon5 {
        position: absolute;
        width: 324px;
        bottom: -800px;
        left: -200px;
        z-index: -1;
    }
    .time-item:nth-child(5) {
        margin-top: 0;
    }
    .time-item:nth-child(3) {
        margin-top: 0px;
    }
    .tour-banner-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .schedule-title {
        font-size: 16px;
    }
    
    .schedule-time {
        font-size: 18px;
    }
    
    .schedule-bubble p {
        font-size: 13px;
    }
    
    .schedule-image {
        height: 200px;
    }
    .time-item, .time-item.center {
        width: 100%;
        max-width: unset;
        margin: 0 auto 60px;
    }
    .start {
        width: 80px;
        position: absolute;
        top: 0px;
        left: -10px;
    }
    .schedule-title {
        background-color: unset;
        margin: 0 0 32px;
        text-align: center;
    }
    .schedule-time {
       
        top: 42px;
    }
    .sch-icon2 {
        position: absolute;
        width: 100px;
        top: -50px;
        right: -20px;
        z-index: -1;
    }
    .sch-icon3 {
        display: none;
    }
    .sch-icon4 {
        display: none;
        position: absolute;
    }
    .time-item, .time-item.center {
        width: 100%;
        max-width: unset;
        margin: 0 auto 40px;
    }
    .kyuukei {
        display: none;
    }
    .timeline-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        padding-bottom: 00px;
        gap: 0px;
    }
    .goal {
        width: 80px;
        position: absolute;
        top: 0px;
        right: -30px;
    }
    .time-item.center::after {
        width: 30px;
        height: 2100px;
        top: -900px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(00deg);
        z-index: 0;
        display: block;
    }
    .time-item:not(.last)::after {
        content: '';
        position: absolute;
        background-color: #fff0ed;
        z-index: 0;
    }
}

.contact-banner-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* タブレット */
@media (max-width: 834px) {
    .fv-moyou1 {
        position: absolute;
        z-index: -1;
        top: -400px;
        right: -400px;
        width: 800px;
    }
    .fv-moyou2 {
        position: absolute;
        z-index: -1;
        bottom: -700px;
        right: -200px;
        width: 800px;
    }
    
    .fv {
        text-align: center;
        width: 100%;
        margin-top: 0px;
        position: relative;
        z-index: 1;
        text-align: center;
        display: flex
    ;
        flex-direction: column;
    }
    .fv_copy {
        top: -50px;
        
        width: 50%;
    }
    .fv_img {
        width: 90%;
        z-index: 0;
        max-width: 1300px;
        margin: 0 auto;
    }
    .header-banner-wrap {
        position: unset;
        flex-direction: column-reverse;
        bottom: 0;
        width: 95%;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        align-items: flex-end;
        margin-bottom: 40px;
    }
    .banner-left {
       display: flex;
       justify-content: space-between;
       
       width: 100%;
       margin: 0 auto;
       gap: 24px;
       padding: 0;
       margin-top: 20px;
    }
    .banner-right {
        max-width: unset;
        width: 90%;
        padding: 0;
        margin: 0 auto;
        padding-left: 0px;
        margin-top: 8px;
    }
    .scroll {
        display: none;
    }
    .about-container .about-img3 {
        display: none;
    }
    .about-container .about-img4 {
        display: none;
    }
    .about-text {
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    .about-container {
        background-image: url(../webp/about-line.webp);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        max-width: 1024px;
        width: 90%;
        margin: 0 auto;
    }
    .philosophy-message {
        width: 88%;
        margin: 0 auto;
        font-size: 14px;
        margin-top: 40px;
		text-align: left;
    }
    .philoab-img2 {
     display: none;

    }
    .philoab-img1 {
        display: none;
           
       }
}




/* スマホ */
@media (max-width: 480px) {
	.fv {
        text-align: center;
        width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 1;
        text-align: center;
        display: flex
    ;
        flex-direction: column;
    }
    .about iframe {
        width: 90%;
        height: 250px;
    }
    .about-container {
        background-image: url(../webp/about-line.webp);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
    }
    .menu {
        background-color: #85C8AF;
        height: 70px;
        width: 70px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 0px 12px;
    }
    
    .detail-right {
        padding: 00px;
    }
    .banner-left {
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
        gap: 12px;
    }
    
    .fv-moyou1{
        position: absolute;
        z-index: -1;
        top: -200px;
        right: -200px;
        width: 400px;
    
    }
    .fv-moyou2{
        position: absolute;
        z-index: -1;
        bottom: -350px;
        right: -100px;
        width: 300px;
    
    }
    .fv-moyou3{
        position: absolute;
        z-index: -1;
        top: 50px;
        left: -100px;
        width: 300px;
    
    }
    .header-banner-wrap {
        position: unset;
        flex-direction: column-reverse;
        bottom: 0;
        width: 95%;
        display: flex
;
gap: 12px;
        justify-content: space-between;
        z-index: 1;
        align-items: flex-end;
        margin-top: 20px;
    }
    .banner-left img {
        width: 100%;
        filter: unset;
    }
    .logo img {
        height: 70px;
        margin-top: 8px;
        margin-left: 8px;
    }
    .fv_copy {
        top: -30px;
        width: 70%;
    }
    .fv_img {
        width: 95%;
        z-index: 0;
        max-width: 1300px;
        margin: 0 auto;
    }
    .about h2 {
        color: #591326;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 24px;
    }
    .about-text{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .about-container img {
        position: absolute;
        max-width: 300px;
        width: 30%;
    }
    .philosophy-img {
        display: none;
    }
    .philosophy-item img {
        width: 100px;
        flex-shrink: 0;
    }
    .philosophy-container {
        width: 80%;
        padding: 20px;
    }
    .philosophy-item {
        display: flex;
        flex-direction: column;
    }
    .en-title {
        margin-top: 40px;
        border-bottom: 2px dotted #E36C54;
        display: inline-block;
        margin-bottom: 14px;
    }
    .about-container .about-img1 {
        left: 4px;
        top: -50px;
    }
    .about-container .about-img2 {
        right: 4px;
        top: -50px;
    }
    .philosophy {
        background-image: url(../webp/header_bg.webp);
        background-size: cover;
        padding: 40px 0;
        text-align: center;
    }
    .vec1 {
        width: 200px;
        position: absolute;
        right: -100px;
        top: -150px;
    }
    .vec2 {
        width: 200px;
        position: absolute;
        left: -100px;
        top: -30px;
    }
    .cta-container {
       flex-direction: column;
       width: 90%;
    }
    .cta-head-left {
        width: 100%;
        text-align: center;
    }
    .cta-head-right {
        width: 100%;
		
    }
	
    .cta-head {
        font-size: 40px;
        margin-top: 0px;
    }
    .sns-header-image {
        width: 80% !important;
        max-width: 440px;
    }
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .message-container {
        width: 80%;
        padding: 16px;
        max-width: unset;
    }
    .voice-icon {
       
        top: -90px;
        
    }
    .voice-container {
        gap: 120px;
        margin-top: 80px;
		width: 95%;
    }
	.voice-answer {
    font-size: 14px;
    color: #591326;
    line-height: 1.8;
    margin: 10px 0 0 0;
}
    .voice-info-value {
        color: #591326;
        font-size: 12px;
        margin-right: 10px;
    }
    .voice-info-item {
        
        font-size: 12px;
        margin-right: 5px;
    }
    .parents-img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .parents-voice {
        background-image: url(../webp/tentenback.webp);
        background-size: contain;
        padding: 40px 0;
        text-align: center;
    }
    .tour-section {
       padding-top: 20px;
        text-align: center;
    }
    .tour-detail-img {
        width: 80%;
        border-radius: 8px;
    }
    .tour-main-copy {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .tour-date {
        
        font-size: 18px;
        width: 100%;
    }
    .tour-detail-morebox h3 {
        font-size: 20px;
        color: #591326;
        margin: 0 0 16px;
    }
    .tour-footer-text {
        font-size: 24px;
        color: #591326;
        margin: 0 0 20px;
    }
    .tour-footer-copy {
        font-size: 20px;
    }
    .tour-banners {
        width: 90%;
        margin: 0 auto;
    }
    .access-main-img {
        width: 100%;
        margin-top: 40px;
    margin-bottom: 00px;
    }
    .flow-section {
       padding-top: 20px;
    }
    .feature-detail-text h3 {
        font-size: 20px;
        
    }
}

/* CSS */
.menu {
    background-color: #85C8AF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 12px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-image: url(../webp/header_bg.webp);
        background-size: cover;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
}

.menu-overlay.active {
    right: 0;
}

.menu-content {
    padding: 60px 30px;
    position: relative;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #591326;
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu-link {
    font-size: 20px;
    color: #e36c54;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #e36c54;
    font-weight: bold;
}

.menu-banners {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.menu-banner img {
    width: 100%;
    
    transition: transform 0.3s;
}

.menu-banner:hover img {
    transform: translateY(-3px);
}

/* 背景オーバーレイ */
.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
    .menu-overlay {
        width: 90%;
    }
    
    .menu-link {
        font-size: 18px;
    }
}

/* フッタースタイル */
.footer-section {
    background-color: #FFF1E9;
    padding: 80px 0 24px;
    position: relative;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* ページトップボタン */
.page-top-button {
    position: absolute;
    top: -110px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: white;
    border: 2px solid #FFEDE9;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-top-button:hover {
    transform: translateY(-5px);
    background-color: #FFF9F5;
}

/* HPリンク */
.footer-link {
    margin: 0 auto 30px;
    text-align: center;
}

.hp-link-img {
    width: 440px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.hp-link-img:hover {
    transform: scale(1.05);
}

/* コピーライト */
.copyright {
    font-size: 12px;
    color: #591326;
    margin: 0;
    text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .footer-section {
        padding: 60px 0 20px;
    }
    
    .page-top-button {
        width: 50px;
        height: 50px;
        top: -30px;
        right: 10px;
    }
    
    .hp-link-img {
        width: 80%;
    }
}


@media (max-width: 480px) {
    .footer-section {
        padding: 50px 0 16px;
    }
    
    .page-top-button {
        width: 40px;
        height: 40px;
        top: -25px;
    }
    
    .copyright {
        font-size: 10px;
    }
}

/* CSS */
.mobile-cta {
    display: none; /* デフォルト非表示 */
    position: fixed;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.cta-button {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.cta-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.cta-button:active .cta-img {
    transform: scale(0.98);
}

/* スマホのみ表示 */
@media (max-width: 767px) {
    .mobile-cta {
        display: flex;
    }
    
    /* コンテンツが隠れないように余白調整 */
    body {
        padding-bottom: 70px;
    }
}

/* iPadなど中型デバイスで表示しない場合 */
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-cta {
        display: none;
    }
}