@charset "UTF-8";

/*コンテナ
---------------------------------------------------------------------------*/
.ly_cont {
    position: relative;
}

.ly_cont_side {
    display: none;
}

/*コンテナ レスポンシブ*/
@media screen and (min-width: 992px) {
    .ly_cont {
        position: relative;
    }

    .ly_cont.ly_cont__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ly_cont_main {
        position: relative;
        width: calc(100% - 60px);
    }

    .ly_cont_side {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        width: 60px;
        z-index: 20;
    }
}

/*カラム
---------------------------------------------------------------------------*/
.ly_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ly_col.ly_col__2 {
    margin-bottom: -40px;
}

.ly_col.ly_col__2 > * {
    -ms-flex-preferred-size: calc((100% - 35px) / 2);
    flex-basis: calc((100% - 35px) / 2);
    margin-right: 35px;
    margin-bottom: 40px;
}

.ly_col.ly_col__2 > *:nth-of-type(2n) {
    margin-right: 0;
}

/*カラム レスポンシブ*/
@media screen and (max-width: 767px) {
    .ly_col {
        display: block;
    }

    .ly_col.ly_col__2 {
        margin-bottom: -20px;
    }

    .ly_col.ly_col__2 > * {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/*===================================================================================*/
/*  共通非表示                                                    */
/*===================================================================================*/
.pc-view {
    display: block
}

.sp-view {
    display: none
}

@media only screen and (max-width: 767px) {
    .pc-view {
        display: none;
    }

    .sp-view {
        display: block;
    }
}


/*ヘッダー
---------------------------------------------------------------------------*/
.ly_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.bl_header {
    position: relative;
    background-color: #3B2B21;
    z-index: 101;
}

.bl_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
}

.bl_header_logoWrapper {
    max-width: 210px;
}

.bl_header_logoBk {
    display: none;
}

.bl_header a {
    color: #fff;
}

.bl_header .bl_gnav {
    display: none;
}

/*ヘッダー レスポンシブ*/
@media screen and (min-width: 992px) {
    .ly_header {
        position: absolute;
    }

    .bl_header {
        position: static;
        background-color: transparent;
    }

    .bl_header_inner {
        height: 113px;
    }

    .bl_header_logoWrapper {
        max-width: 310px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_header_logoWrapper:focus,
    .bl_header_logoWrapper:hover {
        opacity: 0.6;
    }
}

/*ヘッダー（スクロール固定）
---------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {

    .js_header.is_fixed,
    .js_header.is_subfixed {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 60px);
        background: #F5F5F0 url(../img/common/bg_base.svg);
        border-bottom: 1px solid rgba(52, 30, 16, 0.3);
    }

    .js_header.is_fixed .bl_header_logoW,
    .js_header.is_subfixed .bl_header_logoW {
        display: none;
    }

    .js_header.is_fixed .bl_header_logoBk,
    .js_header.is_subfixed .bl_header_logoBk {
        display: block;
    }

    .js_header.is_fixed .bl_header a,
    .js_header.is_subfixed .bl_header a {
        color: #341E10;
    }

    .js_header.is_fixed .bl_header_right,
    .js_header.is_subfixed .bl_header_right {
        display: block;
    }

    .js_header.is_fixed .bl_gnav,
    .js_header.is_subfixed .bl_gnav {
        display: block;
    }

    .js_header.is_active {
        background: #fff;
        z-index: 100;
        height: 55px;
        border-bottom: 1px solid #EFEFEF;
    }

    .js_header_inner.is_active {
        z-index: 101;
    }

    .js_header_inner.is_active .bl_header_logoW {
        display: none;
    }

    .js_header_inner.is_active .bl_header_logoBk {
        display: block;
    }

    .js_header_inner.is_active .bl_hmbMenu_bar {
        background-color: #341E10;
    }
}

/*グローバルナビゲーション
---------------------------------------------------------------------------*/
/*グローバルナビゲーション レスポンシブ*/
@media screen and (min-width: 992px) {
    .bl_gnav {
        font-size: 1.5rem;
    }

    .bl_gnav_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "caligra", sans-serif;
        font-weight: 700;
    }

    .bl_gnav_inner > li {
        margin-right: 18px;
        margin-bottom: 0;
        padding: 0;
        border-bottom-width: 0;
    }

    .bl_gnav_inner > li:last-child {
        margin-right: 0;
    }

    .bl_gnav_inner > li a {
        padding: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        white-space: nowrap;
    }

    .bl_gnav_inner > li a:focus,
    .bl_gnav_inner > li a:hover {
        opacity: 0.6;
    }

    .bl_gnav.js_gnav {
        display: block;
    }

    .bl_gnav.bl_gnav__sub {
        margin-top: 0.5em;
        font-size: 1.3rem;
    }

    .bl_gnav.bl_gnav__sub .bl_gnav_inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .bl_gnav.bl_gnav__sub li a::before {
        display: inline-block;
        margin-right: 0.6em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent #341E10;
        content: "";
    }
}

@media screen and (min-width: 1200px) {
    .bl_gnav {
        font-size: 2.1rem;
    }

    .bl_gnav_inner > li {
        margin-right: 18px;
    }

    .bl_gnav.bl_gnav__sub {
        font-size: 1.6rem;
    }
}

/*ハンバーガーメニュー
---------------------------------------------------------------------------*/
.bl_hmbMenu {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 101;
    outline: none;
    text-align: center;
    cursor: pointer;
}

.bl_hmbMenu_inner {
    display: inline-block;
    cursor: pointer;
}

.bl_hmbMenu_bar {
    display: block;
    margin-bottom: 8px;
    width: 24px;
    height: 1px;
    background-color: #341E10;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.bl_hmbMenu_bar:last-child {
    margin-bottom: 0;
}

.bl_hmbMenu > img {
    width: 27px;
}

.bl_hmbMenu_txt {
    display: block;
    margin-top: 0.6em;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.js_hmbMenu.is_active .bl_hmbMenu_bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.js_hmbMenu.is_active .bl_hmbMenu_bar:nth-of-type(2) {
    opacity: 0;
}

.js_hmbMenu.is_active .bl_hmbMenu_bar:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

/*ハンバーガーメニュー レスポンシブ*/
@media screen and (min-width: 992px) {
    .bl_hmbMenu {
        display: none;
    }
}

/*メニュー
---------------------------------------------------------------------------*/
.bl_menu {
    display: none;
}

/*メニュー レスポンシブ*/
@media screen and (min-width: 992px) {
    .bl_menuWrapper {
        margin-top: -182px;
        margin-bottom: 39px;
    }

    .bl_menu {
        display: block;
    }

    .bl_menu_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 113px;
    }

    .bl_menu_logoWrapper {
        max-width: 310px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_menu_logoWrapper:focus,
    .bl_menu_logoWrapper:hover {
        opacity: 0.6;
    }
}

/*サイドバー
---------------------------------------------------------------------------*/
.bl_sidebar {
    position: relative;
    padding: 25px 13px;
    height: 100%;
    border-left: 1px solid rgba(52, 30, 16, 0.3);
}

.bl_sidebar_links {
    padding: 0 2px;
}

.bl_sidebar_links > li {
    margin-bottom: 15px;
}

.bl_sidebar_links > li:last-child {
    margin-bottom: 0;
}

.bl_sidebar_links > li a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bl_sidebar_links > li a:focus,
.bl_sidebar_links > li a:hover {
    opacity: 0.6;
}

.bl_sidebar_menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bl_sidebar_menu .bl_hmbMenu {
    display: block;
    margin: 0 auto;
}

.bl_sidebar_menu > span {
    display: inline-block;
    margin-top: 0.3em;
    font-size: 1rem;
}

.bl_sidebar_bottom {
    position: absolute;
    bottom: 25px;
}

/*フェードナビゲーション
---------------------------------------------------------------------------*/
.bl_fadeNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
}

.bl_fadeNav_inner {
    height: 100%;
    overflow-y: auto;
}

.bl_fadeNav_area {
    padding-top: 65px;
    overflow-y: auto;
}

.bl_fadeNav_logo {
    display: none;
}

.bl_fadeNav_nav {
    border-top: 1px solid #EFEFEF;
}

.bl_fadeNav_nav > li {
    border-bottom: 1px solid #EFEFEF;
}

.bl_fadeNav_nav > li a {
    display: block;
    padding: 15px 15px 15px 30px;
}

.bl_fadeNav .bl_fadeNav_pulldown {
    position: relative;
}

.bl_fadeNav .bl_fadeNav_pulldown::after {
    display: inline-block;
    margin-left: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1px 7px 0 7px;
    border-color: #341E10 transparent transparent transparent;
    content: "";
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bl_fadeNav .bl_fadeNav_pulldown + ul {
    display: none;
    padding-left: 70px;
    border-top: 1px solid #EFEFEF;
}

.bl_fadeNav .bl_fadeNav_pulldown + ul a {
    font-size: 1.4rem;
    padding: 12px 0;
}

.bl_fadeNav .bl_fadeNav_pulldown + ul ul {
    padding-left: 30px;
}

.bl_fadeNav .bl_fadeNav_pulldown + ul ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_fadeNav .bl_fadeNav_pulldown + ul ul a::before {
    display: inline-block;
    width: 15px;
    height: 1px;
    margin-right: 5px;
    background-color: #341E10;
    content: "";
}

.bl_fadeNav .bl_fadeNav_pulldown.is_active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bl_fadeNav_bottom {
    padding: 20px 20px 0 30px;
}

.bl_fadeNav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.bl_fadeNav_sns > li {
    margin-right: 25px;
}

.bl_fadeNav_sns > li:last-child {
    margin-right: 0;
}

.bl_fadeNav_sns > li a {
    display: block;
    width: 40px;
}

.bl_fadeNav_btn {
    margin-bottom: 15px;
}

.bl_fadeNav_btn a {
    display: inline-block;
    padding: 0.4em 2em;
    border: 1px solid #707070;
    width: 212px;
    max-width: 100%;
    background-color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    text-decoration: none;
}

.bl_fadeNav_privacy {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.bl_fadeNav_copy {
    font-size: 1.2rem;
}

.bl_fadeNav_bg {
    display: none;
}

/*フェードナビゲーション レスポンシブ*/
@media screen and (min-width: 992px) {
    .bl_fadeNav {
        width: calc(100% - 60px);
    }

    .bl_fadeNav_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .bl_fadeNav_area {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 75px 0 30px;
    }

    .bl_fadeNav_logo {
        display: block;
        margin: 0 0 40px 55px;
        width: 310px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_fadeNav_logo:focus,
    .bl_fadeNav_logo:hover {
        opacity: 0.6;
    }

    .bl_fadeNav_nav > li > a {
        padding: 15px 20px 15px 40px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_fadeNav_nav > li > a:focus,
    .bl_fadeNav_nav > li > a:hover {
        background-color: #EFEFEF;
    }

    .bl_fadeNav .bl_fadeNav_pulldown + ul {
        padding-left: 200px;
    }

    .bl_fadeNav .bl_fadeNav_pulldown + ul a:focus,
    .bl_fadeNav .bl_fadeNav_pulldown + ul a:hover {
        text-decoration: underline;
    }

    .bl_fadeNav .bl_fadeNav_pulldown + ul ul {
        padding-left: 50px;
    }

    .bl_fadeNav_bottom {
        padding-left: 40px;
    }

    .bl_fadeNav_sns {
        display: none;
    }

    .bl_fadeNav_btn {
        margin-bottom: 25px;
    }

    .bl_fadeNav_btn a {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_fadeNav_btn a:focus,
    .bl_fadeNav_btn a:hover {
        opacity: 0.6;
    }

    .bl_fadeNav_privacy a:focus,
    .bl_fadeNav_privacy a:hover {
        text-decoration: underline;
    }

    .bl_fadeNav_bg {
        display: block;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        background: url(../img/common/navbg.jpg) no-repeat center/cover;
    }
}

/*メインビジュアル
---------------------------------------------------------------------------*/
.bl_MV {
    position: relative;
}

.bl_MV_inner {
    position: relative;
}

.bl_MV .swiper-container {
    margin: 0 -15px;
}

.bl_MV .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 80px;
}

.bl_MV_catch {
    position: absolute;
    top: 50%;
    left: 60px;
    color: #fff;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

/*イベント・見学会情報 レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_MV {
        background-color: #fff;
    }

    .bl_MV .swiper-slide {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom-right-radius: 30px;
    }

    .bl_MV_catch {
        left: 15px;
        font-size: 3.5rem;
    }
}

/*イベント・見学会情報
---------------------------------------------------------------------------*/
.bl_info {
    padding: 20px 0;
    background-color: #fff;
}

.bl_info_ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-family: "caligra", sans-serif;
    font-weight: 700;
    text-align: center;
}

.bl_info_txt ul {
    margin-bottom: 10px;
}

.bl_info_txt ul > li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #341E10;
}

.bl_info_txt ul > li:last-child {
    margin-bottom: 0;
}

.bl_info_date {
    display: block;
}

.bl_info_btn {
    text-align: right;
}

/*イベント・見学会情報 レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_info {
        display: inline-block;
        position: relative;
        margin: 0;
        left: 25px;
        bottom: 210px;
        padding: 10px 5px;
        border: 4px solid #fff;
        background-color: rgba(255, 255, 255, 0.8);
        min-width: 540px;
        max-width: none;
        z-index: 1;
        min-height: 160px
    }

    .bl_info_ttl {
        margin-bottom: 4px;
        font-size: 2.1rem;
    }

    .bl_info_txt {
        font-size: 1.7rem;
    }

    .bl_info_txt ul {
        margin-bottom: 0;
    }

    .bl_info_txt ul > li {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

    .bl_info_txt ul > li a:focus,
    .bl_info_txt ul > li a:hover {
        text-decoration: underline;
    }

    .bl_info_date {
        display: inline-block;
        margin-right: 0.6em;
    }
}

@media screen and (min-width: 992px) {
    .bl_info {
        /* margin-bottom: 18px; */
    }
}

/*メッセージ
---------------------------------------------------------------------------*/
.bl_msg {
    padding: 50px 0;
}

.bl_msg_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bl_msg_ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.8;
}

.bl_msg_desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}

