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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* base  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    background: #777;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 500px;
}
#main #pagetitle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 1400px;
    transform: translate(-50%,-50%);
    z-index: 0;
}
#main #pagetitle h1 {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50%);
    left: 0;
    right: 0;
}
#main #pagetitle h1 span {
    display: block;
    font-size: 6.6rem;
    line-height: 1;
    margin-bottom: 10px;
}
/* PAGE TOP */
#pagetop {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Staatliches', sans-serif;
    text-align: center;
    padding: 80px 0 50px;
}
#pagetop a {
    color: #000;
    position: relative;
}
#pagetop a:hover {
    text-decoration: none;
}
#pagetop a::after {
    content: "";
    display: block;
    border: 18px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}


/******************************************************/
/* 店長おすすめ */
/******************************************************/
#recommend {
    padding-top: 135px;
    margin: auto;
    position: relative;
}
#recommend h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: absolute;
    top: calc(135px - 3rem);
    left: 0;
    right: 0;
    z-index: 10;
}
#recommend h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#recommend h2 span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#recommend .recommend_area {
    background: #f3f1ea;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
    padding: 110px 0 15px;
    margin: auto;
}
#recommend .item {
    width: 480px;
    margin: 0 20px 35px;
    text-align: center;
    position: relative;
    z-index: 10;
}
#recommend .item .img {
    width: 480px;
    height: 480px;
    position: relative;
}
#recommend .item .icon img {
    position: absolute;
    top: 10px;
    left: 10px;
}
#recommend .item .choco img {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 76px;
    height: auto;
}
#recommend .item .info {
    margin-left: 20px;
}
#recommend .item h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px 0 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
#recommend .item h3::after {
    content: "";
    background: #000;
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
}
#recommend .item .capt {
    font-size: 1.8rem;
    line-height: 1.45;
    padding: 0 25px;
}
#recommend .item .morebtn {
    background: #262626;
    color: #fff;
    width: 250px;
    padding: 13px 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Staatliches', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#recommend .item .morebtn:hover,
#recommend .item .morebtn:hover span::before,
#recommend .item .morebtn:not(.active):hover span::after {
    background: #888;
}
#recommend .item .morebtn::before {
    content: "";
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 13px);
    right: 62px;
}
#recommend .item .morebtn.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#recommend .item .morebtn span {
    padding-right: 25px;
    display: block;
    position: relative;
}
#recommend .item .morebtn span::before {
    content: "";
    display: block;
    background: #262626;
    width: 15px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 67px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#recommend .item .morebtn:not(.active) span::after {
    content: "";
    display: block;
    background: #262626;
    width: 3px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    right: 73px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* pop_recoitem */
#recommend .pop_recoitem {
    order: 2;
    background: #fff;
    width: 840px;
    padding: 30px 30px 35px;
    margin-bottom: 35px;
    position: relative;
    display: none;
}
#recommend .pop_recoitem .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#recommend .pop_recoitem .close span::before {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
}
#recommend .pop_recoitem .close span::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
#recommend .pop_recoitem .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    letter-spacing: normal;
}
#recommend .pop_recoitem .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
#recommend .pop_recoitem .txt p {
    line-height: 1.45;
    margin: 0 70px 20px 60px;
}
#recommend .pop_recoitem .choco {
    color: #555555;
    font-size: 1.6rem;
    line-height: 1.375;
}
#recommend .pop_recoitem .choco span {
    display: block;
    margin-bottom: 20px;
}
#recommend .pop_recoitem .choco a {
    color: #555555;
    text-decoration: underline;
}
#recommend .pop_recoitem .price_area {
    border: 2px solid #000;
    background: #fff;
    display: flex;
    padding: 23px 28px;
}
#recommend .pop_recoitem .price_area dt {
    flex-grow: 1;
    align-self: center;
    text-align: center;
    padding: 0 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#recommend .pop_recoitem .price_area dt::after {
    content: "";
    display: block;
    background: #000;
    width: 4px;
    height: 100%;
}
#recommend .pop_recoitem .price_area dd {
    border-left: 3px solid #000;
    padding: 0 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#recommend .pop_recoitem .price_area dd .price li {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0;
}
#recommend .pop_recoitem .price_area dd .price li:nth-of-type(n+2) {
    margin-top: 8px;
}
#recommend .pop_recoitem .price_area dd .price li span {
    font-size: 2rem;
    line-height: 1;
}
#recommend .pop_recoitem  .cake_form_link {
    display: flex;
    align-items: center;
    width: 445px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px 0;
    justify-content: center;
    color: #FFFFFF;
    background: #e96b49;
    position: relative;
}
#recommend .pop_recoitem  .cake_form_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#recommend .pop_recoitem  .cake_form_link .form_txt {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 15px;
}
#recommend .pop_recoitem  .cake_form_link:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    text-decoration: none;
}
#recommend .pop_recoitem  .cake_form_link:hover img {
    opacity:1;
    filter: alpha(opacity=100);
}
#recommend .pop_recoitem .tel {
    background: #04a37c;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    display: flex;
    box-sizing: border-box;
    width: 445px;
}
#recommend .pop_recoitem .tel dt {
    background: #fff;
    color: #04a37c;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recommend .pop_recoitem .tel dd {
    align-self: center;
    flex-grow: 1;
}
#recommend .pop_recoitem .tel .num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#recommend .pop_recoitem .tel .num img {
    margin-right: 4px;
}
#recommend .pop_recoitem .tel .time {
    font-size: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#recommend .pop_recoitem .tel .time strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 6px;
}
#recommend .pop_recoitem .online_link {
    margin-top: 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    width: 445px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
