@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: 400;
    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 {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    h1 {
        font-size: 2.4rem;
    }
}

@media screen and (min-width : 992px) {
    h1 {
        font-size: 2.8rem;
        line-height: 1.4;
    }
}

h2 {
    font-size: 3rem;
    font-weight: 400;
    padding: 2em 0 0 0;
    margin: 0;
    color: #0099ff;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 750px) {
    h2 {
        font-size: 5rem;
    }
}

h3 {
    display: inline-block;
    position: relative;
    padding: 10px 0 30px 0;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 750px) {
    h3 {
        font-size: 1.6rem;
        padding: 16px 0 30px 0;
    }
}

h3:before {
    content: '';
    position: absolute;
    left: 15.5%;
    top: 4px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 30%;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #000;
    /*下線の色*/
}

.clear {
    clear: both;
}


.clearfix {
    zoom: 1;
}


/* ===============================
utility
=============================== */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.fxs {
    font-size: 0.7em;
    font-weight: 400;
}

.fs {
    font-size: 0.9em;
}

.fm {
    font-size: 0.6em;
}

.fL {
    font-size: 1em;
}

.h1L {
    font-size: 1.4em;
    font-weight: 600;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.8em;
    }

    .fm {
        font-size: 0.7em;
    }

    .fL {
        font-size: 2em;
    }

    .h1L {
        font-size: 1.8em;
    }
}



.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb6 {
    margin-bottom: 6em !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;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* ===============================
button
=============================== */
.btn {
    width: 100%;
    margin: 20% auto 12%;
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.6rem;
}

@media screen and (min-width: 750px) {
    .ls {
        font-size: 1rem;
    }
}

.btn-res {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #339999;
    text-decoration: none;
    padding: 4%;
    position: relative;
}

.btn-res span.restxt {
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    .btn-res span.restxt {
        font-size: 1.4rem;
    }
}

.btn-res span.howtxt {
    font-size: 1rem;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.btn-res::before,
.btn-res::after {
    content: "";
    display: block;
    background-color: #F39800;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.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;
}



/* ===============================
header
=============================== */
header {
    padding: 16px 0;
    position: absolute;
    z-index: 10;
}

@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(255, 255, 255, 0.98);
    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;
        right: 60px;
        font-size: 0.95rem;
    }

    #pc-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 6%;
    }

    #pc-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #333;
        transition-property: all;
        transition: 0.3s linear;
        display: inline-block;
        width: 130px;
        text-align: center;
    }

    #pc-nav li a:hover {
        color: #86B3E0;
    }
}

header nav {
    margin-right: -16px;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    header nav {
        margin-right: -16px;
    }
}

header nav div.menu {
    margin: 10% auto;
    width: 80%;
}

header nav div.menu ul {
    margin: 20% 0 0 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;
}

header nav div.menu ul li a.m-title {
    border: 2px solid #0099ff;
    padding: 4% 20%;
    font-weight: 500;
    color: #0099ff !important;
           display: block;
}

header nav div.menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
    color: #222;
    font-size: 0.9rem;
    text-align: justify;
    padding: 2% 0;
    text-transform: none;
}

header nav div.menu ul ul li a {
    color: #0099ff;
    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: 5px;
}

@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: 25%;
        border-bottom: 0;
    }
    
    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: 10px;
    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(255, 255, 255, 0.8);
}

#nav_toggle div,
.close #nav_toggle {
    position: relative;
}

#nav_toggle span,
.close #nav_toggle span {
    display: block;
    height: 2px;
    background: #000;
    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: #000;
}

.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/main-view.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

