@charset "UTF-8";
/*************************************************
 *	全体
 ************************************************** */
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");

*,
::before,
::after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    /*Safari*/
    /*Firefox*/
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    background: #170804;
    font-size: 62.5% !important;
    /*2*/
    -ms-text-size-adjust: 100%;
    /*1*/
    -webkit-text-size-adjust: 100%;
    /*1*/
}

body {
    background: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*リストスタイルを消去*/
ul,
ol {
    list-style: none;
}

/*デフォルトでcollapse*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1*/
    display: block;
}

/*************************************************
 *	フォーム類のスタイルをリセットする
 ************************************************** */
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*Chromeのフォーカス時アウトラインを削除*/
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*Chromeのフォーカス時アウトラインを削除*/
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    /*Firefoxのセレクト矢印を削除*/
    text-indent: .01px;
    text-overflow: "";
}

select::-ms-expand {
    /*IEのセレクト装飾を非表示*/
    display: none;
}

textarea {
    overflow: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    border: 0;
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*************************************************
 *	テキスト・イメージ類スタイル
 ************************************************** */
a {
    background-color: transparent;
    /*IE10のリンクバックグラウンドカラーを透明にする*/
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

img {
    border-style: none;
    /*リンク内画像のborderを消去*/
    vertical-align: bottom;
    /*画像下のスキマを消去*/
}

svg:not(:root) {
    overflow: hidden;
}

.google_translate {
    position: absolute;
    top: 0;
    right: .5em;
}

html,
body {
    font-family: "Sawarabi Mincho";
    color: #54422e;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.CMS-NEWS-CONTENT img {
    width: auto;
}

@media screen and (max-width: 500px) {
    .CMS-NEWS-CONTENT img {
        height: auto;
        width: 100%;
    }
}

.tx_mincho {
    font-family: "Sawarabi Mincho";
    font-size: .9em;
}

/* .tx_hannari {
  font-family: "Hannari";
} */

h3 {
    padding: 1.5em 0;
    line-height: 1.7;
    font-size: 3rem;
    font-weight: normal;
    color: #875622;
}

.description {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 3px;
}

.description .box_link {
    margin-top: 2em;
}

.box_link {
    position: relative;
    display: block;
    width: 360px;
    padding: 10px 0px;
    background: #40301e;
    color: #d4cbc8;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 6px;
    cursor: pointer;
}

.box_link:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-top: 1px solid #d4cbc8;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#global_header {
    position: fixed;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#global_header.scrolled {
    top: 0;
    z-index: 2;
    opacity: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

#global_header nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 10px;
}

@media screen and (max-width: 768px) {
    #global_header nav {
        padding: 15px 10px 10px;
    }
}

#global_header .logo {
    margin-right: 30px;
}

#global_header .logo a {
    width: 80px;
    display: block;
}

#global_header .logo img {
    width: 80px;
}


#global_header .global_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #global_header .global_navigation {
        z-index: 9999;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 30px;
    }

    #global_header .logo img {
        width: 40px;

    }
}

#global_header .global_navigation li {
    margin-right: 2em;
}

#global_header .global_navigation li.tel {
    margin: 0 0 0 auto;
}

#global_header .global_navigation li.tel a {
    width: 225px;
    font-size: 3rem;
}

#global_header .global_navigation a {
    display: block;
    padding: 5px;
    font-size: 1.4rem;
    color: #40301e;
}

#global_header .menu-trigger {
    display: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    #global_header .menu-trigger {
        display: inline-block;
        z-index: 99999;
        position: fixed;
        background: #d7e6c9;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 10000;
    }
}

#global_header .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#global_header .menu-trigger div {
    position: relative;
    width: 30px;
    height: 20px;
}

#global_header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #40301e;
    border-radius: 4px;
    width: 14px;
    height: 2px;
    background: #5a3200;
}

#global_header .menu-trigger span:nth-of-type(1) {
    top: 0;
}

#global_header .menu-trigger span:nth-of-type(2) {
    top: 20px;
}

#global_header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

