/*
 * 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;
}
#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 メニューコンポーネント
*/
rcs-hzmenu.hzmenu {
    background-color: var(--rcs-bgc-normal);
    --x-opacity: 0.8;

    position: fixed;
    --height: var(--rcs-s0-head-size);
    --list-width: 65%;
    --list-justify-content: center;
    --item-color: white;
    --item-width: 22ch;
    --item-border: 1px dotted purple;
    --item-align: center;
}
rcs-hzmenu::part(logo) {
    display: block;
    --x-margin: 20px 10px;
    flex-basis: 30%;
}
rcs-hzmenu::part(list) {
    flex-basis: 50%;
    justify-content: flex-end;
}
rcs-hzmenu::part(info) {
    flex-basis: 20%;
    justify-content: flex-end;
}
.rcs-s0-hzmenu-logo {
    display: block;
    margin: 1px 0 0 3px;
    width: 60%;
}
.rcs-s0-hzmenu-info-img {
    width: 80%;
    position: relative;
    top: 30px;
}
.rcs-s0-hzmenu-info-banner {
    margin: 1px 0 0 3px;
    width: 30%;
}
.rcs-s0-hzmenu-list-ul {
    display: flex;
    margin: 50px 0 0 100px;
    text-align: right;
}
.rcs-s0-hzmenu-list-ul li {
    list-style: none;
    font-size: var(--rcs-fsv-s1);
    display: inline;
}
rcs-hzmenu ul li:not(:last-child) {
    margin-right: 1.5rem;
}
.rcs-s0-hzmenu-facebook {
    fill: #3b579d;
    width: 50px;
    height: 50px;
    position: relative;
    top: 10px;
}
/*
rcs-hzmenu a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
rcs-hzmenu a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  margin: auto;
  content: "";
  background-color: skyblue;
  transition: width 0.2s;
}
rcs-hzmenu a:hover {
  color: skyblue;
}
rcs-hzmenu a:hover::after {
  width: 100%;
}
*/
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-hzmenu.hzmenu {
        height: var(--rcs-s0-head-size-md);
    }
    rcs-hzmenu::part(logo) {
        flex-basis: 50%;
    }
    rcs-hzmenu::part(info) {
        display: block;
        position: absolute;
        right: 100px;
        top: 5px;
    }
    .rcs-s0-hzmenu-facebook {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 480px) {
    rcs-hzmenu.hzmenu {
        height: var(--rcs-s0-head-size-sm);
    }
    rcs-hzmenu::part(logo) {
        flex-basis: 60%;
        display: block;
        width: 50%;
    }
    rcs-hzmenu::part(info) {
        display: block;
        position: relative;
        top: 25px;
        left: 60px;
    }
    .rcs-s0-hzmenu-facebook {
        width: 30px;
        height: 30px;
    }
    .rcs-s0-hzmenu-info-img {
        width: 70%;
        top: 20px;
        margin-left: 0px;
    }
}
/*
* 新ハンバーガーメニュー V3.1
*/
rcs-hbmenu-v31.hbmenu {
    --font-size: var(--rcs-fsv-s0);
    /* アイコン */
    --icon-color: silver;
    --icon-right: 1em;
    --icon-top: 1em;
    --icon-padding: 20px 9px;

    /* ３本線の幅、厚み、色 */
    --line-height: 4px;
    --line-width: 30px;
    --line-color: white;

    /* メニュー */
    --menu-background-color: var(--rcs-color);
    --x-menu-top: 5em;
    --x-menu-right: 10px;
    --x-menu-width: 18em;
    --menu-height: 100vh;
}
.rcs-s0-hbmenu-slot {
    margin-top: 150px;
    color: white;
    margin-left: 20px;
    font-size: var(--rcs-fsv-s1);
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-hbmenu-v31.hbmenu {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    rcs-hbmenu-v31.hbmenu {
        display: block;
        --icon-padding: 15px 5px;
    }
}

/*
 */
.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%;
    }
}
