/* ----------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---------- */
img {
    max-width: 100%;
}
.akabane-ekinishiguchi {
    color: #333;
    padding: 0 0 0 0;
}
.akabane-ekinishiguchi .inner {
    margin: 0 auto 0 auto;
}
.akabane-ekinishiguchi p {
    line-height: 1.8;
    font-size: 14px;
}
.akabane-ekinishiguchi a {
    color: #0075C2;
}
.akabane-ekinishiguchi #main_visual {
    background: url(../images/main_bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 100vw;
    padding: 6vw 2.5vw;
}
.akabane-ekinishiguchi #main_visual h1 {
    text-align: center;
    padding: 0 0 0 0;
}
.akabane-ekinishiguchi #main_visual img {
    margin: 0 0 0 0;
}
.akabane-ekinishiguchi #nav {
    background: #FFE6EC;
}





.akabane-ekinishiguchi #nav ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.akabane-ekinishiguchi #nav li {
    width: 50%;
    display: flex;
    padding: 0 0;
    min-height: 60px;
}
.akabane-ekinishiguchi #nav li:nth-child(1),
.akabane-ekinishiguchi #nav li:nth-child(2) {
    border-bottom: 1px solid #FF89A6;
}
.akabane-ekinishiguchi #nav li:nth-child(1),
.akabane-ekinishiguchi #nav li:nth-child(3) {
    border-right: 1px solid #FF89A6;
}
.akabane-ekinishiguchi #nav a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0 16px 48px;
    text-decoration: none;
    min-height: 100%;
}
.akabane-ekinishiguchi #nav li:nth-child(3) a,
.akabane-ekinishiguchi #nav li:nth-child(4) a {
    min-height: 100%;
    display: flex;
    align-items: center;
}



.akabane-ekinishiguchi #nav li:hover {
    opacity: 0.8;
}
.akabane-ekinishiguchi #nav li:nth-child(2) a,
.akabane-ekinishiguchi #nav li:nth-child(4) a{
    border-right: none;
}
.akabane-ekinishiguchi #nav span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #11324E;
}
.akabane-ekinishiguchi #nav li:nth-child(1) {
    background: url(../images/menu_icon1.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.akabane-ekinishiguchi #nav li:nth-child(2) {
    background: url(../images/menu_icon2.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.akabane-ekinishiguchi #nav li:nth-child(3) {
    background: url(../images/menu_icon3.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.akabane-ekinishiguchi #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
#lead {
    margin: 16px 20px 0 20px;
}
#lead .inner {
    justify-content: space-between;
}
#lead h2 {
    color: #11324E;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
}
#lead h2 strong {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    margin: 4px 0 0 0;
}
#lead p {
    font-size: 14px;
    line-height: 180%;
    margin: 16px 0 0 0;
}
#lead .note {
    margin: 24px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 180%;
}
#lead iframe {
    width: 100%;
    height: 50vw;
    margin: 16px 0 0 0;
}

.location a {
    position: relative;
    display: inline-block;
    color: #DD327E;
    width:auto;
    padding: 12px 40px 12px 40px;
    text-decoration: none;
    border: 2px solid #DD327E;
    border-radius: 4px;
}
.location a:hover {
    color: #DD327E;
}

.location a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/icon_Camcorder.png) no-repeat center center;
    background-size: contain;
}

.location a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_external_pink.png) no-repeat center center;
    background-size: contain;
}

.location a span {
    display: inline-block;
    font-weight: 700;
}

.location {
    margin: 8px auto 0 auto;
    text-align: center;
}
.location a {
    display: inline-block;
}




.cta {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 32px 0;
}
.contents .cta {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 32px 0px;
}
.cta a {
    display: inline-block;
    padding: 16px 16px 16px 16px;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    background: #DD327E url(../images/icon_p.png) no-repeat left 16px center;
    background-size: 32px auto;
    width: 100%;
    text-align: center;
}
.cta span {
    display: inline-block;
    padding: 0 0 0 0;
    width: 100%;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    background: url(../images/arrow_wh.png) no-repeat right 8px center;
    background-size: 16px auto;
    font-size: 18px;
    text-align: center;
}
.cta_s a {
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    background-size: 24px auto;
    padding: 8px 0 8px 0;
    background: #DD327E;
    margin: 16px 0 0 0;
}
.cta_s span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1;
    padding: 8px 16px 8px 0;
    text-decoration: none;
    background: url(../images/icon_circle_arrow.png) no-repeat right 16px center;
    background-size: 16px auto;
}
.cta_s span.external {
    background: url(../images/icon_external_light.png) no-repeat right 16px center;
    background-size: 16px auto;
}












.panel {
    width: 100%;
    margin: 16px auto 0 auto;
    padding: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.flexunit {
}
#parking .inner,
#services .inner,
#monthly .inner,
#spot .inner {
    width: 100%;
    margin: 0 auto;
}
#parking h2,
#services h2,
#monthly h2,
#spot h2 {
    color: #11324E;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}
