/* header */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 18.5px 0 0;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #666666;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    /*font-size: 36px;  削除*/
}
#top-head .logo img{
    width: 56%;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    margin-bottom: 12px; /*追加*/
}
#global-nav ul li a {
    padding: 0 10px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 68px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
.nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 26px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.nav-toggle div {
    position: relative;
}
.nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
    top: 0;
}
.nav-toggle span:nth-child(2) {
    top: 11px;
}
.nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1024px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 18px;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #efeeee;
        opacity: 0.9;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333333;
        padding: 18px 0;
    }
    .nav-toggle {
        display: block;
    }
    /* .nav-toggle 切り替えアニメーション */
    .open .nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open .nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(580px);
        -webkit-transform: translateY(580px);
        transform: translateY(580px);
        /* -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px); */
    }
}






/* mv */
.top_mv{

    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.top_mv img{
    width: 100%;
}

.top_mv h1{
    font-family: marydale,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 120px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.h1_copy{

    color: #333333;
    font-size: 20px;
    position: absolute;
    top: 126%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


/* MV下 */
.contents_wrap{
    max-width: 1000px;
    margin: auto;
}

/* コピーのみ */
.text_only{
    max-width: 70%;
    margin: 50px auto 0 auto;
}
.text_only p{
    display: inline-block;
    text-align: left;
}
@media screen and (max-width:420px){
.text_only{
    max-width: 90%;
    margin: 60px auto 0;
}
}

/* タイトル＋コピー */
.text_c{
    margin-top: 100px;
    margin-bottom: 50px;
}
.text_c_container{
    max-width: 70%;
    margin: auto;
}
@media screen and (max-width:420px){
.text_c_container{
    max-width: 90%;
}
}

.text_c h2{
    line-height: 1.5em;
    text-align: center;
}
.text_c h2 .h2_sub{
    font-size: 18px;
}
.text_c p{
    text-align: center;
}

/* イメージ */
.img_only{
    text-align: center;
}
.img_only img{
    width: 70%;
}
@media screen and (max-width:420px){
.img_only img{
    width: 90%;
}
}


.Heading_only{
    text-align: center;
    margin-top: 100px;
}
.logo_list{
    max-width: 70%;
    text-align: center;
    margin: 0 auto 50px;
}

.logo_list a img{
    width: 150px;
    margin: 20px 10px;
}
@media screen and (max-width:420px){
.logo_list{
    max-width: 100%;
}
.logo_list a img{
    width: 140px;
}
}



/* テイクアウト */
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.TakeOut_wrap{
    margin: 140px 0 0 10px;
    clear: right;
}

.TakeOut_text{
    float: left;
    width: 50%;
}

.TakeOut_text h2{
    margin-top: -10px;
    line-height: 1.5em;
}
.TakeOut_text h2 .h2_sub{
    font-size: 18px;
}

.TekeOut_img{
    float: left;
    width: 40%;
    margin-left: 90px;
}
@media screen and (max-width:1024px){
    .TakeOut_wrap{
        max-width: 90%;
        margin-left: 10px;
    }
    .TekeOut_img{
        margin-left: 0px;
    }
}
@media screen and (max-width:420px){
    .TakeOut_wrap{
    max-width: 90%;
    margin: 100px auto 40px;
}
.TakeOut_text{
    width: 100%;
    margin-bottom: 40px;
}
.TekeOut_img{
    width: 100%;
    margin-left: 0px;
}
.TekeOut_img img{
    max-width: 100%;
}

}



/* メニュー */
.menu_wrap{
    clear: right;
    margin: 140px 0 0 10px;
}
.menu_text{
    float: left;
    width: 50%;
}
.menu_text h2{
    margin-top: 10px;
    line-height: 1.5em;
}
.menu_text h2 .h2_sub{
    font-size: 18px;
}
.menu_img{
    float: left;
    width: 40%;
    margin-left: 90px;
}
.menu_button{
    clear: left;
    text-align: center;
    padding-top: 60px;
}
.menu_button a img{
    margin: 0px 20px 0px 20px;
}

@media screen and (max-width:1024px){
    .menu_wrap{
        max-width: 90%;
        margin: 140px 0px 0px 10px;
    }
    .menu_img{
        margin-left: 0px;
    }
}
@media screen and (max-width:1024px) {
    .menu_button a img{
    width: 24%;
    margin: 15px 20px 0 20px;
}
 }

@media screen and (max-width:420px) {
.menu_wrap{
    max-width: 90%;
    margin: 100px auto 40px;
}
.menu_text{
    width: 100%;
    margin-bottom: 40px;
}
.menu_img{
    width: 100%;
    margin-left: 0px;
}
.menu_img img{
    max-width: 100%;
}
.menu_button{
    padding-top: 40px;
}
.menu_button .menuCard_wrap a img{
    width: 80%;
    margin-bottom: 30px;
}

}

/* メディア */
#media{
    padding-top: 80px;
    margin-left: 10px;
}

#media h2{
    line-height: 1.5em;
}
#media h2 .h2_sub{
    font-size: 18px;
}
.media_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.media_container{
    width: 200px;
    margin: 10px;
}

.media_container img{
    width: 200px;
    height: 150px;
    border: solid 1px #efefef;
}

.media_content{
    margin-top: 10px;
}

.media_content p{
    font-size: 14px;
}


@media screen and (max-width:420px) {
#media{
    padding-top: 0px;
    max-width: 90%;
    margin: 0 auto;
}
.media_wrap{
    justify-content: space-evenly;
}
.media_container{
    width: 140px;
}
.media_container img{
    width: 140px;
    height: 105px;
}
}
/* ニュース */
#news{
    max-width: 70%;
    margin-bottom: 90px;
    margin-left: 10px;
    padding-top: 60px;
}
#news h2{
    line-height: 1.5em;
}
#news h2 .h2_sub{
    font-size: 18px;
}
.news_container{
    margin-top: 30px;
    border-bottom: 1px solid #efefef;
}

