body {

    margin:0 auto;

}

section{
    width: 100%;
    
    text-align: center;
}

.main-visual_1 {
    height: 728px;
    max-width: 414px;
    margin:0 auto;
  }

img {


  }

.min_lg{
    max-width: 414px;
    height: 728px;
    background-image: url(../img/sec_01.png);

}

.im_bire{
    width: 414px;
    height: 258px;
}


.bglogo{
    position: relative;
    top: 78px;
    left: 17px;
}

.main-visual_title27,.main-visual_title28{
    display:flex;
    justify-content: center;
    max-width: 414px;
}

.main-visual_title27 {
    max-width: 414px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    padding-top: 40px;
  }

  .main-visual_title28 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    margin:0 auto;
    padding-top: 250px;
  }

/*
.main-visual_title27 {
    position: absolute;
    top: 535px;
    left: 80px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
  }

  .main-visual_title28 {
    position: absolute;
    top: 460px;
    left: 69px;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  */

.menu001 img{
    width: 190px;
    height: 100px;
    margin: auto;
    padding-top: 40px;
    display: block;
}

.abs01{
    width: 414px;
    height: 559px;
    background-image: url(../img/sec01.png);
    display:flex;
  flex-flow: column;
  margin: 0 auto;
}

.abs02{
    display:flex;
  flex-flow: column;
}

.bj_voyage{
    position: relative;
    top:100px;
    width: 414px;
    height: 425px;
    
}

.cnt_01{
    text-align: center;
    font-size: 12px;
}

.cnt_02{
    text-align: center;
    font-size: 12px;
    padding-top: 100px;
    max-width: 414px;
    margin: 0 auto;
}

.lrft_01{
    text-align: left;
    font-size: 12px;
}

.b_color{
    background-color: #F0EDE7;
    max-width: 414px;
    padding: 40px 0;
    margin: 0 auto;
}

.b_color2{
    background-image: url(../img/sec_08.png);
    max-width: 414px;
    height: 350px;
    margin: 0 auto;
}

.btn{
    transition: all 1s;
    font-family: 'Noto Serif JP', serif;
}
.btn:hover{
    transform: scale(1.2);
}
.appoint-btn{
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 100px;
    display: block;
    text-align: center;
    width: 300px;
    height: 60px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    background-color: #F0EDE7;
}

.appoint-btn2{
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 100px;
    display: block;
    text-align: center;
    width: 300px;
    height: 60px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}
@media (max-width:767px){
    .fv{
        background-image: url(../img/背景_sp.png);
        background-size: 100%;
        margin-top: 20px;
        height: 287px;
    }
    .other-title{
        transform: translateY(0%);
    }
    .appoint-text p{
        font-size: 11px;
    }
}

.btm img{
    padding-bottom: 40px;
    position: relative;
}
.lp-fv{
    width: 414px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.cart-btn{
    margin-top: 150px;
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    background: linear-gradient(180deg, #B2CEC4 0%, #ABCBC4 0.01%, #ABCBC4 0.02%, #ABCBC4 0.03%, #87C0CA 100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    margin: auto;
}

.other-fv-wrap{
    transform: translateY(100px);
}
.other-title{
    transform: translateY(350%);
}
.section-title{
    font-size: 17px;
    width: 70%;
}
.first-wrap{
    padding: 100px 0px;
}

.first-text{
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #8F9A93;
}
.first-text p{
    margin-top: 28px;
}
@media screen and (min-width: 480px) {
	/* 480px以上に適用されるCSS（タブレット用） */
    body {
		width: 414px;
	}
    .img {
		width: 414px;
	}
    .cart-btn{
        width: 200px;
    }
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
}

/*アニメーション*/
.fade-in {
    opacity: 0;
    transition-duration: 1500ms;
    transition-property: opacity, transform;
}
.fade-in-up {
    transform: translate(0, 50px);
}
.fade-in-down {
    transform: translate(0, -50px);
}
.fade-in-left {
    transform: translate(-100%, 0);
}
.fade-in-right {
    transform: translate(50px, 0);
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}
/*1.フェードインアニメーションの指定*/
.scrollanime-load {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown-load {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    
    }
}

.online-title::after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #8F9A93;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-content-top-sp{
    height: 595px;
    background-image: url(../img/c_6.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.menu-content-top-sp1{
    height: 595px;
    background-image: url(../img/sec_09.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.menu-content-top-sp2{
    height: 595px;
    background-image: url(../img/sec_10.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.menu-content-top-sp3{
    height: 595px;
    background-image: url(../img/sec_11.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.menu-content-top-sp4{
    height: 595px;
    background-image: url(../img/sec_12.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.menu-content-top-sp5{
    height: 595px;
    background-image: url(../img/sec_13.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}

.p_m1 p{
    color: #fff;
    text-shadow: 0px 1px 7px rgb(0 0 0 / 25%);
    margin: 14px 0;
    font-weight: 700;
}

.mm1 img{
    padding-top: 30px;
    padding-left: 16px;
}

.topbb{
    margin-top: 20px;
}

.footer abca{
    margin:0 auto;
    width: 414px;
}