#recommend .pop_recoitem .online_link.hide {
    display: none;
}
#recommend .pop_recoitem .online_link span {
    background: url(../images/base/link_window_w.png) no-repeat left center;
    display: inline-block;
    padding: 0 12px 0 32px;
    position: relative;
    font-weight: bold;
}
#recommend .pop_recoitem .online_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#pop_recoitem_wapper {
    display: none;
}


/******************************************************/
/* Pick Up */
/******************************************************/
#pickup {
    padding-top: 90px;
    margin: auto;
    position: relative;
}
#pickup h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: absolute;
    top: calc(90px - 3rem);
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#pickup h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#pickup h2 span {
    display: block;
    background: #fff;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#pickup .pickup_area {
    border: 4px solid #000;
    width: 900px;
    padding: 110px 46px 46px;
    margin: auto;
}
#pickup .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}
#pickup .item .img {
    position: relative;
    width: 480px;
    height: 480px;
    margin-right: 40px;
    flex-shrink: 0;
}
#pickup .item .choco img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 76px;
    height: auto;
}
#pickup .item .image_attention {
    font-size: 13px;
    line-height: 1.3;
}
#pickup .item .info {
    flex-grow: 1;
}
#pickup .item h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px 0 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
#pickup .item h3::after {
    content: "";
    background: #000;
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
}
#pickup .item .capt {
    font-size: 1.8rem;
    line-height: 1.45;
    padding: 0 25px;
}
#pickup .item .mailbtn {
    width: 250px;
    margin: 20px auto 0;
    line-height: 1;
    /* border: 3px solid #000; */
    color: #FFFFFF;
    background: #f26f94;
    text-decoration: none;
    padding: 21px 32px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
}
#pickup .item .mailbtn::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#pickup .item .mailbtn span.memo {
    font-size: 70%;
    margin-top: 7px;
}
#pickup .item .morebtn {
    background: #262626;
    color: #fff;
    width: 250px;
    padding: 13px 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Staatliches', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#pickup .item .morebtn:hover,
#pickup .item .morebtn:hover span::before,
#pickup .item .morebtn:not(.active):hover span::after {
    background: #888;
}
#pickup .item .morebtn::before {
    content: "";
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 13px);
    right: 62px;
}
#pickup .item .morebtn span {
    padding-right: 25px;
    display: block;
    position: relative;
}
#pickup .item .morebtn span::before {
    content: "";
    display: block;
    background: #262626;
    width: 15px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 67px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#pickup .item .morebtn:not(.active) span::after {
    content: "";
    display: block;
    background: #262626;
    width: 3px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    right: 73px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* pop_box */
