/*
 * CSS Variabls
 */
:root {
    --rcs-s0-head-size: 130px;
    --rcs-s0-head-size-md: 130px;
    --rcs-s0-head-size-sm: 90px;
    --rcs-color: #a8dadc;
}

/*
 * common class
 */
a {
    color: var(--rcs-fc-body) !important;
}
p {
    max-width: none !important;
}
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#rcs-s0-wrapper {
    margin: var(--rcs-s0-head-size) 0 0 0;
    width: 100vw;
    --x-max-width: 100%;
}
@media screen and (min-width: 916px) {
    #rcs-s0-wrapper {
        margin: var(--rcs-s0-head-size) 0 0 0;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    #rcs-s0-wrapper {
        margin: var(--rcs-s0-head-size-md) 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    #rcs-s0-wrapper {
        margin: var(--rcs-s0-head-size-sm) 0 0 0;
    }
}
#rcs-s0-wrapper__main {
    margin: 0 6vw;
}
.rcs-s0-stacker {
    margin: 30px 0 0 0;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
    .rcs-s0-stacker {
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 915px) {
    .rcs-s0-stacker {
        margin: 20px 0 0 0;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s0-stacker {
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s0-stacker {
        margin: 20px 0 0 0;
    }
    #rcs-s0-wrapper__main {
        margin: 10px;
    }
}

/*
 * Footer メニュー
 */
rcs-footer.footer {
    --background-color: var(--rcs-color);
    --margin: 20px 0 0 0;
}
rcs-footer::part(toprow) {
    height: 100px;
}
rcs-footer::part(left) {
    flex-basis: 60%;
    color: white;
    margin: 0 0 0 40px;
}
rcs-footer::part(right) {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
}
rcs-footer::part(bottom) {
    padding: 10px 0 10px 10px;
    font-size: var(--rcs-fsv-s1);
    color: white;
    display: flex;
    justify-content: end;
}
.rcs-s0-footer-ul {
    display: flex;
}
.rcs-s0-footer-ul li {
    font-size: var(--rcs-fsv-s1);
    list-style: none;
    margin-right: 10px;
}
rcs-footer ul li svg {
    width: 60px;
    height: 60px;
}
.rcs-s0-footer-corpname {
    margin-right: 40px;
}
.rcs-s0-footer-info {
    --x-font-weight: 700;
    font-size: var(--rcs-fsv-s1);
    margin: 0 0 0 20px;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (max-width: 915px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-footer::part(toprow) {
        flex-flow: row;
    }
}
@media screen and (max-width: 480px) {
    rcs-footer.footer {
        margin: 10px 0 10px;
    }
    rcs-footer::part(toprow) {
        flex-flow: column;
        height: auto;
    }
    rcs-footer::part(left) {
        -commmargin: 0;
    }
    .rcs-s0-footer-info {
        font-size: var(--rcs-fsv-s-1);
    }
}
.rcs-s0-tweettimeline {
    --x-max-width: 40%;
    --x-border: 1px solid #333;
    padding: 10px;
    width: 320px;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s0-tweettimeline {
        --max-width: 50%;
        width: 320px;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s0-tweettimeline {
        max-width: 100%;
        width: 320px;
    }
}

/*
 * レスポンシブでの表示切替に関する設定
 */
rcs-hzmenu {
    --logo-width-desktop: 130px;
    --logo-width-mobile: 90px;
}
rcs-hbmenu.mobile-menu {
    display: none;
}
@media screen and (max-width: 480px) {
    rcs-hbmenu.mobile-menu {
        display: block;
    }
}

/* 水平メニューのリスト部分だけ、どうしても中央揃えにしたい場合 */
rcs-hzmenu::part(list) {
    justify-content: center;
}
/* ハンバーガーメニューのアイコンの線の色を上書きしたい場合 */
rcs-hbmenu::part(button-line) {
    background-color: navy;
}
/*
 * 各コンポーネントの「テーマ」や「バリエーション」を、
 * CSSカスタムプロパティで上書きする設定
 */
rcs-hzmenu.desktop-menu {
    /* 例えば、ヘッダーの高さをデフォルトの80pxから110pxに変更したい場合 */
    --height: 110px;
    /* リンクの色をデフォルトの#333から紺色にしたい場合 */
    --link-color: navy;
}

rcs-hbmenu.mobile-menu {
    /* ハンバーガーメニューのアイコンの色をサイトのテーマカラーに合わせる場合 */
    --line-color: #ff8d8d;
}
/*
 */
.rcs-s0-shopinfo {
    clear: both;
    width: 100%;
    text-align: left;
    margin: 10px 10px 5px 80px;
    font-size: calc(10px + 4 * (100vw - 380px) / 820);
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
        "MS PMincho", sans-serif;
}
.rcs-s0-shopinfo div dt {
    float: left;
}
.rcs-s0-shopinfo div dd {
    padding-left: 5em;
}
.rcs-s0-title {
    margin: 10px 0 0 0;
    font-size: var(--rcs-fsv-s3);
}
.rcs-s0-title::before {
    content: url("");
    /*
	background-image: url("../assets/svg/keyaki-hato-pink.svg");
  */
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 7px 8px 0;
    background-size: contain;
    vertical-align: middle;
}
.rcs-s0-subtitle {
    margin: 0 0 0 1rem;
    font-size: calc(20px + 4 * (100vw - 380px) / 820);
}
.rcs-s0-subtitle::before {
    content: url("");
    background-image: url("");
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    background-size: contain;
    vertical-align: middle;
}
.rcs-s0-flexbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .rcs-s0-flexbox {
        flex-direction: column;
    }
}
.rcs-s0-contents-wrapper {
    margin: 5px 10px 5px;
    max-width: 98vw;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
}

@media screen and (max-width: 480px) {
    .rcs-s0-contents-wrapper {
        margin: 0px 0px;
    }
}

/* 共通のアイコンエフェクト */
/* Style all font awesome icons */
.rcs-s0-faicon {
    padding-left: 20px;
    display: inline-block;
    font-size: 2rem;
    --text-decoration: none;
}

/* Add a hover effect if you want */
.rcs-s0-faicon:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Instagram */
.rcs-s0-fa-instagram {
    --color: #c6529a;
    fill: white;
    width: 1.5rem;
}
.rcs-s0-fa-instagram a {
    display: inline-block;
}
/* Facebook */
.rcs-s0-fa-facebook {
    --x-background: #3b5998;
    --x-color: white;
    fill: white;
    width: 1.5rem;
}

/* Twitter */
.rcs-s0-fa-twitter {
    --color: #55acee;
    fill: white;
    width: 1.5rem;
}
/* goo */
.rcs-s0-fa-goo {
    color: #55acee;
}
/*
バッジ
*/
/* ellipse */
.rcs-s0-badge-a {
    display: inline-block;
    color: #ffffff;
    padding: 0.3em;
    font-size: 0.6rem;
    width: fit-content;
    border-radius: 6px;
}
.rcs-s0-badge-b {
    display: inline-block;
    color: #fff;
    padding: 0.2rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1rem;
}
.rcs-s0-bg-blue {
    background-color: var(--rcs-color);
}

.rcs-s0-bg-red {
    background-color: #dc143c;
}

.rcs-s0-bg-green {
    background-color: #5cbd9d;
}

.rcs-s0-bg-yellow {
    background-color: #f29c33;
}

.rcs-s0-ff-kaku-got-w6 {
    font-family: "Hiragino Kaku Gothic ProN", "-apple-system",
        "BlinkMacSystemFont", "Meiryo", sans-serif;
    font-weight: 600;
}
.rcs-s0-ff-kaku-got-w4 {
    font-family: "Hiragino Kaku Gothic ProN", "-apple-system",
        "BlinkMacSystemFont", "Meiryo", sans-serif;
    font-weight: 400;
}

.rcs-s0-ff-min-bold {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
        "MS PMincho", sans-serif;
    font-weight: bold;
}

.rcs-s0-ff-yu-got-w6 {
    font-family: "游ゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
        "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    font-weight: 600;
}
/*
 * お知らせ
 * noteから取得した記事を表示
 */
.rcs-s0-info {
    width: 100%;
    margin: 1px 0 3px 3px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-y: hidden;
    line-height: 1.5rem;
}

.rcs-s0-info_date {
    font-size: var(--rcs-fsv-s-2);
    --x-color: var(--rcs-color-2nd);
    padding-right: 1rem;
}
@media screen and (max-width: 480px) {
    .rcs-s0-info {
        flex-wrap: wrap;
        width: 100%;
    }
}
.rcs-s0-info dd,
.rcs-s0-info dt {
    width: 100%;
    box-sizing: border-box;
    --x-font-size: calc(14px + 4 * (100vw - 380px) / 820);
    font-size: var(--rcs-fsv-s-1);
    --x-background-color: #fff782;
}
.rcs-s0-info dt {
    width: 100%;
    border-bottom: 1px solid #343a40;
    display: flex;
    margin: 0 0 0 0;
    font-size: var(--rcs-fsv-s0);
    font-style: normal;
    font-weight: 600;
    color: hsl(21deg, 58%, 27%);
}
@media screen and (max-width: 480px) {
    .rcs-s0-info dt {
        width: 100%;
        border-bottom: none;
        max-height: 130px;
        display: inline-block;
    }
}
.rcs-s0-info dt:nth-child(n + 2) {
    margin: 40px 0 0 0;
}
.rcs-s0-info dd {
    width: 100%;
    margin-left: 0;
    font-size: var(--rcs-fsv-s-1);
    line-height: 1.4rem;
}
@media screen and (max-width: 480px) {
    .rcs-s0-info dd {
        border-bottom: 1px solid #343a40;
        max-height: 200px;
        --x-font-size: calc(10px + 4 * (100vw - 380px) / 820);
        font-size: var(--rcs-fsv-s-1);
        width: 50ch;
    }
}
.rcs-s0-info dd:nth-of-type(-n + 3) {
    position: relative;
}
.rcs-s0-info__time {
    font-size: calc(14px + 4 * (100vw - 380px) / 820);
    text-align: right;
    flex-basis: 20%;
}
@media screen and (max-width: 480px) {
    .rcs-s0-info__time {
        font-size: calc(14px + 4 * (100vw - 380px) / 820);
        width: 100%;
        margin-left: 0;
    }
}
.rcs-s0-info__tag {
    flex-basis: 80%;
    margin: 0 0.2em 0 0;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
}
@media screen and (max-width: 480px) {
    .rcs-s0-info__tag {
        font-size: calc(14px + 4 * (100vw - 380px) / 820);
        flex-basis: 80%;
    }
}
