* {
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
a, a:link {
    text-decoration: none;
}
a:link, a:visited {
    color: #e75297;
}

#yasouen_logo {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
}
#yasouen_logo img {
    width: 40vw;
    height: auto;
}
#map-frame {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #c7e18f;
}
#map {
    width: 100%;
    height: 100%;
    position: relative;
}
#map-image {
    position: absolute !important;
    max-width: unset !important;
}
#area-layer {
    position: absolute !important;
    max-width: unset !important;
    display: none;
}
#area-layer.is-visible {
    display: block;
}
#map-arrow {
    width: 10vw;
    height: 10vw;
    position: absolute;
}
#map-direction-switch, #map-position-switch {
    width: 15vw;
    height: 15vw;
    position: fixed;
    right: 5vw;
    z-index: 998;
}
#map-direction-switch img, #map-position-switch img {
    width: 100%;
    height: 100%;
}
#map-direction-switch {
    bottom: 5vw;
}
#map-position-switch {
    bottom: 22vw;
}
#map-gps {
    position: fixed;
    top: 0;
    left: 0;
}
#initial-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    text-align: center;
    background-color: #2c3e50;
    opacity: 0.5;
    z-index: 1000;
}
#initial-loader img {
    margin-top: 45vh;
    vertical-align: middle;
}

/* MODEL COURSE */
#course-04, #course-05, #course-06, #course-07, #course-08, #course-09, #course-10 {
    position: absolute !important;
    max-width: unset !important;
    display: none;
}
#course-04.is-visible, #course-05.is-visible, #course-06.is-visible, #course-07.is-visible, #course-08.is-visible, #course-09.is-visible, #course-10.is-visible {
    display: block;
}
img.m4-name, img.m5-name, img.m6-name, img.m7-name, img.m8-name, img.m9-name, img.m10-name {
    position: absolute;
    height: 208px;
    display: none;
}
img.m4-name.is-visible, img.m5-name.is-visible, img.m6-name.is-visible, img.m7-name.is-visible, img.m8-name.is-visible, img.m9-name.is-visible, img.m10-name.is-visible {
    display: block;
}

#drawer {
    position: fixed;
    /* top: -600px; */
    top: calc(-100vh + 120px);
    left: 0;
    width: 100vw;
    z-index: 999;
    transition: all 500ms 0s ease;
}
#drawer.is-open {
    /* transform: translateY(600px); */
    transform: translateY( calc(100vh - 120px) );
}
#drawer-panel {
    width: 100vw;
    /* height: 600px; */
    height: calc(100vh - 120px);
    padding: 20px;
    background-color: #fff;
    overflow-y: scroll;
}

#drawer-button {
    margin-right: 5vw;
    text-align: right;
}
#menu-button {
    padding: 0;
    z-index: 11;
    cursor: pointer;
    background-color: #e75297;
    border: none;
    outline: none;
    border-radius: 0 0 4px 4px;
}
.menu-button__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
}
.line {
    position: absolute;
    width: 32px;
    height: 2px;
    margin: 0;
    background-color: #fff;
    border-radius: 1px;
}
.line.l1 {
    transform: translateY(-10px);
    transition: all 200ms 0s ease;
}
.line.l2 {
    transition: opacity 100ms 0s ease;
}
.line.l3 {
    transform: translateY(10px);
    transition: all 200ms 0s ease;
}
.is-active .line.l1 {
    transform: rotate(45deg);
}
.is-active .line.l2 {
    opacity: 0;
}
.is-active .line.l3 {
    transform: rotate(-45deg);
}

.d-h3 {
    font-weight: 700;
    color: #e75297;
    text-align: center;
}
#show-area, #show04, #show05, #show06, #show07, #show08, #show09, #show10 {
    appearance: none;
    width: 90vw;
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #e75297;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    border: 2px solid #e75297;
    background-color: #fff;
    border-radius: 1em;
}
#show-area.is-selected, #show04.is-selected, #show05.is-selected, #show06.is-selected, #show07.is-selected, #show08.is-selected, #show09.is-selected, #show10.is-selected {
    background-color: #f9dbe8;
}
#guide-text {
    position: relative;
    margin: 0 0 32px;
    font-size: .875rem;
    font-weight: 700;
    color: #888;
    text-align: center;
    line-height: 1.5;
}
#guide-text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #e75297;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#area-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#area-list li {
    width: 48%;
    margin: 0 0 8px;
}
#area-list li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: .875rem;
    text-align: center;
    color: #e75297;
    border: 2px solid #e75297;
    border-radius: 15px;
}
#area-list li a:active,button#show-area:active,button#show04:active,button#show05:active,button#show06:active,button#show07:active,button#show08:active,button#show09:active,button#show10:active {
    background-color: #f9dbe8;
}

#placeModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    z-index: 11111;
}
#placeModal__inner, #flowerModal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90vw;
    height: 80vh;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    z-index: 11112;
}
#flowerModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    z-index: 11114;
}
#flowerModal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90vw;
    height: 80vh;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    z-index: 11115;
}
#placeModal.is-show, #flowerModal.is-show {
    display: block;
}
#placeContent, #flowerContent {
    width: 100%;
    height: 100%;
    overflow: auto;
}
#placeContent .box-shadow, #flowerContent .box-shadow {
    border: none;
    box-shadow: none;
}
#modalClose {
    position: fixed;
    top: 12vw;
    left: 0;
    border: none;
    padding: 10px 8px;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    background-color: #e75297;
    z-index: 11113;
}
#flowerModalClose {
    position: fixed;
    top: 12vw;
    left: 0;
    border: none;
    padding: 10px 8px;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    background-color: #e75297;
    z-index: 11116;
}
#zoom-button {
    position: fixed;
    left: 7vw;
    bottom: 20vw;
    /* display: none; */
}
#zoom_in, #zoom_out {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    width: 10vw;
    height: 10vw;
    text-align: center;
}
img.place-name {
    position: absolute;
    height: 73px;
    display: none;
}
img.place-name.is-visible {
    display: block;
}
img.place-name.is-visible:active {
    transform: scale(1.25);
}
#permit_iOS_orientation {
    width: 90vw;
    height: 100px;
    position: fixed;
    inset: 0;
    margin: auto;
    display: none;
}