.bl_msg_desc_inner {
    margin-bottom: 15px;
    line-height: 2;
    font-size: 1.7rem
}

.bl_msg_desc_inner > p {
    margin-bottom: 25px;
    line-height: 1.6;
}

.bl_msg_desc_inner > p:last-child {
    margin-bottom: 0;
}

.bl_msg_desc_btn {
    text-align: right;
}

.bl_msg_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto 25px;
    width: 217px;
    height: auto;
}

/*メッセージ レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_msg {
        margin-top: -80px;
        padding: 0;
    }

    .bl_msg .container {
        max-width: none;
    }

    .bl_msg_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        color: #000;
    }

    .bl_msg_ttl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-left: 10px;
        text-align: left;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: 2.3rem;
        line-height: 1.5
    }

    .bl_msg_desc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px 0 0;
        height: 430px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .bl_msg_desc_inner {
        margin-bottom: 0;
        height: 340px;
    }

    .bl_msg_desc_inner > p {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .bl_msg_desc_inner > p:last-child {
        margin-left: 15px;
    }

    .bl_msg_desc_btn {
        position: absolute;
        bottom: 20px;
        left: 30px;
        text-align: left;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .bl_msg_img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        width: auto;
        max-width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .bl_msg {
        margin-top: 0;
    }

    .bl_msg .container {
        max-width: 960px;
    }

    .bl_msg_ttl {
        margin-left: 40px;
        font-size: 3.3rem;
    }

    .bl_msg_desc {
        margin-left: 20px;
        padding-top: 30px;
        height: 450px;
    }

    .bl_msg_desc_inner {
        height: 370px;
        font-size: 1.9rem
    }

    .bl_msg_desc_inner > p {
        margin-left: 30px;
    }

    .bl_msg_img {
        max-width: 370px;
    }
}

@media screen and (min-width: 1200px) {
    .bl_msg .container {
        max-width: 1280px;
    }

    .bl_msg_ttl {
        padding-top: 40px;
    }

    .bl_msg_desc {
        padding-top: 70px;
    }

    .bl_msg_desc p {
        line-height: 2;
    }

    .bl_msg_desc_btn {
        bottom: -50px;
        margin-bottom: 15px
    }

    .bl_msg_img {
        -ms-flex-preferred-size: 370px;
        flex-basis: 350px;
    }
}

/*セクション
---------------------------------------------------------------------------*/
.bl_sect {
    padding: 90px 0;
}

.bl_sect_ttlWrapper {
    text-align: center;
    margin-bottom: 30px;
}

.bl_sect_ttl {
    display: inline-block;
    position: relative;
    font-family: "caligra", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 3.3rem;
}

.bl_sect_ttl::before,
.bl_sect_ttl::after {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 1.1em;
    height: 1.6em;
    background: url(../img/common/title_deco.svg) no-repeat center/contain;
    content: "";
}