#pickup .pop_box {
    background: #f0f0f0;
    padding: 50px 70px 45px;
    position: relative;
    display: none;
}
#pickup .pop_box::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-bottom-color: #f0f0f0;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
#pickup .pop_box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#pickup .pop_box .close span::before {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
}
#pickup .pop_box .close span::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
#pickup .pop_box .data {
    text-align: left;
    letter-spacing: normal;
}
#pickup .pop_box .data p {
    font-size: 1.6rem;
    line-height: 1.5;
}
#pickup .pop_box .data p + p {
    margin-top: 1em;
}
#pickup .pop_box .data ul.checkpoint {
    font-size: 1.6rem;
    line-height: 1.5;
}
#pickup .pop_box .data ul.checkpoint li {
    text-indent: -1em;
    padding-left: 1em;
}
#pickup .pop_box .price_area {
    border: 2px solid #000;
    background: #fff;
    display: flex;
    padding: 23px 10px;
    width: 480px;
    margin: 40px auto 0;
}
#pickup .pop_box .price_area dt {
    flex-grow: 1;
    align-self: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#pickup .pop_box .price_area dt::after {
    content: "";
    display: block;
    background: #000;
    width: 4px;
    height: 100%;
}
#pickup .pop_box .price_area dd {
    border-left: 3px solid #000;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#pickup .pop_box .price_area dd .price li {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0;
}
#pickup .pop_box .price_area dd .price li:nth-of-type(n+2) {
    margin-top: 8px;
}
#pickup .pop_box .price_area dd .price li span {
    font-size: 2rem;
    line-height: 1;
}
#pickup .pop_box .cake_form_link {
    display: flex;
    align-items: center;
    width: 445px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px 0;
    justify-content: center;
    color: #FFFFFF;
    background: #e96b49;
    position: relative;
}
#pickup .pop_box .cake_form_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#pickup .pop_box .cake_form_link .form_txt {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 15px;
}
#pickup .pop_box .cake_form_link:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    text-decoration: none;
}
#pickup .pop_box .cake_form_link:hover img{
    opacity:1;
    filter: alpha(opacity=100);
}

#pickup .pop_box .tel {
    background: #04a37c;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 445px;
    box-sizing: border-box;
}
#pickup .pop_box .tel dt {
    background: #fff;
    color: #04a37c;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pickup .pop_box .tel dd {
    align-self: center;
    flex-grow: 1;
}
#pickup .pop_box .tel .num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#pickup .pop_box .tel .num img {
    margin-right: 4px;
}
#pickup .pop_box .tel .time {
    font-size: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#pickup .pop_box .tel .time strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 6px;
}


/******************************************************/
/* 一覧 */
/******************************************************/
#list {
    padding: 50px 15px 0 50px;
    text-align: center;
    min-width: initial !important;
    width: 1035px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#list h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    width: calc(100% - 35px);
    margin-right: 35px;
}
#list h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#list h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#list .item {
    width: 310px;
    margin: 0 35px 35px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#list .item .img {
    width: 310px;
    height: 310px;
    position: relative;
}
#list .item .img .choco img {
    width: 64px;
    height: auto;
    position: absolute;
    bottom: 5px;
    right: 25px;
}
#list .item h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: normal;
    margin-top: 6px;
    margin-bottom: 13px;
}
#list .item .price {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    padding: 10px 0;
}
#list .item .price dt {
    border-right: 2px solid #000;
    flex-grow: 1;
    align-self: center;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#list .item .price dd {
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 1.25;
}
#list .item .price dd span {
    font-size: 2rem;
    line-height: 1;
}
#list .item .morebtn {
    background: #262626;
    color: #fff;
    width: 180px;
    padding: 13px 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
    text-align: center;
    position: relative;
    display: block;
    align-self: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#list .item .morebtn:hover,
#list .item .morebtn:hover span::before,
#list .item .morebtn:not(.active):hover span::after {
    background: #888;
}
#list .item .morebtn::before {
    content: "";
    display: block;
    background: #fff;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 11px);
    right: 40px;
}
#list .item .morebtn.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-bottom-color: #f0f0f0;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#list .item .morebtn span {
    padding-right: 25px;
    display: block;
    position: relative;
}
#list .item .morebtn span::before {
    content: "";
    display: block;
    background: #262626;
    width: 13px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 44px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#list .item .morebtn:not(.active) span::after {
    content: "";
    display: block;
    background: #262626;
    width: 3px;
    height: 13px;
    position: absolute;
    top: calc(50% - 7px);
    right: 49px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* pop_item */