#global_header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#global_header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-315deg) scale(0.8);
    transform: translateY(20px) rotate(-315deg) scale(0.8);
    background: #40301e;
    top: -7px;
}

#global_header .menu-trigger.active span:nth-of-type(2) {
    top: 70%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 3px solid #40301e;
    border-radius: 50%;
}

#global_header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(315deg) scale(0.8);
    transform: translateY(-6px) rotate(315deg) scale(0.8);
    background: #40301e;
    bottom: -3px;
}

#global_header .menu-trigger.active + .global_navigation {
    display: block;
    top: 65px;
    background: rgba(255, 255, 255, 0.8);
}

#global_header .menu-trigger.active + .global_navigation li {
    margin-bottom: 1em;
}

#global_header .menu-trigger.active + .global_navigation li.tel {
    width: 100%;
    text-align: center;
}

#global_header .menu-trigger.active + .global_navigation li.tel a {
    width: 100%;
}

.keyvisual_container {
    height: auto;
    position: relative;
}

.keyvisual_container .visual {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .keyvisual_container {
        height: 40vh;
        text-align: center;
        padding-top: 80px;
    }

    .keyvisual_container .visual {
        height: 40vh;
    }

}

.keyvisual_container .logo {
    position: absolute;
    top: calc(40%);
    left: calc(50% - 75px);
    width: 150px;
}

.keyvisual_container .direction {
    position: absolute;
    bottom: calc(0% - 60px);
    left: calc(50% - .5px);
    width: 1px;
    height: 120px;
    background: #cfa972;
}

@media screen and (max-width: 768px) {
    .keyvisual_container .direction {
        bottom: calc(0% - 55px);
    }

    .keyvisual_container .logo {
        position: absolute;
        top: calc(45%);
        left: calc(50% - 75px);
        width: 150px;
    }
}

.about_container {
    padding: 200px 5em 200px;
}

@media screen and (max-width: 768px) {
    .about_container {
        padding: 100px 1em 100px;
    }
}

.about_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .about_columns {
        display: block;
    }
}

.about_columns .text_column {
    width: 45%;
    padding: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
    .about_columns .text_column {
        width: 100%;
    }
}

.about_columns .text_column .box_link {
    margin: 2em auto 3em;
}

.about_columns .about_h2 {
    width: 175px;
}

@media screen and (max-width: 768px) {
    .about_columns .about_h2 {
        margin: 0 auto;
    }
}

.about_columns .image_column {
    width: 55%;
}

@media screen and (max-width: 768px) {
    .about_columns .image_column {
        width: 100%;
    }
}

.food_container {
    position: relative;
    height: 720px;
    padding: 0 5em;
    background-image: url(../img/bg_paper.png);
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .food_container {
        height: 800px;
    }
}

.food_container .image_column {
    position: absolute;
    top: -100px;
    width: 55%;
}

@media screen and (max-width: 768px) {
    .food_container .image_column {
        top: 36%;
        width: 340px;
        right: calc(50% - 170px);
    }
}


.food_container .text_column_upper {
    position: absolute;
    width: 50%;
    top: -2vw;
    right: 6%;
}

.text_column_upper h3 {
    margin-bottom: -50px;
    padding-bottom: 0px;
}

.text_column_link h3 {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .food_container .text_column_upper {
        top: -30px;
        right: 0;
        width: 95%;
    }

    .text_column_upper h3 {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
}

.food_container .text_column_upper .food_h2 {
    width: 284px;
    margin: 0 auto;
}

.food_container .text_column_upper .description {
    margin-top: 3.5vw;
}

.food_container .text_column_link {
    width: 400px;
    position: absolute;
    bottom: 140px;
    right: 6%;
}

@media screen and (max-width: 768px) {
    .food_container .text_column_link {
        top: 670px;
        right: 0;
        width: 95%;
    }

    .food_container .text_column_link .box_link {
        margin: 2em auto 0;
    }
}

.gallery_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 200px 0; */
    background: #ede6db;
}

@media screen and (max-width: 768px) {
    .gallery_container {
        display: block;
    }
}

