@charset "UTF-8";

/******************************************************************
Theme Name: 沖縄路線バス周遊パス テーマ
Description:
Version: 1.0.1
******************************************************************/
/* --------------------------------------------------------------------------------
 * Foundation
 *   normalize
 *   typography
 *   elements
 *   links
 * Layout
 * Object
 *   Component
 *   Project
 *     com
 *     footer
 *     top
 *     page
 *   Utility
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
# Foundation
-------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------
## normalize
----------------------------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* -----------------------------------------------------------------
## typography
----------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #666;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

/* -----------------------------------------------------------------
## elements
----------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* -----------------------------------------------------------------
## links
----------------------------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #191970;
}

a:hover,
a:focus,
a:active {
    color: #800080;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a>img {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

a:hover>img,
a:active>img {
    opacity: 0.75;
}

/* --------------------------------------------------------------------------------
# Layout
-------------------------------------------------------------------------------- */
.l-container {
    position: relative;
    margin: 0 auto;
}

.l-header {
    *zoom: 1;
    display: block;
    margin: 0;
    width: 100%;
}

.l-header::after {
    content: "";
    display: table;
    clear: both;
}

.l-footer {
    *zoom: 1;
    margin: 0;
    background-color: #666;
}

.l-footer::after {
    content: "";
    display: table;
    clear: both;
}

.l-contents {
    *zoom: 1;
    margin: 0;
}

.l-contents::after {
    content: "";
    display: table;
    clear: both;
}

.l-sidebar {
    margin: 0;
    background-color: #ccc;
}

