@charset "utf-8";
/*feature*/
#feature {}
#feature h2 {
    text-align: center;
    font-size: 36px;
    background-image: url("../img/top/icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 30px 0;
    margin: 30px auto;
}
#feature h2{
    
}
#feature .feature01 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/top/feature01_back.png");
}
#feature .feature01 .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2%;
}
#feature .feature01 .inner .txt_area {
    max-width: 460px;
    position: relative;
    margin: 0 0 0 auto;
    display: table;
    padding: 160px 0;
}
#feature .feature01 .inner .txt_area .img_area {
    position: absolute;
    top: 0;
    left: -1200px;
    max-width: 1200px;
}
#feature .feature01 .inner .txt_area h3.subt,
#feature .feature03 .inner .txt_area h3.subt{
    display: inline-block;
    padding-bottom: 0.5em;
    background-image: url("../img/top/feature01_title_line.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
#feature .feature01 .inner .txt_area p {
    font-size: 20px;
}

@media screen and (max-width: 1300px) {
    #feature .feature01 .inner .txt_area{
        padding: 10vw 0;
    }
    #feature .feature01 .inner .txt_area p img{
        max-width: 501px;
        width: 36vw
    }
    #feature .feature01 .inner .txt_area .img_area {
        width: 90vw;
       left: -90vw;
    }
}
@media screen and (max-width: 767px) {
    #feature .feature01 .inner .txt_area h3.subt,
    #feature .feature03 .inner .txt_area h3.subt {
        font-size: 7vw;
        text-align: left;
    }
}
#feature .feature02 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/top/feature02_back.png");
    overflow: hidden;
}
#feature .feature02 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}
#feature .feature02 .inner .txt_area {
    position: relative;
    margin: 0 auto 0 0;
    display: table;
    padding: 100px 0 0 0;
    width: 50%;
}
#feature .feature02 .inner .txt_area p.center {
    text-align: center;
}
#feature .feature02 .inner .txt_area02 {
    position: relative;
    margin: 0 auto 0 0;
    display: table;
    padding: 0 0 100px 0;
    width: 50%;
}
#feature .feature02 .inner .txt_area .img_area {
    position: absolute;
    top: 0;
    left: 500px;
    max-width: 900px;
}
#feature .feature02 .inner .txt_area p, #feature .feature02 .inner .txt_area02 p {
    font-size: 20px;
    color: #FFF;
}
#feature .feature02 .inner .txt_area h3.subt {
    display: inline-block;
    padding-bottom: 0.5em;
    background-image: url("../img/top/feature02_title_line.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
#feature .feature02 .inner .txt_area02 h4.subt {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-right: 1.8em;
    background-image: url("../img/top/feature02_title_icon.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 1390px) {
    #feature .feature02 .inner .txt_area .img_area{
        width: 80vw;
        left: 40vw;
        
    }
    #feature .feature02 .inner .txt_area h3.subt {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 767px) {
    #feature .feature02 .inner .txt_area{
        display: block;
    }
    #feature .feature02 .inner .txt_area h3.subt {
        font-size: 6.5vw;
        text-align: center;
    }
    #feature .feature02 .inner .txt_area02 h4.subt {
        font-size: 5.5vw;
    }
}
#feature .feature03 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/top/feature03_back.png");
}
#feature .feature03 .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    justify-content: space-around;
    align-items: center;
}
#feature .feature03 .inner .txt_area {
    max-width: 40%;
    font-size: 20px;
}
#feature .feature03 .inner .txt_area p img {
    margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
    #feature .feature03 .inner div{
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    #feature h2 {
        font-size: 7vw;
    }
    #feature .feature03 .inner .txt_area {
        max-width: 100%;
    }
    #feature .feature03 .inner div{
        width: 100%;
    }
    #feature .feature01 .inner .txt_area {
        padding: 0 0 50px 0;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #feature .feature01 .inner .txt_area .img_area {
        position: unset;
        max-width: 120%;
        width: 120%;
        margin-left: -90px;
    }
    #feature .feature02 .inner .txt_area {
        width: 90%;
        margin: 0 auto;
        font-size: 3.5vw;
        padding: 0;
        text-align: center;
    }
    #feature .feature01 .inner .txt_area p {
        width: 73vw;
        font-size: 4vw;
        margin: 20px auto 0;
        text-align: left;
    }
    #feature .feature01 .inner .txt_area p img{
        width: 100%;
    }
    #feature .feature02 .inner .txt_area p img.title {
        width: 100%;
    }
    #feature .feature02 .inner .txt_area .img_area {
        position: unset;
        max-width: 100%;
    }
    #feature .feature02 .inner .txt_area02 {
        width: 90%;
        margin: 0 auto;
        font-size: 4vw;
    }
    #feature .feature02 .inner .txt_area p, #feature .feature02 .inner .txt_area02 p {
        font-size: 4vw;
        text-align: left;
    }
    #feature .feature02 .inner .txt_area p.center {
        margin: 40px auto;
        width: 70%;
    }
    #feature .feature03 .inner {
        flex-wrap: wrap;
        max-width: 90%;
    }
    #feature .feature03 .inner .txt_area {
        width: 80%;
        font-size: 4vw;
        margin: 20px auto;
    }
    #feature .feature03 .inner .txt_area p img.title {
        margin: 0 auto;
        display: block;
    }
}
/*END feature*/
/*notice*/
#notice {
    padding: 100px 2%;
}
#notice .inner {
    background: #FFFFFF;
    background-image: url("../img/top/notice_back.png");
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}
#notice .inner h2 {
    text-align: center;
    font-size: 36px;
}
#notice .inner .notice_list {
    max-width: 800px;
    margin: 0 auto;
}
#notice .inner .notice_list ul {
    margin: 30px auto;
    line-height: 1.8;
    font-size: 20px;
}
#notice .inner .notice_list ul li{
    margin-bottom: 1em;
}
#notice .inner .notice_list ul a {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: -webkit-box-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -ms-justify-content: space-between; /*--- IE10用 ---*/
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}
#notice .inner .notice_list ul a div:first-child {
    width: 100px;
    font-weight: 700;
}
#notice .inner .notice_list ul a div:nth-child(2) {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
#notice .inner .notice_list p {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #notice {
        padding: 50px 0;
    }
    #notice .inner h2 {
        font-size: 7vw;
    }
    #notice .inner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        max-width: 90%;
        padding: 30px 0;
    }
    #notice .inner .notice_list {
        max-width: 90%;
    }
    #notice .inner .notice_list ul li {
        font-size: 4vw;
    }
    #notice .inner .notice_list ul a div:nth-child(2) {
        width: calc(100% - 5.5em);
    }
    #notice .inner .notice_list ul a div:first-child {
        width: 5.5em;
    }
    #notice .inner .notice_list p {
        font-size: 4vw;
    }
}
/*END notice*/
/*recommend*/
#recommend {
    background: #FFF;
}
#recommend h2 {
    text-align: center;
    font-size: 36px;
    background-image: url("../img/top/icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 30px 0;
    margin: 30px auto;
}
#recommend p.txt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
}
#recommend .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 2%;
}
#recommend .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}
#recommend .inner ul li {
    position: relative;
    width: 20%;
}
#recommend .inner ul li p {
    text-align: center;
    font-size: 20px;
}
#recommend .inner ul li p.red {
    color: #D90003;
    font-size: 14px;
    line-height: 1.5;
}
#recommend .inner ul li img.no1 {
    position: absolute;
    top: -45px;
}
@media screen and (max-width: 767px) {
    #recommend h2 {
        font-size: 7vw;
    }
    #recommend p.txt {
        font-size: 4vw;
    }
    #recommend .inner {
        padding: 30px 2%;
    }
    #recommend .inner ul {
        justify-content: center;
    }
    #recommend .inner ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    #recommend .inner ul li img {
        display: block;
        margin: 0 auto;
    }
    #recommend .inner ul li img.no1 {
        left: 0;
        top: -60px;
    }
    #recommend .inner ul li p {
        font-size: 4vw;
    }
    #recommend .inner ul li p.red {
        font-size: 3vw;
    }
}
/*END recommend*/
/*takeout*/
#takeout {
    background: #FFF;
    background-image: url("../img/top/takeout_line.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 30px 0 0;
}
#takeout h2 {
    text-align: center;
    font-size: 36px;
    background-image: url("../img/top/icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 30px 0;
}
#takeout .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 2%;
}
#takeout .inner .box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#takeout .inner .box .txt_area {
    font-size: 20px;
}
#takeout .inner .box .txt_area p {
    margin-bottom: 40px;
}
#takeout .btn{
    display: inline-block;
    background: #bf1111;
    padding: 0.5em 3em 0.5em 1em;
    background-image: url("../img/top/feature02_title_icon.png");
    background-repeat: no-repeat;
    background-position: center right+10px;
    color: #fff;
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    #takeout {
        background-image: url("../img/top/takeout_line_sp.png");
    }
    #takeout h2 {
        font-size: 7vw;
    }
    #takeout .inner {
        padding: 30px 0;
    }
    #takeout .inner .box {
        flex-wrap: wrap;
    }
    #takeout .inner .box .txt_area p {
        text-align: center;
        font-size: 4vw;
    }
    #takeout .inner .box .txt_area {
        font-size: 4vw;
    }
    #takeout .inner .box .txt_area a img {
        width: 65%;
        margin: 0 auto;
        display: block;
    }
    #takeout .btn{
        font-size: 5.5vw;
        background-size: contain;
    }
}
/*END takeout*/
/*thought*/
#thought {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/top/thought_back.png");
}
#thought h2 {
    text-align: center;
    font-size: 36px;
    padding: 30px 0;
}
#thought .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
#thought .inner .box {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/top/thought_back02.png");
}
#thought .inner .box p {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    #thought h2 {
        font-size: 7vw;
    }
    #thought .inner {
        padding: 30px 2%;
    }
    #thought .inner .box p {
        font-size: 5vw;
    }
}
/*END thought*/
/*shop*/
#shop {
    padding-bottom: 100px;
    background: #FFF;
}
#shop h2 {
    text-align: center;
    font-size: 36px;
    padding: 30px 0;
}
#shop h3 {
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
}
#shop h3::after {
    content: url("../img/top/shop_icon.png");
}
#shop .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 2% 0;
}
#shop .inner .box {
    display: flex;
    justify-content: space-between;
}
#shop .inner .box .detail {
    width: 48%;
}
#shop .inner .box .detail img {
    width: 100%;
}
#shop .inner .box .detail dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 14em;
    margin: 20px 0;
    font-size: 20px;
}
#shop .inner .box .detail dt {
    width: 5.5em;
    margin-bottom: 10px;
}
#shop .inner .box .detail dd {
    width: calc(100% - 6em);
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #shop {
        padding-bottom: 50px;
    }
    #shop h2 {
        font-size: 7vw;
        padding: 30px 0 0 0;
    }
    #shop .inner {
        padding: 0;
    }
    #shop .inner .box {
        display: block;
    }
    #shop .inner .box .detail {
        width: 90%;
    }
    #shop .inner .box .detail {
        width: 90%;
        margin: 0 auto;
    }
    #shop .inner .box .detail dl {
        font-size: 3vw;
    }
    #shop h3 {
        font-size: 5vw;
    }
}
/*END shop*/
/*recruit*/
#recruit{
    padding: 30px 0 100px;
    text-align: center;
}
#recruit .inner{
	margin: 0 auto;
	width: 90%;
}
#recruit .bnr img {
    max-width: 793px;
    width: 100%;
}
/*END recruit*/
@media screen and (max-width: 767px) {
    #recruit .insta img {
        width: 80%;
    }
    #recruit .bnr img {
        max-width: 100%;
    }
}
