@media(max-width:811px){
    /* モバイル */
/* リセットCSS */
*{
    margin: 0;
    padding: 0;
  }
  li{
    list-style: none;
  }
  img{
    display: block;
  }
  a{
    text-decoration: none;
  }
  body{
    font-family: "游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  }

/*メイン部分*/
body{
    background-color: #FDFDF6;
}
#headerTop{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
#logo{
    float: left;
    margin-top: 12px;
  }
header img{
    background-color: #FDFDF6;
    width: auto;
    height: 90px;
}

#shiryoseikyu{
    display: none;
}
#shiryoseikyu a{
    display: block;
    width: 200px;
    background-color: #798777;
    font-size: 20px;
    color: #FDFDF6;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

#gnavi{
    display: none;
  }

/* モバイル用Gナビ */
    .gnav_wrapper{
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #B8B2A6;
        visibility: hidden;
        opacity: 0;
        padding-top: 20%;
    }
    .gnav_wrapper li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-bottom: #888 1px solid;
        border-left: none;
        line-height: 4em;
    }
    .gnav_wrapper li:last-child{
        border-right: none;
    }
    .menu-btn{
        color: #FDFDF6;
        cursor: pointer;
        z-index: 100;
        background-color: #798777;
        max-width: 56px;
        width: 56px;
    }
    .menu-btn i{
        display: block;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }
    .menu-btn span{
        display: block;
        padding: 0 0 10px 0;
        font-size: 10px;
        text-align: center;
    }
    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .menu-btn span::after{
        content: attr(data-txt-menu);
    }
    .open span::after{
        content: attr(data-txt-close);
    }
    


/* ここまでヘッダー */
.fixed_btn1{
    position: fixed;
    right: 10px;
    width: 45px;
    font-size: 20px;
    color:#8a9a87;
    background-color:#BDD2B6;
    text-align: center;
    bottom: 360px;
}

.fixed_btn2{
    position: fixed;
    right: 10px;
    padding: 25px 0px;
    width: 45px;
    height: 205px;
    font-size: 16px;
    writing-mode: vertical-rl;
    color:#798777;
    background-color:#BDD2B6;
    top: 400px;
    text-align: center;
}

#jump{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23px;
}
a{
    background-color: transparent;
    color:inherit;
}

#slider{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 20%;
  }

#middlepic{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-left: 10%;
}
.words {
    margin: 5%;
    font-size: 1.1em;
    max-width: 100%;
    line-height: 3em;
    text-align: center;
}

.words img{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20%;
    margin-bottom: 10%;
}
.words h2{
    font-size: 1.5em;
    background-color: #B8B2A6;
    margin-bottom: 5%;
    border-radius: 30%;
    margin-top: 25%;
}
.words h2::before{
        content: "";
        display: inline-block;
        background-image: url(images/flower-s1.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        width: 50px;
        height: 50px;
}
.words h3{
    font-size: 1.3em;
    margin-bottom: 5%;
    border-radius: 30%;
}
.words h3::before{
        content: "";
        display: inline-block;
        background-image: url(images/capcake-p.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-top:5%;
        margin-right: 3%;
        width: 80px;
        height: 80px;
}
.words h3::after{
    content: "";
    display: inline-block;
    background-image: url(images/capcake-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top:5%;
    margin-left: 3%;
    width: 80px;
    height: 80px;
}
.sns h4{
    font-size: 1em;
    margin-bottom: 5%;
}

.list-item i a{
    font-size: 0.5em;
}
  

/* もっと見るボタン */

.viewMore {
	position: relative;
	border: none;
	border-bottom: 1px solid #B8B2A6;
	width: 400px;
	max-width: 90%;
    left: 10%;
    margin: 50px;
}
.viewMore::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #B8B2A6;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.viewMore a:hover{
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}
.viewMore a:hover ::before{
    right: -2.5em;
}



/* ふわっとさせる */
.fuwafuwa {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 50%;
    height: 20%;
  }
   
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }


#banner1 img{
    width: 90%x;
}
#banner2 img{
    width: 90%;
}


.topic{
    clear: both;
    padding-top: 50px;
}
.topic span{
    display: block;
    color: #798777;
    font-size: 16px;
    text-align: center;
}
.topic h2{
    width: 400px;
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #798777;
}

.border{
    border-bottom: solid 1px;
    width: 35px;
    margin: 0 auto;
    margin-top: 15px;
    color: #798777;
}
table{
    line-height: 3.5em;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
table td{
    font-weight: bold;
    width: 90px;
}
td{
    vertical-align: top;
}
.topic{
    text-decoration: underline;
}
th{
    text-align: left;
    font-weight: bold;
}
#news1{
    color: #FDFDF6;
    background-color: #798777;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}
#news2{
    color: #FDFDF6;
    background-color: #798777;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}
#news3{
    color: #FDFDF6;
    background-color: #798777;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}
#news4{
    color: #FDFDF6;
    background-color: #798777;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}

#section{
    max-width: 80%;
    line-height: 2em;
    font-size: 1.3em;
    align-items: center;
    margin-left: 10%;
}
#moveTop{
    color: #FDFDF6;
    background-color: #798777;
    text-align: center;
    margin-top: 20px;
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 20px;
}
#sns{
    background-color: #798777;
    margin-top: 25px;
    height: 60px;
    display: block;
}
#sns div{
    display: flex;
}
#sns h3{
    color: #FDFDF6;
    font-size: 30px;
    margin-left: 10%;
}
#sns img{
    width: 30px;
    height: auto;
    margin-left: 30px;
    padding-top: 15px;
}
footer h1{
    background-color: transparent;
    width: 300px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 20px;
}
footer img{
    width: auto;
    height: 90px;
}
footer ul{
    clear: both;
    display: flex;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-left: 50px;
}
.border2{
    width: 160px;
    color: #798777;
    border-right: 1px solid black;
    margin-left: auto;
}

/* ふわっと */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 4s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* ポップアップバナー */
  .banner {
    position: fixed;
    bottom: 0;
    right: -500px; /* 初期状態は画面外 */
    width: 300px;
    background: white ;
    color: black;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: right 1s;
    margin-bottom: 10%;
    border-radius: 5%;
  }
  .banner.visible {
    right: 20px; /* 表示時の位置 */
  }
  .close-btn {
    background: #B8B2A6;
    border: none;
    color: black;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    border-radius: 40%;
  }
}


/* SCT */
.title{
    clear: both;
    padding-top: 50px;
}
.title span{
    display: block;
    color: #B8B2A6;
    font-size: 16px;
    text-align: center;
}
.title h2{
    width: 400px;
    font-size: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #B8B2A6;
}
.border{
    border-bottom: solid 1px;
    width: 35px;
    margin: 0 auto;
    margin-top: 15px;
    color: #B8B2A6;
}
table{
    line-height: 3.5em;
}

td{
    vertical-align: top;
}
.topic{
    text-decoration: underline;
}
#form iframe{
    width: 100%;
}
#form a{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}