/* --------------------------------------------------------------------------------
# Object
-------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------
## Component
----------------------------------------------------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.box-flex {
    margin: 0 auto;
}

.contact_btn_item {
    color: #666;
    text-decoration: none;
}

.contact_btn_item:hover {
    color: #666;
}

@media screen and (min-width: 768px) {
    .box-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .box-flex._isWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .box-flex._col2>.box-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .box-flex._col3>.box-item {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

._no-md,
._no-sm {
    display: none;
}

@media screen and (min-width: 992px) {
    br._no-md {
        display: inline;
    }
}

@media screen and (min-width: 768px) {
    br._no-sm {
        display: inline;
    }
}

._on-sm {
    display: inline;
}

@media screen and (min-width: 768px) {
    br._on-sm {
        display: none;
    }
}

.btns_area {
    margin: 0 auto 1rem;
}

.btns_area._itemCenter {
    text-align: center;
}

.btns_area._itemRight {
    text-align: right;
}

.btns_area._itemLeft {
    text-align: left;
}

.btn_item {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 1px solid #ccc;
    text-decoration: none;
}

.btn_item:hover {
    background-color: rgba(238, 238, 238, 0.5);
}

.btn_item._isWhite {
    color: #fff;
    border-color: #fff;
}

.btn_item._isBlue {
    color: #0085d0;
    border-color: #0085d0;
}

.btn_learn-more {
    max-width: 223px;
    font-size: 18px;
}

#btn_toTop {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: fixed;
    z-index: 90;
    bottom: 0rem;
    right: 0rem;
    display: block;
    max-width: 184px;
    max-height: 184px;
    width: 23.958333333333332vw;
    height: 23.958333333333332vw;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

#btn_toTop>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}

#btn_toTop.-isShow {
    visibility: visible;
    opacity: 1;
}

#btn_toTop:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

@media screen and (min-width: 768px) {
    #btn_toTop {
        bottom: 0;
        right: 0.5rem;
        width: 184px;
        height: 180px;
    }
}

.btn-menuToggle {
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    display: block;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    border-style: none;
}

.btn-menuToggle:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-menuToggle>span {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    display: block;
    left: 9px;
    top: 22px;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #0085d0;
}

.btn-menuToggle>span:nth-of-type(1) {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.btn-menuToggle>span:nth-of-type(3) {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.btn-menuToggle._act>span:nth-of-type(1) {
    -webkit-transform: translate(0, 0px) rotate(45deg);
    transform: translate(0, 0px) rotate(45deg);
}

.btn-menuToggle._act>span:nth-of-type(2) {
    opacity: 0;
}

.btn-menuToggle._act>span:nth-of-type(3) {
    -webkit-transform: translate(0, 0px) rotate(-45deg);
    transform: translate(0, 0px) rotate(-45deg);
}

.contents-container {
    position: relative;
    padding: 1rem 0 2rem;
}

@media screen and (min-width: 768px) {
    .contents-container {
        padding: 4rem 0 2rem;
    }
}

.contents-container._isFront {
    padding: 0 0 2rem;
}

.contents-container._hasSideimg .corner-images::before,
.contents-container._hasSideimg .corner-images::after {
    content: ' ';
    position: absolute;
    z-index: -1;
    bottom: 0;
    display: block;
    max-width: 300px;
    max-height: 200px;
    width: 30.241935483870968vw;
    height: 20.161290322580644vw;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 768px) {

    .contents-container._hasSideimg .corner-images::before,
    .contents-container._hasSideimg .corner-images::after {
        width: 300px;
        height: 200px;
    }
}

.contents-container._hasSideimg .corner-images::before {
    left: 0;
    background-image: url("images/com/img_bottom-cloud_l@2x.png");
}

.contents-container._hasSideimg .corner-images::after {
    right: 0;
    background-image: url("images/com/img_bottom-cloud_r@2x.png");
}

@media screen and (min-width: 992px) {

    .contents-container._hasSideimg::before,
    .contents-container._hasSideimg::after {
        content: '';
        position: absolute;
        bottom: 0px;
        z-index: -2;
        display: block;
        width: 300px;
        height: 100%;
        background-repeat: repeat-y;
        background-size: contain;
    }

    .contents-container._hasSideimg::before {
        left: 0px;
        background-image: url("images/com/img_side-cloud-loop_l@2x.png");
    }

    .contents-container._hasSideimg::after {
        right: 0px;
        background-image: url("images/com/img_side-cloud-loop_r@2x.png");
    }
}

ol.list-number {
    list-style: none;
    counter-reset: count-num;
    margin: 0;
    padding: 0;
    text-align: left;
}

ol.list-number>li.list-item {
    margin: 0 0 1em 2em;
    padding: 0 0 0 3em;
}

ol.list-number>li.list-item::before {
    counter-increment: count-num;
    content: counter(count-num);
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1rem 0 -3em;
    padding: 0.15em 0 0 0.6em;
    width: 2em;
    height: 2em;
    background-image: url("images/com/icon_list_balloon_bg@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #0085d0;
}

ol.list-number>li.list-item>p {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #0085d0;
}

ol.list-number._font-m {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    ol.list-number._font-m {
        font-size: 18px;
        font-size: 2.419354838709677vw;
    }
}

@media screen and (min-width: 992px) {
    ol.list-number._font-m {
        font-size: 24px;
    }
}

.note-box {
    position: relative;
    margin: 1rem 2rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3rem 2rem 2rem;
    border: 2px solid #ccc;
}

.note-box>.note-titlearea {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    position: absolute;
    top: 0px;
    left: 50%;
    display: inline;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
    line-height: 1;
    background-color: #fff;
}

.note-box>.note-titlearea>h2,
.note-box>.note-titlearea>h3,
.note-box>.note-titlearea>h4,
.note-box>.note-titlearea>h5,
.note-box>.note-titlearea>h6 {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .note-box {
        margin: 1rem 1rem 2rem;
    }

    .note-box>.note-titlearea {
        padding: 0 2rem;
    }
}

@media screen and (min-width: 992px) {
    .note-box {
        margin: 1rem auto 2rem;
    }
}

.note-box::before,
.note-box::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 20px;
    height: 40px;
    width: 5.208333333333333vw;
    height: 10.416666666666666vw;
    background-color: #fff;
}

.note-box::before {
    -webkit-transform-origin: left 20px;
    transform-origin: left 20px;
    top: -24px;
    left: -4px;
    -webkit-transform-origin: left 5.208333333333333vw;
    transform-origin: left 5.208333333333333vw;
    top: -6.25vw;
    left: -1.041666666666667vw;
    border-right: 3px solid #fce200;
}

.note-box::after {
    -webkit-transform-origin: right 20px;
    transform-origin: right 20px;
    right: -4px;
    bottom: -24px;
    -webkit-transform-origin: right 5.208333333333333vw;
    transform-origin: right 5.208333333333333vw;
    right: -1.041666666666667vw;
    bottom: -6.25vw;
    border-left: 3px solid #fce200;
}

.note-box._bgWhite {
    border-color: #0085d0;
}

.note-box._bgBlue {
    border-color: #fff;
}

.note-box._bgBlue::before,
.note-box._bgBlue::after {
    background-color: #0075c1;
}

@media screen and (min-width: 768px) {

    .note-box::before,
    .note-box::after {
        width: 40px;
        height: 80px;
    }

    .note-box::before {
        -webkit-transform-origin: left 40px;
        transform-origin: left 40px;
        top: -48px;
        left: -8px;
    }

    .note-box::after {
        -webkit-transform-origin: right 40px;
        transform-origin: right 40px;
        right: -8px;
        bottom: -48px;
    }
}

.sect-title {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 1rem 2rem;
    padding: 0;
    max-width: 660px;
}

.sect-title>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.sect-title>p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-size: 3.645833333333333vw;
    font-weight: bold;
}

.sect-title._bgWhite {
    color: #0085d0;
}

.sect-title._bgBlue {
    color: #fff;
}

.sect-title._isW {
    max-width: 700px;
}

.sect-title._isXW {
    max-width: 900px;
}

@media screen and (min-width: 768px) {
    .sect-title {
        margin: 0 auto 2rem;
    }

    .sect-title>p {
        font-size: 28px;
    }
}

.sect-titleSub {
    display: inline-block;
    margin: 0 auto 2rem;
    padding: 0.5rem 2em;
    background-color: #fce200;
    border-radius: 2em;
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.sect-titleSub._isBlue {
    color: #0085d0;
}

.sect-titleSub._isYellow {
    background-color: transparent;
    border: 2px solid #fce200;
    color: #fce200;
}

.sect-titleSub._isBlock {
    display: block;
}

@media screen and (min-width: 768px) {
    .sect-titleSub {
        font-size: 24px;
    }
}

.sect-titleSub._txtL {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .sect-titleSub._txtL {
        font-size: 20px;
        font-size: 2.604166666666667vw;
    }
}

@media screen and (min-width: 992px) {
    .sect-titleSub._txtL {
        font-size: 28px;
    }
}

/* -----------------------------------------------------------------
## Project
----------------------------------------------------------------- */
/* com
----------------------------------------*/
.contents-block {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.contents-block>.contents-inner {
    margin: 0 auto;
    max-width: 940px;
}

.language-switcher {
    margin: 0 1rem 1rem;
}

.language-switcher>.list-title {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    border: none;
    background-color: #fff;
    border: 1px solid #0085d0;
}

.language-switcher>.list-title>img {
    display: block;
    max-width: 124px;
    width: 100%;
    height: auto;
}

.language-switcher>ul.language-switcher-list {
    position: relative;
    z-index: 200;
    display: block;
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    background-color: #fff;
    border: 1px solid #0085d0;
}

.language-switcher>ul.language-switcher-list>li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0.25rem;
    border-bottom: 1px dashed #aaa;
    font-weight: 400;
}

.language-switcher>ul.language-switcher-list>li>a {
    display: inline-block;
    width: 100%;
    color: #666;
    text-decoration: none;
}

.language-switcher>ul.language-switcher-list>li:last-child {
    border: none;
}

.language-switcher>ul.language-switcher-list>li:hover {
    background-color: rgba(160, 160, 160, 0.25);
}