#list .pop_item {
    margin-right: 35px;
    width: 920px;
    padding: 30px 60px 50px 20px;
    background: #f0f0f0;
    position: relative;
    display: none;
}
#list .pop_item .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#list .pop_item .close span::before {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
}
#list .pop_item .close span::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
#list .pop_item .data {
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: normal;
}
#list .pop_item .image {
    align-self: stretch;
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    margin-right: 20px;
}
#list .pop_item .bx-wrapper .bx-pager {
    bottom: -10px;
}
#list .pop_item .name {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.35;
    padding-top: 10px;
    margin-bottom: 20px;
}
#list .pop_item .txt {
    font-size: 1.8rem;
    line-height: 1.45;
    margin-bottom: 10px;
}
#list .pop_item .taste p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 8px 0;
}
#list .pop_item .choco {
    color: #555555;
    font-size: 1.6rem;
    line-height: 1.375;
}
#list .pop_item .choco a {
    color: #555555;
    text-decoration: underline;
}
#list .pop_item .price_area {
    border: 2px solid #000;
    background: #fff;
    display: flex;
    padding: 23px 8px;
    margin-top: 24px;
}
#list .pop_item .price_area.bake_price {
    display: none;
}
#list .pop_item .price_area dt {
    flex-grow: 1;
    align-self: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
}
#list .pop_item .price_area dt::after {
    content: "";
    display: block;
    background: #000;
    width: 4px;
    height: 100%;
}
#list .pop_item .price_area dd {
    border-left: 3px solid #000;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#list .pop_item .price_area dd .price li {
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 0;
}
#list .pop_item .price_area dd .price li:nth-of-type(n+2) {
    margin-top: 8px;
}
#list .pop_item .price_area dd .price li span {
    font-size: 1.8rem;
    line-height: 1;
}
#list .pop_item .cake_form_link,
#list .pop_item .bake_form_link {
    display: flex;
    align-items: center;
    width: 420px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px 0;
    justify-content: center;
    color: #FFFFFF;
    background: #e96b49;
    position: relative;
}
#list .pop_item .bake_form_link.hide {
    display: none;
}
#list .pop_item .cake_form_link::after, 
#list .pop_item .bake_form_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#list .pop_item .cake_form_link .form_txt ,
#list .pop_item .bake_form_link .form_txt {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 15px;
}
#list .pop_item .cake_form_link:hover,
#list .pop_item .bake_form_link:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    text-decoration: none;
}
#list .pop_item .cake_form_link:hover img,
#list .pop_item .bake_form_link:hover img {
    opacity:1;
    filter: alpha(opacity=100);
}

#list .pop_item .tel {
    background: #04a37c;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
    width: 420px;
}
#list .pop_item .tel dt {
    background: #fff;
    color: #04a37c;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding: 7px;
    margin-bottom: 18px;
}
#list .pop_item .tel .num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#list .pop_item .tel .num img {
    margin-right: 4px;
}
#list .pop_item .tel .time {
    font-size: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#list .pop_item .tel .time strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 6px;
}

#list .pop_item .online_link {
    margin-top: 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    width: 420px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    display: block;
}
#list .pop_item .online_link.hide {
    display: none;
}
#list .pop_item .online_link span {
    background: url(../images/base/link_window_w.png) no-repeat left center;
    display: inline-block;
    padding: 0 12px 0 32px;
    position: relative;
    font-weight: bold;
}
#list .pop_item .online_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#pop_item_wapper {
    display: none;
}


/******************************************************/
/* カスタマイズ */
/******************************************************/
#customize {
    padding-top: 90px;
    margin: auto;
    position: relative;
}
#customize h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: absolute;
    top: calc(90px - 3rem);
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#customize h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#customize h2 span {
    display: block;
    background: #fff;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#customize .customize_area {
    border: 4px solid #000;
    width: 900px;
    padding: 110px 46px 11px;
    margin: auto;
}
#customize .customize_area dl {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    padding: 35px 0;
}
#customize .customize_area dl#choco_change {
    border-bottom: 3px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
