@media(min-width:810px){
    /* PC用 */
/* リセット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: 70%;
    margin-left: auto;
    margin-right: auto;
  }
#logo{
    float: left;
    margin-top: 12px;
  }
header img{
    background-color: #FDFDF6;
    width: auto;
    height: 90px;
}

#shiryoseikyu{
    margin-top: 32px;
    margin-bottom: 20px;
    position: absolute;
    right: 10%;
}
#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;
}

/* ナビゲーション */
.gnav{
    width: 100%;
    background-color: #798777;
}
.gnav_wrapper{
    max-width: 1500px;
    margin-left: 10%;
    display: flex;
}
.gnav_wrapper li{
    border-left: #B8B2A6 1px solid;
    text-align: center;
    width: calc(100%/7);
    transition: all  0.3s ease;
}
.gnav_wrapper li:last-child{
    border-right: #B8B2A6 1px solid;
}
.gnav_wrapper li:hover{
    background-color: #B8B2A6;
}
.gnav_wrapper li a{
    display: block;
    padding: 1.3em 0;
    color:#FDFDF6;
    text-decoration: none;
}
.gnav_wrapper li a::before{
    content: "";
    display: inline-block;
    background-image: url(images/canele-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

/* ここまでヘッダー */
.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;
  }

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

.words img{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}
.words h2{
    font-size: 1.5em;
    background-color: #B8B2A6;
    margin-bottom: 5%;
    border-radius: 30%;
}
.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;
}

  

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

.viewMore {
	position: relative;
	border: none;
	border-bottom: 1px solid #B8B2A6;
	width: 400px;
	max-width: 90%;
    left: 50%;
    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);
    }
  }


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

#banner{
    display: flex;
    justify-content: space-around;
}
#banner1 img{
    width: 400px;
}
#banner2 img{
    width: 400px;
}

.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: #B8B2A6;
    text-align: center;
    margin-top: 20px;
    width: 20%;
    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: 60%;
}
#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: 60%;
    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;
}

/* Gナビ */
body{
    letter-spacing: 0.1em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 767px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}

/* ヘッダー */
header{
    width: 100%;
    padding: 10px 0;
}
.header_wrapper{
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header_wrapper h1{
    width: auto;
    display: flex;
    align-items: center;
}
.header_wrapper h1 a{
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 34px;
}
.header_wrapper h1 span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 10px;
}
.header_right{
    display: flex;
}
@media (max-width: 767px){
    header{
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0;
        background-color: #FDFDF6;
    }
}


