@charset "utf-8";

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?mkzbvc");
    src: url("../fonts/icomoon.eot?mkzbvc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mkzbvc") format("truetype"), url("../fonts/icomoon.woff?mkzbvc") format("woff"), url("../fonts/icomoon.svg?mkzbvc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new-tab:before {
    content: "\ea7e";
}


/* ===============================
base
=============================== */

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Arial', 'M PLUS 1p', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 90%;
    font-weight: 500;
    line-height: 1.6em;
    color: #222;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.wf-nsjp {
    font-family: "Noto Sans JP, sans-serif";
}

.wf-os {
    font-family: 'Oswald', sans-serif !important;
}

@media screen and (min-width : 750px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.entry-content a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-size: 0.9em;
    margin: 0 1%;
    font-weight: 600;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

h1 {
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    padding: 80px 0 50px;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    h1 {
        font-size: 2.4rem;
        padding: 80px 0 2%;
    }
}

@media screen and (min-width : 992px) {
    h1 {
        font-size: 2.8rem;
        padding: 80px 0;}

        h1 img {
            max-width: 800px;
        }
    }


h2 {
    font-size: 1.6srem;
    font-weight: 800;
    padding: 2em 0 0 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.03em;
}

h2:first-letter {
    font-size: 150%;
    color: #002b69;
}

@media screen and (min-width: 750px) {
    h2 {
        font-size: 3rem;
        padding: 1em 0 1em;
    }
}

h3 {
    display: inline-block;
    position: relative;
    padding: 10px 0 30px 0;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 750px) {
    h3 {
        font-size: 1.6rem;
        padding: 16px 0 30px 0;
    }
}

.clear {
    clear: both;
}


.clearfix {
    zoom: 1;
}


/* ===============================
utility
=============================== */
.brbl {
    display: inline-block;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.small {
    font-size: 0.8em;
    padding: 0 2px;
    display: inline-block;
}
.small2 {
    font-size: 1.0em;
    padding: 0 2px;
    display: inline-block;
}

@media screen and (min-width: 750px) {
    .small {
    font-size: 0.6em;
    padding: 0 2px;
    display: inline-block;
}
.small2 {
    font-size: 0.8em;
    padding: 0 2px;
    display: inline-block;
}

}


.fxs {
    font-size: 0.4em;
    font-weight: 400;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.4em;
    }
}

.fm {
    font-size: 0.6em;
}

@media screen and (min-width: 750px) {
    .fm {
        font-size: 0.7em;
    }
}

.fL {
    font-size: 1em;
}

@media screen and (min-width: 750px) {
    .fL {
        font-size: 2em;
    }
}

.large {
    font-size: 120%;
    font-weight: 600;
    padding: 10px 0;
    line-height: 1.4;
}

@media screen and (min-width: 750px) {
    .large {
        font-size: 140%;
    }
}

.l-date {
    padding: 0;
    margin: 5% 0 0 0;
    display: block;
}

.l-date-t {
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

@media screen and (min-width: 750px) {
    .l-date-t {
        font-size: 3em;
        line-height: 1;
    }
}

.l-date-sub {
    font-size: 1.2em;
    padding: 2px 0;
}

.black {
    color: #222 !important;
}

.pink {
    color: #ea5473;
}

.oran {
    color: #f15a24!important;;
}

.royalblue {
    color: #4169e1 !important;
}

.mediumseagreen {
    color: #3cb371 !important;
}

.coral {
    color: #ffa500 !important;
}

.darkmagenta {
    color: #8b008b !important;
}


.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt3 {
    margin-top: 3em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb6 {
    margin-bottom: 6em !important;
}

.pd2 {
    padding: 1em 0 2em 0 !important;
}

.al-c {
    text-align: center !important;
}

.al-l {
    text-align: left;
}

.al-l a {
    text-decoration: underline;
}

.al-r {
    text-align: right;
}

button:focus {
    outline: none;
}

.bold {
    font-weight: 600;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* ===============================
button
=============================== */
.bg-royalblue {
    background-color: #4169e1 !important;
    color: #fff !important;
}

.bg-mediumseagreen {
    background-color: #3cb371 !important;
    color: #fff !important;
}

.bg-green {
    background-color: #43a153 !important;
    color: #fff !important;
}


.bg-orange {
    background-color: #ffa500 !important;
    color: #fff !important;
}

.bg-darkmagenta {
    background-color: #8b008b !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
    border-radius: 8px;
}

.bg-gray {
    background-color: #cbcbcb !important;
    color: #989898 !important;
    border-radius: 8px;
}

.bg-gray:hover {
    filter: none;
    opacity: inherit;
}

.bg-yellow {
    background-color: #fff9a2 !important;
}

.bg-pink {
    background-color: #e4004f !important;
    color: #fff !important;
}

.btn {
    width: 100%;
    /*padding: 1em 0;*/
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
}

@media screen and (min-width: 750px) {
    .ls {
        font-size: 1rem;
    }
}


.btn-list {
    border: 3px solid #fff9a2;
    background: #ec6c00;
    width: 100%;
    padding: 30px 0;
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    color: #fff !important;
}

.btn-list-g {
    border: 3px solid #989898;
    background: #cbcbcb;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 1.3em;
    color: #989898 !important;
}

.btn-res {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #002b69;
    text-decoration: none;
    padding: 5% 0;
    position: relative;
    border-radius: 8px;
}

.btn-res span.restxt {
    font-size: 1rem;
    letter-spacing: 0.4em;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    .btn-res span.restxt {
        font-size: 1.4rem;
    }
}

.btn-res::before,
.btn-res::after {
    content: "";
    display: block;
    background-color: #e4004f;
    width: 54%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
    border-radius: 8px;
}

.btn-res::before {
    color: #fff;
    left: 0;
}

.btn-res::after {
    right: 0;
}

.btn-res:hover:before,
.btn-res:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-res:hover {
    color: #000;
}


.btn-res-gray {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ccc;
    text-decoration: none;
    padding: 5% 0;
    position: relative;
    border-radius: 8px;
}

.btn-res-gray span.restxt {
    font-size: 1rem;
    letter-spacing: 0.4em;
    color: #666;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    .btn-res-gray span.restxt {
        font-size: 1.4rem;
    }
}

/* ===============================
header
=============================== */
header {
    padding: 16px 0;
    position: absolute;
    z-index: 10;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@supports (-ms-ime-align: auto) {
    header {
        padding: 16px 0;
        position: absolute;
        z-index: 10;
        background-color: #fff;
    }
}

@media screen and (min-width: 750px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .is-animation {
        height: 60px;
        background-color: rgba(255, 255, 255);
        border-bottom: 1px solid #f9f9f9;
    }

}

.logo {
    width: 140px;
    margin-right: auto;
}

.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .inner {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.change_btn {
    width: 90%;
    margin: 32px auto;
}

@media screen and (min-width: 750px) {
    .change_btn {
        color: #000;
        display: block;
        width: 100%;
        text-decoration: none;
        border: 1px solid #000;
        text-align: center;
        padding: 25px 0;
        font-size: 20px;
        margin-top: 40px;
    }
}

nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    z-index: 99;
}

#pc-nav {
    display: none;
}

@media screen and (min-width: 992px) {

    /*#nav_toggle {
        display: none;
    }*/

    #pc-nav {
        display: block;
        position: fixed;
        left: 4%;
        font-size: 0.95rem;
    }

    #pc-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }

    #pc-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #002b69;
        transition-property: all;
        transition: 0.3s linear;
        display: inline-block;
        width: 145px;
        text-align: center;
    }

    #pc-nav li a:hover {
        color: #86B3E0;
    }

    #pc-nav li a:before {
        content: "\025b6";
        font-size: 0.6em;
        vertical-align: middle;
        letter-spacing: 0.6em;
    }
}