.gallery_container .gallery_link {
    width: 300px;
    margin-bottom: .5em;
    background: #40301e;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .gallery_container .gallery_link {
        width: 100%;
        height: 300px;
        padding: 10%;
    }
}

.gallery_container .gallery_link a {
    position: relative;
    display: block;
    height: 100%;
    padding: 25%;
}

@media screen and (max-width: 768px) {
    .gallery_container .gallery_link a {
        padding: 15%;
    }
}

.gallery_container .gallery_link a:before {
    display: block;
    content: '';
    position: absolute;
    top: 200px;
    right: calc(50% - 25px);
    width: 50px;
    height: 1px;
    background: #d4cbc8;
}

@media screen and (max-width: 768px) {
    .gallery_container .gallery_link a:before {
        top: 120px;
    }
}

.gallery_container .gallery_link a:after {
    display: block;
    content: '';
    position: absolute;
    top: 300px;
    right: calc(50% - 6px);
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-top: 1px solid #d4cbc8;
    border-right: 1px solid #d4cbc8;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .gallery_container .gallery_link a:after {
        top: 200px;
    }
}

.gallery_container .gallery_link a h2 {
    width: 150px;
    margin: 0 auto;
}

.gallery_container .gallery_thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc((100vw - 300px) / 2);
    padding: 0;
}

@media screen and (max-width: 768px) {
    .gallery_container .gallery_thumbs {
        width: 100%;
    }
}

.gallery_container .gallery_thumbs .gallery_item {
    width: 48%;
    margin-bottom: .5em;
}

.information_container {
    background: #e0d3c1;
    padding: 120px 1em;
}

.information_container .information_h2 {
    width: 230px;
    margin: 0 auto;
}

.information_container .information_table {
    width: 900px;
    margin: 80px auto 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .information_container .information_table {
        width: 100%;
    }
}

.information_container .information_table td {

    padding: 12px;
    width: 70%;
}

.information_container .information_table th {
    padding: 12px;
    width: 30%;
}

.information_table a {

    color: #40301e;
}

.global_footer {
    background: #40301e;
    color: #d4cbc8;
}

.global_footer .footer_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 5em;
}

@media screen and (max-width: 768px) {
    .global_footer .footer_navigation {
        display: block;
        text-align: center;
    }
}

.global_footer .footer_navigation li {
    margin-right: 1em;
}

@media screen and (max-width: 768px) {
    .global_footer .footer_navigation li {
        margin-right: 0;
    }
}

.global_footer .footer_navigation li.tel {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
    .global_footer .footer_navigation li.tel {
        margin: 2em auto 0;
    }
}

.global_footer .footer_navigation li.tel a {
    width: 100%;
    font-size: 2.4rem;

}

@media screen and (max-width: 768px) {
    .global_footer .footer_navigation li.tel a {
        width: 100%;
    }
}

.global_footer .footer_navigation .logo {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .global_footer .footer_navigation .logo {
        margin: 0 auto;
        margin-bottom: 3em;
    }
}

.global_footer .footer_navigation a {
    display: block;
    padding: 5px;
    font-size: 1.2rem;
    color: #d4cbc8;
}

.global_footer .cr_container {
    padding: 1em;
}

.tel .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 225px;
}

.tel .sns_list a {
    display: block;
    width: auto !important;
}

.tel .sns_list a img {
    width: 38px;
}

.CMS-FORM-GROUP label:first-child {
    font-size: 120%;
}

@media screen and (min-width: 769px) {
    form {
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: calc(100% - 40px);
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #40301e;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 25px 0;
        margin: 0 25%;
    }

    .CMS-FORM-RADIO label {
        display: inline-block;
    }

    form input[type="radio"] {
        max-width: none !important;
        width: 30px !important;
        vertical-align: -1px;
    }
}

@media screen and (max-width: 767px) {
    form {
        width: 100%;
        padding: 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: 100%;
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #40301e;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 25px 0;
        margin: 0 5%;
    }

    .CMS-FORM-RADIO label {
        display: inline-block;
    }

    form input[type="radio"] {
        max-width: none !important;
        width: 30px !important;
        vertical-align: -1px;
    }
}

