@charset "UTF-8";
body {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-style: normal;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  max-width: 100%;
}

li{
    list-style: none;
}

html { scroll-behavior: smooth;}
.orange{
    color: #ffb02a;
}
.red{
    color: #ff187c;
}
.blue{
    color: #00ace4;
}

/* HEADER */
header{
position: relative;
height: 75px;
}
.header__small{
    background-color: #4E4A45;
    color: #fff;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 3px;
    position: absolute;
    right: 55px;


}
.header__small a{
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}
nav{
    position: absolute;
    right: 68px;
    top: 38px;

}
nav ul{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
nav ul li{
    margin: 0 0 0 33px;
}
@media(max-width:1000px){
    header{
        display: none;
    }
}



/*=========================================
#hamburger
=========================================*/
.header__responsive{
    display: none;
        background: #4E4A45;
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
}
.hamburger {
    position: fixed;
    top: 28px;
    right: 56px;
    z-index: 150;
    width: 70px;
    height: 67px;
    cursor: pointer;
    
}

.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 135px;
    left: 0;
    z-index: 130;
    width: 100%;
     height: 100vh; 
    background-color: #E6E6E6;;
    transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    text-align: center;
    padding: 0 20px;
    background-color: #fff;
}

.drawer__list {
    display: flex;
    flex-direction: column;
}

.drawer__link {
    color: #000000;
}

.drawer__link__list{
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    display: block;
    padding: 31px 0;
    font-size: 27px;
    letter-spacing: 4px;
}

.drawer__btn__box{
    padding:  103px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button-2{
    display: inline-block;
    width: 500px;
    padding: 25px 0;
    font-size: 27px;
    background-color: #EBDBCC;
    text-align: center;
    align-items: center;
    margin: 0 auto;

}
.drawer__sns__box{
    display: flex;
    justify-content: center;
    font-size: 31px;
    padding: 52px 0 0 0;
    gap: 30px;
    align-items: center;
}

.drawer__sns__box img{
width: 40px;
}


.drawer__sns__box p{
    letter-spacing: 14px;
    }

.drawer__sns__box span{
    border: 1px solid;
    width: 40px;
    height: 1px;
}

.drawer__title{
    font-size: 40px;
    text-align: center;
    margin: -101px 0 34px 0;
    color: #fff;
    letter-spacing: 3px;
}




/* ===============================================
# 共通
=============================================== */
a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;

    shape-margin: .75rem;
}

/* 実際のプロジェクトではここのコメントを解除して、スマホ時のみ表示させます。 */
/* .sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
  .sp-none {
    display: none;
  }
} */
@media(max-width:1000px){
    .header__responsive{
        display: block;
    }
}