header nav {
    margin-right: -16px;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    header nav {
        margin-right: -16px;
    }
}

header nav div.menu {
    margin: 14% auto;
    width: 80%;
}

header nav div.menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

header nav div.menu ul li {
    float: none;
    margin-bottom: 10%;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
    text-align: center;
    text-transform: uppercase;
}

header nav div.menu ul li a {
    color: #fff !important;
    font-size: 1rem;
    padding: 8px;
    font-family: "Noto Sans JP, sans-serif";
}

header nav div.menu ul li a.m-title {
    border: 1px solid #fff100;
    padding: 5% 20%;
    color: #fff100 !important;
    display: block;
    font-weight: 600;
    border-radius: 8px;
}

header nav div.menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6;
    padding: 2% 0;
}

header nav div.menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 0.7rem;
}

header nav div.menu ul li:last-child {
    border: 0;
}

header nav div.menu ul ul {
    margin-top: 6px;
}

@media screen and (max-width: 320px) {
    header nav div.menu ul li {
        margin-bottom: 10%;
    }

    header nav div.menu ul li a {
        font-size: 1rem;
        padding: 8px;
    }

    header nav div.menu ul li a.m-title {
        padding: 3% 26%;
    }

    header nav div.menu ul ul li {
        font-size: 0.8rem;
        line-height: 1.6;
        padding: 0;
    }

    header nav div.menu ul ul li a {
        font-size: 0.7rem;
    }

    header nav div.menu ul ul {
        margin: 5% 0 5% 0;
    }
}