.bl_sect_ttl::before {
    left: -1.2em;
}

.bl_sect_ttl::after {
    right: -1.2em;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.bl_sect_ttl > span {
    display: block;
    font-size: 2.1rem;
}

.bl_sect_desc {
    margin-bottom: 35px;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
}

.bl_sect_body {
    margin-bottom: 30px;
}

.bl_sect_btn {
    text-align: center;
}

.bl_cat_b_ttl {
    margin-top: 25px
}

.bl_cat_b_ttl span {
    background-color: #341E10;
    color: #fff;
    font-size: 2.5rem;
    /*font-family: "caligra";*/
    padding: 8px 20px;
    border-radius: 30px
}

.bl_cat_ttl {
    background-color: #341E10;
    color: #fff;
    font-size: 2.5rem;
    font-family: "caligra";
    padding: 4px 13px;
    margin-bottom: 30px;
    text-align: center
}

.top_post_banner {
    margin: -15px auto 45px;
    max-width: 400px
}

/*セクション レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_sect {
        padding: 45px 0 50px;
    }

    .bl_sect_ttlWrapper {
        margin-bottom: 20px;
    }

    .bl_sect_ttl {
        font-size: 2.7rem;
    }

    .bl_sect_ttl::before,
    .bl_sect_ttl::after {
        width: 30px;
        height: 44px;
    }

    .bl_sect_ttl::before {
        left: -1.2em;
    }

    .bl_sect_ttl::after {
        right: -1.2em;
    }

    .bl_sect_ttl > span {
        font-size: 1.7rem;
    }

    .bl_sect_desc {
        margin-bottom: 25px;
        text-align: left;
        font-size: 1.6rem;
    }

    .bl_sect_body {
        margin-bottom: 30px;
    }

    .bl_cat_ttl {
        font-size: 2.2rem
    }

    .top_post_banner {
        margin: -10px auto 30px;
        max-width: 400px
    }


}

/*バナー
---------------------------------------------------------------------------*/
.bl_bannerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px
}

.bl_bannerlist > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.bl_bannerlist li:first-child {
    margin-right: 15px
}



/*バナー レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_bannerlist {
        display: block;
        margin: 25px 0 35px !important
    }

    .bl_bannerlist > * {
        margin-bottom: 15px;
    }

    .bl_bannerlist > *:last-child {
        margin-bottom: 0;
    }

    .bl_bannerlist li:first-child {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .bl_bannerlist a {
        display: block;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_bannerlist a:focus,
    .bl_bannerlist a:hover {
        opacity: 0.6;
    }
}

/*インスタグラム
---------------------------------------------------------------------------*/
.bl_insta_ttl {
    margin: 0 auto 30px;
    width: 237px;
}

.bl_insta_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.bl_insta_gallery > li {
    margin-bottom: 10px;
    width: calc((100% - 10px * 5) / 6);
    margin-right: 9px;
}

.bl_insta_gallery > li:nth-of-type(6n) {
    margin-right: 0;
}

.bl_insta_gallery > li a {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.bl_insta_gallery > li a > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
}

/*インスタグラム レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_insta_ttl {
        margin: 0 auto 20px;
        width: 200px;
    }

    .bl_insta_gallery {
        margin-bottom: -2px;
    }

    .bl_insta_gallery > li {
        margin-bottom: 2px;
        width: calc((100% - 3px * 2) / 3);
        margin-right: 2px;
    }

    .bl_insta_gallery > li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .bl_insta_gallery > li a {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_insta_gallery > li a:focus,
    .bl_insta_gallery > li a:hover {
        opacity: 0.6;
    }
}

/*フッター
---------------------------------------------------------------------------*/
.ly_footer {
    position: relative;
}

.bl_footerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 40px;
    font-size: 1.5rem;
}

.bl_footerTop_logoWrapper {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
    width: 100%;
}

.bl_footerTop_logo {
    margin: 0 auto 20px;
    width: 323px;
}

.bl_footerTop_snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_footerTop_snslist > li {
    margin-right: 15px;
}

.bl_footerTop_snslist > li:last-child {
    margin-right: 0;
}

.bl_footerTop_snslist > li a {
    display: block;
    width: 30px;
}

.bl_footerTop_info p {
    margin-bottom: 6px;
}

.bl_footerTop_info p:last-child {
    margin-bottom: 0;
}

.bl_footerTop_info a {
    color: #FFF
}

.bl_footerTop_linksUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bl_footerTop_linksUnit .bl_footerTop_links {
    margin-right: 50px;
}

.bl_footerTop_linksUnit .bl_footerTop_links:last-child {
    margin-right: 0;
}

.bl_footerTop_links > li {
    margin-bottom: 8px;
}

.bl_footerTop_links > li:last-child {
    margin-bottom: 0;
}

.bl_footerTop_links a {
    color: #fff;
}

.bl_footerTop_links a::before {
    display: inline-block;
    margin-right: 0.3em;
    content: "→";
}

.bl_footerBottom {
    padding: 8px 0;
}

/*フッター レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_footerTop {
        padding: 0 0 25px;
    }

    .bl_footerTop_logoWrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom-width: 0;
    }

    .bl_footerTop_logo {
        margin-bottom: 10px;
        width: 260px;
    }

    .bl_footerTop_info {
        padding: 0 40px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .bl_footerTop_info p {
        margin-bottom: 0;
    }

    .bl_footerTop_info p:last-child {
        margin-bottom: 0;
    }

    .bl_footerTop_linksUnit {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        width: 100%;
    }

    .bl_footerTop_linksUnit .bl_footerTop_links {
        margin: 0 -15px;
    }

    .bl_footerTop_linksUnit .bl_footerTop_links:last-child {
        margin-right: -15px;
    }

    .bl_footerTop_links > li {
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    .bl_footerTop_links > li a {
        display: block;
        padding: 9px 30px;
    }
}

@media screen and (min-width: 768px) {
    .bl_footerTop_snslist > li a {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_footerTop_snslist > li a:focus,
    .bl_footerTop_snslist > li a:hover {
        opacity: 0.6;
    }

    .bl_footerTop_links a:focus,
    .bl_footerTop_links a:hover {
        text-decoration: underline;
    }
}

/*フッターナビゲーション
---------------------------------------------------------------------------*/
.bl_footerNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 19;
}

.bl_footerNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bl_footerNav_list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #fff;
}

.bl_footerNav_list > li:last-child {
    border-right-width: 0;
}

.bl_footerNav_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 58px;
    background-color: #2E4630;
    color: #fff;
    font-size: 1rem;
}

.bl_footerNav_list > li img {
    display: block;
    margin-bottom: 2px;
    width: 30px;
}

/*フッター レスポンシブ*/
@media screen and (min-width: 992px) {
    .bl_footerNav {
        display: none;
    }
}

/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/
/*トップスライド
---------------------------------------------------------------------------*/
.bl_topSlide {
    font-weight: 400;
    background-color: #21180b;
}

.bl_topSlide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}

.bl_topSlide .swiper-button-prev,
.bl_topSlide .swiper-button-next {
    top: calc(100vw * 278 / 375 / 2);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bl_topSlide_item {
    position: relative;
}

.bl_topSlide_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.8em;
    background-color: #714D0F;
    color: #fff;
    font-size: 2rem;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
}

.bl_topSlide_label[data-topSlide-label=best-selers] {
    background-color: #714D0F;
}

.bl_topSlide .container {
    padding: 0;
}

.bl_topSlide_body {
    padding: 30px 15px 60px;
    color: #fff;
}

.bl_topSlide_body a {
    color: #fff;
}