/* FV */
.fv{
    position: relative;
    padding: 0 0 26px 0;
}
.swiper{
    padding: 0 50px 0 14% !important;
    min-height: 470px;
}
.swiper-wrapper{
max-width: 1160px;
}
.swiper-pc{
    max-width: 1440px;
    margin: auto;
}
.swiper-sp{
    display: none;
}
.fv__title__responsive{
    text-align: center;
    padding: 50px 15px 28px 15px;
    background-color: #cbecfd;
    font-family: "Meiryo", sans-serif;
}
.fv__title__responsivee-small{
    font-size: 25px;
    letter-spacing: 5px;

      /* 吹き出しの背景 */
      background: #fff; /* 白い背景 */
      padding: 10px 30px; /* 吹き出し内の余白 */
      border-radius: 10px; /* 角を丸めて柔らかい印象に */
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); /* 立体感を与える影 */
      display: inline-block; /* テキスト幅に合わせた表示 */
      margin: -13px 0 0 7%; /*吹き出し位置調整*/
}
.fv__title__responsivee-small::after {
    content: "";
    position: absolute;
    bottom: 67px;
    left: 89%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 0px;
    border-color: #fff transparent transparent transparent;
}
.fv__title__responsive h1{
        font-size: 66px;
    line-height: 1.2;
    position: relative;
    letter-spacing: 3px;
    font-weight: 900;
    text-shadow    : 
    3px  3px 2px #ffffff,
    -3px  3px 2px #ffffff,
     3px -3px 2px #ffffff,
    -3px -3px 2px #ffffff,
     3px  0px 2px #ffffff,
     0px  3px 2px #ffffff,
    -3px  0px 2px #ffffff,
     0px -3px 2px #ffffff; /* 文字の影 */
}
.fv__title__responsivee-place{
    text-align: right;
    font-size: 18px;
    position: absolute;
    bottom: -17px;
    right: 20%;
}
.fv__title__responsive-day{
    font-size: 48px;
    font-weight: 900;
}
.fv__title__responsive-day span{
    font-size: 26px;
    font-weight: 900;
}
@media(max-width:1000px){

    .swiper-sp{
        display: block;
        margin: 127px 0 86px 0;
        position: relative !important;
    }
    .swiper-pc{
        display: none;
    }
    .swiper{
        padding: 0 !important;

    }
    .fv__text__box{
        display: none;
    }
    .junp__btn{
        display: inline-block;
    position: fixed;
    top: 1115px !important;
    right: 17px !important;
    z-index: 10;
    }
    .junp__btn img{
        width: 95px;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        right: 0 !important;
      }
      .fv__allow__img{
        display: none !important;
      }
      .header__title{
        text-align: center;
    font-size: 40px;
    color: #fff;
    padding: 34px 0;
    letter-spacing: 3px;
    }
}
@media(max-width:830px){
    .hamburger {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 150;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .drawer__title {
        font-size: 20px;
        margin: -115px 0 23px 0;
        color: #fff;
        letter-spacing: 1px;
    }
    .drawer__link__list {
        padding: 25px 0;
        font-size: 16px;
        letter-spacing: 1.7px;
    }
    .drawer__sns__box {
        display: flex;
        justify-content: center;
        font-size: 31px;
        padding: 52px 0 0 0;
        gap: 15px;
    }
    .drawer__sns__box p{
        font-size: 12px;
    }
    .drawer__btn__box {
        padding: 40px 0 0 0;
        gap: 7px;
    }
    .drawer__sns__box span {
        width: 20px;
    }
    .drawer__sns__box img {
        width: 25px;
        margin: -11px 0 0;
    }
    .button-2 {
        width: 300px;
        padding: 20px 0;
        font-size: 16px;
    }
    .header__responsive{
        height: 70px;
    }
    .header__title{
        text-align: center;
        font-size: 20px;
        color: #fff;
        padding: 20px 0;
        letter-spacing: 1px;
    }
    .swiper-sp {
        margin: 70px 0 86px 0;
    }
    .fv__title__responsivee-small {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 5px 10px;
        margin: 0;
        position: relative;
        line-height: 1.4;
    }
    .fv__title__responsive h1 {
        font-size: 25px;
        letter-spacing: 1.7px;
        line-height: 1.5;
    }
    .fv__title__responsivee-small::after {
        content: "";
        position: absolute;
        bottom: -13px;
        left: 84%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 21px 7px 0px;
        border-color: #fff transparent transparent transparent;
    }
    .fv__title__responsivee-place {
        font-size: 14px;
        right: 30%;
    }
    .fv__title__responsive-day {
        font-size: 25px;
        margin: 15px 0 -15px;
        letter-spacing: -1.5px;
    }
    .fv__title__responsive-day span {
        font-size: 14px;
        font-weight: 100;
    }
    .swiper {
        min-height: auto;
    }
    .fv {
        padding: 0;
    }
    .junp__btn {
        top: 600px !important;
        right: 17px !important;
    }
    .junp__btn img{
        width: 45px;
    }
    }

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #999999 !important;
  height: 6px !important;
  width: 6px !important;
  opacity: 1 !important;
  margin: 0 15px !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
    border: #999999 solid 2px;
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination {
    width: initial !important;
    right: -62% !important;
    bottom: 5% !important;
  }
.fv__text__box{
    z-index: 100;
    margin: -390px 0 0 -104px;
    position: inherit;
}
@media(max-width:1200px){
    .fv__text__box{
        margin: -350px 0 0 -104px;
    }
}
.fv__small__title {

    margin: -13px 0 0 10%; /*吹き出し位置調整*/
}

/* 吹き出しの三角部分 */
.fv__small__title::after {
    content: ""; /* 空のコンテンツを使って三角形を作成 */
    position: absolute;
    bottom: -10px; /* 吹き出しの下に配置 */
    left: 90%; /* 左右中央揃え */
    transform: translateX(-50%); /* 中央寄せ */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 0px;/*三角形を形成*/
    border-color: #fff transparent transparent transparent; /* 三角形の色（白） */
}
.fv__title {
    background-image: url(../image/fv__title-bg.png);
    background-position-x: -5px;
    background-position-y: -5px;
}
.fv__title-span{
    letter-spacing: 0px;
}
.fv__title-day{
font-size: 26px;
letter-spacing: -1px;
margin: 0 0 0 -27px;
}

.fv__snsbox {
    width:fit-content;
    transform:rotate(90deg);
    font-size: 10px;
    letter-spacing: 1px;
    z-index: 500;
}
.fv__snsbox a{
    display: flex;
    color: #000000;
    font-size: 10px;
    letter-spacing: 1px;
}
.fv__snsbox img{
width: 20px;
transform:rotate(-90deg);
margin: 0px 10px 0 0
}

.fv__snsbox-1{
    position: absolute;
    right: -16px;
    top: 103px;
}
.fv__text {
    line-height: 1.8;
    letter-spacing: 1.7px;
    font-size: 13px;
    font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
      
    color: #333;
    text-align: justify;
    background-image: url(../image/fv_text-bg.png);
    margin: 11px 0 0 -7px;
    padding: 5px 0 5px 22px;
    /* 文字の太さを指定 */
    font-weight: 600; /* 通常より太いが極太ではない */
    
    /* ドロップシャドウを調整 */
    /*text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.9), /* 白を強調 */
                /* -1px -1px 2px rgba(255, 255, 255, 0.8); /* 方向の違う白い影 */ 
}
.fv__snsbox-2{
    position: absolute;
    right: -12px;
    top: 218px;
}
.fv__allow__img{
    margin: 30px auto 0 auto;
    display: table;
}
@media(max-width:1000px){
    .fv__snsbox__wrapper{
        display: none;
    }
}
.junp__btn{
    display: inline-block;
    position: fixed;
    top: 613px;
    right: 73px;
    z-index: 10;
}

/* SECTION */
.section-1{
    position: relative;
}
.section-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.space{
    background-color: #F2E9E3;
    height: 120px;
}
.space__responsive,.bg__responsive-1{
    display: none;
}
.bg__responsive-1{
    margin: 61px 0 0 0;
}
.space__responsive{
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 2.6;
    text-align: center;
    background-color: #F2E9E3;
    padding: 39px 0 62px;
    height: 362px;

}
.space p{
    display: block;
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 2.5;
}
.section__wrapper{
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 24px 0;
}
.space img{
    margin: 117px 0 0 0;
}
.section__title{
    text-align: center;
    padding: 102px 0 0 0;
}
.section__title span{
    font-size: 21px;
    letter-spacing: 2px;
}
.section__title h2{
    font-size: 49px;
    letter-spacing: 0.7px;
    line-height: 1.4;
    background: linear-gradient(transparent 64%, #F2E9E3 0%);
    display: table;
    margin: 8px auto 9px auto;
}
.section__title__day{
    font-size: 48px;
    font-weight: lighter;
    line-height: 1;
    letter-spacing: 0.7px;
}
.section__title img{
    margin: 36px auto 0 auto;
}
.section__text__box{
    font-size: 26px;
    padding: 27px 0 0 0;
    letter-spacing: 2.8px;
}
.section__text__responsive{
    display: none;
}
.section__text__box__list{
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding: 18px 0 34px 0;
    line-height: 1.7;
    letter-spacing: 3px;
}
.section__text__box__list li{
    position: relative;
    padding-left: 45px;
}
.section__text__box__list li::before{
    content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
}
.present{
    margin: 68px 0 60px 0;
}
.button{
    width: 242px;
    display: inline-block;
    padding: 10px 0;
    background-color: #F2E9E3;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 120px 0;
}
.section__image__wrapper{
    display: flex;
    flex-direction: column;
    gap: 140px;
    padding: 0 0 88px 0;
    z-index: 5;
    position: sticky;
}
.section__photo{
    height: 387px;
    width: 760px;
    border-radius: 30px;
    object-fit: cover;
}
.section__image{
    position: relative;
    width: 760px;
    height: 387px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.section__image-right{
    margin: 0 0 0 19%;
}
.section__image-left{
    margin: 0 0 0 6%;
}
.section__image-right-2{
    margin: 0 0 0 19%;

}
.section__image-right-span{
    position: absolute;
    top: -54px;
    right: 26px;
    z-index: 1;
}
.section__image-left-span{
    top: -59px;
    position: absolute;
    left: 34px;
    z-index: 1;
}
.section__image__text{
    background: #fff;
    opacity: 0.7;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 1.7px;
    border-bottom: 1px solid;
}
.section__image-right__text{
    bottom: 42px;
    left: -79px;
    position: absolute;
}
.section__image-left__text{
    position: absolute;
    bottom: 41px;
    right: -178px;
    padding: 13px 40px;
}
.access{
    text-align: center ;
    padding: 55px 0 87px 0;
    background-color: #F2E9E3 !important;
}
.access__title{
font-size: 48px;
font-weight: 100;
letter-spacing: 4.5px;
}
.access__title-small{
    padding: 31px 0 34px 0;
    font-size: 13px;
    letter-spacing: 1.7px;
    line-height: 2.2;
}
.access__box__wrapper{
    background-color: #fff;
    max-width: 870px;
    margin: 0 auto;
    padding: 35px;
    border-radius: 30px;
}
.access__box{
    display: flex;
    justify-content: space-around;
}
.access__box__text{
    font-size: 25px;
    display: flex;
    text-align: left;
    padding: 38px 0 0 40px;
    gap: 20px;
}
.access__box__text p{
    margin: 15px 0 0 0;
    letter-spacing: 3px;
    line-height: 1.5;
}
.google-map{
    margin: 48px 0 0 0;
    padding: 0 15px;
}
iframe{
    aspect-ratio: 16 / 9;
    max-width: 1100px;
    width: 100%;
    height: auto;
}

.section-bg__responsive{
    display: none;
}
@media(max-width:1000px){
    .space{
        display: none;
    }
    .space__responsive,.bg__responsive-1{
        display: block;
    }
    .section__title {
        padding: 85px 0 0 0;
    }
    .section__text__responsive{
        display: block;        
        line-height: 1.7 ;
    }
    .section__text{
        display: none;
    }
    .present {
        margin: 36px 0 50px 0;
    }
    .button {
        width: 420px;
        display: inline-block;
        padding: 22px 0;
        background-color: #F2E9E3;
        font-size: 22px;
        text-align: center;
        letter-spacing: 2px;
        margin: 0 0 100px 0
    }
    .section__image__wrapper {
        gap: 226px;
        padding: 0 65px 204px 61px;
        align-items: center;
    }
    .section__image-right,.section__image-left,.section__image-right-2 {
        margin: 0;
    }
    .section__image {
        width: 95%;
        height: 500px;
    }
    .section__image-left{
        background-position: center;
    }
    .section__image__text{
        bottom: -108px;
        left: 5%;
        position: absolute;
        right: 5%;
        padding: 31px 0;
        font-size: 25px;
        background-color: transparent;
        letter-spacing: 4px;
    }
    .section-bg{
        display: none;
    }
    .section-bg__responsive{
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
    }
    .access {
        padding: 36px 0 87px 0;
    }
    .access__title{
        font-size: 72px;
    }
    .access__title-small {
        padding: 50px 0 75px 0;
        font-size: 18px;
        letter-spacing: 1.7px;
        line-height: 2.4;
    }
    .access__box__wrapper {
        max-width: 815px;
    }
    .access__box {
        display: flex;
        justify-content: center;
        gap: 42px;
        height: auto;
        flex-wrap: wrap;
    }
    .access__box__text {
        font-size: 23px;
        display: flex;
        gap: 8px;
    }
    :target::before {
        content: "";
        display: block;
        height: 64px; /* ずらしたい高さ */
        margin-top: -64px; /* heightに対するネガティブマージン */
        visibility: hidden,
      }
    
}
@media(max-width:830px){
    .section__wrapper {
        padding: 0 10px 24px 10px;
    }
    .space__responsive {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 2;
        background-color: #F2E9E3;
        height: 226px;
    }
    .bg__responsive-1 {
        margin: 55px 0 0 0;
        width: 110px;
    }
    .section__title span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .section__title h2 {
        font-size: 25px;
        letter-spacing: 0.7px;
        margin: 0px auto;
    }
    .section__title__day {
        font-size: 25px;
    }
    .section__text__box {
        font-size: 16px;
        padding: 35px 0 0 0;
        letter-spacing: 0px;
    }
    .section__text__box__list li::before {
        width: 10px;
        height: 10px;
        top: 9px;
    }
    .section__text__box__list li {
        position: relative;
        padding-left: 20px;
    }
    .section__text__box__list {
        padding: 18px 0 20px 0;
    }
    .button {
        width: 300px;
        padding: 20px 0;
        font-size: 16px;
    }
    .section__image__wrapper{
        padding: 50px 0 229px 0;
    }
    .section__image{
        width: 77%;
    }
    .section__image__text {
        bottom: 0;
        left: 5%;
        position: absolute;
        right: 5%;
        padding: 20px 0;
        font-size: 16px;
        background-color: transparent;
        letter-spacing: 0.7px;
        max-width: 470px;
        margin: 0 auto;
    }
    .section__image-right-span img,.section__image-left-span img{
        width: 80%;
    }
    .section__image-right-span {
        position: absolute;
                right: 0px;
    }
    .section__image-left-span {
        position: absolute;
        left: 0;
    }
    .section-bg__responsive{
        width: 110px;
    }
    .section__image-right-2 {
        background-size: cover;
        background-position: center;
    }
    .access {
        padding: 36px 10px 87px 10px;
    }
    .access__title {
        font-size: 25px;
    }
.access__title-small span{
    display: inline-block;
}
.access__title-small {
    padding: 30px 0 70px 0;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 2;
}
.access__box__wrapper {
    padding: 30px 15px 15px 15px;
}
.access__box {
    gap: 10px;
    height: auto;
}
.access__box__text {
    font-size: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 33px 0px 15px 0;
}
footer{
    font-size: 12px !important;
}
}
/* FOOTER */
footer{
    background-color: #4E4A45;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px;
}




/*下からフェードイン*/
.fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
 }
 @keyframes fadein-bottom {
    0% {
       opacity: 0;
       transform: translateY(20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }

 .fade-in-bottom-slow{
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-delay: .6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
 }
 @keyframes fadein-bottom {
    0% {
       opacity: 0;
       transform: translateY(20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 

 /* 下からフェードイン */
 .fadeIn {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
  }
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }


/* 右からフェードイン */
  .fadeIn-right {
    transform: translate3d(50px, 0, 0);
    transition: 1s;
    opacity: 0;
    transition-delay: 1.5s;
  }
  
  .fadeIn-right.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }





  /* 左からフェードイン */
  .fadeIn-left {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
    transition-delay: 1.5s;
}
.fadeIn-left.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

.fv__snsbox-1, .fv__snsbox-2 {
    position: fixed; /* 画面に固定 */
    right: -10px; /* 画面の右端に配置 */
    z-index: 1000; /* 他の要素より前面に表示 */
}