@media screen and (min-width: 420px) and (max-width: 922px) {
    header div.menu ul {
        width: 60%important;
    }

    header nav div.menu ul li a.m-title {
        padding: 4% 20%;
    }

    header nav div.menu ul ul li {
        font-size: 1rem;
        padding: 6% 0;
        line-height: 1.6;
    }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    header nav div.menu {
        width: 92%;
    }

    header nav div.menu ul li {
        float: left;
        padding: 2%;
        width: 25%;
        border-bottom: 0;
    }

    header nav div.menu ul li a.m-title {
        padding: 8% 10%;
    }

    header nav div.menu ul li a {
        font-size: 0.8rem;
    }

    header nav div.menu ul ul li {
        font-size: 0.6rem;
        padding: 2% 0;
        line-height: 1.6;
        text-align: justify;
    }

    header nav div.menu ul ul li a {
        font-size: 0.6rem;
    }

    header nav div.menu ul ul {
        margin-top: 20px;
    }
}

@media screen and (min-width: 922px) {
    header div.menu {
        width: 90%;
    }

    header nav div.menu ul li a.m-title {
        padding: 6% 20%;
    }

    header nav div.menu ul li {
        float: left;
        padding: 16% 2%;
        width: 24.3333%;
        border-bottom: 0;
    }

    header nav div.menu ul ul {
        margin-top: 20px;
    }

    header nav div.menu ul ul li a:hover {
        color: #339999;
    }
}

#nav_toggle,
.close #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 16px;
    right: 6px;
    z-index: 100;
}

@media screen and (min-width: 922px) {
    /*#nav_toggle,
    .close #nav_toggle {
        right: 25px;
    }*/
}

#nav_toggle::before,
.close #nav_toggle::before {
    content: '';
    position: absolute;
    width: 62px;
    top: -16px;
    left: -12px;
    height: 58px;
    border-bottom-left-radius: 12px;
    background-color: rgba(0, 165, 60, 1);
}

#nav_toggle div,
.close #nav_toggle {
    position: relative;
}

#nav_toggle span,
.close #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 85%;
    left: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1),
.close #nav_toggle span:nth-last-child(1) {
    top: 0px;
}

#nav_toggle span:nth-child(2),
.close #nav_toggle span:nth-child(2) {
    top: 12px;
}

#nav_toggle span:nth-child(3),
.close #nav_toggle span:nth-child(3) {
    top: 24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle::before {
    display: none;
}

.open #nav_toggle div {
    position: relative;
    right: 0;
}

.open #nav_toggle span {
    background: #fff;
}

.open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.hero_area {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%);
}

