/* ----------misc.---------- */
body {
    color: #333;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: vw;
    content: "";
}
.pc {
    display: none !important;
}
.accordion,
.accordion-open {
    cursor: pointer;
}
.accordion-contents {
    display: none;
    padding: 0;
}
.hidden {
    display: none;
}
.visible {
    display: inline;
}
figure {
    width: 100%;
}
figure img {
    vertical-align: top;
    width: 100%;
}
main {
    background: #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}
main a {
    color: #0d4080;
    cursor: pointer;
    text-decoration: underline
}
/* ----------design---------- */
.sayama img {
    max-width: 100%;
    vertical-align: top;
}

.sayama .font-red {
    color: #D1111A;
}
.sayama .font-blue {
    color: #0d4080;
}
.sayama .underline {
    text-decoration: underline;
}

.sayama .mt0 {
    margin-top: 0 !important;
}
.sayama .mt-s {
    margin-top: 10px !important;
}
.sayama .mb-s {
    margin-bottom: 10px !important;
}
.sayama .mb-m {
    margin-bottom: 20px !important;
}

.sayama {
    padding: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #000;
}
.sayama ul.disc {
    list-style: initial;
    padding-left: 1em;
}
.sayama a[target="_blank"]:not(.cta a):not(.cta_s a)::after {
    margin-left: 5px;
    content: url(../images/external_link_bl.svg);
    vertical-align: middle;
}
.sayama strong {
    font-weight: 700;
}

.sayama #main_visual {
    background: url(../images/main_bg.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.sayama #main_visual h1 {
    padding: 5vw 15px;
    text-align: center;
}

.sayama #nav {
    background: #3D7928;
    margin: 0;
    padding: 0;
}
.sayama #nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sayama #nav li {
    border-bottom: 1px solid #FFF;
}
.sayama #nav li:nth-child(2n) {
    border-left: 1px solid #FFF;
}
.sayama #nav a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    min-height: 65px;
    padding: 7px 7px 7px 48px;
    text-decoration: none;
    color: #FCFDFC;
    font-weight: 700;
}
.sayama #nav a:hover {
    opacity: 0.8;
}
.sayama #nav li.parking a {
    background: url(../images/icon1.svg) no-repeat left 16px center;
    background-size: 24px;
}
.sayama #nav li.services a {
    background: url(../images/icon2.svg) no-repeat left 16px center;
    background-size: 24px;
}
.sayama #nav li.monthly a {
    background: url(../images/icon3.svg) no-repeat left 16px center;
    background-size: 24px;
}
.sayama #nav li.spot a {
    background: url(../images/icon4.svg) no-repeat left 16px center;
    background-size: 24px;
}

.sayama .cta {
    margin-top: 40px;
    text-align: center;
}
.sayama .cta a {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 60px;
    padding: 5px 75px;
    border-radius: 30px;
    background: url(../images/icon5.svg) no-repeat 6px center, #3D7928 url(../images/arrow.svg) no-repeat right 21px center;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.sayama .cta_s {
    margin-top: 20px;
}
.sayama .cta_s a {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 40px;
    padding: 5px 30px;
    border: 2px solid #3D7928;
    border-radius: 20px;
    background: #EDF2E4 no-repeat right 10px center;
    color: #3D7928;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.sayama .cta_s a[target="_blank"] {
    background-image: url(../images/external_link_gr.svg);
}

.sayama .apply {
    margin-top: 20px;
    text-align: center;
}
.sayama .apply p {
    color: #D1111A;
    font-size: 16px;
    font-weight: 700;
}

.sayama dl.data {
    display: grid;
    gap: 10px;
}
.sayama dl.data dt {
    display: grid;
    align-content: center;
    padding: 5px 10px;
    border-radius: 5px;
    background: #DCE6CA;
    font-weight: 700;
}
.sayama dl.data dd {
    padding: 0 10px;
}

.sayama table.fee,
.sayama table.fee :where(tbody, tr, th, td){
    display: block;
}
.sayama table.fee {
    width: 100%;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 5px;
    overflow: hidden;
}
.sayama table.fee th {
    padding: 10px 0;
    border-bottom: 2px solid #000;
    background: #FFD900;
    font-weight: 700;
    text-align: center;
}
.sayama table.fee th.fee-subheader {
    background: #FFEB7E;
}
.sayama table.fee th br {
    display: none;
}
.sayama table.fee td {
    padding: 10px 0;
    border-bottom: 2px solid #000;
    text-align: center;
}
.sayama table.fee td.fee-left {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.sayama table.fee span.fee-xl {
    font-size: 34px;
    line-height: 1.6;
}
.sayama table.fee span.fee-l {
    font-size: 24px;
    line-height: 1.6;
}
.sayama table.fee span.fee-m {
    font-size: 16px;
    line-height: 1.6;
}

.sayama .flexunit {
    display: grid;
    gap: 20px;
}

.sayama ul.anchor_link {
    display: flex;
    gap: 5px 40px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #EBEFF4;
    font-weight: 700;
}
.sayama #services ul.anchor_link {
    flex-direction: column;
}
.sayama #monthly ul.anchor_link {
    flex-wrap: wrap;
}
.sayama ul.anchor_link a {
    display: inline-block;
    padding: 0 18px 0 0;
    background: url(../images/down.svg) no-repeat right center;
}

.sayama .main_head {
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    padding: 9px 10px 7px 67px;
    line-height: 1.6;
    font-weight: 700;
}
.sayama .main_head::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    border-radius: 15px;
    background: #FFD900;
}
.sayama .main_head::after {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0;
    border-radius: 15px;
    border: 2px solid #000;
}
.sayama .main_head h2 {
    font-size: 18px;
    font-weight: 700;
}
.sayama .main_head h2::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    display: block;
    width: 62px;
    height: 80px;
    background: url(../images/oripi_a.png) no-repeat center center;
    background-size: contain;
}
.sayama #services .main_head h2::before,
.sayama #spot .main_head h2::before {
    background-image: url(../images/oripi_b.png);
}
.sayama .main_head div {
    font-size: 12px;
    color: #3D7928;
}

.sayama h3 {
    margin: 40px 0 20px 0;
    padding: 0 0 9px 50px;
    background: url(../images/h3_bg.png) no-repeat left bottom;
    background-size: 920px 36px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
}

.sayama .preparing {
    padding: 38px 5px;
    background: #A6A6A6;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.sayama #lead {
    padding: 30px 15px;
}
.sayama #lead .inner {
    margin: 0 auto;
}
.sayama #lead h2 {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
    color: #3D7928;
}
.sayama #lead h2 span {
    font-size: 18px;
}
.sayama #lead p {
    font-size: 16px;
}
.sayama #lead p.note {
    font-size: 14px;
}
.sayama #lead iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 48 / 38;
    vertical-align: top;
}

.sayama .contents {
    background: #DCE6CA url(../images/contents_bg.png) no-repeat center 5px;
    background-size: contain;
    padding: 30px 15px;
}
.sayama .contents section {
    margin: 15px auto 0 auto;
    padding: 30px 15px;
    border-radius: 15px;
    background: #FFF;
}
.sayama .contents section:first-child {
    margin-top: 0;
}

/* ----------discription---------- */
.discription_text_wrap {
    padding-top: 10px;
    background: #f3f1e4;
}
.discription_text {
border: 1px solid #c0c1af;
font-family: Verdana, Arial, メイリオ, Meiryo, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 12px;
line-height: 1.6;
margin: 20px;
padding: 16px;
}