.news_container time{
    font-weight: bold; 
}

.news_container h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.news_container p{
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and (max-width:420px) {
#news{
    max-width: 90%;
    padding-top: 40px;
    margin: 0 auto 90px auto;
}
}

/* footer */
.footer_container{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;

    max-width: 1000px;
}

.footer_item{
    width: 300px;
}

.footer_L{
    width: 100%;
}

.footer_C{
    width: 100%;
}

.footer_C p{
    font-size: 14px;
}

.footer_R{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.footer_R ul{
    display: inline-block;
    text-align: left;
}

.footer_logo{
    width: 100%;
}


.copyright{
    text-align: center;
    margin-top: 35px;
    padding-bottom: 35px;
}


/* tablet */
@media screen and (max-width:1024px) {
    .footer_item{
        width: 220px;
    }
 }



/* sp */
@media screen and (max-width:420px) { 
p{
    font-size: 14px;
}
#header_wrap{
    height: 80px;
}
.header_bg{
    height: 80px;
    padding: 10px;
}
.header_logo img {
    width: 150px;
    margin-left: 0px;
}

.top_mv{
    margin-top: 80px;
}

.top_mv h1{
    font-family: marydale,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 72px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.h1_copy{
    color: #333333;
    font-size: 16px;
    position: absolute;
    top: 142%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.footer_container{
    width: 90%;
}

.footer_item{
    width: 100%;
    margin-bottom: 36px;
}

.footer_R ul li{
        display: inline;
    margin-right: 40px;
}

.copyright{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.copyright p{
    font-size: 12px;
}

}

/*
.closed_wrap{
    max-width: 850px;
    margin-left: 20px;
    margin-right: 20px;
}
.closed_text{
    margin-bottom: 40px;
}
.name{
    text-align: right;
    margin-bottom: 120px;
}
*/







/*--------------------
- facebook
--------------------*/
.facebook {
padding: 0px 15px 0px;
}
.facebookWrap {
  max-width: 824px;
  width: 100%;
  height: 527px;
  margin: 0 auto;
  background: url(/img/bg_facebook.png) no-repeat;
  background-size: contain;
  padding: 30px 43px;
  position: relative;
}
.facebook_head {
  margin-bottom: 35px;
}
.facebook_lets {
  width: 100%;
  max-width: 637px;
  text-align: center;
  margin: 0 auto 30px;
}
.facebook_lead {
  text-align: center;
  color: #3b5998;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.facebook_txt {
  text-align: center;
  color: #3b5998;
  font-size: 16px;
  margin-bottom: 35px;
}
.facebook_line {
  line-height: 0;
}
.facebook_join {
  text-align: center;
  color: #3b5998;
  font-size: 22px;
  font-weight: bold;
  padding: 21px 0;
  position: relative;
}
.icon_triangle {
  position: absolute;
  width: 28px;
  bottom: 31px;
  right: 18px;
}
@media only screen and (max-width: 1024px) {
  .facebookWrap {
    height: 64.358vw;
    padding: 3.7% 5.3%;
    max-width: none;
  }


  .facebookWrap a h3 img{
    max-width: 100%;
    margin: auto;
  }
    .facebookWrap a p img{
    max-width: 100%;
  }
    .facebookWrap .facebook_line img{
    max-width: 100%;
    margin: auto;
  }


  .facebook_head {
      margin-bottom: 4%;
  }
  .facebook_lets {
    width: 62%;
    margin: 0 auto 4%;
  }
  .facebook_lead {
    font-size: 2.3vw;
    margin-bottom: 4%;
  }
  .facebook_txt {
    font-size: 1.8vw;
    margin-bottom: 6%;
  }
  .facebook_join {
    font-size: 2.9vw;
    padding: 3% 0;
  }
  .icon_triangle {
    width: 3.2%;
    bottom: 36%;
    right: 14%;
  }
}
@media only screen and (max-width: 420px) {
  .facebook {
    padding: 0 2.5%;
  }
  .facebookWrap {
    height: auto;
    background: url(/img/bg_facebook_spn.png);
    padding: 12% 8%;
    margin-top: 2px;
  }


  .facebookWrap a h3 img{
    max-width: 100%;
  }
    .facebookWrap a p img{
    max-width: 100%;
  }
    .facebookWrap .facebook_line img{
    max-width: 100%;
  }


  .facebook_head {
    margin-bottom: 10%;
  }
  .facebook_lets {
      width: 100%;
      margin: 0 auto 10%;
  }
  .facebook_lead {
    text-align: left;
    font-size: 15px;
    margin-bottom: 10%;
  }
  .facebook_txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10%;
  }
  .facebook_line {
    line-height: 0;
  }
  .facebook_join {
    font-size: 20px;
    padding: 6% 0;
  }
  .icon_triangle {
    position: absolute;
    width: 7%;
    bottom: 34%;
    right: 0;
  }
}

.base_shop:before {
content: '';
display: inline-block;
width: 16px;
height: 17px;
background-image: url(/img/base-icon.png);
background-size: contain;
vertical-align: middle;
margin-right: 1px;
}
@media screen and (max-width:420px) {
.base_shop:before {
width: 28px;
height: 30px;
margin-top: 10px;
}
}



footer{
    margin-top: 100px;
}



.PRODUCE{
    text-align: center;
    margin-top: 30px;
}
.PRODUCE p{
    display: inline-block;
    text-align: left;
}