.box {
    height: 100vh;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 横方向中央揃え */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_bg {
    background-image: url(../img/bg-pat.png);
    background-repeat: repeat;
    background-color: #fff;
}


/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.attention {
    text-align: center;
    font-size: 1.5em;
    color: #ec6c00;

}

@media screen and (min-width: 769px) {
    .attention {
        font-size: 2em;
    }

}

.bg-yor {
    background-color: #faffd2;
}

.main {
    background-color: #fff;
    background: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.line {
    background: #002b69;
    padding: 20px 0;
}

.main-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.section-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
    font-size: 110%;
    padding: 2em 0;
}

.section-in2 {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
}

@media screen and (min-width: 769px) {

    .main-in {
        max-width: 930px;
    }

    .section-in {
        width: 90%;
        text-align: justify;
        max-width: 830px;
        margin: 0 auto;
        height: auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_4 {
    width: 100%;
    display: flex;
    /* display: -ms-flexbox;
    IE10 */
    flex-wrap: wrap;
    /*-ms-flex-wrap: wrap;
     IE10 */
}

.col_4 > li {
    width: 50%;
    padding: 5px 0;
    font-size: 0.85rem;
}

@media screen and (max-width: 320px) {
    .col_4 > li {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    .col_4 > li {
        width: 33.3333%;
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 992px) {
    .col_4 > li {
        width: 25%;
        padding: 10px;
        font-size: 1.2rem;
    }
}

.col_4 > li > p {
    background: #3B2280;
    height: 44px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
}


.col_4 > li:nth-child(1),
.col_4 > li:nth-child(3) {
    padding-right: 10px;
}

@media screen and (min-width: 750px) {

    .col_4 > li:nth-child(3) {
        padding-right: 0px;
    }
}

span.point {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.2;
    color: #fff;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.catch {
    padding: 5% 0;
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
}

.catch span {
    display: inline-block;
}

.cL {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
}

@media screen and (min-width: 750px) {
    .cL {
        font-size: 1.8em;
    }
}

.catch-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

ul.btn-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 3%;
}

ul.btn-col2 li {
    width: 45%;
}

ul.btn-col2 li:not(:nth-child(2n+2)) {
    margin-right: 1%;
}

ul.btn-col2 li:nth-child(n+3) {
    margin-top: 2%;
}


.button05 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15px;
    padding: 1.5em;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #002b69;
    box-shadow: 0 5px 0 #248dbe;
    transition: 0.3s;
    border-radius: 6px;
}

@media screen and (min-width: 900px) {
    .button05 a {
        font-size: 18px;
        padding: 1.5em 2em;
    }
}

.button05 a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.button05 a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
}


.col_2 {
    display: block;
    padding: 0px;
    margin-top: 3%;
}

@media screen and (min-width: 890px) {
    .col_2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.col_2 li {
    width: 100%;
    background: #ddd;
    margin: 6px auto;
    padding: 0px;
    list-style: none;
}

.col_2 li.colbox {
    background-color: #fff;
    padding: 10px;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    position: relative;
}

@media screen and (min-width: 890px) {
    .col_2 li.colbox {
        width: 400px;
        padding: 10px 30px;
    }
}

@media screen and (min-width: 890px) {
    .spc {
        width: 800px !important;
    }
}

.col_2 li.colbox .btn-room {
    width: 100%;
    padding: 10px 0;
    line-height: 1.2;
    background: #002b69;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    border-radius: 8px;
    font-size: 70%;
}

@media screen and (min-width: 890px) {
    .col_2 li.colbox .btn-room {
        padding: 20px 0;
        font-size: 80%;
    }
}

.col_2 li.colbox .ttl {
    font-weight: bold;
    font-size: 180%;
    margin: 3% 0;
}

@media screen and (min-width: 890px) {
    .col_2 li.colbox .ttl {
        font-size: 250%;
        margin: 5% 0 3%;
    }
}

.col_2 li.colbox .spe-ttl {
    font-weight: bold;
    font-size: 2.5em;
    margin: 0 0 5%;
    line-height: 0.6;
}

@media screen and (min-width: 890px) {
    .col_2 li.colbox .spe-ttl {
        font-size: 3em;
        margin: 0 0 5%;
    }
}

.col_2 li.colbox .time {
    font-size: 1.4em;
    line-height: 1.4;
    margin: 3% 0 0;
    font-weight: 600;
}

.col_2 li.colbox .txt {
    font-size: 70%;
    line-height: 1.4;
    margin: 5px 0;
    word-break: break-all;
}

@media screen and (min-width: 890px) {
    .col_2 li.colbox .txt {
        font-size: 80%;
        line-height: 1.6;
    }
}

.red {
    color: red;
    font-size: 70%;
    line-height: 1.4;
    margin: 1% 0;
}

.rednorm {
    color: red;
}

.col_2 li.colbox .pink {
    font-size: 130%;
    margin-top: auto;
    position: absolute;
    right: 20px;
    top: 20px;
}

.info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5%;
    align-items: center;
    font-size: 65%;
}

@media screen and (max-width: 320px) {
    .info {
        font-size: 58%;
    }
}

@media screen and (min-width: 890px) {
    .info {
        width: 80%;
        font-size: 100%;
    }
}

.info > dt.date1 {
    width: 100%;
    height: auto;
    text-align: center;
    background: #002b69;
    padding: 4px 0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0%;
    text-align: center;
}

@media screen and (min-width: 890px) {
    .info > dt.date1 {
        padding: 40px 0;
        width: 15%;
        background: #002b69;
        padding: 22px 0;
        margin-bottom: 2%;
        border-radius: 8px;
        margin-bottom: 2%;
        color: #fff;
        align-self: normal;
        display: inline-grid;
        align-items: center;
    }
}

.info dd.date2 {
    background: #fff;
    border-radius: 0 0 8px 8px;
    margin: 0 0 2% 0%;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 800;
    font-size: 1.7em;
    letter-spacing: -0.05em;
}

@media screen and (min-width: 890px) {
    .info dd.date2 {
        width: 83%;
        margin: 0 0 2% 2%;
        padding: 45px 0 36px 22px;
        line-height: 1.4;
        text-align: left;
        border-radius: 8px;
    }
}

.info > dt.date3 {
    width: 100%;
    height: auto;
    text-align: center;
    background: #002b69;
    padding: 4px 0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0%;
    text-align: center;
}

@media screen and (min-width: 890px) {
    .info > dt.date3 {
        padding: 40px 0;
        width: 15%;
        background: #002b69;
        margin-bottom: 0%;
        border-radius: 8px;
        color: #fff;
        align-self: normal;
        display: inline-grid;
        align-items: center;
    }
}

.info dd.date4 {
    background: #fff;
    border-radius: 0 0 8px 8px;
    margin: 0 0 0 0;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 800;
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: -0.05em;

}

@media screen and (min-width: 890px) {
    .info dd.date4 {
        width: 83%;
        margin: 0 0 0 2%;
        padding: 20px 20px 20px 22px;
        font-size: 1.0em;
        line-height: 1.5;
        text-align: left;
        border-radius: 8px;
    }
}

.info > dt.time1 {
    width: 100%;
    border-radius: 8px 8px 0 0;
    height: auto;
    text-align: center;
    background: #002b69;
    padding: 4px 0;
    color: #fff;
}

@media screen and (min-width: 890px) {
    .info > dt.time1 {
        width: 15%;
        padding: 20px 0;
        border-radius: 8px;
        margin-bottom: 2%;
        align-self: normal;
        display: inline-grid;
        align-items: center;
    }
}

.info dd.time2 {
    background: #fff;
    margin: 0 0 2% 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    border-radius: 0 0 8px 8px;
    font-weight: 800;
}

@media screen and (min-width: 890px) {
    .info dd.time2 {
        width: 83%;
        margin: 0 0 2% 2%;
        padding: 20px 20px 20px 20px;
        line-height: 1.3;
        border-radius: 8px;
        text-align: left;
    }
}



.all {
    background: #43a153;
    color: #fff;
    padding: 4px;
    font-size: 1.0em;
    font-weight: 600;
}

.rikei {
    background: #03baff;
    color: #fff;
    padding: 4px;
    font-size: 1.0em;
    font-weight: 600;
}

.is {
    background: #ea5473;
    color: #fff;
    padding: 4px;
    font-size: 1.0em;
    font-weight: 600;
}

.enok {
    background: #9932cc;
    color: #fff;
    padding: 4px;
    font-size: 1.0em;
    font-weight: 600;
}


.all_c {
    color: #43a153;
    font-size: 1em;
    font-weight: 600;
}

.rikei_c {
    color: #03baff;
    font-size: 1em;
    font-weight: 600;
}

.special {
    border-top: 1px dotted #777;
    border-bottom: 1px dotted #777;
    font-size: 0.7em;
    margin: 10px 0;
    display: block;
    color: #777;
}

/* ===============================
section-timeline
=============================== */
#timeline {
    line-height: 1.6;
}

@media screen and (min-width: 750px) {}

.timeline-img {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .timeline-img {
        width: 60%;
    }

    .timeline-img::before {
        content: '';
        position: absolute;
        right: -67%;
        width: 90%;
        top: 34%;
        background-color: #2A4198;
        height: 80%;
        z-index: -999999;
    }
}

.slanting {
    background: url(../img/bg-yl.svg)no-repeat top left;
}

.timetable {
    margin: 0 auto;
    width: 92%;
    display: block;
}

.time-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.7em;
}