.bl_topSlide_ttl {
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.bl_topSlide_ttl span {
    font-size: 1.8rem;
    display: block
}

.bl_topSlide_desc {
    font-size: 1.5rem;
}

.bl_topSlide_info {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.bl_topSlide_info_ttl {
    margin-right: 0.2em;
    font-size: 2.5rem;
}

.bl_topSlide_info_num {
    font-size: 5rem;
}

.bl_topSlide_info_sm {
    font-size: 1.5rem;
}

.bl_topSlide_info_sm::before {
    display: inline-block;
    margin: 0 0.4em 0 1.4em;
    width: 1px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(0.3em);
    transform: rotate(45deg) translateY(0.3em);
    content: "";
}


.bl_topSlide .swiper-button-prev,
.bl_topSlide .swiper-button-next {
    display: none;
}

.bl_topSlide .txt_shadow {
    text-shadow: 1px 2px 6px #341E10;
}

/**/

.swiper-wrapper .pudding .bl_topSlide_ttl {
    font-size:
}

/*トップスライド レスポンシブ*/
@media screen and (min-width: 768px) {

    .bl_topSlide .swiper-wrapper,
    .bl_topSlide .swiper-slide {
        height: 560px;
    }

    .bl_topSlide .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 15px;
    }

    .bl_topSlide .swiper-button-prev,
    .bl_topSlide .swiper-button-next {
        display: none;
    }

    .bl_topSlide_img {
        position: ;
        left: 0;
        top: 0;
        height: 560px;
        z-index: -1;
    }

    .bl_topSlide_img img {
        height: 100%;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        font-family: "object-fit: cover !important;;

            /*IE対策*/
    }

    .bl_topSlide .container {
        padding: 0 15px;
    }

    .bl_topSlide_body {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-46%);
        transform: translateY(-46%);
        left: calc((100% - 720px) / 2);
    }

    .bl_topSlide_ttl {
        margin-bottom: 15px;
        font-size: 5rem;
    }

    .bl_topSlide_ttl span {
        font-size: 2.8rem;
        display: block
    }

    .bl_topSlide_desc {
        width: 600px;
        font-size: 1.6rem;
    }

    .bl_topSlide_info_ttl {
        margin-right: 0.2em;
        font-size: 3rem;
    }

    .bl_topSlide_info_num {
        font-size: 6rem;
    }

    .bl_topSlide_info_sm {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 992px) {
    .bl_topSlide_body {
        left: calc((100% - 960px) / 2);
    }
}

@media screen and (min-width: 1200px) {
    .bl_topSlide_body {
        left: calc((100% - 1140px) / 2);
    }
}

@media screen and (max-width: 374px) {

    .bl_topSlide_info_ttl {
        font-size: 1.8rem;
        line-height: 1.0
    }

    .bl_topSlide_info_num {
        font-size: 3rem;
    }
    
    .bl_topSlide_info_sm {
        font-size: 1.5rem;
        display: block
    }
}

/*オーダーケーキ
---------------------------------------------------------------------------*/
.bl_topOrder .bl_sect_body {
    margin-bottom: 65px;
}

/*オーダーケーキ レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_topOrder .bl_sect_body {
        margin-bottom: 35px;
    }
}

/*お知らせ＆ピックアップ
---------------------------------------------------------------------------*/
.bl_topNews .bl_bannerlist {
    margin-bottom: 65px;
}

.bl_topNews .bl_sect_body {
    margin-bottom: 35px;
}

/*お知らせ＆ピックアップ レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_topNews .bl_sect_ttl {
        font-size: 2.3rem;
    }

    .bl_topNews .bl_sect_ttl::before,
    .bl_topNews .bl_sect_ttl::after {
        width: 26px;
        height: 40px;
    }

    .bl_topNews .bl_sect_ttl::before {
        left: -1em;
    }

    .bl_topNews .bl_sect_ttl::after {
        right: -1em;
    }

    .bl_topNews .bl_bannerlist {
        margin-bottom: 30px;
    }

    .bl_topNews .bl_sect_body {
        margin-bottom: 30px;
    }
}

/*---------------------------------------------------------------------------
下階層ページ
---------------------------------------------------------------------------*/
.ly_article {
    padding-bottom: 80px
}

.ly_sub {
    padding-top: 65px;
}

.ly_sub .ly_sub_cont {
    margin-bottom: 55px;
}

.ly_sub .ly_sub_cont_main {
    margin-bottom: 70px;
}

.ly_sub .ly_sub_cont_main > *:last-child {
    margin-bottom: 0;
}

.ly_sub .ly_sub_cont_side > *:last-child {
    margin-bottom: 0;
}

.bl_sub .bl_sect {
    padding: 30px 0 15px;
}

.bl_sub .bl_sect.bl_sect__spaceL {
    padding: 40px 0 75px;
}

.bl_sub .bl_sect_desc {
    margin-bottom: 25px;
}

.bl_sub .bl_sect_btn {
    margin-bottom: 45px;
}

.bl_sub .bl_bannerSlide {
    margin-bottom: 65px;
}

.bl_sub .bl_cardWrapper {
    margin-bottom: 75px;
}

.bl_sub .bl_mediaWrapper {
    margin-bottom: 60px;
}

.bl_sub_MV {
    height: 127px;
    background-size: cover;
    background-position: center;
}

.bl_sub_content {
    padding-top: 20px;
}

.bl_sub_media {
    position: relative;
    font-size: 1.7rem;
}

.bl_sub_media_left {
    margin-bottom: 20px;
}

.bl_sub_media_ttl {
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 2.0rem;
    border-bottom: 3px solid;
}

.bl_sub_desc {
    font-size: 1.6rem;
}

.bl_sub_desc p {
    margin-bottom: 1rem
}

.bl_sub_desc p:last-of-type {
    margin-bottom: 0
}

/*下階層ページ レスポンシブ*/
@media screen and (min-width: 768px) {
    .ly_sub .ly_sub_cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 70px;
    }

    .ly_sub .ly_sub_cont_main {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .ly_sub .ly_sub_cont_side {
        margin-right: 30px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }

    .bl_sub .bl_sect {
        padding: 55px 0 0px;
    }

    .bl_sub .bl_sect.bl_sect__spaceL {
        padding: 55px 0 115px;
    }

    .bl_sub .bl_sect_desc {
        margin-bottom: 50px;
    }

    .bl_sub .bl_bannerSlide {
        margin-bottom: 75px;
    }

    .bl_sub .bl_cardWrapper {
        margin-bottom: 130px;
    }

    .bl_sub .bl_mediaWrapper {
        margin-bottom: 95px;
    }

    .bl_sub_MV {
        height: 420px;
    }

    .bl_sub_content {
        padding-top: 30px;
    }

    .bl_sub_ttl {
        margin-bottom: 60px;
    }

    .bl_sub_ttl > *:last-child {
        margin-bottom: 0;
    }

    .bl_sub_media {
        position: relative;
        font-size: 1.6rem;
    }

    .bl_sub_media .bl_sub_media_left {
        width: 51.5837104072%;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }

    .bl_sub_media .bl_sub_media_right {
        width: 43.8914027149%;
        margin-left: auto;
    }

    .bl_sub_media_ttl {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .bl_sub_desc {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 992px) {
    .ly_sub {
        padding-top: 113px;
    }

    .ly_sub .ly_sub_cont_side {
        margin-right: 50px;
        -ms-flex-preferred-size: 212px;
        flex-basis: 212px;
    }

    .bl_sub_media {
        font-size: 1.7rem;
    }

    .bl_sub_media_ttl {
        margin: 8px 0 5px;
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 767px) {
    .bl_sub .bl_sect.bl_sect__spaceL .bl_cardUnit .bl_card.bl_card__smMedia:last-child {
        : #38743C padding-bottom: 15px;
        border-bottom: 1px dotted #341E10;
        margin-bottom: 0;
    }
}

/*下階層ページ :page
---------------------------------------------------------------------------*/

.pg_cont {
    font-size: 1.8rem;
}

.text-green {
    color: #38743C
}

.text-red {
    color: #930707
}


/*下階層ページ :お知らせアーカイブ
---------------------------------------------------------------------------*/

.pg_cont .bl_blogCard {
    margin-bottom: 35px
}

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

    .pg_cont .bl_blogCard {
        margin-bottom: 25px
    }
}

/*下階層ページ :お知らせ詳細
---------------------------------------------------------------------------*/

#info .info_bl_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px dotted #573c0f;
    border-top: 2px dotted #573c0f;
    margin-bottom: 35px;
    padding: 10px 0
}

#info h2 {
    font-size: 2.8rem;
    line-height: 1.2;
}

#info .date {
    font-size: 1.6rem;
    background-color: #573c0f;
    color: #fff;
    border-radius: 15px;
    padding: 0 15px
}

#info h3 {
    font-size: 2.7rem;
    margin-bottom: 1.5rem
}

#info h4 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem
}

#info h5 {
    font-size: 2.1rem;
    margin-bottom: 1.5rem
}

#info .wp-block-gallery {
    margin-top: 25px
}

#info img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 1rem
}

#info p {
    margin-bottom: 1.5rem
}

#info a {
    color: #cc0a30;
    text-decoration: underline
}

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

    #info .info_bl_ttl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px 0 8px
    }

    #info h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    #info .date {
        font-size: 1.4rem;
        padding: 5px 10px;
        line-height: 1;
        margin-bottom: 5px
    }
}