/* news */
#news_archive {
    margin: 0 auto;
    padding-bottom: 40px;
}

#news_archive h2 {
    margin: 1em 0 1.5em;
    text-align: center;
    font-size: 2rem;
}

#news_archive .news_list .CMS-NEWS-INDEX {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px 1em;

}

#news_archive .news_list .CMS-NEWS-LINK-CONTENT {
    display: flex;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.85);
    border: solid 1px rgba(51, 51, 51, 0.45);
    color: #333;
    line-height: 2em;
    align-items: center;
    transition: 0.3s all;
}

#news_archive .news_list .CMS-NEWS-LINK-CONTENT:hover {
    opacity: 0.6;
}

#news_archive .CMS-NEWS-CONTENT figure.image img {
    width: 60%;
}

@media screen and (max-width: 768px) {
    #news_archive .news_list .CMS-NEWS-LINK-CONTENT {
        display: block;
        padding: 0;
    }

    #news_archive .CMS-NEWS-CONTENT figure.image img {
        width: 100%;
    }
}

#news_archive .news_list .CMS-NEWS-THUMBNAIL {
    width: 250px;
    height: 160px;
    object-fit: cover;
    transition: 0.5s all;
}

@media screen and (max-width: 768px) {
    #news_archive .news_list .CMS-NEWS-THUMBNAIL {
        width: 100%;
        height: 200px;
    }
}

#news_archive .news_list .CMS-NEWS-TIME {
    width: 25%;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #news_archive .news_list .CMS-NEWS-INDEX {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 10px 1em;

    }

    #news_archive .news_list .CMS-NEWS-TIME {
        width: 100%;
        margin: 0;
        padding: 0.2em 20px 0;
        text-align: left;
    }
}

#news_archive .news_list .CMS-NEWS-LINK {
    width: 75%;

}

@media screen and (max-width: 768px) {
    #news_archive .news_list .CMS-NEWS-LINK {
        width: 100%;
        padding: 0 20px 0.2em;
    }
}

#news_archive .news_list .CMS-NEWS-MORE-READ {
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    background: #40301e;
    line-height: 45px;
    position: absolute;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    border: 2px solid #fff;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    font-size: 1.4rem;

}

#news_archive .news_list .CMS-NEWS-LINK {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    #news_archive h2 {
        margin: 2em;
        text-align: center;
        font-size: 3rem;
    }

    #news_archive .news_list .CMS-NEWS-LINK {
        width: 100%;
        padding: 0 20px 0.2em;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    #news_archive .news_list .CMS-NEWS-LINK {
        width: 100%;
        padding: 0 20px 0.2em;
        font-size: 1.4rem;
    }

    #news_archive h2 {
        margin: 2em;
        text-align: center;
        font-size: 1.4rem;
    }

    #news_archive .news_list .CMS-NEWS-MORE-READ {
        display: block;
        width: 190px;
        height: 40px;
        color: #fff;
        background: #40301e;
        line-height: 35px;
        position: absolute;
        font-weight: 600;
        left: 50%;
        transform: translateX(-50%);
        transition: all .5s;
        border: 2px solid #fff;
        -moz-border-radius: 5rem;
        border-radius: 5rem;
        font-size: 1.4rem;
    }
}

#news_archive .news_list .CMS-NEWS-MORE-READ:hover {
    opacity: 0.6;
    transition: all .3s ease-in-out;
}

.ta_center {
    text-align: center;
}

.shop_btn {
    width: 350px;
    margin: 50px auto;
}

ul.lcmenu {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

/* ul.lcmenu li {
  width: 29%;
  font-size: 17px;
  padding: 0 20px 20px 20px
}

*/
ul.lcmenu li i {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 2px
}

@media screen and (max-width: 768px) {
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 30px;
        text-align: center;
    }

    ul.lcmenu li {
        width: 24%;
        font-size: 14px;
        padding: 0 5px 1px;
        margin-bottom: 3px;
        font-weight: 600;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px
    }
}

/* 食べログ */