#customize .customize_area .img {
    width: 450px;
    margin-right: 45px;
    flex-shrink: 0;
}
#customize .customize_area dd {
    flex-grow: 1;
}
#customize .customize_area h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
    text-align: center;
    position: relative;
}
#customize .customize_area .choco {
    background: #f2f0ee url(../images/decoration/customize_choco.png) no-repeat 15px center;
    padding: 18px 10px 18px 85px;
    font-size: 1.7rem;
    line-height: 1.45;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 20px;
}
#customize .customize_area .capt {
    font-size: 1.8rem;
    line-height: 1.45;
    padding: 0 10px;
}


/******************************************************/
/* ご予約について */
/******************************************************/
#reservation {
    padding-top: 100px;
    margin: auto;
    position: relative;
}
#reservation h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: absolute;
    top: calc(100px - 3rem);
    left: 0;
    right: 0;
    z-index: 10;
}
#reservation h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#reservation h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#reservation .reservation_area {
    background: #f0f0f0;
    width: 880px;
    padding: 95px 60px 50px;
    margin: auto;
}
#reservation .reservation_area dl {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    padding: 35px 0;
}
#reservation .reservation_area .img {
    width: 400px;
    margin-right: 40px;
    flex-shrink: 0;
}
#reservation .reservation_area dd {
    flex-grow: 1;
}
#reservation .reservation_area .capt {
    font-size: 1.8rem;
    line-height: 1.45;
    padding: 0 10px;
}
#reservation .reservation_area .cake_form_link {
    display: flex;
    align-items: center;
    width: 440px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px 0;
    justify-content: center;
    color: #FFFFFF;
    background: #e96b49;
    position: relative;
}
#reservation .reservation_area .cake_form_link::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#reservation .reservation_area .cake_form_link .form_txt {
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 15px;
}
#reservation .reservation_area .cake_form_link:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    text-decoration: none;
}
#reservation .reservation_area .cake_form_link:hover img{
    opacity:1;
    filter: alpha(opacity=100);
}
#reservation .reservation_area .tel {
    background: #04a37c;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    width: 440px;
    box-sizing: border-box;
}
#reservation .reservation_area .tel dt {
    background: #fff;
    color: #04a37c;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding: 7px;
    margin-bottom: 18px;
}
#reservation .reservation_area .tel .num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#reservation .reservation_area .tel .num img {
    margin-right: 4px;
}
#reservation .reservation_area .tel .time {
    font-size: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#reservation .reservation_area .tel .time strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 6px;
}


/******************************************************/
/* ご案内 */
/******************************************************/
#information{
    padding-top: 100px;
    margin: auto;
    position: relative;
}
#information h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: absolute;
    top: calc(100px - 3rem);
    left: 0;
    right: 0;
    z-index: 10;
}
#information h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#information h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#information .information_area {
    background: #f2f2f2;
    width: 880px;
    padding: 120px 60px 50px;
    margin: auto;
}
#information .information_area p {
    text-align: center;
}
#information .information_area .btn {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: 'Staatliches', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#information .information_area .btn a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 18px 32px;
    min-width: 310px;
    position: relative;
}
#information .information_area .btn a[target="_blank"] span {
    background: url(../images/base/link_window_w.png) no-repeat left center;
    display: inline-block;
    padding: 0 12px 0 32px;
    position: relative;
}
#information .information_area .btn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#information .information_area .instabtn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
#information .information_area .instabtn a {
    margin: 20px auto 0;
    display: block;
    width: 310px;
    background: #262626;
    border: none;
    padding: 20px 32px 13px;
    position: relative;
}
#information .information_area .instabtn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}

#information .information_area .pdf_btn a {
    width: 310px;
    margin: 20px auto 0;
    line-height: 1;
    border: 3px solid #000;
    color: #000;
    text-decoration: none;
    padding: 18px 32px;
    position: relative;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
}
#information .information_area .pdf_btn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    position: absolute;
    bottom: 7px;
    right: 6px;
}


/******************************************************/
/* 他のスイーツ */
/******************************************************/
#other {
    padding: 80px 0 50px;
    margin: auto;
    position: relative;
}
#other h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#other h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#other h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#other .other_area {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/******************************************************/
/* コンセプト */
/******************************************************/
#concept {
    width: 750px;
    min-width: initial !important;
    padding: 105px 0 100px;
    margin: auto;
}
#concept h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#concept h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#concept h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#concept .bxslider {
    width: 750px;
    margin: 40px auto 0;
}


