:root {
    --rcs-vis-fig-size: 60%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.rcs-s1-contents-wrapper {
    margin: 5px 10px 5px;
    max-width: 98vw;
    padding-right: 0px;
    padding-left: 0px;
    --x-background-color: var(--rcs-bgc-contents);
}

@media screen and (max-width: 480px) {
    .rcs-s1-contents-wrapper {
        margin: 0px 0px;
    }
}
/*
 * CATCH
 */
.rcs-s1-catchtop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.rcs-s1-catch-contents {
    width: 100%;
    margin-bottom: 20px;
    --x-background-color: #a3cd39;
    flex-basis: 50%;
}
.rcs-s1-catch-title {
    font-size: 4rem;
    color: #eaeaea;
    line-height: 1.2;
    margin-bottom: 20px;
}
.rcs-s1-catch-title::first-letter {
    color: #08d9d6;
    font-size: 200%;
}
.rcs-s1-catch-text {
    margin: 10px 0 0 40px;
    color: black;
    --font-size: 1.7rem;
}
.rcs-s1-catch-bikou {
    font-size: var(--rcs-fsv-s-2);
}
@media screen and (max-width: 480px) {
    .rcs-s1-catch-title {
        margin: 0 0 0 20px;
        font-size: 2rem;
    }
    .rcs-s1-catchtop {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .rcs-s1-catch-contents {
        flex-basis: 100%;
    }
    .rcs-s1-catch-bikou {
        margin-left: 2rem;
    }
    .rcs-s1-catch-bikou {
        font-size: var(--rcs-fsv-s-2);
        margin-left: 1rem;
    }
}
/* Styles for Slider cards */
rcs-slider-card {
    text-align: center;
}
rcs-slider-card.img {
    margin: auto;
    display: block;
    width: 80%;
}

.rcs-s1-slider-contents {
    position: absolute;
    width: 100%;
    bottom: 48px;
    left: 0;
}
.rcs-s1-slider-contents > * {
    margin: 0;
    text-align: center;
}

rcs-headline-1st.head1 {
    --color: var(--rcs-color);
    --border: none;
    --padding: 0.5rem 0 0 0.5rem;
    --x-border-bottom: solid 1px #708090;
    --border-bottom: none;
    --font-size: var(--rcs-fsv-s4);
    flex-basis: 40%;
}
@media screen and (max-width: 480px) {
    rcs-headline-1st.head1 {
        --x-padding: 1rem 2rem 1rem 20px;
    }
}
.rcs-s1-myinfo {
    clear: both;
    width: 100%;
    text-align: left;
    margin: auto;
    font-size: calc(10px + 4 * (100vw - 380px) / 820);
    font-family: "Zen Kaku Gothic Ant Regular", "Hiragino Kaku Gothic ProN",
        "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
}

.rcs-s1-myinfo div dt {
    float: left;
}
.rcs-s1-myinfo div dd {
    padding-left: 5em;
}
.rcs-s1-aspmap {
    width: 40%;
    position: relative;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (max-width: 915px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
.rcs-s1-aspmap__image {
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (max-width: 915px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
/*
 * rcs components
 */
/*
 * rcs-visual component
 */
rcs-visual.visual {
    --x-nop: nop;
}
rcs-visual.visual::part(figure) {
    --x-nop: nop;
}
rcs-visual.visual::part(catch) {
    /* figureブロックの下に表示したいのでabsoluteから変更 */
    position: relative;
    top: 10px;
    left: 0px;
    margin: 0 0 0 50px;
}
.rcs-s1-vis-image {
    width: 100%;
    aspect-ratio: 1.77;
}
.rcs-s1-vis-span {
    display: block;
    margin: 30px 0;
}
.rcs-s1-vis-span span {
    --x-top: 40px;
    font-size: var(--rcs-s2);
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-vis-span span {
        font-size: var(--rcs-s1);
        display: inline-block;
    }
    rcs-visual.visual::part(catch) {
        top: 10px;
        left: 0;
        margin: 0 0 0 50px;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s1-vis-span span {
        display: inline-block;
        font-size: var(--rcs-s1);
    }
    rcs-visual.visual::part(catch) {
        top: 0px;
        left: 0px;
        margin: 0;
    }
}
/*
 * About Us
 */
rcs-article.tenji {
    --border: none;
    --x-height: 300px;
    --margin: 30px 0 0 0;
    --background-color: #f7f9f9;
}
rcs-article.tenji::part(left) {
    flex-basis: 50%;
}
.rcs-s1-tenji-image {
    width: 80%;
}
rcs-article.tenji::part(right) {
    --x-flex-basis: 70%;
    margin: auto;
    display: block;
}
.rcs-s1-tenji-ul li {
    list-style-type: square;
    font-size: var(--rcs-s1);
    width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-article.tenji::part(right) {
        flex-basis: 65%;
        margin-left: 20px;
    }
    .rcs-s1-tenji-ul li {
        font-size: var(--rcs-fsv-s0);
    }
}
@media screen and (max-width: 480px) {
    rcs-article.tenji {
        width: 100%;
        margin-bottom: 150px;
    }
    rcs-article.tenji::part(toprow) {
        flex-flow: column nowrap;
    }
    rcs-article.aboutus::part(right) {
        width: 90%;
        margin-left: 20px;
    }
    rcs-article.aboutus::part(left) {
        width: 80%;
        top: 5px;
        left: 30px;
    }
    .rcs-s1-aboutus-ul li {
        font-size: var(--rcs-fsv-s0);
    }
}

/*
 * Access and Link list
 */
rcs-flex.flex1 {
    margin: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
    rcs-flex.flex1 {
        flex-direction: column;
    }
}

/*
 * rcs-card for Acces map
 */
rcs-card.access {
    flex-basis: 45%;
    margin: 0 0.8rem;
    width: 100%;
    color: var(--rcs-fc-title);
    background-color: var(--rcs-bgc-normal);
}
rcs-card.access::part(title) {
    display: block;
}
rcs-card.access::part(figure) {
    width: 100%;
}
rcs-card.access::part(contents) {
    background-color: var(--rcs-bgc-normal);
    color: var(--rcs-fc-body);
    width: 90%;
    margin: 1px 1rem;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-card.access {
        flex-flow: column nowrap;
    }
    rcs-card.access::part(toprow) {
        flex-flow: column nowrap;
    }
}

@media screen and (max-width: 480px) {
    rcs-card.access {
        margin: 0;
    }
    rcs-card.access::part(toprow) {
        flex-flow: column nowrap;
    }
    rcs-card.access::part(figure) {
        width: 100%;
        margin: 0px;
    }
    rcs-card.access::part(contents) {
        margin: 10px 0 0 45px;
    }
    .rcs-s1-access__image {
        width: 100%;
        height: 100%;
    }
}
/*
 * rcs-card for link list
 */
.rcs-s1-link {
    font-size: var(--rcs-fsv-s0);
}
.rcs-s1-linklist {
    flex-basis: 50%;
}
/*
 * rcs-link component
 */
rcs-link.link {
    font-size: var(--rcs-fsv-s0);
}
rcs-link.link::part(title) {
    color: var(--rcs-fc-title);
    font-size: var(--rcs-s1);
    flex-basis: 100%;
}
rcs-link.link::part(trail) {
    display: none;
}
rcs-link.link::part(contents) {
    display: none;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-link.link::part(title),
    rcs-link.link::part(trail) {
        background-color: var(--rcs-bgc-normal);
        color: var(--rcs-fc-title);
        font-size: var(--rcs-s1);
    }
}
@media screen and (max-width: 480px) {
    rcs-link.link::part(title),
    rcs-link.link::part(trail) {
        color: var(--rcs-fc-title);
        font-size: var(--rcs-s-2);
    }
}
/*
 * rcs-card for History
 */
rcs-card.hist-col1 {
    margin: 0 0.8rem;
    --width: 80%;
    color: var(--rcs-fc-title);
    --border: 9px dotted gray;
    background-color: white;
}
.rcs-card div.hist-contents {
    background-color: var(--rcs-bgc-contents);
    color: var(--rcs-fc-body);
    width: 90%;
    margin: 1px 1rem;
}
/*
 * goo blog style
 */
#rcs-blog {
    display: flex;
    flex-flow: row wrap;
}
.rcs-s1-blog-item1 {
    background-color: var(--rcs-bgc-normal);
    margin: 10px 10px 10px 10px;
    width: 30%;
    color: var(--rcs-fc-body);
    border-bottom: dotted 1px black;
}
.rcs-s1-blog-item1 a:link {
    color: white;
}
.rcs-s1-blog-title {
    font-size: var(--rcs-s1);
}
.rcs-s1-blog-image1 {
    width: 100%;
    --margin: 0 0 0 20vw;
    flex-basis: 30%;
}
.rcs-s1-blog-info-text {
    font-size: var(--rcs-fsv-s-2);
    margin-top: 1rem;
    max-width: 90ch;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-blog-title {
        font-size: var(--rcs-fsv-s0);
    }
}

@media screen and (max-width: 480px) {
    #rcs-blog {
        flex-direction: column;
    }
    .rcs-s1-blog-item1 {
        width: 100%;
        margin: 10px 0 10px 0;
        border-bottom: 3px dotted gray;
    }
    .rcs-s1-blog-title {
        font-size: var(--rcs-fsv-s-0);
    }
    .rcs-s1-blog-info-text {
        font-size: var(--rcs-fsv-s-1);
        margin: 1rem;
    }
}
/*
 * お知らせ
 */
.rcs-s1-announce {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.rcs-s1-announce-text {
    display: block;
    flex-basis: 40%;
    font-size: var(--rcs-fsv-s5);
    --x-color: #769642;
    font-size: 2rem;
}
@media screen and (max-width: 480px) {
    .rcs-s1-announce {
        flex-direction: column;
    }
}
rcs-tile.tile {
    --x-border: solid 2px hsl(4deg, 60%, 47%);
    --x-background-color: aliceblue;
    --x-color: darkmagenta;
    --width: 90%;
}
@media screen and (max-width: 480px) {
    rcs-tile.tile {
        --width: 100%;
    }
}
.rcs-s1-access-dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding-left: 1rem;
    margin-top: 5px;
}
.rcs-s1-access-dl dt {
    font-weight: bold;
    margin-bottom: 1rem;
    flex-basis: 20%;
}
.rcs-s1-access-dl dd {
    --margin-left: 1rem;
    --margin-bottom: 0.3rem;
    flex-basis: 80%;
    padding-left: 1rem;
    --x-background-color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: var(--rcs-fsv-s-3);
}
@media screen and (max-width: 480px) {
    .rcs-s1-access-dl dd {
        font-size: var(--rcs-fsv-s-2);
    }
}
.rcs-s1-access-shop-image {
    width: 90%;
    margin: auto;
    --x-display: block;
}
/*
 * SHOP GUIDE
 */
rcs-guide-v1.shopguide {
    display: block;
    width: 100%;
    margin: 10px 0;
    border-bottom: 3px solid gray;
    --addr-flex-basis: 40%;
    --flex-flow: column wrap;
}
rcs-guide-v1.shopguide::part(toprow) {
    --x-height: 50%;
}
rcs-guide-v1.shopguide::part(left) {
    width: 400px;
}
rcs-guide-v1.shopguide::part(right) {
    margin-left: 20px;
}
rcs-guide-v1.shopguide::part(address) {
    --x-display: flex;
    margin-top: 1rem;
    font-size: var(--rcs-fsv-s1);
}
rcs-guide-v1.shopguide::part(desc) {
    width: 100%;
    margin-top: 10px;
    font-size: var(--rcs-fsv-s-1);
}
rcs-guide-v1.shopguide::part(snsicon) {
    --x-height: 100%; /* NG: sns領域がboxからはみ出るため無効にする */
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-guide-v1.shopguide::part(address) {
        font-size: var(--rcs-fsv-s-2);
        font-weight: 500;
    }
    rcs-guide-v1.shopguide::part(left) {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    rcs-guide-v1.shopguide {
        --rightrow-flex-direction: column;
        --addr-flex-basis: 80%;
    }
    rcs-guide-v1.shopguide::part(left) {
        width: 100%;
    }
    rcs-guide-v1.shopguide::part(right) {
        margin-left: 0px;
    }
    rcs-guide-v1.shopguide::part(toprow) {
        flex-flow: row nowrap;
    }
    rcs-guide-v1.shopguide::part(desc) {
        width: 100%;
        margin: 1rem 0 1rem 1rem;
        font-size: var(--rcs-fsv-s-2);
    }
    rcs-guide-v1.shopguide::part(address) {
        --x-width: 80%;
        font-size: var(--rcs-fsv-s-2);
    }
    /*
	rcs-guide-v1.shopguide::part(address) > h1 {
		font-size: var(--rcs-fsv-s-1);
		font-weight: 500;
	}
	 */
}
.rcs-s1-addr span {
    display: inline-block;
    font-size: var(--rcs-fsv-s3);
    font-weight: 700;
}
.rcs-s1-addr2 span {
    display: inline-block;
    font-size: var(--rcs-fsv-s2);
    font-weight: 700;
}
.rcs-s1-svg-icon {
    width: 28px;
    height: 45px;
    fill: white;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    pointer-events: none;
}
.rcs-s1-guide-fs {
    --x-font-weight: 500;
    --x-color: lightcoral;
    font-size: var(--rcs-fsv-s-1);
}
.rcs-s1-guide-image {
    margin: 0 0 10px 0;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
}
@media screen and (max-width: 480px) {
    .rcs-s1-svg-icon {
        width: 30px;
        height: 30px;
        right: 17px;
    }
    .rcs-s1-guide-image {
        --x-width: 80%;
        --x-margin: 0 0 10px 30px;
    }
}
.rcs-s1-owninfo {
    margin: 0 0 0 20px;
}
/* 展示 */
.rcs-s1-exhibition {
    margin: 10px 0;
    font-size: var(--rcs-fsv-s1);
}
@media screen and (max-width: 480px) {
    .rcs-s1-exhibition {
        font-size: var(--rcs-fsv-s-1);
    }
}