.language-switcher>ul.language-switcher-list>li.current-lang {
    cursor: default;
    pointer-events: none;
    background-color: #0085d0;
}

.language-switcher>ul.language-switcher-list>li.current-lang>a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .language-switcher {
        margin: 0;
        padding: 0;
    }

    .language-switcher>.list-title {
        display: block;
        cursor: pointer;
    }

    .language-switcher>ul.language-switcher-list {
        position: absolute;
        top: 34px;
        right: 0px;
        width: 240px;
    }

    .language-switcher>ul.language-switcher-list>li {
        padding: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .language-switcher ul.language-switcher-list {
        display: none;
    }

    .language-switcher ul.language-switcher-list._act {
        display: block;
    }
}

.site-title {
    display: block;
    margin: 0 auto;
    padding: 4px 0 0;
    max-width: 76px;
}

.site-title>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .site-branding {
        position: absolute;
        left: 0px;
        top: 14px;
    }

    .site-title {
        padding: 0;
        max-width: 127px;
    }
}

.site-content::before {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    height: 64px;
    background-color: #fce200;
}

@media screen and (min-width: 768px) {
    .site-content::before {
        height: 130px;
    }
}

.site-header {
    position: absolute;
    z-index: 100;
    height: 64px;
    background-color: transparent;
}

.site-header .header-contents {
    position: relative;
    margin: 0 auto;
}

.site-header .header-contents .btn-menuToggle {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

@media screen and (min-width: 768px) {
    .site-header {
        z-index: 100;
        padding: 0;
        height: 130px;
    }

    .site-header._isShrink {
        height: 130px;
    }

    .header-contents {
        max-width: 940px;
    }

    .header-contents .btn-menuToggle {
        display: none;
    }
}

.site-header._isShrink {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fce200;
}

.headroom {
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}

.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-164px);
    transform: translateY(-164px);
}

#menu-main-menu-en_us .menu-item>a {
    font-size: 14px;
}

#menu-main-menu-en_us .menu-icon._nav5>a::before {
    background-image: url("images/nav/icon_nav5_en@2x.png");
}

#menu-main-menu-zh_tw .menu-icon._nav5>a::before {
    max-width: 120px;
    background-image: url("images/nav/icon_nav5_tw@2x.png");
}

#menu-main-menu-ko_kr .menu-icon._nav5>a::before {
    background-image: url("images/nav/icon_nav5_ko@2x.png");
}

#menu-main-menu-zh_cn .menu-icon._nav5>a::before {
    background-image: url("images/nav/icon_nav5_ch@2x.png");
}

.site-navigation ul {
    list-style: none;
}

.site-navigation .menu {
    display: block;
    margin: 0;
    padding: 0;
}

.site-navigation .menu>.menu-item {
    display: block;
    margin: 0;
    padding: 0;
}

.site-navigation .menu>.menu-item>a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.site-navigation .menu>.menu-item>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.site-navigation {
    -webkit-transition: height 0.25s ease-out;
    transition: height 0.25s ease-out;
    position: absolute;
    z-index: 100;
    top: 65px;
    display: none;
    width: 100%;
    background-color: rgba(252, 226, 0, 0.9);
    /* navigation-main */
    /* navigation-sub */
}

.site-navigation .navigation-main>.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-navigation .navigation-main .menu-item {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    position: relative;
    overflow: hidden;
}