/******************************************************/
/* イートイン */
/******************************************************/
#eatin {
    background: #f2f2f2;
}
#eatin .bg {
    width: 750px;
    padding: 105px 0 100px;
    margin: auto;
}
#eatin h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#eatin h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#eatin h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#eatin .bxslider {
    width: 650px;
    margin: 40px auto 0;
}


/******************************************************/
/* 店舗情報 */
/******************************************************/
#shop {
    padding: 0;
}
#shop h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#shop h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#shop h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 6px;
}
#shop .info {
    position: relative;
    max-width: 900px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}
#shop .info dl {
    width: 43%;
    display: flex;
    margin: 10px 0 20px;
}
#shop .info dl:nth-of-type(2n) {
    width: 57%;
}
#shop .info dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 5em;
    flex-shrink: 0;
    text-align: right;
    align-self: center;
}
#shop .info dd {
    border-left: 3px solid #000;
    padding-left: 24px;
    margin-left: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
#shop .info dd .time span {
    display: inline-block;
    width: 3em;
}
#shop .info dd.tel a {
    text-decoration: none;
    color: #000000;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
}
#shop .info dd.tel .num {
    margin-left: 6px;
}
#shop .info dd.tel span.note {
    display: block;
    background: #000;
    color: #fff;
    padding: 7px 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
}
#shop .info dd.tel .attention {
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.35;
}
#shop .info dd.address .note {
    background: #f2f2f2;
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: normal;
    padding: 10px 15px;
    margin-top: 10px;
}
#shop .info dd.address .note li {
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: normal;
    margin: 2px 0;
}
#shop .mapbtn {
    text-align: center;
}
#shop .mapbtn a {
    border: 3px solid #000;
    max-width: 294px;
    width: 96%;
    height: 60px;
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 110px;
}
#shop .mapbtn a:hover {
    text-decoration: none;
}
#shop .mapbtn a img {
    margin-right: 8px;
    flex-shrink: 0;
}
#shop .mailmagazine {
    text-align: center;
    margin-bottom: 80px;
}
#shop .other_sweets{
    margin-top: -20px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#shop_other_sweets {
    margin: 100px auto 0;
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#shop .other_sweets li,
#shop_other_sweets li {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
}
#shop .other_sweets li img ,
#shop_other_sweets li img {
    width: 100%;
    height: auto;
}
/* 系列店情報 */
#affiliated_store {
    background: #f2f2f2;
    padding: 111px 0  125px;
}
#affiliated_store h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 53px;
    position: relative;
}
#affiliated_store h2::after {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
#affiliated_store h2 span {
    display: block;
    padding: 0 30px;
    font-size: 6rem;
    line-height: 1.1;
    margin-bottom: 6px;
}
#affiliated_store #affiliated_store_navi {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 16px;
}
#affiliated_store #affiliated_store_navi li {
    display: flex;
}
#affiliated_store #affiliated_store_navi li a {
    display: flex;
    width: 220px;
    background: #000000;
    color: #FFFFFF;
    padding: 15px 0 13px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none !important;
    position: relative;
    padding-right: 4px;
}
#affiliated_store #affiliated_store_navi li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}
#affiliated_store .affiliated_info_area {
    background: #FFFFFF;
    padding: 60px 53px 50px;
    width: 1000px;
    margin: 50px auto 0;
    min-width: auto;
    box-sizing: border-box;
}

#affiliated_store .affiliated_info_area .shop_about {
    display: flex;
    align-items:center;
}
#affiliated_store .shop_about .slide_area {
    width: 480px;
    flex-shrink: 0;
}
#affiliated_store .shop_about .data_area {
    padding-left: 45px;
}
#affiliated_store .shop_about .data_area h3 {
    font-size: 26px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    text-align: left;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}