/*bg cover*/
/*.hero_bg::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.lead {
    width: 72%;
    padding: 6% 0 28% 0;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    .lead {
        width: 33%;
        padding: 0 0 17% 0;
    }
}

@media screen and (min-width: 750px) {
    .lead {
        max-width: 450px;
        padding: 0 0 24vh 0;
    }
}

.btn-l-box {
    width: 90%;
    position: absolute;
    bottom: 5%;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    .btn-l-box {
        width: 56%;
    }
}

@media screen and (min-width: 750px) {
    .btn-l {
        width: 100%;
    }

    @supports (-ms-ime-align:auto) {
        .btn-l-box {
            width: 100vh;
            height: auto;
        }
    }
}

@media screen and (min-width: 750px) {
    .btn-l {
        padding-bottom: 20px;
    }
}

/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.catch {
    background: #FFFDE5;
    background-image: url(../img/main-bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 5% 0;
    margin-top: 50px;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
    .catch {
        padding: 4% 0;
    }
}

.catch::before {
    content: "";
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.catch-in {
    width: 94%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
}

.section-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.section-in2 {
    width: 100%;
    margin: 0 auto;
}

.leadtxt {
    margin-top: 0!important;
    /*border: 7px solid #8FC31F!important;*/
    border-radius: 0;
    background: #0099FF!important;
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
    padding: 18px 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
    .leadtxt {
    font-size: 1.4em;
}
}

.leadtxt ul {
    flex-wrap: wrap;
    display: flex;
    align-content: space-between;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .leadtxt ul {
        width: 60%;
}
}

.leadtxt ul li {
     position: relative;
     padding-left: 10px;
     margin: auto;
     font-size: 0.8em;
     align-content: space-between;
}
    @media screen and (min-width: 769px) {
    .leadtxt ul li {
        font-size: 1em;
}
}
    @media screen and (min-width: 769px) {
    .leadtxt ul {
        width: 60%;
}
}
 .leadtxt ul li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 13px;
    border-right: 3px solid #ffef00;
    border-bottom: 3px solid #ffef00;
  }