.site-navigation .navigation-main .menu-item::before {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.site-navigation .navigation-main .menu-item:hover::before,
.site-navigation .navigation-main .menu-item:focus::before,
.site-navigation .navigation-main .menu-item:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.site-navigation .navigation-main .menu-item>a {
    font-size: 18px;
    font-size: 2.34375vw;
    height: 100%;
    line-height: 1.25;
    color: #0085d0;
}

.site-navigation .navigation-main .menu-item.current_page_item {
    opacity: 0.5;
}

.site-navigation .navigation-main .menu-icon>a {
    padding: 4px 0;
}

.site-navigation .navigation-main .menu-icon>a::before {
    content: ' ';
    display: block;
    margin: 0 auto;
    padding: 32% 0 0;
    max-width: 100px;
    min-width: 50px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-navigation .navigation-main .menu-icon._nav1>a::before {
    background-image: url("images/nav/icon_nav1@2x.png");
}

.site-navigation .navigation-main .menu-icon._nav2>a::before {
    background-image: url("images/nav/icon_nav2@2x.png");
}

.site-navigation .navigation-main .menu-icon._nav3>a::before {
    background-image: url("images/nav/icon_nav3@2x.png");
}

.site-navigation .navigation-main .menu-icon._nav4>a::before {
    background-image: url("images/nav/icon_nav4@2x.png");
}

.site-navigation .navigation-main .menu-icon._nav5>a::before {
    background-image: url("images/nav/icon_nav5@2x.png");
}

.site-navigation .navigation-sub {
    position: static;
    margin: 0.5rem 1rem 1rem;
}

.site-navigation .navigation-sub .menu-item {
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    min-height: 34px;
    min-width: 124px;
    background-color: #f15a24;
}

.site-navigation .navigation-sub .menu-item:hover {
    background-color: #d8430e;
}

.site-navigation .navigation-sub .menu-item>a {
    display: block;
    margin: 0 auto;
    padding: 2px 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.site-navigation .navigation-sub .menu-item>a:link {
    color: #fff;
}

.site-navigation .navigation-sub .menu-item>a>img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-navigation._act {
    display: block;
}

@media screen and (min-width: 768px) {
    .site-navigation {
        position: static;
        display: block;
        margin: 0;
        padding: 14px 0 0 127px;
        width: auto;
        height: auto;
        background-color: transparent;
        /* navigation-main */
        /* navigation-sub */
        /* language_switcher */
    }

    .site-navigation .navigation-main>.menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .site-navigation .navigation-main .menu-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        border-right: 2px solid #0085d0;
    }

    .site-navigation .navigation-main .menu-item:last-child {
        border: none;
    }

    .site-navigation .navigation-main .menu-item>a {
        font-size: 18px;
    }

    .site-navigation .navigation-sub {
        position: absolute;
        z-index: 100;
        top: 130px;
        right: 124px;
        height: 34px;
        margin: 0;
        padding: 0;
    }

    .site-navigation .navigation-sub>.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-navigation .navigation-sub .menu-item {
        display: block;
        margin: 0;
        padding: 5px 0;
        max-width: 124px;
    }

    .site-navigation .navigation-sub .menu-item>a {
        border-right: 1px solid #fff;
    }

    .site-navigation .navigation-sub .menu-item:last-child>a {
        border: none;
    }

    .site-navigation .language-switcher {
        position: absolute;
        z-index: 100;
        top: 130px;
        right: 0px;
        max-width: 124px;
        height: 34px;
    }
}

/* footer
----------------------------------------*/
.footer-info1 {
    padding: 2rem 0 1rem;
    background-color: #004d91;
}

.footer-info1>.service-links {
    display: block;
    margin: 0 2rem;
    padding: 0;
    max-width: 960px;
}

.footer-info1>.service-links>.link-item {
    display: block;
    margin: 0 0 1rem;
    padding: 5px;
}

.footer-info1>.service-links>.link-item>a {
    display: block;
}

.footer-info1>.service-links>.link-item>a>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .footer-info1 {
        padding-top: 40px;
    }

    .footer-info1>.service-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

    .footer-info1>.service-links>.link-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.footer-info2 {
    padding: 0 0 2rem;
    background-color: #004d91;
}

.footer-info2 .contact_center {
    margin: 0 auto;
    text-align: center;
}

.footer-info2 .contact_center a,
.footer-info2 .contact_center img {
    display: block;
}

.footer-info2 .contact_center .contact_center_tel_left,
.footer-info2 .contact_center .contact_center_tel_right,
.footer-info2 .contact_center .contact_center_skype_left,
.footer-info2 .contact_center .contact_center_skype_right {
    display: inline-block;
    vertical-align: middle;
}

.footer-info2 .contact_center .contact_center_tel_left>a,
.footer-info2 .contact_center .contact_center_tel_right>a {
    margin: 6px 0;
}

.footer-info2 .contact_center .contact_center_skype_left>a,
.footer-info2 .contact_center .contact_center_skype_right>a {
    margin: 0;
}

.footer-info2 .contact_center .contact_center_text {
    display: block;
    margin: 0 auto 16px;
}

.footer-info2 .contact_center .contact_center_tel,
.footer-info2 .contact_center .contact_center_skype {
    margin: 0 auto 16px 0;
    min-width: 264px;
}

.footer-info2 .contact_center .contact_center_left,
.footer-info2 .contact_center .contact_center_right {
    text-align: center;
}

.footer-info2 .contact_center .contact_center_left,
.footer-info2 .contact_center .contact_center_right,
.footer-info2 .contact_center .contact_center_tel,
.footer-info2 .contact_center .contact_center_skype {
    display: block;
}

.footer-info2 .contact_center .contact-box1>a>img {
    margin: 0 auto 8px;
}

.footer-info2 .contact_center .contact-box2 .contact_center_text,
.footer-info2 .contact_center .contact-box3 .contact_center_text {
    width: 90%;
    height: auto;
}

.contact_center_right p,
.contact_center_right a {
	color: #fff;
	font-size: 12px;
	text-align: left;
}
.contact_center_right p {
	margin: 0 2rem;
}
.contact_center_right .contact_center_arrow {
    color: #FF0000;
    margin-top: 20px;
    font-size: 27px;
    font-weight: bold;
}
.contact_center_right .contact_center_arrow.sp {
	display: none;
}
.contact_center_right .contact_center_arrow.pc {
	display: block;
}

@media screen and (min-width: 768px) {

    .footer-info2 .contact_center .contact_center_left,
    .footer-info2 .contact_center .contact_center_right,
    .footer-info2 .contact_center .contact_center_tel,
    .footer-info2 .contact_center .contact_center_skype {
        display: inline-block;
    }

    .footer-info2 .contact_center .contact_center_tel,
    .footer-info2 .contact_center .contact_center_skype {
        margin: 0 8px 10px 0;
        min-width: 230px;
    }

    .footer-info2 .contact_center .contact_center_left,
    .footer-info2 .contact_center .contact_center_right {
        vertical-align: top;
        text-align: left;
    }

    .footer-info2 .contact_center .contact_center_text {
        display: block;
        margin: 0 0 8px;
    }

    .footer-info2 .contact_center .contact-box2 .contact_center_text,
    .footer-info2 .contact_center .contact-box3 .contact_center_text {
        width: auto;
        height: auto;
    }
	.contact_center_right p,
	.contact_center_right a {
		font-size: 14px;
	}

	.footer-info2 .contact_center {
		display: flex;
		max-width: 960px;
	}
	 .top-sect2 .sect2-detail-brock>.img-leaf {
		top: -134px;
		width: 176px;
		height: 164px;
	}
	.contact_center_right .contact_center_arrow.sp {
		display: block;
	}
	.contact_center_right .contact_center_arrow.pc {
		display: none;
	}
}

.footer-info3 {
    padding-top: 1rem;
}

.footer-info3>.partner-links {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 964px;
    list-style: none;
}

.footer-info3>.partner-links>.link-item {
    padding: 8px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer-info3>.partner-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-info3>.partner-links._alignBt {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
}

.site-footer {
    padding: 0;
    background-color: #9bcefd;
}

.site-info {
    padding: 3rem 0 0;
    background-color: #9bcefd;
}

.site-planner {
    display: block;
    margin: 0 auto 0.5rem;
    text-align: center;
    color: #084f8f;
    font-size: 18px;
    font-weight: bold;
}

.site-copyright {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .site-planner {
        font-size: 26px;
    }
}

/* top
----------------------------------------*/
.top-contents {
    padding: 48px 0 40px;
}

.top-contents .top-guidanceItem {
    margin: 0 1rem;
    max-width: 940px;
}

.top-contents .top-guidanceItem>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.top-contents .note-box {
    max-width: 920px;
}

.top-contents .btn_learn-more {
    margin: 1rem auto 0;
}

.top-contents._bgBlue {
    background-image: url("images/com/bg_skyimage.png");
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .top-contents .top-guidanceItem {
        margin: 0 auto;
    }

    .top-contents._bgWhite {
        overflow: hidden;
        position: relative;
    }

    .top-contents._bgWhite::before,
    .top-contents._bgWhite::after {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '';
        position: absolute;
        top: 50%;
        z-index: -1;
        display: block;
        width: 211px;
        height: 702px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .top-contents._bgWhite::before {
        left: -55px;
        background-image: url("images/com/img_side-cloud_l@2x.png");
    }

    .top-contents._bgWhite::after {
        right: -55px;
        background-image: url("images/com/img_side-cloud_r@2x.png");
    }

    .top-contents._bgBlue {
        position: relative;
    }

    .top-contents._bgBlue .corner-images {
        position: absolute;
        width: 100%;
        overflow: visible;
    }

    .top-contents._bgBlue .corner-images::before,
    .top-contents._bgBlue .corner-images::after {
        content: '';
        position: absolute;
        display: block;
        max-width: 320px;
        max-height: 136px;
        width: 32.25806451612903vw;
        height: 13.709677419354838vw;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .top-contents._bgBlue .corner-images._isTop {
        top: 0px;
    }

    .top-contents._bgBlue .corner-images._isTop::before,
    .top-contents._bgBlue .corner-images._isTop::after {
        top: -30px;
    }

    .top-contents._bgBlue .corner-images._isTop::before {
        left: -55px;
        background-image: url("images/top/img_corner-cloud_top_l@2x.png");
    }

    .top-contents._bgBlue .corner-images._isTop::after {
        right: -55px;
        background-image: url("images/top/img_corner-cloud_top_r@2x.png");
    }

    .top-contents._bgBlue .corner-images._isBottom {
        bottom: 0px;
    }

    .top-contents._bgBlue .corner-images._isBottom::before,
    .top-contents._bgBlue .corner-images._isBottom::after {
        bottom: -30px;
    }

    .top-contents._bgBlue .corner-images._isBottom::before {
        left: -55px;
        background-image: url("images/top/img_corner-cloud_top_l@2x.png");
    }

    .top-contents._bgBlue .corner-images._isBottom::after {
        right: -55px;
        background-image: url("images/top/img_corner-cloud_top_r@2x.png");
    }
}

.sect-detail {
    margin: 0 auto 2rem;
    text-align: center;
}

.sect-detail>.list-number {
    margin: 0 2rem 1rem;
}

.top-hero {
    position: relative;
    z-index: -1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 400px;
    background-image: url("images/com/bg_skyimage.png");
    background-position: center;
    background-size: cover;
}

.top-hero::before,
.top-hero::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    display: block;
    max-width: 340px;
    max-height: 194px;
    width: 34.274193548387096vw;
    height: 19.556451612903224vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-hero::before {
    content: ' ';
    left: 0;
    background-image: url("images/top/img_hero-cloud_l.png");
}

.top-hero::after {
    content: ' ';
    right: 0;
    background-image: url("images/top/img_hero-cloud_r.png");
}

.top-hero .hero-contents {
    position: relative;
    z-index: 90;
    margin: 0 auto;
    max-width: 940px;
}

.top-hero .hero-contents::before {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 46.758%;
}

.top-hero .hero-contents .hero-img,
.top-hero .hero-contents>img {
    position: absolute;
    z-index: 90;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 440px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.mv__area_list {
	margin: 0;
	padding: 0;
}
.mv__area_list li {
	list-style: none;
	max-height: 400px;
}
.mv__area_list li a.mv_img02 {
	background-image: url(https://www.okinawapass.com/wp-content/uploads/2021/11/nihon_isan_mv.png);
	background-size: cover;
	display: block;
    height: 400px;
	background-position: center;
}

@media screen and (min-width: 768px) {

    .top-hero::before,
    .top-hero::after {
        width: 340px;
        height: 194px;
    }

    .top-hero .hero-contents .hero-img {
        top: -16px;
    }
}

.top-hero .hero-contents._lang_ko {
    max-width: 1160px;
}

.top-sect1 .sect1-points {
    margin: 0 auto;
    padding: 0;
    max-width: 924px;
    list-style: none;
}

.top-sect1 .sect1-points>.point-item {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.top-sect1 .sect1-points>.point-item>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 460px;
    width: 90%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .top-sect1 .sect1-points {
        display: grid;
        display: -ms-grid;
        -ms-grid-rows: 176px 176px 176px;
        grid-template-rows: 176px 176px 176px;
        -ms-grid-columns: 308px 308px 308px;
        grid-template-columns: 308px 308px 308px;
        margin: 80px 0 48px;
    }

    .top-sect1 .sect1-points>.point-item {
        margin: 0;
    }

    .top-sect1 .sect1-points>.point-item.-point1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .top-sect1 .sect1-points>.point-item.-point2 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        -ms-grid-column-span: 1;
    }

    .top-sect1 .sect1-points>.point-item.-point3 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        grid-column-start: 2;
        grid-column-end: 3;
        -ms-grid-column-span: 1;
    }

    .top-sect1 .sect1-points>.point-item.-point4 {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .top-sect1 .sect1-points>.point-item.-point5 {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        -ms-grid-column-span: 1;
    }

    .top-sect1 .sect1-points>.point-item>img {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 460px;
    }
}

.top-sect1 .sect1-points._lang_en>.point-item.-point3>img {
    max-width: 660px;
}

.top-sect1 .sect1-points._lang_en>.point-item.-point4>img {
    margin-top: -30px;
    max-width: 460px;
}

.top-sect1 .sect1-points._lang_en>.point-item.-point5>img {
    margin-top: -65px;
    max-width: 510px;
}

@media screen and (min-width: 768px) {
    .top-sect1 .sect1-points._lang_en {
        -ms-grid-rows: 180px 300px 220px;
        grid-template-rows: 180px 300px 220px;
        margin: 80px 0 112px;
    }

    .top-sect1 .sect1-points._lang_en>.point-item.-point3>img {
        margin-top: 0;
        width: 660px;
    }

    .top-sect1 .sect1-points._lang_en>.point-item.-point4>img {
        margin-top: 0;
    }

    .top-sect1 .sect1-points._lang_en>.point-item.-point5>img {
        margin-top: 0;
        width: 510px;
    }
}

@media screen and (min-width: 768px) {
    .top-sect1 .sect1-points._lang_ko {
        margin: 80px 0 80px;
    }
}

.top-sect2 .sect-title {
    padding-bottom: 0;
}

.top-sect2 .sect2-detail-brock {
    position: relative;
    margin: 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
    .top-sect2 .sect2-detail-brock {
        margin: 0 auto 1rem;
    }
}

.top-sect2 .sect2-detail-brock>p {
    margin: 0 0 1rem;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .top-sect2 .sect2-detail-brock>p {
        font-size: 18px;
        font-size: 2.620967741935484vw;
    }
}

@media screen and (min-width: 992px) {
    .top-sect2 .sect2-detail-brock>p {
        font-size: 26px;
    }
}

.top-sect2 .sect2-detail-brock ._attention {
    color: #fce200;
    font-weight: bold;
}

.top-sect2 .sect2-detail-brock>.img-leaf {
    content: '';
    position: static;
    top: 0;
    right: 0;
    display: block;
    margin: -1rem auto 1rem;
    max-width: 176px;
    max-height: 164px;
    width: 50%;
    height: auto;
}

.top-sect2 .sect2-detail-brock>.img-leaf>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .top-sect2 .sect2-detail-brock>.img-leaf {
        position: absolute;
        top: -48px;
        top: -9.67741935483871vw;
        right: 0px;
        width: 17.741935483870968vw;
        height: 16.532258064516128vw;
    }
}

@media screen and (min-width: 992px) {
    .top-sect2 .sect2-detail-brock>.img-leaf {
        top: -140px;
        width: 176px;
        height: 164px;
    }
}

.top-sect2 .sect2-detail-brock>.img-leaf._isBottom {
    top: -140px;
}

.top-sect3 .sect3-areaGuide {
    list-style: none;
    margin: 0 1rem;
    padding: 0;
}

.top-sect3 .sect3-areaGuide>li {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 18px;
    color: #0085d0;
}

@media screen and (min-width: 768px) {
    .top-sect3 .sect3-areaGuide>li {
        font-size: 2.620967741935484vw;
    }
}

@media screen and (min-width: 992px) {
    .top-sect3 .sect3-areaGuide>li {
        font-size: 26px;
    }
}

/* page
----------------------------------------*/
.buyplace-info {
    margin: 0 auto 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px dashed #ccc;
}

.buyplace-info:last-child {
    border-bottom-style: none;
}

.buyplace-info>.place-name {
    margin: 0;
    padding: 0 0 0.5rem;
    font-size: 20px;
}

.buyplace-info>.place-photo {
    margin: 0 0 1rem;
}

.buyplace-info>.place-data {
    margin: 0 0 1rem;
    font-size: 16px;
}

.buyplace-info>.place-data>.data-table {
    margin: 0;
    padding: 0;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

.buyplace-info>.place-data>.data-table tr>th {
    white-space: nowrap;
    font-weight: normal;
    vertical-align: top;
    width: 6em;
}

.buyplace-info>.place-data>.data-table tr>td {
    vertical-align: top;
}

.buyplace-info>.place-map {
    position: relative;
    min-height: 240px;
}

.buyplace-info>.place-map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .buyplace-info {
        margin: 0 auto 3rem;
    }

    .buyplace-info>.place-name {
        margin: 0;
        padding: 0 0 0.5rem;
        font-size: 24px;
        font-size: 3.125vw;
    }

    .buyplace-info>.place-photo {
        margin-bottom: 0;
    }

    .buyplace-info>.place-data {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .buyplace-info>.place-name {
        font-size: 24px;
    }
}

.buyplace-info>.place-photo>img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .buyplace-info {
        display: grid;
        display: -ms-grid;
        -ms-grid-rows: auto 1fr minmax(auto, 258px);
        grid-template-rows: auto 1fr minmax(auto, 258px);
        -ms-grid-columns: minmax(auto, 430px) 1rem minmax(auto, 430px);
        grid-template-columns: minmax(auto, 430px) 1rem minmax(auto, 430px);
    }

    .buyplace-info>.place-name {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
        -ms-grid-column-span: 3;
    }

    .buyplace-info>.place-photo {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 4;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        -ms-grid-column-span: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .buyplace-info>.place-data {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .buyplace-info>.place-map {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }
}

.buyplace-info.-isDataWide>.place-photo>img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .buyplace-info.-isDataWide {
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: 1fr 1rem 1fr;
        -ms-grid-rows: auto 1fr minmax(auto, 258px) auto;
        grid-template-rows: auto 1fr minmax(auto, 258px) auto;
    }

    .buyplace-info.-isDataWide>.place-photo {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        -ms-grid-column-span: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-height: 258px;
    }

    .buyplace-info.-isDataWide>.place-photo>img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .buyplace-info.-isDataWide>.place-data {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
        -ms-grid-column-span: 3;
    }

    .buyplace-info.-isDataWide>.place-map {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .buyplace-info.-isDataWide>.place-footer {
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 4;
        -ms-grid-column-span: 3;
        -ms-grid-row: 4;
        grid-row-start: 4;
        grid-row-end: 5;
        -ms-grid-row-span: 1;
    }

    .buyplace-info.-isDataWide>.place-footer>p {
        margin: 0;
        padding: 0;
    }
}

.place-box {
    margin: 0 1rem;
}

@media screen and (min-width: 768px) {
    .place-box {
        margin: 0 2rem;
    }
}

.place-box>.box-title {
    margin: 0 auto 1rem;
    padding: 0;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .place-box>.box-title {
        font-size: 26px;
        font-size: 3.385416666666667vw;
    }
}

@media screen and (min-width: 992px) {
    .place-box>.box-title {
        font-size: 26px;
    }
}

.chara-contents>.contents-inner {
    max-width: 980px;
}

.chara-contents .chara-points {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
}

.chara-contents .chara-points>li {
    margin: 0 0 1rem;
    padding: 0;
}

.chara-contents>.sect-title>p {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .chara-contents>.sect-title>p {
        font-size: 24px;
        font-size: 3.90625vw;
    }
}

@media screen and (min-width: 992px) {
    .chara-contents>.sect-title>p {
        font-size: 46px;
    }
}

.contact-form {
    max-width: 760px;
    margin: 0 1rem;
}

@media screen and (min-width: 768px) {
    .contact-form {
        margin: 0 auto;
    }
}

.contact-form .form-list>.form-label,
.contact-form .form-list>.form-input {
    margin: 0;
    padding: 0;
}

.contact-form .form-list>.form-label {
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.contact-form .form-list>.form-input {
    margin-bottom: 2rem;
}

.contact-form .form-list>.form-input>input,
.contact-form .form-list>.form-input>textarea {
    width: 100%;
    font-size: 16px;
    border: 1px solid #666;
}

.contact-form .form-list>.form-input>p {
    width: 100%;
    font-size: 16px;
}

.contact-form .form-list>.form-label.-caution {
    color: #d00;
}

.contact-form .form-list>.form-input.-caution>input,
.contact-form .form-list>.form-input.-caution>textarea {
    border: 2px solid #d00;
}

.contact-form .btn_form {
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    cursor: pointer;
    margin: 0 0.5rem 1rem;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    border: 1px solid #666;
    background-color: transparent;
    font-size: 18px;
}

.contact-form .btn_form:hover {
    background-color: #eee;
}

.contact-form .btn_form.btn_submit {
    background-color: #0085d0;
    color: #fff;
}

.contact-form .btn_form.btn_submit:hover {
    background-color: #006299;
}

.contact-form .form-displaytext {
    font-size: 18px;
    text-align: center;
    padding: 3rem 1rem;
}

.contact-form .caution-mark {
    font-size: 12px;
    color: #d00;
    vertical-align: top;
}

.contact-form .caution-text {
    color: #d00;
    margin-top: -1rem;
    padding: 0 0 2rem;
}

.page-contents {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 1rem;
}

.page-contents>.contents-inner {
    margin: 0 1rem;
    max-width: 960px;
}

.contents-img>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .page-contents>.contents-inner {
        margin: 0 auto;
    }
}

ul.guide-notes {
    list-style: none;
    display: block;
    margin: 0.5rem 1rem 0;
    padding: 0;
    max-width: 908px;
    font-size: 18px;
}

ul.guide-notes>li {
    margin: 0;
    padding: 0 0 0 1em;
}

ul.guide-notes>li:first-letter {
    margin-left: -1em;
}

@media screen and (min-width: 768px) {
    ul.guide-notes {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    ul.guide-notes {
        margin: 0.5rem auto 0;
    }
}

.guide-passusage {
    margin: 0.5rem 1rem 0;
    padding: 0;
    max-width: 908px;
}

.guide-passusage>.pass-img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 1rem;
    max-width: 528px;
    width: 50%;
    height: auto;
}

.guide-passusage>.pass-img>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.guide-passusage>.pass-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1rem 0 0;
}

.guide-passusage>.pass-info>p {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 18px;
}

.guide-passusage>.pass-info>.txt-attention {
    padding: 0.5em 1em;
    background-color: #fce200;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .guide-passusage>.pass-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .guide-passusage>.pass-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .guide-passusage>.pass-info>p {
        font-size: 2.419354838709677vw;
    }
}

@media screen and (min-width: 992px) {
    .guide-passusage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0.5rem auto 0;
    }

    .guide-passusage>.pass-img {
        min-width: 528px;
        -ms-flex-preferred-size: 528px;
        flex-basis: 528px;
    }

    .guide-passusage>.pass-info>p {
        font-size: 24px;
    }
}

.map-img {
    margin: 0 auto 2rem;
    max-width: 916px;
}

.map-img>a {
    display: block;
}

.map-img>a>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.btn_item.btn_mapzoom {
    padding: 5px 1rem 0;
}

.notes-sentence {
    margin: 0 1rem 1rem;
    max-width: 860px;
    font-size: 1rem;
    line-height: 1.5;
}

.notes-sentence>ul {
    margin: 0 0 0 1.5em;
    padding: 0;
}

.notes-sentence>ul>li {
    margin: 0 0 0.5rem;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .notes-sentence {
        margin: 0 auto 1rem;
        font-size: 18px;
    }
}

.note-borderTxt {
    display: inline-block;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #666;
}

ol.smartpass-spots {
    list-style: none;
    counter-reset: count-num;
    margin: 0;
    padding: 0;
    text-align: left;
}

ol.smartpass-spots>li.list-item {
    position: relative;
    padding: 5px 5px 1rem;
}

ol.smartpass-spots>li.list-item::before {
    counter-increment: count-num;
    content: counter(count-num);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 5;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0 0;
    width: 50px;
    height: 50px;
    background-image: url("images/smartpass/icon_smartpass-spot_balloon@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

ol.smartpass-spots>li.list-item::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 4;
    top: -51px;
    right: -51px;
    width: 100px;
    height: 100px;
    border: 50px solid transparent;
    border-bottom-color: #fff;
}

@media screen and (min-width: 768px) {
    ol.smartpass-spots {
        margin: 0 -5px;
    }

    ol.smartpass-spots li.list-item::after {
        top: -51px;
        right: -51px;
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 992px) {
    ol.smartpass-spots li.list-item::after {
        width: 100px;
        height: 100px;
    }
}

.smartpass-spotcard {
    position: relative;
    display: block;
    margin: 0 0 1rem;
    padding: 0 0 2rem;
    width: 100%;
    height: 100%;
    background-color: #ffdee2;
    font-size: 1rem;
}

.smartpass-spotcard>.spot-photo {
    margin-bottom: 1rem;
}

.smartpass-spotcard>.spot-photo>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.smartpass-spotcard>.spot-name,
.smartpass-spotcard>.spot-data,
.smartpass-spotcard>.spot-fee,
.smartpass-spotcard>.spot-footer {
    margin: 0 0.5rem 0.25rem;
}

.smartpass-spotcard>.spot-name {
    font-size: 1.25rem;
    line-height: 1.2;
}

.smartpass-spotcard>.spot-data {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #333;
    font-size: 0.9rem;
}

.smartpass-spotcard>.spot-footer .btn_maplink {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    margin: 0;
    padding: 0.25rem 1rem;
    background-color: #f00;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.smartpass-spotcard>.spot-footer .btn_maplink:hover {
    opacity: 0.75;
}

.smartpass-spotcard .smartpass-spots_data-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.smartpass-spotcard .smartpass-spots_data-list>li {
    margin: 0;
    padding: 0;
}

.smartpass-contents {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .smartpass-contents {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .smartpass-contents {
        font-size: 20px;
    }
}

.smartpass-contents>.contents-inner {
    max-width: 940px;
}

.smartpass-contents>.smartpass-sect-title {
    display: block;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 940px;
    width: 100%;
    border-bottom: 1px solid #e60012;
    font-size: 20px;
    color: #e60012;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .smartpass-contents>.smartpass-sect-title {
        font-size: 28px;
    }
}

.smartpass-contents .notes-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.smartpass-contents .notes-list>li {
    margin: 0 0 0.5rem;
    padding: 0 0 0 1em;
}

.smartpass-contents .notes-list>li:first-letter {
    margin-left: -1em;
}

.smartpass-contents .buyplace-info>.place-name {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .smartpass-contents .buyplace-info>.place-name {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .smartpass-contents .buyplace-info>.place-name {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .smartpass-contents .buyplace-info {
        display: grid;
        display: -ms-grid;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        -ms-grid-columns: auto 10px minmax(auto, 286px) 10px minmax(auto, 242px);
        grid-template-columns: auto 10px minmax(auto, 286px) 10px minmax(auto, 242px);
    }

    .smartpass-contents .buyplace-info>.place-name {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .smartpass-contents .buyplace-info>.place-photo {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        -ms-grid-column-span: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .smartpass-contents .buyplace-info>.place-data {
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-grid-column-span: 1;
    }

    .smartpass-contents .buyplace-info>.place-map {
        -ms-grid-row: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 5;
        grid-column-start: 5;
        grid-column-end: 6;
        -ms-grid-column-span: 1;
        min-height: 150px;
    }
}

.smartpass-contents .img-counter_map {
    max-width: 700px;
    margin: 0 auto;
}

/* -----------------------------------------------------------------
## 島ぐる
----------------------------------------------------------------- */
.shimaguru__bg-img {
    background-image: url(/wp-content/uploads/2019/11/shimaguru__bg-img.jpg);
    background-repeat:no-repeat;
    background-size: contain;
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
}
.shimaguru__bg-img img{
  max-width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
    .shimaguru__bg-img {
        width: 910px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-width: 92%;
    }
}

.shimaguru__banner-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
@media screen and (min-width: 768px) {
  .shimaguru__banner-list {
    bottom: 30px;
    margin-left:40px;
    margin-right:40px;
  }
}
.shimaguru__banner-list li {
    list-style: none;
    margin-right: 10px;
}
@media all and (-ms-high-contrast: none) {
    .shimaguru__banner-list li {
        width: 100%;
    }
}
@supports (-ms-ime-align: auto) {
    .shimaguru__banner-list li {
        width: 100%;
    }
}
.shimaguru__banner-list li img {
    max-width: 100%;
}
.shimaguru__map-area{
    margin-left: 3%;
    margin-right: 3%;
    height: 400px;
}



/* -----------------------------------------------------------------
## Utility
----------------------------------------------------------------- */
._unmargin {
    margin: 0 !important;
}

._center {
    text-align: center !important;
}

._left {
    text-align: left !important;
}

._right {
    text-align: right !important;
}

._pull-left {
    float: left !important;
}

._pull-right {
    float: right !important;
}

._mgbt-0r {
    margin-bottom: 0rem !important;
}

._mgbt-1r {
    margin-bottom: 1rem !important;
}

._mgbt-2r {
    margin-bottom: 2rem !important;
}

._mgbt-3r {
    margin-bottom: 3rem !important;
}

._mgbt-4r {
    margin-bottom: 4rem !important;
}

._mgbt-5r {
    margin-bottom: 5rem !important;
}

._mgtop-0r {
    margin-top: 0rem !important;
}

._mgtop-1r {
    margin-top: 1rem !important;
}

._mgtop-2r {
    margin-top: 2rem !important;
}

._mgtop-3r {
    margin-top: 3rem !important;
}

._mgtop-4r {
    margin-top: 4rem !important;
}

._mgtop-5r {
    margin-top: 5rem !important;
}