#parking h2 {
    background: url(../images/menu_icon1.png) no-repeat left center;
    padding: 0 0 0 32px;
    background-size: 24px auto;
}
#services h2 {
    background: url(../images/menu_icon2.png) no-repeat left center;
    padding: 0 0 0 32px;
    background-size: 24px auto;
}


.page-link ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 24px 0;
    gap: 24px;
}
.page-link a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    margin: 16px 0 0 0;
    font-size: 14px;
}
.page-link a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_arrow_down.png) no-repeat center center;
    background-size: contain;
}


#monthly h2 {
    background: url(../images/menu_icon3.png) no-repeat left center;
    padding: 0 0 0 32px;
    background-size: 24px auto;
}
#spot h2 {
    background: url(../images/menu_icon4.png) no-repeat left center;
    padding: 0 0 0 32px;
    background-size: 24px auto;
}
#parking,
#monthly {
    background: #FFE6EC;
    padding: 16px 16px  0 16px;
}
#services,
#spot {
    background: #F2FBF2;
    padding: 16px 16px  0 16px;
}
#parking .panel .image {
    margin: 16px 0 0 0;
}
#parking .panel .image img {
    width: 100%;
}
#parking ul {
}
#parking li {
    margin: 16px 0 0 0;
}
#parking .title {
    color: #454545;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
#parking p {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
}
#parking h3 {
    margin: 32px 0 0 0;
    padding: 6px 12px;
    background: #DDE8EC;
    color: #11324E;
    font-size: 16px;
    font-weight: 600;
}
.panel table {
    margin: 8px 0 0 0;
    width: 100%;
}
.panel th {
    width: 100%;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    white-space: nowrap;
}
.panel th span {
    background: #EEE;
    display: block;
    width: 100%;
    padding: 4px 4px;
    font-weight: 700;
}
.panel td {
    width: 100%;
    display: block;
    padding: 0 4px 4px 4px;
    font-size: 14px;
}
#services .flexunit {
    display: flex;
    flex-direction: column-reverse;
    margin: 16px 0 0 0;
}
#services h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 8px;
    background: #F2FBF2;
    margin: 48px 0 0 0;
}
#services .text {
    margin: 8px 0 0 0;
}
#services p.note {
    color: #333;
    font-size: 12px;
    font-style: normal;
    line-height: 1.8;
    margin: 16px 0 0 0;
}
#services .image {
}
#services .cta {
    margin: 0 0 0 0;
}
#monthly .flexunit {
    display: flex;
    flex-direction: column-reverse;
}

#monthly h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 8px;
    background: #FFE6EC;
    margin: 48px 0 16px 0;
}
#monthly .text {
    margin: 8px 0 0 0;
}
#monthly .monthly-price  {
    margin: 16px 0 0 0;
}
#monthly .monthly-price img {
    margin: 8px 0 0 0;
}
#monthly .image {
}
#monthly table {
    margin: 16px 0 0 0;
    border-top: 1px solid #ECF4F4;
}
#monthly td {
    width: auto;
}
#monthly .apply {
    border: 1px solid #ECF4F4;
    text-align: center;
    margin: 24px 0 0 0;
    padding: 24px;
}
#monthly .apply p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
#monthly .cta_s a {
    margin: 12px 0 0 0;
}
#spot .panel ul.spotlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#spot .panel ul.spotlist li {
    margin: 40px 0 0  0;
}
#spot .panel h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#spot .image {
    margin: 16px 0 0 0;
}
#spot .image img {
   border-radius: 8px;
}
#spot p {
    margin: 12px 0 0 0;
    color: #2D2D2D;
    font-size: 14px;
    font-style: normal;
    line-height: 1.8;
}
#spot .recommend {
    border-top: 1px solid #D1D1D1;
    padding: 24px 0 0 0;
}
#spot .recommend ul {
    margin: 24px 0 0 0;
}
#spot .recommend li {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 0 24px;
    background: url(../images/icon_circle_arrow_bl.png) no-repeat left center;
    background-size: 16px auto;
}

#spot .external-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: underline;
    margin: 8px 0 0 0px;
    display: inline-block;
  }
#spot .external-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url('../images/icon_external_dark.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/* ----------discription---------- */
.discription_text_wrap {
    background: #f3f1e4;
    padding-top: 3vw;
}
.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;
}



.omitted {
    display: none;
}

.trigger {
    display: block;
    margin: 8px 0 0 0;
}
.trigger span {
    color: #0d4080;
    cursor: pointer;
    text-decoration: underline
}

#spot span.ex {
background: url(../images/icon_external_dark.png) no-repeat right center;
background-size: 20px auto;
display: inline-block;
padding: 4px 32px 4px 4px;
font-weight: 700;
font-size: 14px;
}

#lead p.omitted {
margin: 0;
}