.rstdtl-heading__option {
    color: #341902;
    font-weight: 400;
    letter-spacing: 0.3rem;
    text-align: center;
    position: relative;
    margin-bottom: 60px;

}

.c-btn {
    padding: 0.5em 0.5em;
    text-decoration: none;
    background: #341902;
    /*ボタン色*/
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;

}

.c-heading3 {
    font-size: 1.8rem;
    color: #5a3200;
    font-weight: 600;
    border-bottom: solid 2px #ddd4c1;
    padding: 15px 0 15px 15px;
    margin-bottom: 30px;
    position: relative;
    font-feature-settings: "palt";
}

.c-heading3:after {
    content: "";
    display: block;
    width: 4px;
    height: 12px;
    background: #a0b88b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.pttl {
    padding: 60px;
    text-align: center;
}

.pttl img {
    height: 36px;
    width: auto;
}

.rstdtl-menu-lst {
    width: 980px;
    margin: 0 auto 100px auto;
}

/* ------------------------------
　access
------------------------------ */
@media screen and (min-width: 768px) {
    dl.shop-info dt {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 12px 0 12px 1.2%;
        width: 23.8%;
        white-space: nowrap;
    }

    dl.shop-info dd {
        padding: 12px 0 12px 35%;
        line-height: 20px;
    }
}

/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
.pttl {
    padding: 60px;
    text-align: center;
}

.pttl img {
    height: 36px;
    width: auto;
}

.rstdtl-menu-lst {
    margin: 60px auto 80px auto;
    width: 980px;
}

.rstdtl-menu-lst__heading {
    margin-top: 20px;
}

.rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #ddd4c1;
    width: 100%;
    box-sizing: border-box;

}

/* .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none
    } */


.rstdtl-menu-lst__info {
    display: table-cell;
    padding: 20px 0;
    vertical-align: top;
}

.rstdtl-menu-lst__info-inner {
    display: table;
    width: 100%;
}

.rstdtl-menu-lst__menu-title {
    display: table-cell;
    color: #341902;
    font-weight: bold;
}

.rstdtl-menu-lst__price {
    display: table-cell;
    font-weight: bold;
    text-align: right;
    width: 7rem;
    font-size: 1.6rem;
}


.rstdtl-menu-lst__desc {
    font-size: 15px;
    padding-bottom: 10px;
}

.rstdtl-menu-lst__desc p {
    font-size: 20px;
    padding: 12px 10px;
    line-height: 1.6;
    background: url('') repeat-x 0 100%
}

.rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center
}


/* ------------------------------
　course menu pc
------------------------------ */

.course-list {
    margin: 20px 0 30px
}

.course-list__heading {
    display: block;
    position: relative
}

.course-list__hotpepper-logo {
    display: block;
    position: absolute;
    top: 3.2rem;
    right: 0.5rem
}

.course-list__heading-tax {
    position: absolute;
    right: 0;
    color: #949499;
    top: 2.8rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.course-list__items {
    margin: auto;
    width: 80%;
}

.course-list__tax-notice {
    margin-top: 5px;
    color: #949499;
    font-size: 1rem
}

.course-seatonly {
    padding: 12px 15px;
    background-color: #faf8f5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.course-seatonly__title {
    color: #13131e;
    font-weight: bold;
    font-size: 1.4rem
}

.course-seatonly__btn {
    width: 10rem
}




.rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ddd4c1;
    border-bottom: 1px solid #ddd4c1;
    width: 100%
}

.rstdtl-course-list + .rstdtl-course-list {
    border-top: none
}

.rstdtl-course-list__target {
    color: inherit;
    z-index: 1
}

.rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none
}

.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default
}

.rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 30px 0;
    width: 100%;
    word-break: break-all;
    vertical-align: top
}


.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
    padding-top: 6.5rem
}

.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
    padding-top: 6.5rem
}

.rstdtl-course-list__data-header {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
    min-height: 72px
}

.rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all;

    text-decoration: none;
}

.rstdtl-course-list__course-title a {
    text-decoration: none
}

.rstdtl-course-list__course-title-text {
    margin-bottom: 1rem;
    color: #341902;
    font-weight: bold;
    line-height: 1;
    font-size: 1.6rem;
    text-decoration: none
}

