			
.side-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  display: flex;
  border-top-left-radius: 40px;
  font-size: 14px;
  resize: horizontal;
  overflow: auto;
  transition: transform 0.3s;
  box-shadow: 0 0 32px rgba(9, 53, 94, 0.17);
  z-index: 1000;
}

.side-fixed::-webkit-resizer {
  background-image: url(../assets/lpimage/arrow.png);
  background-size: cover;
  background-position: center;
}
.side-fixed::-webkit-resizer:hover {
  display: none;
}

.side-fixed.is-hidden {
  transform: translateX(calc(100% - 88px));
}

.side-fixed-left {
  padding: 30px 0 30px;
  cursor: pointer;
  position: relative;
}

.side-fixed-left-set {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  border-right: solid 1px #CCC;
}

.side-fixed-left-icon {
  width: 20px;
  margin-bottom: 10px;
}

.side-fixed-left-text {
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: #38a1db;
  letter-spacing: 0.2em;
  font-weight: bold;
	margin-bottom: 10px;
}
.side-fixed-button {
  position: absolute;
  width: 100%;
  bottom: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  background: #38a1db;
  color: white;
	padding: 5px 0px;
}

.side-fixed-right {
  padding: 10px 20px 10px 30px;
}


.side-fixed-time {
  display: flex;
  padding: 0px 0px;
}

.side-fixed-time1 {
  margin-right: 20px;
}

.side-fixed-text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
}

.side-fixed-contact {
  display: flex;
}

.side-fixed-tel {
  color: red;
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}

.side-fixed-tel-image {
  width: 20px;
  margin-right: 8px;
}

.side-fixed-contact-btn {
  background-color: #38a1db;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  height: 35px;
  margin-left: 10px;
  border-radius: 24px;
	margin-top: 10px;
}


@media (max-width: 768px) {
.side-fixed
{
display: none;
}
}
		

	
	
	
        .wrapper {
            display: flex;
            align-items: flex-start;
        }

        .sidebartop {
            width: 300px;
            position: sticky;
            top: 0;
            left: 0;
			padding: 40px;
            height: 100vh;
            box-sizing: border-box;
            overflow-y: auto;
        }

		.sidebar {
            width: 300px;
            position: sticky;
            top: 0;
            left: 0;
			padding: 40px;
            height: 100vh;
            box-sizing: border-box;
            overflow-y: auto;
			border-right: 1px solid #EEE;
        }

        .sidebar .logo {
            margin-bottom: 0px;
			padding: 0px 20px;
        }

        .sidebar .menu {
            list-style: none;
            padding: 0;
        }

        .sidebar .menu li {
            margin: 2px 0;
        }

        .sidebar .menu a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            display: block;
            padding: 5px;
            transition: color 0.3s ease;
			width: 100%;
        }

        .sidebar .menu a.active {
            font-weight: bold;
            color: #007bff;
        }

        .sidebar .sidebar-cta {
            margin-top: 30px;
        }
        .sidebar .sidebar-ctatitle {
			font-weight: 700;
        }

        .sidebar .sidebar-ctatel {
			color: #D00; 
			font-size: 22px; 
			font-weight: 700;
		}

	.sidebar .sideinfo{
	font-size: 0.9em;
	color: #999;
	}


        /* メインコンテンツ */
        .main-content {
            flex: 1;
            padding: 0px 0px;
            width: calc(100% - 300px);
        }


        /* フッター */
        .footer {
            width: 100%;
            background-color: #f5f5f5;
            text-align: center;
/*
			display: flex;
            align-items: center;
            justify-content: center;
			*/
			padding: 50px;
            clear: both;
        }

        /* スムーズスクロール */
        html {
            scroll-behavior: smooth;
        }

        /* スマホ版レイアウト */
@media (max-width: 768px) {

	 .main-content {
            flex: 1;
            padding: 0px;
            width: 100%;
        }

			.wrapper {
                flex-direction: column;
            }

            .sidebar {
                display: none;
            }

        }
		








.mainvisu {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.1%;
  --overlay-top: 10%;
  --overlay-top-sp: 7%;
	 min-height: 80vh; /*  これを追加 */
}

/*  左右レイアウトバランス修正 */
.mainvisu__stage {
  width: 65%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 80vh;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px 0 0 0; /*  角丸OK */
}

/*  Safari対策: inset省略で挙動安定 */
.mainvisu__photo {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 30px 0 0 0;
}
.mainvisu__photo.is-active { opacity: 1; }

.mainvisu__left {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: 5%;
  margin-top: var(--overlay-top);
  display: flex;
  flex-direction: column;
  gap: 2%;
}

/*  白枠 */
.mainvisu__box {
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 9% 5% 5% 0%;
  box-sizing: border-box;
  position: relative;
}

/*  青タグ位置微調整（Safariでずれないようrelative参照） */
.mainvisu__headline-tag {
  position: absolute;
  top: -1.5em;
  left: 5%;
  display: inline-block;
  background-color: #00a0c6;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  white-space: nowrap;
}

/*  PC・SP共通: 画像は常に親幅にフィット */
.mainvisu__title img {
  width: 100%;
  height: auto;
  display: block;
}

/*  アイコンの幅を制御（SP含む） */
.mainvisu__icon {
  width: 80%;
  height: auto;
  display: block;
  margin-top: 1rem;
}