.time-list dt {
    width: 30%;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px dotted #222;
}

.time-list dt:first-child {
    background-color: #ffa500;
    font-weight: 600;
    color: #fff;
    border-bottom: none #222;
}

.time-list dd {
    width: 70%;
    padding: 10px;
    border-bottom: 1px dotted #222;
    margin: 0;
}

.time-list dd.first {
    border-bottom: none;
    font-weight: 600;
    background-color: #86B3E0;
    color: #fff;
}

@media screen and (min-width: 900px) {
    .time-list {
        font-size: 1em;
    }
}

.oped {
    margin-top: 2%;
    text-align: center;
    padding: 2% 4%;
    border-radius: 10px;
    border: 1px solid #3B2280;
    background: #fff;
    font-size: 1em;
}

.oped .title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2% 0 0 0;
    font-size: 1.35em;
    font-weight: 500;
    color: #000;
}

.timetable > div.time {
    width: 100%;
    height: auto;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 6px;
    font-size: 1.6em;
    font-weight: 600;
    margin: 16% 0 0 0;
    border-radius: 24px;
}

@media screen and (min-width: 750px) {
    .timetable > div.time {
        margin-top: 6%;
    }
}

.timetable > div.content {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 0%;
    font-size: 1.2em;
    display: block;
}


/* tab list */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400|Inconsolata);

ul#tabs-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #ccc;
    -webkit-transition-property: border-top, background-color, color;
    transition-property: border-top, background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

label.panel-label:hover {
    color: #3B2280;
}

#panels {
    background-color: #f5f5f5;
}