/*下階層ページ :店頭商品詳細
---------------------------------------------------------------------------*/
.bl_shopDetail {
    margin-bottom: 90px;
}

.bl_shopDetail .com {
    font-size: 1.7rem;
    margin-top: 3rem
}

.bl_shopDetail .bl_horizTable {
    font-size: 1.7rem
}

.bl_thumbSlideWrapper {
    margin-bottom: 15px
}

.shop_post_banner {
    margin-top: 15px
}

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

    .bl_shopDetail {
        margin-bottom: 30px;
    }

    .bl_shopDetail .prod-img {
        margin-bottom: 15px
    }

    .bl_shopDetail .bl_horizTable {
        font-size: 1.6rem
    }

    .bl_shopDetail .el_label {
        font-size: 1.5rem
    }
}

/*下階層ページ :オンラインショップアーカイブ
---------------------------------------------------------------------------*/

.bl_ol {
    padding: 0 0 2rem
}

.hr_bl_ol {
    border: 1px solid transparent;
    border-bottom: 2px dotted #341E10;
    margin: 0 0 2rem
}

.bl_ol .bl_card_label {
    top: 12px;
    left: 25px;
    font-size: 1.3rem;
}

.bl_ol .bl_card_ttl {
    font-size: 2.5rem
}

.bl_ol .bl_card_price {
    font-size: 2rem;
    margin-bottom: 10px
}



p.fe_att {
    color: red;
    margin: 0 0 0;
    font-size: 1.5rem
}

.fe_postage img {
    margin: 15px 0 15px
}

.fe_postage p span {
    font-size: 2rem;
    margin-left: 0.6em;
    color: #de1010;
    border-bottom: double 3px #de1010;
    padding-bottom: 3px
}

.js-att {
    color: red;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 10px 0 5px
}

@media screen and (max-width: 767px) {
    .bl_ol img {
        margin-bottom: 15px
    }

    .fe_postage p span {
        display: inline-block;
        margin-left: 0;
    }
}

/*下階層ページ :オンラインショップアーカイブ　成分表示テーブル
---------------------------------------------------------------------------*/
.linl_btn_blue {
    margin: 35px 0 55px
}

.linl_btn_blue a {
    background-color: #f78500;
    padding: 20px 25px;
    border-radius: 5px;
    color: #fff;
}

.seibun_table {
    border-collapse: collapse;
    border: 1px solid #341E10;
    /*width: 100%;*/
    margin-top: 35px;
    background: #fff;
}

.seibun_table th,
.seibun_table td {
    border: 1px solid #341E10;
    padding: 2px 10px;
    font-size: 1.5rem;
    vertical-align: middle;
    min-width: 6em
}

.sec07 .tb-xs {
    font-size: 1.3rem;
    background-color: #ffeb80;
    line-height: 1.5
}

.seibun_table td {
    text-align: right
}

.seibun_table th {
    background-color: #c3e5d1;
    text-align: center !important;
}


.seibun_table th.table-header {
    background-color: #341E10;
    color: #fff;
    font-size: 1.7rem;
    padding: 4px
}


.seibun_table th.top-head {
    text-align: left !important;
    background-color: #e4e5eb;
}

/*.seibun_table td:last-child {
    background-color: #fcf2bd;
    font-weight: 600
}*/

.seibun_table .nobg {
    background-color: #fff !important
}

.option_att a {
    color: #9f4300;
    font-size: 1.6rem
}

@media (max-width: 991px) {
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }

    .seibun_table th,
    .seibun_table td {
        padding: 2px 6px;
        font-size: 1.3rem;
    }
}

/*下階層ページ :アクセス
---------------------------------------------------------------------------*/

table.prof {
    max-width: 740px;
    width: 100%;
    margin: 30px auto 60px;
    font-size: 18px
}

table.prof th,
table.prof td {
    border-bottom: dotted #4A3324 2px;
    text-align: left;
    padding: 15px 5px
}




/*下階層ページ :個人情報保護方針
---------------------------------------------------------------------------*/

.app_content_policy .law_headline_ttl {
    font-size: 2.2rem;
    margin-bottom: 15px
}

.app_content_policy .law_ttl {
    font-size: 2rem;
    margin: 25px 0 20px;
    border-bottom: 1px solid #573c0f;
    padding-bottom: 7px
}

.app_content_policy h3 {
    font-size: 1.8rem;
    margin: 25px 0 10px
}

.app_content_policy ol {
    list-style: decimal;
    margin: 15px 0 15px 1.5em;
    font-size: 1.7rem
}

.app_content_policy ol li {
    margin-bottom: 10px
}

.app_content_policy ol p {
    margin-left: 0.5em;
    line-height: 1.8
}

.app_content_policy ul {
    list-style: disc;
    margin: 15px 0 15px 1.5em;
    font-size: 1.7rem
}

.app_content_policy ol li ul li {
    margin-bottom: 5px
}

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

/*下階層ページ :特定商取引法に基づく表示
---------------------------------------------------------------------------*/
.app_content_tokusho a {
    color: #1641a0;
    text-decoration: underline
}

.app_content_tokusho .law_ttl {
    font-size: 2rem;
    margin: 25px 0 20px;
    border: 1px solid #573c0f;
    padding: 10px;
    background: #fff;
}

.app_content_tokusho h3 {
    font-size: 1.8rem;
    margin: 25px 0 20px;
    background-color: #341E10;
    color: #fff;
    padding: 4px 8px 3px
}

.app_content_tokusho h4 {
    background-color: #341E10;
    color: #fff;
    padding: 4px 10px 3px;
    display: inline-block;
    margin: 10px 0 20px;
    font-size: 1.9rem;
}

.app_content_tokusho p {
    margin-left: 0.5em;
    line-height: 1.8
}

.app_content_tokusho ul {
    list-style: disc;
    margin-left: 1em
}

.app_content_tokusho ul li {
    margin-bottom: 10px
}

.app_content_tokusho ol {
    list-style: decimal;
    margin: 20px 0 20px 1.5em
}

.app_content_tokusho ol li {
    margin-bottom: 5px
}

.company_info {
    margin: 0 auto 60px;
    max-width: 740px;
    background: #fff;
    padding: 25px 45px
}

.company_info:after {
    content: "";
    display: block;
    clear: both;
}

.company_info dt,
.company_info dd {
    padding: 15px 0
}

.company_info dt {
    color:
}

.company_info dt {
    width: 130px;
    float: left;
    clear: left;
}

.company_info dd {
    padding-left: 130px;
    border-bottom: dotted 1px #573c0f;
}

.company_info dd:last-child {
    border-bottom: none;
}

ul.point_att {
    margin-left: 0.5em;
    list-style: none;
    margin-bottom: 1rem
}

ul.point_att li {
    margin-bottom: 2px;
}

ul.point_att li::before {
    content: "※";
    margin-right: 2px
}


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

    .app_content_tokusho .law_ttl {
        font-size: 1.8rem;
        margin: 25px 0 20px;
        border: 1px solid #573c0f;
        padding: 6px;
        background: #fff;
    }

    .app_content_tokusho h4 {
        background-color: #341E10;
        color: #fff;
        padding: 4px 10px 3px;
        display: inline-block;
        margin: 10px 0 20px;
        font-size: 1.8rem;
    }

    .app_content_tokusho {
        font-size: 1.6rem;
    }

    .app_content_tokusho p {
        margin-left: 0;
        line-height: 1.65
    }

    .company_info {
        margin: 0 auto 60px;
        max-width: 740px;
        background: #fff;
        padding: 15px 20px;
        font-size: 1.6rem
    }

    .company_info dt,
    .company_info dd {
        line-height: 1.6;
        border-bottom: none
    }

    .company_info dt {
        width: 100%;
        float: none;
        clear: none;
        background-color: #341E10;
        color: #fff;
        padding: 2px 8px 3px
    }

    .company_info dd {
        padding-left: 0;
    }

    .company_info dd:last-child {
        border-bottom: solid 1px #ddd;
    }

    .company_info dd a {
        color: #0d1e3d;
        padding-bottom: 1px;
        border-bottom: solid 1px #0d1e3d;
        text-decoration: none;
    }
}


/*下階層ページ :店主より
---------------------------------------------------------------------------*/
#owner p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.9;
    margin-bottom: 1em
}

#owner h2 {
    /*font-size: 2.5rem;
    border-bottom:1px solid #341E10;
    margin-bottom: 35px;
    margin-top: 40px;
    padding-bottom: 8px;*/
    clear: both;
    background-color: #341E10;
    color: #fff;
    font-size: 2.5rem;
    padding: 5px 13px;
    margin-bottom: 35px;
    margin-top: 40px;
}