/* ===== Responsive ===== */
@media screen and (max-width: 767px) {
  .mainvisu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainvisu__stage {
    position: relative;
    width: 100%;
    min-height: 45vh;
    order: 2;
    border-radius: 0;
  }
  .mainvisu__left {
    width: 100%;
    margin: var(--overlay-top-sp) auto 0;
    order: 1;
  }
  .mainvisu__box {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 5% 5%;
    margin-bottom: 15px;
  }
  .mainvisu__headline-tag {
    top: -1.2em;
    font-size: 0.9rem;
  }
  .mainvisu__icon {
    width: 90%;
    margin: 0 auto;
	  margin-bottom: 20px;
	  margin-top: -30px;
	  z-index: 9999;
  }
}
	







/* スライダーの基本スタイル */
.slider-container {
width: 100%;
overflow: hidden;
position: relative;
background-color: #FFF;
padding: 0px 0;
}

.slider-wrapper {
display: flex;
width: 200%; /* 2倍の幅を確保してループ */
animation: slide 10s linear infinite; /* 一定速度で無限ループ */
}

.slider-wrapper img {
width: auto;
height: 250px; /* 画像の高さを統一 */
margin: 0 10px;
}

@keyframes slide {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); } /* 半分の幅だけスライド */
}


@media screen and (max-width: 767px) {
.slider-wrapper {
animation: slide 4s linear infinite; /* 一定速度で無限ループ */
}
	
.slider-wrapper img {
width: auto;
height: 150px; /* 画像の高さを統一 */
margin: 0 10px;
}

}





.footer {
  width: 100%;
  background-color: #f7f7f7;
  color: #333;
  padding: 40px 20px 25px;
  box-sizing: border-box;
  text-align: center;
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* ロゴ */
.footer__logo img {
  width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* リンク */
.footer__links {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__links a {
  color: #333;
  font-size: 0.95rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer__links a:hover {
  opacity: 0.6;
}

/* コピーライト */
.footer__copy {
  font-size: 0.85rem;
  color: #777;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 15px;
  }
  .footer__links {
    gap: 15px;
  }
  .footer__copy {
    font-size: 0.8rem;
  }
}





	
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* アスペクト比16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}










/* CTAセクション */
.cta-section {
    text-align: center;
    padding: 50px 50px;
    background: #7db7c8;
    position: relative;
}

.cta-label {
    display: inline-block;
    background: #ff9800;
    color: white;
    padding: 8px 16px;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

/* 下矢印 */
.cta-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff9800;
    margin: -10px auto 15px;
}

/* タイトル */
.cta-title {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.cta-subtext {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 15px;
	color: #FFF;
}
.cta-subtext2 {
    font-size: 16px;
color: #FF0;
    margin-bottom: 15px;
font-weight: 700;
}
 
/* CTAボックス */
.cta-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    width: 30%;
    max-width: 30%;
}

.cta-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1d3a8a;
    margin-bottom: 15px;
}

.cta-icon {
    font-size: 40px;
    color: #1d3a8a;
    margin-bottom: 10px;
}

/* LINEのアイコンカラー */
.cta-icon.line {
    color: #06c755;
}

/* 電話 */
.cta-phone {
    font-size: 1.7rem;
    font-weight: bold;
}

.cta-phone a {
    text-decoration: none;
    color: #333;
	color: #FF0000 !important;
}

.cta-time {
    font-size: 14px;
    color: #666;
}

/* CTAボタン */
.cta-btn {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px; /* 角丸を大きく */
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
	box-sizing: border-box;
}

/* LINEボタン */
.cta-btn.line {
    background: #06c755;
    color: white;
}

/* お問い合わせボタン */
.cta-btn.form {
    background: #1d3a8a;
    color: white;
}

.cta-btn i {
    margin-left: 8px;
}


/* スマホ対応 */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: center;
    }
    .cta-title {
        font-size: 21px;
    }
	
	.cta-section {
    text-align: center;
    padding: 40px 20px;
    background: #7db7c8;
    position: relative;
}
	
.cta-label {
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}


	
.cta-box {
    background: white;
    padding: 20px;
	box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    width: 100%;
    max-width: 100%;
}
	
}





.ctaprice-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-sizing: border-box;
}

.ctaprice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 90%;
}

.ctaprice-label {
  background-color: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  white-space: nowrap;
}

.ctaprice-text {
  font-size: 22px;
  color: #222;
  text-align: center;
}

.ctaprice-text strong {
  color: #0066cc;
  font-size: 30px;
  font-weight: 700;
}

.ctaprice-text small {
  font-size: 13px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .ctaprice-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .ctaprice-text {
    font-size: 18px;
  }
  .ctaprice-text strong {
    font-size: 26px;
  }
  .ctaprice-text small {
    font-size: 11px;
  }
}







.fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 読み込み後フェードイン */
.fixed-bottom-bar.show {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールで隠す */
.fixed-bottom-bar.hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

/* 各ボタン共通 */
.fixed-bottom-bar a {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  margin: 0 4px;
  transition: opacity 0.2s;
}

.fixed-bottom-bar a:hover {
  opacity: 0.85;
}

.fixed-bottom-bar a i {
  font-size: 20px;
}

/* 各ボタンカラー */
.btn-tel   { background-color: #00A0C6; }   /* 水色 */
.btn-line  { background-color: #06C755; }   /* LINE緑 */
.btn-mail  { background-color: #FF9800; }   /* オレンジ */

/* PCでは非表示 */
@media (min-width: 769px) {
  .fixed-bottom-bar {
    display: none;
  }
}