.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: #ff9600;
    text-decoration: none
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
    color: #341902;
}

.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    background-color: #fff;
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem
}

.rstdtl-course-list__price-wrap {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0.8rem;
    width: 100%;
    display: inline-block;
}

.rstdtl-course-list__price-discount {
    display: inline-block
}

.rstdtl-course-list__price-before {
    color: #fff;
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: 1.6rem
}

.rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem
}

.rstdtl-course-list__price-hotpepper-discount::before,
.rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: ''
}

.rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem
}

.rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    right: 3.1rem
}

.rstdtl-course-list__price-num {
    color: #341902;
    font-weight: bold;
    font-size: 1.4rem;

}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {

    display: block
}

.rstdtl-course-list__price-num > em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.6rem
}

.rstdtl-course-list__price-num-tax {
    font-weight: normal;
    font-size: 1rem;
}

.rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 0rem
}

.rstdtl-course-list__data-body:before,
.rstdtl-course-list__data-body:after {
    display: block;
    overflow: hidden;
    content: ""
}

.rstdtl-course-list__data-body:after {
    clear: both
}

.rstdtl-course-list__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px
}

.rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: 0.8
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
    opacity: 1
}

.rstdtl-course-list__subinfo {
    display: table;
    position: relative;
    float: left;
    padding-top: 0rem
}


.rstdtl-course-list__desc {
    color: #341902;
    line-height: 1.4;
    padding: 20px 0;
}

.rstdtl-course-list__data-footer {
    float: right
}

.rstdtl-course-list__label {
    margin-left: 5px;
}

.rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: #ffd700;
    padding: 0.2rem 0.4rem;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333
}

.rstdtl-course-list__hotpepper-target::before {
    color: #999
}

.rstdtl-course-list__course-rule {
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0 0 0.3rem 1rem
}

.rstdtl-course-list__course-rule > dt,
.rstdtl-course-list__course-rule > dd {
    display: inline-block
}

.rstdtl-course-list__course-rule > dd {
    margin-right: 0.5rem
}

.rstdtl-course-list__course-rule-title::before {
    display: inline-block;
    color: #444;
    vertical-align: -0.1rem
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "人数";
    color: #341902;
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "時間"
}

.rstdtl-course-list__course-rule-title > i {
    display: none
}

.rstdtl-course-list__action-btn {
    display: block;

    padding-left: 1.5rem;
    color: #fff;

    line-height: 1.2rem;
}




.rstdtl-course-list__action-btn-target {
    display: block;

    width: 10rem;
    color: #fff;

}

.rstdtl-course-list__action-btn-target:first-child {
    display: none;

    width: 10rem;
    color: #fff;

}

.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__reserve-notice {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
}

.rstdtl-course-list__coupon {
    display: none;
}

.rstdtl-course-list__coupon-btn {
    float: right
}

.rstdtl-course-list__coupon-contents {
    display: none;
    width: auto;
    text-align: left;
    padding-top: 0.7rem
}

.rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0
}

.rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem
}

.rstdtl-course-list__tieup-mc:hover {
    opacity: 0.8
}

.rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem
}

.rstdtl-course-list__tieup-mc-target::after {
    color: #fff;
    vertical-align: middle
}

.rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none
}

.rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom
}

.rstdtl-course-list__tieup-mc-logo > i {
    display: none
}

.rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: #fff;
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem
}

.rstdtl-course-list__tieup-mc-text > em {
    color: #ff9600;
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem
}