#affiliated_store .shop_about .data_area h3 span {
    font-size: 17px;
    letter-spacing: -0.1em;
}
#affiliated_store .shop_about .data_area .txt {
    font-size: 17px;
    line-height: 1.88;
    margin-top: 20px;
    text-align: left;
    letter-spacing: -0.05em;
}
#affiliated_store .shop_info {
    padding-top: 50px;
    display: grid;
    grid-template-columns : 1fr 1fr;
}
#affiliated_store #affiliated_store_neutral .shop_info .holiday,
#affiliated_store #affiliated_store_steer .shop_info .holiday {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 25px;
}
#affiliated_store #affiliated_store_neutral .shop_info .business_time,
#affiliated_store #affiliated_store_steer .shop_info .business_time {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 25px;
}
#affiliated_store #affiliated_store_neutral .shop_info .tel_info,
#affiliated_store #affiliated_store_steer .shop_info .tel_info {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-bottom: 25px;
}
#affiliated_store #affiliated_store_neutral .shop_info .address_info,
#affiliated_store #affiliated_store_steer .shop_info .address_info {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}
#affiliated_store #affiliated_store_neutral .shop_info .sns_area,
#affiliated_store #affiliated_store_steer .shop_info .sns_area {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
#affiliated_store #affiliated_store_2626 .shop_info .holiday {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 25px;
}
#affiliated_store #affiliated_store_2626 .shop_info .holiday dt {
    padding: 17px 0;
}
#affiliated_store #affiliated_store_2626 .shop_info .business_time {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 25px;
}
#affiliated_store #affiliated_store_2626 .shop_info .address_info {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
}
#affiliated_store #affiliated_store_2626 .shop_info .sns_area {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
#affiliated_store #affiliated_store_steer .shop_info .business_time .time span {
    display: inline-block;
    width: 3em;
}
#affiliated_store .shop_info dl  {
    width: 450px;
    display: flex;
}
#affiliated_store .shop_info dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 6em;
    flex-shrink: 0;
    text-align: right;
    align-self: center;
}
#affiliated_store .shop_info dl:nth-of-type(2n + 1) dt {
    width: 3.5em;
}
#affiliated_store .shop_info dl dd {
    border-left: 3px solid #000;
    padding-left: 24px;
    margin-left: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
#affiliated_store .shop_info dd.tel a {
    text-decoration: none;
    color: #000000;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
}
#affiliated_store .shop_info dd.tel .num {
    margin-left: 6px;
}
#affiliated_store .shop_info dd.tel span.note {
    display: block;
    background: #000;
    color: #fff;
    padding: 7px 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    width: 220px;
}
#affiliated_store .shop_info dd.tel .attention {
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.35;
}
#affiliated_store  .shop_info .parking {
    padding: 12px 14px;
    background: #f2f2f2;
    box-sizing: border-box;
    margin-top: 8px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    min-width: 220px;
}
#affiliated_store .shop_info .mapbtn {
    flex-grow: 1;
    width: 100%;
}
#affiliated_store .shop_info .mapbtn a {
    border: 2px solid #000;
    box-sizing: border-box;
    width: 220px;
    height: 55px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
#affiliated_store .shop_info .mapbtn a img {
    margin-right: 8px;
    flex-shrink: 0;
}
#affiliated_store .shop_info .instabtn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 220px;
}
#affiliated_store .shop_info .instabtn a {
    box-sizing: border-box;
    width: 220px;
    height: 55px;
    background: #000000;
    border: none;
    padding: 15px 0 11px;
    position: relative;
    display: block;
}
#affiliated_store .shop_info .instabtn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
#affiliated_store .shop_info .instabtn a img {
    width: 120px;
    height: auto;
}
#affiliated_store .shop_info .hp_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 220px;
}
#affiliated_store .shop_info .hp_btn a {
    box-sizing: border-box;
    width: 220px;
    height: 55px;
    background: #000000;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    padding: 15px 0 11px;
    position: relative;
    display: block;
}
#affiliated_store .shop_info .hp_btn a:hover {
    text-decoration: none;
}
#affiliated_store .shop_info .hp_btn a::after {
    content: "";
    display: inline;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