#panels .container {
    margin: 0 auto;
    width: 100%;
}

#panels section header label.panel-label {
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#panels section main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main,
#panel-2-ctrl:checked ~ #panels #panel-2 main,
#panel-3-ctrl:checked ~ #panels #panel-3 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
    max-width: 1000px;
}

@media all and (max-width: 767px) {

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-1,
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-2,
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }

    #open-nav-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }

    #nav-ctrl:checked ~ #tabs-list #open-nav-label {
        display: none;
    }

    #close-nav-label {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        background-color: #444444;
        color: #ecf0f1;
        padding: 0px;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    #nav-ctrl:checked ~ #tabs-list #close-nav-label {
        max-height: 36px;
        opacity: 1;
        padding: 12px 24px;
    }

    #tabs-list {
        position: relative;
    }

    #tabs-list label.panel-label {
        padding: 12px 0;
    }

    #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-2,
    #tabs-list #li-for-panel-3 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: #3B2280;
        color: #fff;
        background-color: #3B2280;
        color: white;
    }

    #panels .container {
        width: 100%;
    }

    #panels section header {
        display: block;
    }
}

@media all and (min-width: 768px) {
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        background-color: #3B2280;
        color: #fff;
        background-color: #3B2280;
        color: white;
    }

    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: #3B2280;
        color: #fff;
        padding-top: 20px;
    }

    ul#tabs-list {
        text-align: center;
        margin: 0 auto;
        max-width: 1800px;
    }

    ul#tabs-list li {
        display: inline-block;
        text-align: center;
        width: 28%;
        -webkit-transition-property: border-top;
        transition-property: border-top;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }

    ul#tabs-list li:hover {
        border-top: none;
        border-right: none;
    }

    ul#tabs-list li label.panel-label {
        padding: 20px 0;
    }

    ul#tabs-list li label.panel-label:hover {
        background-color: #3B2280;
        color: #fff;
    }

    #open-nav-label,
    #close-nav-label {
        display: none;
    }

    #nav-ctrl {
        display: none;
    }
}

@media all and (min-width: 900px) {
    main {
        width: 100%;
        margin: 0 auto;
    }
}

.panel-radios {
    position: fixed;
    left: 50%;
    top: 10px;
    width: 20px;
    opacity: 0.5;
    display: none !important;
}