#owner .photo01 {
    float: right;
    max-width: 420px;
    padding-left: 25px;
    margin-bottom: 20px
}

#owner .test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 25px;
    border: 2px dotted #341E10;
    margin: 25px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#owner .test .photo02 {
    max-width: 320px;
    padding-right: 30px;

}

#owner .test .photo02 img {
    margin-bottom: 0;
}

#owner .photo03 {
    margin: 15px 0 0 0
}

#owner .hope {
    color: #476549;
    font-size: 2.3rem
}

#owner .photo04_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#owner .photo04 img {
    width: 420px;
    padding-left: 30px;
}

#owner .owner {
    text-align: right;
    font-size: 2.3rem
}

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

    #owner h2 {
        font-size: 2.2rem;
        border-bottom: 1px solid #341E10;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    #owner .photo01 {
        float: none;
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }

    #owner .test {
        display: block;
        padding: 15px 15px 0 15px;
        margin: 25px 0;
    }

    #owner .test .photo02 {
        max-width: 100%;
        padding-right: 0px;
        margin: 0 auto 15px
    }

    #owner .hope {
        font-size: 1.9rem;
        line-height: 1.5
    }

    #owner .photo04_wrap {
        display: block
    }

    #owner .photo04 {
        text-align: center
    }

    #owner .photo04 img {
        width: 350px;
        padding-left: 0px;
    }

    #owner .owner {
        text-align: right;
        font-size: 2rem;
        line-height: 1.5
    }

}

/*下階層ページ :低糖質へのこだわり
---------------------------------------------------------------------------*/

.br_bar_ttl {
    background-color: #341E10;
    color: #fff;
    font-size: 2.5rem;
    font-family: "caligra";
    padding: 5px 13px;
    margin: 50px 0 45px;
}

#lowcarb p {
    margin-bottom: 1em;
}

#lowcarb .kanmi {
    margin-top: 40px
}

#lowcarb .kanmi h3 {
    margin: 12px 0 12px;
    line-height: 1.4;
    font-size: 1.9rem
}

#lowcarb .kanmi p {
    font-size: 1.7rem;
    line-height: 1.6
}

#lowcarb .with p {
    text-align: center;
    font-size: 2rem;
}

#lowcarb .with ul li {
    max-width: 180px;
    text-align: center;
    background-color: #333;
    display: inline-block;
}

#lowcarb .with-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: 30px auto 0
}

#lowcarb .with-img div {
    width: calc(100% / 3);
    margin: 0 10px;
}

#lowcarb .with-img img {
    border-radius: 100px;
    height: auto
}

@media screen and (max-width: 767px) {
    .br_bar_ttl {
        font-size: 2.1rem;
        padding: 6px 0 6px 6px;
        margin: 30px 0 25px;
    }

    #lowcarb .kanmi h3 {
        line-height: 1.4;
        font-size: 1.8rem;
        color: #38743C
    }

    #lowcarb .with p {
        text-align: left;
        font-size: 1.8rem;
        line-height: 1.6
    }

    #lowcarb .with-img {
        margin: 20px auto 0
    }

    #lowcarb .with-img div {
        width: calc(100% / 3);
        margin: 0 6px;
    }

}


/*下階層ページ :オーダーケーキ
---------------------------------------------------------------------------*/

#order .bl_sect_body {
    margin: 55px 0
}

#order .how {
    margin-left: 0.5em;
    margin-bottom: 1.2em;

}

#order .how li {
    margin: 0 0 15px
}

#order .how li span {
    padding: 0 3px 10px 3px;
    border-bottom: 2px dotted #573c0f;
}

#order .tel {
    max-width: 580px;
    margin: 40px auto 0
}

#order a {
    color: #3759b5;
    text-decoration: underline
}

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

    #order p {
        font-size: 1.6rem;
        line-height: 1.7
    }

    #order .bl_sect_body {
        margin: 20px 0
    }

    #order .how li {
        margin: 0 0 0px;
        line-height: 2.0;
        font-size: 1.6rem
    }

    #order .how li span {
        padding: 0 0 8px 0;
        border-bottom: 2px dotted #573c0f;
    }

    #order .tel {
        margin: 30px auto 0
    }
}


/*下階層ページ :お問い合わせ
---------------------------------------------------------------------------*/
#contact p {
    text-align: center
}

#contact .tel {
    max-width: 580px;
    margin: 40px auto
}

@media screen and (max-width: 767px) {
    #contact p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.7
    }

    #contact .tel {
        margin: 25px auto
    }
}

/*下階層ページ :アプリ
---------------------------------------------------------------------------*/

#app .qr_code {
    max-width: 250px;
    margin: 15px auto;
    border: 4px solid #333;
    border-radius: 20px;
    background-color: #fff;
}

#app .app-link {
    text-align: center;
    margin: 15px 0
}

#app .app-link a {
    background-color: #573c0f;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px
}

@media screen and (max-width: 767px) {
    #app p {
        font-size: 1.6rem;
        line-height: 1.7
    }
}

/*下階層ページ :アクセス
---------------------------------------------------------------------------*/

#access .shop-img {
    max-width: 900px;
    margin: 45px auto
}

.access_info {
    margin: 0 auto 45px;
    max-width: 740px;
    background: #fff;
    padding: 25px 45px
}

.access_info:after {
    content: "";
    display: block;
    clear: both;
}

.access_info dt,
.access_info dd {
    padding: 15px 0
}

.access_info dt {
    color:
}

.access_info dt {
    width: 130px;
    float: left;
    clear: left;
}

.access_info dd {
    padding-left: 130px;
    border-bottom: dotted 1px #573c0f;
}

.access_info dd:last-child {
    border-bottom: none !important;
}

#access .upper-img,
#access .bottom-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#access .upper-img {
    margin-top: 45px
}

#access .upper-img div {
    margin: 0 7px 15px 0;
    width: calc((100% / 2) - 7px);
    height: auto
}

#access .upper-img div:last-child {
    margin: 0 0 15px 7px;
}

#access .bottom-img div {
    margin: 0 15px 15px 0;
    width: calc((100% / 3) - 10px);
}

#access .bottom-img div img {
    width: 100%;
    height: auto
}

#access .bottom-img div:last-child {
    margin: 0 0 15px 0px;
}


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

    #access .shop-img {
        margin: 25px auto 30px
    }

    .access_info {
        margin: 0 auto 30px;
        padding: 15px 20px;
        font-size: 1.6rem
    }

    .access_info dt,
    .access_info dd {
        line-height: 1.6;
        border-bottom: none
    }

    .access_info dt {
        width: 100%;
        float: none;
        clear: none;
        background-color: #341E10;
        color: #fff;
        padding: 2px 8px 3px
    }

    .access_info dd {
        padding-left: 0;
    }

    .access_info dd:last-child {
        border-bottom: solid 1px #ddd;
    }

    .access_info dd a {
        color: #0d1e3d;
        padding-bottom: 1px;
        border-bottom: solid 1px #0d1e3d;
        text-decoration: none;
    }

    #access .upper-img,
    #access .bottom-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #access .upper-img {
        margin-top: 25px
    }

    #access .upper-img div {
        margin: 0 3px 6px 0;
        width: calc((100% / 2) - 3px);
        height: auto
    }

    #access .upper-img div:last-child {
        margin: 0 0 6px 3px;
    }

    #access .bottom-img div {
        margin: 0 3px 0 3px;
        width: calc((100% / 3) - 5px);
        height: auto
    }

    #access .bottom-img div:last-child {
        margin: 0 0 0 3px;
    }
}


/*下階層ページ :暖簾分け
---------------------------------------------------------------------------*/

.noren-list {
    margin-top: 35px;
    margin-bottom: 15px;
    padding: 0 5px
}

.noren-list div {
    padding: 10px
}

@media screen and (max-width: 767px) {
    .noren-list {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0 10px
    }

    .noren-list div {
        padding: 5px
    }
}



/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ
-------------------------------------------------------------------------*/
.inquiry_wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 65px 4em 20px;
    background: #fff;
    border-radius: 15px
}

.inquiry_wrap h2 {
    text-align: center;
    background-color: #341E10;
    color: #fff;
    font-size: 2.8rem;
    font-family: "caligra";
    padding: 5px 25px;
    margin: 0 0 40px;
    display: inline-block;
    border-radius: 50px
}

.inquiry_wrap p {
    margin-bottom: 30px;
    font-weight: 600;

}

