@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
#main .h2title {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
#main .h2title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    white-space: nowrap;
}
#main .h2title h2 strong {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    order: 1;
    display: block;
}
#main .h2title h2 span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.1em;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateX(-100%);
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    text-align: center;
    overflow: hidden;
    position: relative;
}
#topMain::after {
    content: "";
    display: block;
    background: url(../images/base/smp_scroll.png) no-repeat;
    background-size: 16px 64px;
    width: 16px;
    height: 64px;
    position: absolute;
    right: 17px;
    bottom: 25vw;
    z-index: 90;
}
#topMain #logo {
    position: absolute;
    top: 30.625vw;
    left: 0;
    right: 0;
    z-index: 90;
    font-size: 1.3rem;
    text-align: center;
}
#topMain #logo img {
    width: 50.9375vw;
    height: auto;
}
#topMain .catchcopy {
    position: absolute;
    top: 90.625vw;
    left: 0;
    right: 0;
    z-index: 110;
    text-align: center;
}
#topMain .catchcopy img {
    width: 50.3125vw;
    height: auto;
}
#topMain ul li img {
    width: 100%;
    height: auto;
}


/******************************************************/
/* menu  */
/******************************************************/
#menu {
    background: #000 url(../images/base/smp_menu_bg.jpg);
    background-size: 100% auto;
    color: #fff;
    position: relative;
    padding: 45px 0 55px;
}
#menu h3 {
    color: #aaa;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
#menu h3 span {
    color: #ad3432;
    font-size: 3.6rem;
}
#menu .menulist li {
    margin: auto;
}
#menu .menulist li:nth-of-type(n+2) {
    margin-top: 30px;
}
#menu .menulist dl {
    position: relative;
    text-align: left;
}
#menu .menulist dt img {
    width: 100%;
    height: auto;
}
#menu .menulist li:nth-of-type(2n+1) dt {
    text-align: right;
}
#menu .menulist dd {
    margin: 0 30px 0 60px;
    padding: 12px 12px;
    font-size: 2.6rem;
    line-height: 1.75;
    letter-spacing: normal;
    position: relative;
    text-align: left;
}
#menu .menulist li:nth-of-type(2n+1) dd {
    margin: 0 60px 0 30px;
}
#menu .menulist dd::before {
    content: "";
    border-top: 1px solid #d0cecd;
    border-bottom: 1px solid #d0cecd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: -10px;
}
#menu .menulist dd::after {
    content: "";
    border-left: 1px solid #d0cecd;
    border-right: 1px solid #d0cecd;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}
#menu .btn {
    margin: 50px 40px 0;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}
#menu .btn a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 16px 13px;
    position: relative;
    text-decoration: none;
}
#menu .btn a:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
#menu .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/smp_arrow_w.png) no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 7px;
    position: absolute;
    top: calc(50% - 4px);
    right: -20px;
}


/******************************************************/
/* story  */
/******************************************************/
#story {
    position: relative;
    padding: 50px 0 0;
}
#story dl {
    margin: 45px auto 0 0;
}
#story dt img {
    width: 100%;
    height: auto;
}
#story dd {
    position: relative;
    z-index: 1;
    margin: -30px 20px 0;
    background: #fff;
    padding: 30px 20px;
}
#story dd h3 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
#story dd p {
    font-size: 2.6rem;
    line-height: 1.75;
}


/******************************************************/
/* chef  */
/******************************************************/
#chef {
    position: relative;
    padding: 50px 0 0;
}
#chef dl {
    margin: 45px auto 0 0;
}
#chef dt img {
    width: 100%;
    height: auto;
}
#chef dd {
    position: relative;
    z-index: 1;
    margin: -30px 20px 0;
    background: #fff;
    padding: 30px 20px;
}
#chef dd h3 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
#chef dd h3 span {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-left: 5px;
}
#chef dd p {
    font-size: 2.6rem;
    line-height: 1.75;
}


/******************************************************/
/* photo  */
/******************************************************/
#photo {
    position: relative;
    padding: 50px 0;
}
#photo .h2title {
    margin-bottom: 45px;
}
#photo .bx-wrapper .bx-pager.bx-default-pager a:hover,
#photo .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a50b08;
}
#photo .bx-wrapper .bx-prev {
    bottom: -27px;
    left: 0;
    background: url(../images/top/smp_slide_left.png) no-repeat;
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
}
#photo .bx-wrapper .bx-next {
    bottom: -27px;
    right: 0;
    background: url(../images/top/smp_slide_right.png) no-repeat;
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
}
#photo .bx-wrapper .bx-pager,
#photo .bx-wrapper .bx-controls-auto {
    bottom: -19px;
}
#photo .photo_slide li img {
    width: 100%;
    height: auto;
}
#photo .btn {
    margin: 70px 40px 0;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}
#photo .btn a {
    display: block;
    color: #000;
    border: 2px solid #000;
    padding: 14px 16px 13px;
    position: relative;
    text-decoration: none;
}
#photo .btn a:before {
    content: "";
    display: block;
    border: 1px solid #000;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
#photo .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/smp_arrow_bk.png) no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 7px;
    position: absolute;
    top: calc(50% - 4px);
    right: -20px;
}




}