@media screen and (min-width: 769px) {
    .leadtxt ul {
    display: flex;
}
    .catch {
        margin-top: 0px;
    }

    .catch-in {
        max-width: 1200px;
    }

    .section-in {
        width: 75%;
        max-width: 830px;
        margin: 0 auto;
        height: auto;
    }

    .section-in2 {
        width: 90%;
        margin: 0 auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_4 {
    width: 100%;
    display: flex;
    /* display: -ms-flexbox;
    IE10 */
    flex-wrap: wrap;
    margin: 6% auto;
    /*-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.1rem;
    }
}

.col_4 > li > p {
    background: #8FC31F;
    height: 30px;
    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 > p {
    height: 40px;
}
    /*.col_4 > li:nth-child(3) {
        padding-right: 0px;
    }*/
}

span.point {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #222;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.info dt {
  display: inline-block;
  text-decoration: none;
  background: #0099ff;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

@media screen and (min-width: 750px) {
.info dt {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
}


span.num {
    font-size: 2rem;
}

@media screen and (max-width: 320px) {
    span.num {
        font-size: 2rem;
    }
}

@media screen and (min-width: 750px) {
    span.num {
        font-size: 4rem;
    }
}

span.red {
    font-size: 1.5rem;
    color: #cc3333;
}

span.blue {
    font-size: 1.5rem;
    color: #3366cc;
}

span.norm {
    font-size: 1.5rem;
}

span.gray {
    font-size: 1.5rem;
    color: #808080;
    font-weight: 700;
}

@media screen and (min-width: 750px) {

    span.red,
    span.blue {
        font-size: 2.4rem;
    }
}

.info dd.date {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
}

.info dd.time {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 1.8rem;
}

/* 時間2種類の時 */
.info dd.time2 {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 0 0 2% 0;
}

/*時間が2種の時の日付*/
span.num2 {
    display: block;
    font-size: 1rem;
    border-bottom: 1px dashed #ccc;
    padding: 1px 0 0 2px;
    margin: 0;
    vertical-align: middle;
}

@media screen and (min-width: 750px) {
    .info dd.time {
        font-size: 2.4rem;
        line-height: 1;
    }
    .info dd.time2 {
        font-size: 2.2rem;
}
}
@media screen and (max-width: 320px) {
    .info dd.time {
        font-size: 1.8rem;
    }
}

.info dd.detail {
    border-bottom: 1px solid #000;
    margin: 0 0 2% 2%;
    padding: 0;
    width: 80%;
    font-size: 1.rem;
    line-height: 1.6;
    font-weight: 500;
}



/* ===============================
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: #0099ff;
        height: 80%;
        z-index: -999999;
    }
}

.slanting {
    background: url(../img/bg-yl.svg)no-repeat top left;
}

.timetable {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.oped {
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #0099ff;
    background: #fff
}

.oped span {
  display: inline-block;
}

.oped .title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2% 0 0 0;
    font-size: 1.6em;
    font-weight: 500;
    color: #000;
}

.timetable > div.time {
    width: 100%;
    height: auto;
    text-align: center;
    background: #99cc33;
    color: #fff;
    padding: 6px;
    font-size: 1.2em;
    font-weight: 600;
    margin: 16% 0 0 0 ;
    border-radius: 24px;
}
@media screen and (min-width: 750px) {
    .timetable > div.time {
        margin-top: 6%;
        font-size: 1.6em;
}
}

.timetable > div.content {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 0%;
    font-size: 1.2em;
    display: block;
}

.btn-room {
    text-align: center;
     margin: 2% auto 6%;
}
.btn-room a {
    height: 40px;
    padding: 15px 35px;
    background: #2a4198;
    color: #fff;
    border-radius: 6px;
   
}
@media screen and (min-width: 750px) {
    .btn-room a {
    padding: 15px 100px;
}
}

.black {
    border: 1px solid #222!important;
    background: #fff!important;
    color: #222!important;
}
main p {
    line-height: 1.8;
}

main hr {
    margin: 12px 0;
    border-top: 1px solid #dfdfdf;
}
/* tab list */

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: #2a4198;
}

#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,
#panel-4-ctrl:checked ~ #panels #panel-4 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,
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-4{
        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,
    #tabs-list #li-for-panel-4{
        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,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4{
        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,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label{
        background: #f15b85;
        color: white;
    }

    #panels .container {
        width: 100%;
    }

    #panels section header {
        display: block;
    }
}*/


    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        color: #fff;
        background: #f15b85;
    }

    #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,
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label{
        background: #f15b85;
        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: 40%;
        -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: #f15b85;
        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) {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.panel-radios:nth-child(4) {
    top: 30px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    display: block;
}

main p {
    line-height: 1.4;
}

main hr {
    margin: 12px 0;
    border-top: 1px solid #dfdfdf;
}

/*tab end */

/*------------------------------
card list
------------------------------*/
.list {
    display: block;
    padding: 0px;
    margin-top: 3%;
}
@media screen and (min-width: 750px) {
    .list{
        display: flex;
        justify-content: space-between;
        font-size: 110%;
    }
}

.list li {
    width: 100%;
    background: #ddd;
    margin: 6px auto;
    padding: 0px;
    list-style: none;
}
@media screen and (min-width: 750px) {
.list li {
    width: 100%;
    margin: 6px 0;
}
}

.list li.card {
    position: relative;
    background-color: #fefefe;
    color: #000;
    border: 1px solid #222;
    border-top: 6px solid #0099ff;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 750px) {
    .list li.card {
        padding: 10px 70px;
}
}

.list li.card .btn-area {
    width: 100%;
    margin: 0 auto 3%;
    padding:  0 0;
    display: flex;
    justify-content: space-between;
}

.list li.card .btn-area a.btn-room {
    width: 49%;
    /* width: 31%; /*ボタン3つの時*/
    padding: 15px 0;
    background: #0099ff;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
}
@media screen and (min-width: 750px) {
    .list li.card .btn-area a.btn-room {
        padding: 1.8% 0;
        margin: 0;
        display: inline-block;
         border-radius: 6px;
}
}

.list li.card .btn-area a.btn-room:hover {
    opacity: 0.6;
}


.b-blue {
    background: #00286e!important;
}

.list li.card .ttl {
    font-weight: bold;
    font-size: 1.2em;
}


.list li.card .txt {
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 4%;
    line-height: 1.5;
}

.list li.card .type {
    font-size: 1em;
    color: #00286e;
    margin-top: auto;
}

.list li.card .item-con {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 0.8em;
    line-height: 1.6;
    display: flex;
    align-items: baseline;
    background: #fff!important;
    margin-bottom: 2%;
}

.list li.card .item-con .flexitem {
    width: 50%;
}

/*英語対応可icon */
.list li.card .en {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 80%;
    background: #36c;
    color: #fff;
    padding: 5px;
    margin: 0;
}

/*icon2 */
.tag {
    font-weight: 400;
    font-size: 75%;
    background: #fff;
    color: #fa8072;
    border: 1px solid #fa8072;
    padding: 2px;
    margin: 0 1% 3% 0;
    word-wrap: normal;
    word-break: normal;
}

.flag {
    font-weight: 400;
    font-size: 100%;
    background: #fff;
    color: #000;
    border: 1px solid;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}

/*企業ロゴ */
.c-logo {
   display: block;
    text-align: center;
    margin: 5% 0;
}


/* ===============================
section-guest
=============================== */
.glist_box {
    margin: 0;
    padding: 10px 30px;
    background: #f8f8f8;
}
.glist_box p {
    font-size: 1.1em;
    line-height: 1.6;
}

#guestlist h4 {
	background-color: #0099ff;
	color: #fff;
	overflow: hidden;
	padding: 15px 10px 10px;
	position: relative;
    text-align: center;
    font-size: 1.4em;
    margin: 0;
}



.list-l {
    margin: 5% 0;
    line-height: 200%;
    
}

@media screen and (min-width: 750px) {
    .list-l {
        font-size: 1.4rem;
    }
}

.guest-img {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .guest-img {
        width: 60%;
    }

    .guest-img::before {
        content: '';
        position: absolute;
        right: -67%;
        width: 90%;
        top: 34%;
        background-color: #ffff00;
        height: 80%;
        z-index: -999999;
    }
}

.slanting {
    background: url(../img/bg-yl.svg)no-repeat top left;
}



/* ===============================
section-gift
=============================== */
.gift {
    display: block;
}

.giftAB {
    width: 100%;
    margin-bottom: 8%;
    text-align: center;
}

.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: 80%;
    }

    .ig > p {
        width: 772px;
        margin: 0 auto 3%;
        text-align: left;
    }
}