.inquiry {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    /*border-bottom:solid 1px #bcbcbc;*/
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    padding: 25px;
    width: 30%;
    /*background:#f7f7f7;*/

    vertical-align: middle;
    white-space: nowrap;
}

.inquiry tr {
    border-top: dotted 1px #573c0f;
}

.inquiry tr:first-child {
    border-top: none
}

/*通常欄*/
.inquiry td {
    padding: 25px;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
    border: dotted 1px #573c0f;
}

/*必須の調整*/
.haveto {
    font-size: 13px;
    padding: 5px;
    background: #d83232;
    color: #fff;
    border-radius: 2px;
    margin-right: 7px;
    position: relative;
    bottom: 1px;
}

/*任意の調整*/
.any {
    font-size: 13px !important;
    padding: 5px;
    background: #573c0f;
    color: #fff;
    border-radius: 2px;
    margin-right: 7px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #4a250b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 25px auto 0;
    border: 2px solid #4a250b;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
    background: #fff;
    color: #4a250b;
    border: 2px solid #4a250b;
}

/*送信ボタンのデザイン変更*/
.formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #4a250b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    margin: 15px auto 30px;
    border: 2px solid #4a250b;
}

/*送信ボタンマウスホバー時*/
.formbtn:hover {
    background: #fff;
    color: #4a250b;
    border: 2px solid #4a250b;
}

/*お問い合わせ欄の幅*/

.inquiry textarea {
    width: 100%;
    border: 1px #918a7d solid;
    padding: 8px;
    font-size: 16px
}


.inquiry .full {
    width: 100%;
    border: 1px #918a7d solid;
    padding: 8px;
    font-size: 16px;
    height: 100px
}

.inquiry .harf {
    width: 30%;
    border: 1px #918a7d solid;
    padding: 8px;
    font-size: 16px
}

.inquiry [type="text"],
.inquiry [type="email"],
.inquiry [type="tel"] {
    margin-right: 5px;
    border: 1px #918a7d solid;
    padding: 8px;
}

span.wpcf7-list-item {
    /*チェックボックスの余白*/
    /*display: block;*/
    padding-bottom: 5px
}


/*住所欄の幅*/
.inquiry #city {
    width: 100%;
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    width: 100%
}

/*送信成功*/
div.wpcf7-mail-sent-ok {
    background: #d5edda;
    color: #185626;
    border: 1px solid #c4e5cc;
    padding: 10px
}

/*送信NG*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #f7d7da;
    color: #711d26;
    border: 1px solid #f4c6cb;
    padding: 10px
}

/*送信失敗*/
div.wpcf7-mail-sent-ng {
    background: #f7d7da;
    color: #711d26;
    border: 1px solid #f4c6cb;
    padding: 10px
}

/*スパムなどで送信ブロックされた場合*/
div.wpcf7-spam-blocked {
    background: #fff2cf;
    color: #846314;
    border: 1px solid #feedbd;
    padding: 10px
}


@media(max-width:767px) {
    .inquiry_wrap {
        padding: 25px 15px 15px 15px;
        font-size: 1.6rem
    }

    .inquiry_wrap h2 {
        text-align: center;
        background-color: #341E10;
        color: #fff;
        font-size: 2.0rem;
        padding: 5px 20px;
        margin: 0 0 20px;
        display: inline-block;
        border-radius: 50px
    }

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {}

    .inquiry th {
        padding: 20px 0 0
    }

    .inquiry td {
        padding: 10px 0 20px
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto,
    .inquiry .any {
        font-size: 11px;
    }
}

/*youtube埋め込み*/
.yt {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 20px 0
}

.yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*YouTubeレスポンシブサイズ*/
.youtube {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin-top: 20px;
    margin-bottom: 20px
}

.youtube::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*トップページクリスマス
-------------------------------------------------------------------------*/

.xmas_wrap {
    padding-bottom: 20px
}

.xmas_wrap .bl_sect_ttl::before,
.xmas_wrap .bl_sect_ttl::after {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    width: 80px;
    height: 62px;
    background: url(../img/home/xmas_icon.png) no-repeat center/contain;
    content: "";
}

.xmas_wrap .bl_sect_ttl::before {
    left: -85px;
}

.xmas_wrap .bl_sect_ttl::after {
    right: -85px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.xmas_wrap .bl_cart {
    padding: 30px;
    background-color: #fff;
}

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

    .xmas_wrap .bl_sect_ttl::before,
    .xmas_wrap .bl_sect_ttl::after {
        bottom: 0px;
        width: 60px;
        height: 47px;
    }

    .xmas_wrap .bl_sect_ttl::before {
        left: -60px;
    }

    .xmas_wrap .bl_sect_ttl::after {
        right: -60px;
    }
}

/*トップページ追加CSS
-------------------------------------------------------------------------*/
.top_att_bn {
    text-align: center;
    margin: -15px 0 35px;
}

.top_att_bn p {
    color: red;
    font-size: 2rem;
    display: inline-block;
    border: 2px solid red;
    padding: 10px 15px;
    background-color: #fff;
}

.ud_att_bn {
    text-align: center;
    margin: -25px 0 0;
}

.ud_att_bn p {
    color: red;
    font-size: 2rem;
    display: inline-block;
    border: 2px solid red;
    padding: 10px 15px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .top_att_bn {
        text-align: center;
        margin: -5px 0 30px;
    }

    .top_att_bn p {
        color: red;
        font-size: 1.8rem;
        padding: 6px 15px;
        background-color: #fff;
    }

    .ud_att_bn {
        text-align: center;
        margin: -10px 0 25px;
    }

    .ud_att_bn p {
        color: red;
        font-size: 1.8rem;
        padding: 6px 15px;
        background-color: #fff;
    }
}

/*ガナッシュキット
-------------------------------------------------------------------------*/
.kit_ttl_wrap {
    text-align: center
}

.kit_ttl {
    background-color: #08400d;
    color: #fff;
    font-size: 2.2rem;
    padding: 20px 20px 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    border-radius: 10px
}

.kit_ttl span {
    font-size: 3.3rem
}

.kit_detail {
    background-color: #fff;
    border: 3px solid #4a250b;
    margin: 45px 0 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px
}

.kit_detail .bl_note_br_inner p {
    font-size: 1.8rem;
    line-height: 1.5
}

.youtube_ttl {
    margin: 35px 0 15px
}

.kit-youtube {
    max-width: 680px;
    margin: 0 0 25px
}

@media screen and (max-width: 767px) {
    .kit_ttl {
        font-size: 1.6rem;
        padding: 15px 0px 12px;
    }

    .kit_ttl span {
        font-size: 2.0rem
    }

    .kit_detail {
        background-color: #fff;
        border: 3px solid #4a250b;
        margin: 25px 0 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 45px
    }

    .kit_detail .bl_note_br_inner p {
        font-size: 1.7rem;
        line-height: 1.4
    }

    .youtube_ttl {
        margin: 25px 0 10px
    }

}


/*com-おもてなし追加
-------------------------------------------------------------------------*/

.omotenashi_wrap {
    display: flex;
    margin: 30px 0
}

.omotenashi_wrap .left {
    width: 35%
}

.omotenashi_wrap .right {
    width: 65%;
    padding-left: 50px
}

.omotenashi_wrap p {
    font-size: 1.9rem;
    line-height: 1.6
}

.omotenashi_wrap .right img {
    margin-bottom: 35px
}

.omotenashi_wrap p.sale_com {
    color: #ed0000;
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 20px
}

.omotenashi_banner {
    margin: 35px 0 60px
}

.omotenashi_banner-top {
    max-width: 680px;
    margin: 0 auto 50px
}

@media (max-width: 767px) {
    .omotenashi_wrap {
        display: flex;
        flex-flow: column-reverse
    }

    .omotenashi_wrap .left {
        width: 100%
    }

    .omotenashi_wrap .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }

    .omotenashi_wrap p {
        font-size: 1.6rem;
        line-height: 1.6
    }

    .omotenashi_wrap .right img {
        margin-bottom: 35px
    }

    .omotenashi_wrap p.sale_com {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 20px
    }

    .omotenashi_banner {
        margin: 25px 0 60px
    }

    .omotenashi_banner-top {
        max-width: 680px;
        margin: 0 auto 30px
    }
}



/*com-プリン追加
-------------------------------------------------------------------------*/


.pdding-product {
    margin-top: 60px
}

.pdding-product .product_wrap {
    border-radius: 15px;
    margin-bottom: 30px
}