.panel-radios:nth-child(1) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.panel-radios:nth-child(2) {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.panel-radios:nth-child(3) {
    top: 30px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    display: block;
}

main p {
    line-height: 1.8;
}

main hr {
    margin: 12px 0;
    border-top: 1px solid #dfdfdf;
}

/*tab end */

.list {
    display: block;
    padding: 0px;
    margin-top: 3%;
}

@media screen and (min-width: 750px) {
    .list {
        display: flex;
        justify-content: space-between;
    }
}

.list li {
    width: 100%;
    background: #ddd;
    margin: 6px auto;
    padding: 0px;
    list-style: none;
}

@media screen and (min-width: 750px) {
    .list li {
        width: 48%;
        margin: 6px 0;
    }
}

.list li.card {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.oped .btn-room,
.list .btn-room {
    width: 80%;
    padding: 8px 0;
    background: #3B2280;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 5%;
    font-size: 90%;
}

@media screen and (min-width: 750px) {

    .oped .btnroom,
    .list .btn-room {
        width: 60%;
    }
}

.list li.card .ttl {
    font-weight: bold;
    font-size: 115%;
}

.list li.card .txt {
    font-size: 80%;
}

.list li.card .type {
    font-size: 80%;
    color: #3B2280;
    margin-top: auto;
}

.close {
    background-color: #999 !important;
    color: #ccc !important;
}

/* ===============================
section-gift
=============================== */
.gift {
    padding: 0 0 5% 0;
}

.giftAB {
    width: 100%;
    margin-bottom: 8%;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 120%;
}

.giftAB > p {
    margin-top: 10px;
    text-align: left;
    text-align: justify;
}

.ig {
    padding: 20px;
    background: url(../img/bg-dot.png) repeat;
}

@media screen and (min-width: 992px) {
    .giftAB > p {
        margin: 10px auto 0;
        text-align: left;
        width: 90%;
    }

    .ig > p {
        width: 772px;
        margin: 0 auto 3%;
        text-align: left;
    }
}

.arrow {
    text-align: center;
    font-size: 21px;
    padding: 5% 0;
    color: #002b69;
}

.arrow img {
    vertical-align: sub;
}


/* ------------------------------
guest
------------------------------*/
.comlist {
    margin: 3% 0;
    line-height: 160%;
    text-align: justify;

}

.comlist p {
    font-size: 18px;
}

@media screen and (min-width: 750px) {

    .comlist,
    .comlist p {
        font-size: 1.4rem;
    }
}

/* guest timetable */
h2.time-g {
    font-size: 3rem;
    font-weight: 400;
    padding: 1em 0 0 0;
    margin: 0;
    line-height: 1;
    font-family: "Anton";
    letter-spacing: 0.03em;
}

@media screen and (min-width: 750px) {
    h2.time-g {
        font-size: 6rem;
    }
}

.timetable-g {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
}

@media screen and (min-width: 750px) {
    .timetable-g {
        width: 80%;
        margin: 0 auto;
    }
}

.time-btn {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1% 4%;
    margin: 5% auto 0;
    border-radius: 24px;
    background: #002b69;
    color: #fff;
}

.time-btn:hover {
    opacity: 0.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 750px) {
    .time-btn {
        margin-top: 5%;
        font-size: 1.2em;
    }
}

.timetable-g div.time-g {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1% 4%;
    margin: 5% auto 0;
    border-radius: 24px;
    background: #002b69;
    color: #fff;
    font-size: 1.2rem;
}

.timetable-g p {
    font-size: 80%;
    text-align: left;
    font-weight: 400;
}

@media screen and (min-width: 750px) {
    .timetable-g p {
        font-size: 1em;
    }
}

/* ===============================
Section-Appli
=============================== */
.slanting2 {
    background: url(../img/bg-yr.svg)no-repeat top left;
}

.app-box {
    width: 100%;
    background-color: #eaeaea;
    border-radius: 8px;
    margin-top: 6%;
}

@media screen and (min-width: 992px) {
    .app-box {
        width: 90%;
        margin: 5% auto;
    }
}

.app-box .title {
    color: #fff;
    background: #002b69;
    padding: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .app-box .title {
        padding: 20px;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

.app-box-in {
    padding: 6%;
}

@media screen and (min-width: 992px) {
    .app-box-in {
        padding: 6%;
    }
}

.app-box-in > ul {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 0.8em;
}

.app-box-in > ul > li {
    width: 100%;
}

.app-box-in > ul.topic {
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    vertical-align: top;
}

.app-box-in > ul.topic > li {
    text-align: left;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul.topic {
        /*width: 60%;*/
        font-size: 1.2rem;
        /*float: left;*/
        vertical-align: top;
        padding: 0;
        margin: 3% 0 0 0;
    }
}

.app-box-in > ul > li.text {
    font-weight: 400;
    font-size: 70%;
    text-align: left;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul > li.text {}
}

.app-box-in > ul.btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 10% auto;
}

p.btn-cs {
    width: 80%;
    background-color: #3B2280;
    color: #fff;
    text-align: center;
    padding: 3%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul.btn_area {
        width: 60%;
        padding: 0;
        /*float: left;*/
        margin: 0 auto;

    }
}

.app-box-in > ul.btn_area li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 320px) {
    .app-box-in > ul.btn_area li {
        padding: 2%;
    }
}

@media screen and (min-width: 750px) {
    .app-box-in > ul.btn_area li {
        padding: 2%;
        width: 40%;
    }
}

.app-box-in > ul.btn_how {
    width: 80%;
    text-align: center;
    margin: 5% auto 10%;
}

.howtxt {
    font-size: 1.4em;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.col_2 li.how2 {
    padding: 20px 0;
    background: #3B2280;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 8px;
}

.app-box-in > ul > li {
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 992px) {}

.caution {
    width: 100%;
    margin: 0 auto;
}

.cau {
    text-align: center;
    font-size: 16px;
    margin: 0 !important;
}

/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 30%;
    padding: 5% 0;
    background-color: #f2f2f2;
}

@media screen and (min-width: 992px) {
    #footer {
        margin-top: 15%;
    }
}

.f-nav ul {
    margin-bottom: 30px;
}

.f-logo {
    width: 80%;
    margin: 5% auto 10%;
}

@media screen and (min-width: 992px) {
    .f-logo {
        width: 30%;
        padding: 0;
        float: left;
        margin: 0;
    }
}

.f-nav {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .f-nav {
        display: block;
        left: 55%;
        font-size: 0.8rem;
    }

    .f-nav ul {
        display: flex;
        align-items: center;
        height: 56px;
        justify-content: flex-end;
    }
}

.f-nav li {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 5% 10px;
}

@media screen and (min-width: 992px) {
    .f-nav li {
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding: 0 3%;
    }
}

.f-nav li a {
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

.f-nav li a:hover {
    color: #339999;
}

@media screen and (min-width: 992px) {
    .f-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #000;
    }
}

.f-nav li:last-child {
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 992px) {
    .f-nav li:last-child {
        border-bottom: 0;
    }
}

.purpose {
    font-size: 0.6rem;
    color: #666;
    line-height: 1.2;
    padding: 5% 0;
    text-align: left;
}


/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(240, 240, 240, 0.5);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}