/******************************************************/
/* 求人情報 */
/******************************************************/
#recruit {
    padding: 105px 0 0;
}
#recruit p.intro {
    text-align: center;
}
#recruit table.outline {
    width: 1000px;
    margin: 40px auto 0;
    border: 2px solid #262626;
    border-bottom: none;
}
#recruit table.outline th {
    background: #f4f4f4;
    width: 10em;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #262626;
}
#recruit table.outline td {
    padding: 20px;
    border: none;
    border-left: 2px solid #262626;
    border-bottom: 2px solid #262626;
}
#recruit table.outline td p + p {
    margin-top: 1em;
}
#recruit .oubo {
    background: #f9f4dd;
    width: 1000px;
    margin: 30px auto 0;
}
#recruit .oubo dl {
    padding: 40px 0 36px;
    text-align: center;
}
#recruit .oubo dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
#recruit .oubo dd p {
    text-align: center;
}
#recruit .oubo dd p.telbtn {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
#recruit .oubo dd p.telbtn a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 26px 75px;
}
#recruit .oubo dd p.telbtn a span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
}
#recruit .oubo dd p.telbtn a span::before {
    content: "";
    background: url(../images/base/icon_tel.png) no-repeat;
    width: 28px;
    height: 33px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#recruit .oubo dd p.telbtn a strong {
    display: none;
}

/******************************************************/
/* Privacy Policy */
/******************************************************/
#privacy_policy {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
}
#privacy_policy .description {
    font-size: 18px;
    line-height: 1.94;
    text-align: left;
}
#privacy_policy section.policy {
    margin-top: 35px;
    text-align: left;
}
#privacy_policy section.policy h2 {
    display: flex;
    align-items: center;
    border-left: 7px solid #000;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
    font-size: 24px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
#privacy_policy section.policy h2 span.num {
    margin-right: 55px;
}
#privacy_policy section.policy h2 span.sub_title {
}
#privacy_policy section.policy .txt {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 13px;
    padding: 0 0 0 25px;
}
#privacy_policy section.policy ul {
    margin-top: 13px;
    padding: 0 0 0 25px;
}
#privacy_policy section.policy li {
    font-size: 16px;
    line-height: 1.88;
    margin-top: 7px;
    text-indent: -1em;
    padding-left: 1em;
}
#privacy_policy section.policy h3 {
    font-weight: 600;
    margin-top: 50px;
    font-size: 20px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
#privacy_policy section.policy .google {
    margin-top: 30px;
    font-size: 18px;
    padding-left: 0;
}
#privacy_policy section.contact_area  {
    margin-top: 70px;
}
#privacy_policy section.contact_area h2  {
    font-weight: 600;
    background: #262626;
    color: #FFFFFF;
    font-size: 22px;
    padding: 11px 0;
    line-height: 1;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
#privacy_policy section.contact_area .txt  {
    padding-left: 75px;
    text-align: left;
    margin-top: 30px;
}
#privacy_policy section.contact_area table {
    margin: 55px auto 0;
    width: 900px;
    border-top: 1px solid #d7d7d7;
    border-left: none;
}
#privacy_policy section.contact_area th {
    border-bottom: 1px solid #d7d7d7;
    padding: 22px 0 22px 80px;
    width: 250px;
    font-size: 22px;
    border-right: none;
}
#privacy_policy section.contact_area td {
    border-bottom: 1px solid #d7d7d7;
    padding: 22px 0 22px 10px;
    font-size: 18px;
    border-right: none;
}

/******************************************************/
/* 特商 */
/******************************************************/
#tokusho {
    padding-bottom: 50px;
}
#tokusho  table {
    margin: 85px auto 0;
    width: 900px;
    border-left: none;
    border-top: none;
}
#tokusho  th {
    border-bottom: 1px solid #d7d7d7;
    padding: 22px 0 22px 20px;
    width: 290px;
    font-size: 18px;
    border-right: none;
}
#tokusho  td {
    border-bottom: 1px solid #d7d7d7;
    padding: 22px 0 22px 10px;
    font-size: 16px;
    border-right: none;
}
#tokusho  td dl:nth-of-type(2) {
    margin-top: 30px;
}
#tokusho  td dd {
    margin-top: 7px;
}

.bagle_maintenance {
    color: #f11736;
    background: #ffedf8;
    font-size: 18px;
    width: 650px;
    margin: 80px auto 70px;
    text-align: center;
    padding: 45px 0;
    font-weight: bold;
    border-radius: 8px;
}

}