/* ===============================
Section-Appli
=============================== */
.slanting2 {
    background: url(../img/bg-yr.svg)no-repeat top left;
}

.app-box {
    width: 100%;
    border: 1px solid #000;
    margin-top: 6%;
}

@media screen and (min-width: 992px) {
    .app-box {
        width: 90%;
        margin: 5% auto;
    }
}

.app-box .title {
    color: #fff;
    background: #000;
    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: 1rem;
    text-align: left;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul > li.text {}
}


.app-box-in > ul.sphone {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul.sphone {
        width: 33%;
        float: right;
        margin: 0;
        padding: 0;
    }
}


.app-box-in > ul.sphone li {
    text-align: center;
}

.app-box-in > ul.btn_area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 5% auto;
}

@media screen and (min-width: 768px) {
    .app-box-in > ul.btn_area {
    width: 400px;
}
}

.app-box-in > ul.btn_area li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .app-box-in > ul.btn_area li {
        padding: 0;
        width: 200px;
    }
}

.app-box-in > ul.btn_how {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

/*@media screen and (min-width: 992px) {
    .app-box-in > ul.btn_how {
        width: 80%;
        padding: 0;
        margin: 0;
        float: left;
    }
}*/

.app-box-in > ul > li {
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 992px) {}

.caution {
    width: 100%;
    margin: 0 auto;
}


/* ===============================
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;
}

.copy {
    font-size: 0.8em;
    text-align: center;
    background: #ddd;
    padding: 1% 0;
    width: 100%;
}

.copy li {
    display: inline-block;
    padding: 1%;
}

/* ===============================
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;
}

/* btn*/
.border {
    margin-top: 5%!important;
    border: 3px solid #0099ff!important;
    border-radius: 0;
    background: #fff!important;
    font-size: 1.2em;
    font-weight: 500;
    padding: 6px 0;
}
.border a {
    color: #0099ff;
    display: block;
    text-align: center;
}

/*LINK btn*/
*, *:before, *:after {
    box-sizing: border-box;
}

/*------------------------------
icon
------------------------------*/
ul.list a.icon_box{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
    ul.list a.icon_box{
        right: 60px;
}
}

.icon {
    width: 26px;
    height: 26px;
}
@media screen and (max-width: 320px) {
    .icon {
        width: 23px;
    height: 23px;
    }
}