/*access URL view*/
a.url_show {
    display: inline;
}

a.url_hide {
    display: none;
}

span.url_show {
    display: none;
}

span.url_hide {
    display: inline;
}


/* ------------------------------
link-btn
------------------------------ */
.box-link {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.box-link:hover {
    opacity: 0.6;
}

.box-link .box-title {
    font-size: 1.6em;
    background: #fff000;
    padding: 16px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-link p {
    text-align: center;
    padding: 8px 0;
    margin: 3% 3% 0;
    font-size: 160%;
    border-top: 1px dashed #000;
}

.box-link p.text {
    text-align: center;
    padding: 3% 0;
    margin: 0 3%;
    font-size: 160;
    border-top: 1px dashed #000;
}

.box-link h4 {
    margin: 0 3%;
    padding: 4% 0 0;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2;
}

.box-link span.large {
    font-size: 1.3em;
}

.box-link span.small {
    font-size: 0.6em;
    ;
}

@media screen and (min-width: 992px) {
    .box-link span.large {
        font-size: 1.3em;
    }

    .box-link span.small {
        font-size: 0.8em;
    }
}

.box-link span.num {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-family: "Anton";
    font-weight: 400;
    letter-spacing: 0.1em;
}

.box-link span.time {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02em;
}



/*------------------------------
icon
------------------------------*/
.icon_box {
    display: block;
    width: 100%;
}

.icon {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 320px) {
    .icon {
        width: 23px;
        height: 23px;
    }
}

/*------------------------------
slide
------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins");

html,
body {
    font-family: "Poppins", sans-serif;
}

#com {
    width: 100%;
    margin: 0 auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.page {
    background: #eaf5f7;
    margin: 0 auto;
}

.no-scroll {
    overflow: hidden;
}

.container {
    background: #eaf5f7;
    padding: 2em;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.blend-image,
.card__background img {
    filter: brightness(250%) grayscale(100%);
    mix-blend-mode: screen;
}

.center-image,
.card__background img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slide {
    padding: 2em 0.5em;
}

.card-slider {
    margin: auto;
    width: 100%;
}

.card {
    background: #fff;
    display: flex;
    border: solid thick #43a153;
    padding: 1em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 520px;
    box-shadow: 0 24px 10px -25px rgb(0 0 0 / 25%);
}

.ri_c {
    border: solid thick #03baff !important;
}


.card p {
    font-size: 0.8em !important;
    padding-top: 2%;
    flex-grow: 1;
}

.card > * {
    transition: opacity 350ms;
}

.card--opened > * {
    opacity: 0;
}

.card__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    z-index: -1;
    text-align: left;
}

.card__category {
    color: #44b2e3;
    /*border: 1px solid #44b2e3;*/
    font-size: 0.7em;
    padding: 1.5em 0.5em 0.2em;
    height: 36px;
}

.card__tab {
    font-size: 0.6em;
    position: absolute;
    top: 0em;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card__tab .rikei {
    background: #03baff;
    color: #fff;
    padding: 0.25em 0.5em 0.2em;
    font-size: 1.1em;
    font-weight: 600;
}

.card__tab .all {
    background: #43a153;
    color: #fff;
    padding: 0.25em 0.5em 0.2em;
    font-size: 1.1em;
    font-weight: 600;
}

.card__tab .is {
    background: #ea5473;
    color: #fff;
    padding: 0.25em 0.5em 0.2em;
    font-size: 1.1em;
    font-weight: 700;
}

.card__tab .enok {
    background: #9932cc;
    color: #fff;
    padding: 0.25em 0.5em 0.2em;
    font-size: 1.1em;
    font-weight: 700;
}

.card__title {
    margin: 0.5em 0 0;
    color: #222;
    line-height: 1.2;
    font-size: 1em !important;
    text-align: left;
    height: 70px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.card__duration {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    width: 100%;
}

.card .btn-hp {
    width: 80%;
    padding: 10px 0;
    background: #44b2e3;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 5%;
    font-size: 90%;
}

@media screen and (min-width: 750px) {
    .card .btn-hp {
        width: 60%;
    }
}

.comd {
    background: #fff!important;
    border: 1px solid #222;
    color: #000!important;
   
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}


.slick-prev:before,
.slick-next:before {
    color: #666 !important;
}