/* ----------misc.---------- */
body {
    color: #333;
    min-width: 1000px;
    line-height: 1.6 !important;
}
.sp {
    display: none !important;
}
main {
    background: #FFF;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}
/* ----------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: 15px !important;
}
.sayama .mb-s {
    margin-bottom: 15px !important;
}
.sayama .mb-m {
    margin-bottom: 30px !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: 1280px auto;
    margin: 0 auto;
    height: 550px;
}
.sayama #main_visual h1 {
    text-align: center;
}
.sayama #main_visual img {
    width: 1000px;
}

.sayama #nav {
    background: #3D7928;
    margin: 0;
}
.sayama #nav ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 7px 0;
}
.sayama #nav li {
    width: 100%;
    border-right: 1px solid #FFF;
}
.sayama #nav li:nth-child(1) {
    border-left: 1px solid #FFF;
}
.sayama #nav a {
    display: block;
    padding: 44px 4px 4px 4px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.sayama #nav a:hover {
    opacity: 0.8;
}
.sayama #nav li.parking a {
    background: url(../images/icon1.svg) no-repeat center 6px;
}
.sayama #nav li.services a {
    background: url(../images/icon2.svg) no-repeat center 6px;
}
.sayama #nav li.monthly a {
    background: url(../images/icon3.svg) no-repeat center 6px;
}
.sayama #nav li.spot a {
    background: url(../images/icon4.svg) no-repeat center 6px;
}

.sayama .cta {
    margin-top: 60px;
    text-align: center;
}
.sayama .cta a {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: 440px;
    min-height: 80px;
    padding: 5px 75px;
    border-radius: 40px;
    background: url(../images/icon5.svg) no-repeat 16px center, #3D7928 url(../images/arrow.svg) no-repeat right 45px center;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}

.sayama .cta_s {
    margin-top: 40px;
}
.sayama .cta_s a {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: 360px;
    min-height: 50px;
    padding: 5px 45px;
    border: 2px solid #3D7928;
    border-radius: 25px;
    background: #EDF2E4 no-repeat right 25px 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: 40px;
    text-align: center;
}
.sayama .apply p {
    color: #D1111A;
    font-size: 20px;
    font-weight: 700;
}

.sayama dl.data {
    display: grid;
    grid-template-columns: 130px 1fr 130px 1fr;
    gap: 20px;
}
.sayama dl.data dt {
    display: grid;
    justify-content: center;
    align-content: center;
    padding: 15px 5px;
    border-radius: 5px;
    background: #DCE6CA;
    font-weight: 700;
}
.sayama dl.data dd {
    padding: 15px 0;
}
.sayama dl.data dd.colspan-3 {
    grid-column: 2 / 5;
}

.sayama table.fee {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.sayama table.fee th {
    padding: 15px 0;
    border: 2px solid #000;
    background: #FFD900;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.sayama table.fee th.fee-subheader {
    background: #FFEB7E;
}
.sayama table.fee th.fee-passheader {
    width: 94px;
}
.sayama table.fee th.fee-ticketheader {
    width: 119px;
}
.sayama table.fee td {
    padding: 15px 0;
    border: 2px solid #000;
    text-align: center;
    vertical-align: middle;
}
.sayama table.fee td.fee-left {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.sayama table.fee span.fee-xl {
    font-size: 36px;
    line-height: 1.6;
}
.sayama table.fee span.fee-l {
    font-size: 28px;
    line-height: 1.6;
}
.sayama table.fee span.fee-m {
    font-size: 18px;
    line-height: 1.6;
}

.sayama .flexunit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.sayama .flexunit:has(table.fee) {
    gap: 20px;
}
.sayama #services .flexunit .image {
    order: 2;
}

.sayama ul.anchor_link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #EBEFF4;
    font-weight: 700;
}
.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 40px 0;
    padding: 9px 10px 7px 92px;
    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: 28px;
    font-weight: 700;
}
.sayama .main_head h2::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 5px;
    display: block;
    width: 77px;
    height: 100px;
    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: 60px 0 30px 0;
    padding: 0 0 7px 50px;
    background: url(../images/h3_bg.png) no-repeat left bottom;
    background-size: 920px 36px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
}

.sayama .preparing {
    padding: 38px 5px;
    background: #A6A6A6;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.sayama #lead {
    padding: 60px 0;
}
.sayama #lead .inner {
    width: 1000px;
    margin: 0 auto;
}
.sayama #lead h2 {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 28px;
    font-weight: 700;
    color: #3D7928;
}
.sayama #lead h2 span {
    font-size: 20px;
}
.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: 1366px auto;
    padding: 60px 0;
}
.sayama .contents section {
    width: 1000px;
    margin: 40px auto 0 auto;
    padding: 40px;
    border-radius: 35px;
    background: #FFF;
}
.sayama .contents section:first-child {
    margin-top: 0;
}

/* ----------discription---------- */
.discription_text_wrap {
    background: #f3f1e4;
    padding-top: 32px;
}
.discription_text {
    border: solid 1px #c0c1af;
    font-size: 13px;
    margin: auto;
    padding: 20px;
    line-height: 2;
    width: 1000px;
}
#lead p.omitted {
    display: block;
    margin: 0;
}
.trigger {
    display: none;
}