@media screen and (max-width: 767px) {
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0px auto 0px auto;
        width: 100%
    }

    /*
    .rstdtl-menu-lst {
        margin: 0 20px 60px 20px;


    }
*/
    .c-heading3 {
        height: 35%
    }

    .menu_inner {
        margin: 60px auto 80px;
        width: 90%;
    }



    /* ------------------------------
　access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        font-weight: bold;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.0rem
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box;

    }

    .rstdtl-menu-lst__contents:last-of-type {
        /* border-bottom: none; */
        padding-top: 10px;
    }


    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top
    }


    .rstdtl-menu-lst__info-inner {
        display: table;
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        width: 65%;
        font-weight: bold;
        font-size: 1.4rem
    }

    /*
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.0rem
    }
*/

    .rstdtl-menu-lst__price {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 1.6rem
    }

    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }


    /* ------------------------------
　course menu sp
------------------------------ */


    .course-list__items {
        margin: auto;
        width: 100%;

    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #ddd4c1;
        border-bottom: 1px solid #ddd4c1;
        width: 100%
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }


    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top
    }



    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table-cell;
        width: 100%;
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all;



    }

    .rstdtl-course-list__course-title a {
        text-decoration: none
    }


    .rstdtl-course-list__course-title-text {
        margin-bottom: 1rem;
        font-weight: bold;
        line-height: 1;
        font-size: 1.6rem;

        text-decoration: none
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {

        text-decoration: none
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #fff;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem
    }


    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-wrap {
        display: block;
        width: 100%;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    .rstdtl-course-list__price-before {
        color: #fff;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: .1rem
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        color: #341902;
        font-weight: bold;
        font-size: 1rem
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 0.rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__img {
        display: block;
        padding: 20px 15px 20px 0;
        width: 100%
    }

    .rstdtl-course-list__img img {
        width: 120px;
        display: block;
        margin: 0 auto;
    }


    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }


    .rstdtl-course-list__subinfo {
        display: table-cell;
        position: relative;
        float: left;
        padding-top: 0.5rem;
        line-height: 3rem
    }



    .rstdtl-course-list__desc {
        color: #341902;
        line-height: 1.6;
        font-size: 1.4rem;
    }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 0px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        padding: 0.2rem 0.4rem;
        line-height: 2.2rem;
        font-size: 1.4rem
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }


    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 0rem
    }




    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #444;
        vertical-align: -0.1rem
    }



    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "人数"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "時間"
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: block;
        text-align: center;
        vertical-align: top;
        margin: 0 auto;
        color: #fff;
        padding-left: 0px;
    }

    .rstdtl-course-list__reserve-notice {
        display: block;
        color: #333;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
        white-space: wrap;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 1.2rem;
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        width: 130px;
        color: #fff;
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        display: none;
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }


}

.intro_btn {
    margin: 40px auto;
    display: flex;
    width: 640px;
    justify-content: space-around;

}

.btn-flat-border {
    width: 260px;
    margin: 0 auto;
    padding: 10px 0;
    /* padding: 0.5em 3em; */
    text-decoration: none;

    border: solid 2px #df0615;
    border-radius: 10px;
    transition: .4s;
    background: #fff;

    display: flex;

}

.btn-flat-border:hover {
    opacity: 0.6;
}

.btn_txt_point {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0px 0 20px;
    border-radius: 100%;
    font-size: 10px;
    background: #df0615;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.btn_txt_point p {

    padding: 15px 0px 10px 0px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1rem;
}

.btn_txt_point span {

    font-size: 0.6rem;

}

.btn_txt {
    width: 180px;
    color: #df0615;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-flat-border2 {
    width: 260px;
    margin: 0 auto;
    padding: 10px 0;
    /* padding: 0.5em 3em; */
    text-decoration: none;

    border: solid 2px #00c746;
    border-radius: 10px;
    transition: .4s;
    background: #fff;

    display: flex;

}

.btn-flat-border2:hover {
    opacity: 0.6;
}

.btn_txt_point2 {

    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0px 0 20px;
    border-radius: 100%;
    font-size: 10px;
    background: #00c746;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.btn_txt_point2 p {

    padding: 22px 0px 10px 0px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1rem;
}

.btn_txt2 {
    width: 180px;
    color: #00c746;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

}


@media screen and (max-width:767px) {
    .intro_btn {
        margin: 40px auto;
        display: flex;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .btn-flat-border {
        margin-bottom: 20px;
    }

}

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }

}

.jc_center {
    margin: 0 auto;
}

.course-list__items img {
    width: auto;

}

.table_item_left02 .box_link {
    margin: 1em auto 0;
}
