@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    color: #b28d99;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN';
    font-weight: 80;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    color: #7b7979;
    text-decoration: none;
}

a :hover {
    opacity: 0.7;
}

.wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

/*------------------------------------------
ここからheader
------------------------------------------*/

#header {
    width: 100%;
    display: flex;
    position: relative;
}

#header .sns-buttons {
    position: absolute;
    left: 50px;
    top: 70px;
    z-index: 997;
}

#header .head-sns_list {
    display: flex;
}

#header .head-sns_item {
    margin-right: 10px;
    width: 80px;
    height: 80px;
}

#header .ul {
    box-sizing: border-box;
    list-style: none;

}

#header .head-sns_item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#header .a {
    color: #7F7F77 text-decoration: none;
}


#header .logo {
    width: 600px;
    height: 400px;
    max-width: 100%;
    position: absolute;
    left: 30%;
}

.logo img {
    margin-left: 80px;
}

#header .logo a {
    display: block;
}

#header .navi .menu {
    display: flex;
    align-items: center;

}

#header .navi .menu li {
    display: flex;
    font-size: 50px;
    margin-left: 40px;
}

/*---------------------------
ここからハンバーガーメニュー
----------------------------*/
#header .hamburger {
    width: 150px;
    height: 150px;
    cursor: pointer;
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 30;
}

#header .hamburger span {
    width: 70px;
    height: 5px;
    background-color: #B28D99;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
}

#header .hamburger span:nth-of-type(1) {
    top: 35px;
}

#header .hamburger span:nth-of-type(2) {
    top: 55px;
}

#header .hamburger span:nth-of-type(3) {
    top: 75px;
}

#header .navi {
    width: 80%;
    height: 100vh;
    background-color: #F8F7F1;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 20;
    transition: all 0.6s;
}

#header .navi .menu {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 60px 0;
    overflow: auto;
}

#header .navi .menu li {
    padding: 10px 0;
    margin-left: 0;
}

#header .navi.active {
    right: 0;
}

#header .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
}

#header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

#header .hamburger.active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
}

/*---------------------------
ここまでハンバーガーメニュー
----------------------------*/


.mainvisual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.about-item {
    display: flex;
    margin: 120px 0;
}

.section-title {
    font-size: 80px;
    text-align: center;
    margin-bottom: 80px;
}

.about-item .img {
    width: 50%;
}

.about-item .img img {
    width: 100%;
}

.about-item .text {
    width: 50%;
    padding: 35px;
}

.about-item .section-title2 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px;
}

.about-item .description {
    font-size: 20px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 20px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.about {
    width: 100%;
    align-items: center;
    background-image: url(../img/milk.png);
    background-size: cover;
    height: 1050px;

}

/*---------------------------
ここからmenu
----------------------------*/
.menu {
    background-image: url(../img/natural.png);
    background-size: cover;
    height: 1000px;

}

.menu .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}

.menu .item .li {
    width: 33%;
    max-width: 250px;
    margin-right: 5%;
    margin: 0 2% 2% 0;
}

.menu .item li .img {
    margin-bottom: 50px;

}

.menu .item li .title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}

.menu .description {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.info {
    background-image: url(../img/milk.png);
    background-size: cover;
    height: 800px;
}

.inner {
    display: flex;
}

.info .img {
    width: 50%;
}

.info .information {
    width: 50%;
}

.information .section-title2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.information img {
    width: 40px;
}

.information dt {
    font-size: 25px;
    margin-bottom: 30px;
}

.information .btn {
    background-color: #f0d489;
    color: #777474;
    font-weight: 300;
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding: 15px 50px;
    margin-bottom: 30px;
    box-shadow: 0 3px #cfb46b;
    border-radius: 9999px;
}

.information .btn:hover {
    box-shadow: 0 1px #cfb46b;
    top: 1px;
}

.info-text {
    display: flex;
}

.information {
    margin: 20px 60px;
}

.payments dt {
    font-size: 25px;
    margin-bottom: 30px;
}

.payments dd {
    font-size: 30px;
    margin-bottom: 5px;
}

.payments {
    margin: 20px 60px;
}

.pay {
    background-image: url(../img/natural.png);
    background-size: cover;
    height: 800px;
}

.ctc .btn {
    background-color: #f0d489;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding: 15px 50px;
    margin-bottom: 50px;
    box-shadow: 0 3px #cfb46b;
    border-radius: 9999px;
}

.ctc .btn:hover {
    box-shadow: 0 1px #cfb46b;
    top: 1px;
}

.inner {
    display: flex;
    justify-content: space-around;
}

.container2 {
    background-size: cover;
    background-image: url(../img/milk.png);
    height: 400px;
}

.news .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.news .item .li {
    width: 33%;
    max-width: 250px;
    margin-right: 5%;
    margin: 0 2% 2% 0;
}

.news a {
    color: #B28D99;
    text-decoration: none;
    font-size: 20px;
    font-weight: 250;

}

.news a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


.news {
    background-image: url(../img/natural.png);
    height: 750px;
    background-size: cover;
}

.news .img {
    margin: 30px;
}

.sns-description {
    font-size: 20px;
    font-weight: 500;
    color: #B28D99;
    text-align: center;
    margin-bottom: 90px;
}

.follow {
    font-size: 15px;
    font-weight: 250;
    color: #b48961;
    text-align: center;
    margin-right: 10px;
}

#footer .img {
    width: 100%;
}

.sns-buttons {
    position: center left: 50px;
    top: 70px;
    z-index: 997;
}

.container3 {
    display: flex;
    justify-content: center;
}

.sns .foot-sns_list {
    display: flex;
    justify-content: center;
}

.sns .foot-sns_item {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.sns .ul {
    box-sizing: border-box;
    list-style: none;

}

.sns .foot-sns_item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.sns .a {
    color: #7F7F77;
    text-decoration: none;
}

.sns {

    background-image: url(../img/natural.png);
    height: 200px;
    background-size: cover;
}

#footer {
    text-align: center;
    background-image: url(../img/natural.png);
    background-size: cover;
    height: 200px
}

.logo2 {
    width: 200px;
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/*-------------------------------------------------------------------
スマートフォン
-------------------------------------------------------------------*/
@media screen and(max-width:767px) {
    main {
        padding-top: 60px;
    }

    #header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .header .logo {
        max-width: 120px;
    }
}