.pdding-product .sakurajima {
    background: url(../img/shop/com/sec04-pdbg01.jpg) center left no-repeat;
}

.pdding-product .yakushima {
    background: url(../img/shop/com/sec04-pdbg02.jpg) center left no-repeat;
}

.pdding-product .amami {
    background: url(../img/shop/com/sec04-pdbg03.jpg) center left no-repeat;
}

.pdding-product .tanegashima {
    background: url(../img/shop/com/sec04-pdbg04.jpg) center left no-repeat;
}

.pdding-product .homemade {
    background: url(../img/shop/com/sec04-pdbg05.jpg) center left no-repeat;
}

.pdding-product .sakurajima,
.pdding-product .yakushima,
.pdding-product .amami,
.pdding-product .tanegashima,
.pdding-product .homemade {
    background-size: 39%;
    background-color: #F7E16B;
}

.pdding-product .product_wrap .product_inner {
    width: 78%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 0
}

.pdding-product .product_wrap .product_inner .left {
    width: 395px
}

.pdding-product .product_wrap .product_inner .left img {
    border-radius: 15px;
}

.pdding-product .product_wrap .product_inner .right {
    width: calc(100% - 395px);
    padding-left: 40px
}

.pdding-product .product_wrap .product_inner .right h3 {
    font-family: 'Zona-b', sans-serif;
    font-size: 4.7rem;
    text-align: right;
    line-height: 1.15;
    margin-bottom: 13px
}

.pdding-product .product_wrap .product_inner .right h3 span {
    font-size: 1.8rem;
    display: block
}

.pdding-product .product_wrap .product_inner .right h3.homemade_ttl {
    font-size: 3.5rem;
    line-height: 1.25;
}

.pdding-product .product_wrap .product_inner .right h3.homemade_ttl .ttl-bottom {
    font-size: 2.5rem
}

.pdding-product .product_wrap .product_inner .right p {
    line-height: 1.7;

}

.pdding-product .product_wrap .product_inner .right p.sugar {
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    margin-top: 6px
}

.pdding-product .product_wrap .product_inner .right p.sugar span {
    font-size: 2rem
}

.sec04 .smv .right img:last-of-type {
    margin-bottom: 0
}

.sec04 .sean {
    margin-top: 40px;
    position: relative
}

.sec04 .sean img {
    border-radius: 15px;
}

.sec04 .sean .sean-img {
    position: relative
}

.sec04 .sean .sean-com {
    position: absolute;
    bottom: -60px;
    left: 45px;
    background-color: #4A3324;
    color: #fff;
    max-width: 580px;
    padding: 30px 40px;
    border-radius: 15px
}

.sec04 .sean .sean-com p {
    font-size: 1.7rem;
    font-weight: 600;
}

.sec04 .sean .sean-com p.sean-b {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 15px
}

/*レスポンシブ 1200
********************************************************/
@media (max-width: 1200px) {

    .pdding-product .sakurajima,
    .pdding-product .yakushima,
    .pdding-product .amami,
    .pdding-product .tanegashima,
    .pdding-product .homemade {
        background-size: 35%;
    }

    .pdding-product .product_wrap .product_inner {
        width: 85%;
    }

    .pdding-product .product_wrap .product_inner .left {
        width: 360px
    }

    .pdding-product .product_wrap .product_inner .right {
        width: calc(100% - 360px);
        padding-left: 40px
    }

    .pdding-product .product_wrap .product_inner .right h3 {
        font-size: 4.2rem;
    }
}

/*レスポンシブ 991
********************************************************/
@media (max-width: 991px) {

    .pdding-product {
        margin-top: 40px;
        s
    }

    .pdding-product .sakurajima {
        background: url(../img/shop/com/sec04-pdbg01sp.jpg) center top no-repeat;
        background-color: #F7E16B;
    }

    .pdding-product .yakushima {
        background: url(../img/shop/com/sec04-pdbg02sp.jpg) center top no-repeat;
        background-color: #F7E16B;
    }

    .pdding-product .amami {
        background: url(../img/shop/com/sec04-pdbg03sp.jpg) center top no-repeat;
        background-color: #F7E16B;
    }

    .pdding-product .tanegashima {
        background: url(../img/shop/com/sec04-pdbg04sp.jpg) center top no-repeat;
        background-color: #F7E16B;
    }

    .pdding-product .homemade {
        background: url(../img/shop/com/sec04-pdbg05sp.jpg) center top no-repeat;
        background-color: #F7E16B;
    }

    .pdding-product .sakurajima,
    .pdding-product .yakushima,
    .pdding-product .amami,
    .pdding-product .tanegashima,
    .pdding-product .homemade {
        background-size: 100%;
    }

    .pdding-product .product_wrap .product_inner {
        width: 100%;
        margin: 0 0 0 auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 50px 0 0
    }

    .pdding-product .product_wrap .product_inner .left {
        width: 100%%;
    }

    .pdding-product .product_wrap .product_inner .left img {
        border-radius: 15px;
        max-width: 100%
    }

    .pdding-product .product_wrap .product_inner .right {
        width: 100%;
        padding: 30px 40px;
        border-radius: 0 0 15px 15px;
        background-color: #F7E16B;
        margin-top: 40px
    }

    .pdding-product .product_wrap .product_inner .right h3 {
        font-size: 4.3rem;
        text-align: left;
    }
}

/*レスポンシブ 767
********************************************************/

@media (max-width: 767px) {
    .pdding-product {
        margin-top: 40px
    }

    .pdding-product .product_wrap .product_inner {
        width: 100%;
        margin: 0 0 0 auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 110px 0 0
    }

    .pdding-product .product_wrap .product_inner .left {
        width: 100%%;
        text-align: center
    }

    .pdding-product .product_wrap .product_inner .left img {
        border-radius: 15px;
        max-width: 85%
    }

    .pdding-product .product_wrap .product_inner .right {
        width: 100%;
        padding: 20px 20px;
        margin-top: 5px
    }

    .pdding-product .product_wrap .product_inner .right h3 {
        font-size: 3.3rem;
    }

    .pdding-product .product_wrap .product_inner .right h3.homemade_ttl {
        font-size: 2.6rem;
        line-height: 1.4;
    }

    .pdding-product .product_wrap .product_inner .right h3.homemade_ttl .ttl-bottom {
        font-size: 2.0rem
    }

    .pdding-product .product_wrap .product_inner .right p.sugar {
        font-size: 2.8rem;
        margin: 6px 0
    }

    .pdding-product .product_wrap .product_inner .right p.sugar span {
        font-size: 1.8rem
    }
}

/*料金表*/
table.conv_table {
    width: auto;
    border-collapse: collapse;
    border-top: solid 1px #cccccc;
    font-size: 15px;
    margin: 15px 0;
    background: #fff;
}

table.conv_table th,
table.conv_table td {
    border: solid 1px #cccccc;
    padding: 10px;
    white-space: nowrap
}

table.conv_table th {
    white-space: nowrap;
    background-color: #eaeaea;
    text-align: center
}

table.conv_table td.fee {
    white-space: nowrap;
    ;
    text-align: right
}

table.conv_table .prc {
    text-align: center
}

/*追加CSS*/
.shop_h3_ble {
    background: #a52424;
    display: inline-block;
    font-size: 2.4rem;
    color: #fff;
    padding: 8px 10px;
    margin: 20px 0 12px
}

.shop_h4_ble {
    font-size: 2rem;
    border-bottom: 2px dashed #7e2828;
    padding-bottom: 5px;
    margin: 12px 0 15px;
    display: inline-block;
    color: #c12727
}

.shop_com p {
    line-height: 1.6
}

.com-vt-list {
    display: flex;
    flex-flow: wrap;
    margin: 35px 0 45px !important;
}

.com-vt-list li {
    width: calc(100% / 3);
}

.vt_wrap {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px dotted #581a1a
}

.vt_wrap:first-of-type {
    margin-top: 30px;
    border-top: 2px dotted #581a1a;
    padding-top: 20px
}

.vt_wrap h4 {
    font-size: 2.4rem;
    margin: 0 0 6px;
    color: green
}

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

    .shop_h3_ble {
        font-size: 1.8rem;
        color: #fff;
        padding: 6px 8px;
        margin: 10px 0 6px
    }

    .shop_h4_ble {
        font-size: 1.8rem;
        border-bottom: 2px dashed #7e2828;
        padding-bottom: 6px;
        margin: 12px 0;
    }

    .com-vt-list li {
        width: calc(100% / 2)
    }

    .vt_wrap h4 {
        font-size: 2.0rem;
    }
}
