@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: 75%;
    font-weight: 500;
    line-height: 1.6;
    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;
}

h2 {
    font-size: 1.6em;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.03em;
}

h2:first-letter {
    font-size: 150%;
    color: #f39500;
}

@media screen and (min-width: 750px) {
    h2 {
        font-weight: 800;
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.03em;
        font-size: 2.5rem;
        padding: 1em 0;
    }
}

.h2-sub {
    color: #000;
    font-size: 1.3em;
    padding: 1em 0;
}

@media screen and (min-width: 750px) {
    .h2-sub {
        font-size: 1.6em;
    }
}

.h2-sub:first-letter {
    font-size: inherit;
    color: inherit;
}

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.6em;
    padding: 0 3px;
    display: inline-block;
}


.small2{
    font-size: 0.4em;
    font-weight: 500;
    padding: 0 2px;
    display: inline-block;
}

.small3 {
    font-size: 0.8em;
    padding: 0 3px;
    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;
    }
}

.fms {
    font-size: 0.5em;
     margin: 0 8px 0;
}

@media screen and (min-width: 750px) {
    .fms {
        font-size: 0.6em;
    }
}

.fL {
    font-size: 1.2em;
}

@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;
}

.aqua {
    background-color: #00a0e9 !important;
}

.black {
    color: #222 !important;
}

.pink {
    color: #ea5473;
}

.oran {
    color: #f15a24;
}

.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
=============================== */
/* グレーアウト用（再生ボタンのグレーは別途あり） */
.btn-gray {
    background: #ddd !important;
    color: #696969 !important;
}

/*交流会*/

.btn-egreen {
    background: #019e97 !important;
    color: #fff !important;
}
.btn-blue {
    background: #f39500 !important;
    color: #fff !important;
}


/*企業紹介*/
.btn-orange {
    background: #ec6c00 !important;
    color: #fff !important;
}

/*企業紹介*/
.btn-aqua {
    background: #30b79f !important;
    color: #fff !important;
}

/*令和４*/
.btn-col1 {
    background: #ddd !important;
    color: #000 !important;
    font-size: 1.1em!important;
}

/*予約ボタン*/
.button01 a {
    display: block;
    background: #46b1b7;;
    margin: 3% auto 0;
    color: #fff;
    font-size: 1.3em;
    padding: 1.3em 0;
    transition: 800ms ease all;
    text-align: center;
    border-radius: 10px;
}

@media screen and (min-width: 750px) {
    .button01 a {
        font-size: 1.3em;
        padding: 1.6em 0;
        border-radius: 20px;
    }
}

.button01 a:hover {
    opacity: 0.6;
}

/*動画ボタン*/
.button03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto 0;
    font-size: 1em;
    padding: 1.2em 0;
    color: #fff;
    background: #00a0e9;
    transition: 800ms ease all;
}

@media screen and (min-width: 750px) {
    .button03 a {
        padding: 1.5em 0;
        font-size: 1.3em;
    }
}

.button03 a::before {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 0.7em;
}
@media screen and (min-width: 750px) {
    .button03 a::before {
        width: 14px;
    height: 14px;
        border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    }
}

.button03 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a0c4d3;
}


.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: #3B2280;
    box-shadow: 0 5px 0 #302452;
    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;
}

.bg-royalblue {
    background-color: #4169e1 !important;
    color: #fff !important;
}


.bg-mediumseagreen {
    background-color: #3cb371 !important;
    color: #fff !important;
}

.bg-orange {
    background-color: #ffa500 !important;
    color: #fff !important;
}

.bg-darkmagenta {
    background-color: #8b008b !important;
    color: #fff !important;
}

.bg-gray {
    background-color: #edf1f2 !important;
}

.bg-white {
    background-color: #fff !important;
    border-radius: 8px;
    text-align: center;
    padding: 0 6%;
}

.bg-white p {
    padding: 10px;
}

.bg-gray:hover {
    filter: none;
    opacity: inherit;
}

.bg-yellow {
    background-color: #fff9a2 !important;
}

.bg-yellow2 {
    background-color: #fccf00 !important;
}

.bg-pink {
    background-color: #EC6C00 !important;
    color: #fff !important;
}

.btn {
    width: 100%;
}

.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: #e4004f;
    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;
}

/* ===============================
header
=============================== */
header {
    width: 100%;
    height: 60px;
    /*padding: 16px 0;*/
    position: absolute;
    z-index: 10;
    background: #fff;
}

@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%;
        background: #fff;
    }

    .is-animation {
        height: 60px;
        background-color: rgba(255, 255, 255);
        border-bottom: 1px solid #f9f9f9;
    }

}

.logo {
    width: 115px;
    left: 15px;
    top: 7px;
    margin-right: auto;
    position: absolute;
}

.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: 9px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        right: 10px;
        width: 130px;
    }
}

.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
-----------------------------------------*/
.Nav {
    border-top: solid 1px #F5F4F0;
    border-bottom: solid 1px #F5F4F0;
}

@media screen and (max-width: 1000px) {
    .Nav {
        position: relative;
        border-top: none;
    }
}

.Nav .navbtn {
    display: none;
}

@media screen and (max-width: 1000px) {
    .Nav .navbtn {
        display: block;
        position: fixed;
        top: 0px;
        right: 10px;
    }
}

@media screen and (max-width: 1000px) {

    .Nav .navbtn a,
    .Nav .navbtn a.close {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 3px;
    }

    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
        position: absolute;
        top: 10px;
        left: 10px;
        content: "";
        width: 20px;
        height: 3px;
        background-color: #555;
        transition: .2s;
    }

    .Nav .navbtn a.open::before {
        top: 19px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
        position: absolute;
        bottom: 10px;
        left: 10px;
        content: "";
        width: 20px;
        height: 3px;
        background-color: #555;
        transition: .2s;
    }

    .Nav .navbtn a.open::after {
        bottom: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 1000px) {
    .Nav .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }

    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
        position: absolute;
        top: 18px;
        left: 10px;
        content: "";
        width: 20px;
        height: 3px;
        background-color: #555;
    }

    .Nav .navbtn a.open span::after {
        display: none;
    }
}

.Nav ul.close {
    display: none;
    border-top: solid 1px #F5F4F0;
}

.Nav>ul {
    margin: 0 auto;
    left: 150px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .Nav>ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: -9;
        background-color: #FFF;
        padding: 60px 0 0 0;
    }
}

.Nav>ul>li {
    position: relative;
    font-size: 15px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li {
        display: block;
        border-bottom: solid 1px #dddddd;
    }
}

.Nav>ul>li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 16px 15px;
    font-size: 15px;
    color: #555;
    /*background-color: #fff;*/
    z-index: 2;
}

.Nav>ul>li.parent>a {
    padding-right: 25px;
}

.Nav>ul>li.parent>a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li.parent.open>a::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.Nav>ul>li.parent.open {
    border-bottom: 1px solid #dcdddd;
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li.parent.open {
        border-bottom: none;
    }
}

.Nav>ul>li.parent.open>a {
    color: #FFF;
}

.Nav>ul>li.parent.open>a::after {
    background: #555;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li.parent.open>a {
        color: #FFF;
    }
}

.Nav>ul>li a:hover {
    color: #fff;
}

.Nav>ul>li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.Nav>ul>li a,
.Nav>ul>li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.Nav>ul>li a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.Nav>ul>li a:hover::after {
    background: #00a0e9;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 2階層 */
.Nav>ul>li>ul {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: auto;
    background-color: rgba(244, 244, 244);
    z-index: 9;
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li>ul {
        background-color: #fbfbfb;
        position: static;
    }
}

.Nav>ul>li>ul li {
    white-space: nowrap;
}

.Nav>ul>li>ul li a {
    position: relative;
    padding: 12px 66px;
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li>ul li a {
        border-bottom: solid 1px #dddddd;
        background-color: #EEE;
    }
}

.Nav>ul>li>ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Nav>ul>li>ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .Nav>ul>li>ul li a:hover {
        background-color: #FFF;
    }
}

.Nav>ul>li>ul li ul li a {
    padding-left: 42px;
}

.Nav>ul>li>ul li ul li a::before {
    left: 20px;
}




/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.bg-yor {
    background-color: #fccf00;
}

/* ------------------------------
main-view
------------------------------*/

h1 {
    margin: 0 auto;
    text-align: center;
}

h1 img {
    max-height: 700px !important;
    vertical-align: bottom;
}

h1.sub img {
    max-height: 300px !important;
    vertical-align: bottom;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    h1 {
        font-size: 2.4rem;
        padding: 0;
    }
}

@media screen and (min-width : 992px) {
    h1 {
        padding: 60px 0 0;
    }
}

@media screen and (min-width : 992px) {
    h1.sub {
        padding: 0;
    }
}

.main,
.main-sub {
    background-color: #fff4b3;
    padding: 60px 0 0 0;
}

@media screen and (min-width: 769px) {
    .main {
        padding: 0;
    }
}

.main-sub {
    padding: 60px 0 0 0;
}

.bg-w {
    background-color: #fff !important;
    text-align: center;
}
.pt60 {
    padding-top: 60px!important;

}
.line {
    background: #f39500;
    padding: 20px 0;
}

.main-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

@media screen and (min-width: 930px) {

    .main-in {
        max-width: 930px;
    }
}

.section-in {
    width: 92%;
    margin: 0 auto;
    height: auto;
    font-size: 110%;
    padding: 2em 0;
}

@media screen and (min-width: 930px) {
    .section-in {
        width: 100%;
        text-align: justify;
        max-width: 830px;
        margin: 0 auto;
        height: auto;
    }
}

.section-in p {
    padding: 0 10px;
}

.section-in2 {
    width: 96%;
    margin: 0 auto;
    padding: 2em 0;
}

*,
*: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%);
}

/* whats new */
ul.box {
    width: 100%;
    display: block;
    border: 3px solid #0c3388;
    background-color: #fff;
    border-radius: 8px;
    margin: 5% 0;
}


li.title {
    width: 100%;
    padding: 10px 0 0px 11px;
    font-size: 1em;
    color: #0c3388;
}

li.title::before {
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}

ul.mediabox {
    font-size: 0.7em;
    padding: 8px;
    overflow: auto;
    height: 100px;
}
@media screen and (min-width: 890px) {
    ul.mediabox {
        font-size: 0.9em;
        padding: 8px 12px;
        height: 130px;
    }
}

ul.mediabox li {
    border-bottom: 1px dotted #dcdddd;
    padding: 6px 0;
}

/* info */
.y-box {
    font-size: 0.8em;
    line-height: 1.6;
    text-align: justify;
}

@media screen and (min-width: 890px) {
    .y-box {
        font-size: 100%;
    }
}

h3.h3-ybg {
    padding: 10px 10px 7px 10px;
    background: #ffe100;
    width: 100%;
    font-size: 1.1em;
    letter-spacing: -0.1px;
    text-align: left;
}

@media screen and (min-width: 890px) {
    h3.h3-ybg {
        font-size: 1.2em;
    }
}

.catch {
    padding: 5%;
    text-align: center;
   background: #46b1b7;;
    border-radius: 14px;
    margin: 10% auto 5%;
}
.catch h3 {
    color: #fff100;
    font-size: 1.4em;
    font-weight: 800;
    padding: 0;
}
@media screen and (min-width: 750px) {
.catch h3 {
    font-size: 2.0em;
}
}
.catch p {
    font-size: 1.0em;
    color: #fff;
    line-height: 1.6;
    text-align: justify;
    margin: 2% 0 0 0;
}
@media screen and (min-width: 750px) {
.catch p {
    font-size: 1.2em;
}
}
.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;
}
}

.stripe-marker {
    background-image: repeating-linear-gradient(-45deg,
            #fcf69f 0, #fcf69f 2px,
            transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.5em;
}

.normal-marker{
    background:#d7f2ff
}

.marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

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%;
}

.col_2 {
    display: flex;
    padding: 0;
    margin: 3% auto 0;
    flex-flow: row wrap;
    justify-content: space-between;
}

.col_2 li {
    flex-basis: 49%;
    background: #ddd;
    padding: 0px;
    list-style: none;
}

a.col2-btn {
    display: block;
    width: 48%;
    margin: 0px auto;
    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: 900px) {
    .col_2 li.colbox {
        width: 400px;
        padding: 10px 30px;
    }
}

@media screen and (min-width: 900px) {
    .spc {
        width: 800px !important;
    }
}

.col_2 li.colbox .btn-room {
    width: 100%;
    padding: 10px 0;
    line-height: 1.2;
    background: #3B2280;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    border-radius: 8px;
    font-size: 70%;
}

@media screen and (min-width: 900px) {
    .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: 900px) {
    .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: 900px) {
    .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: 900px) {
    .col_2 li.colbox .txt {
        font-size: 80%;
        line-height: 1.6;
    }
}

.red {
    color: red !important;
    font-size: 70%;
    line-height: 1.4;
    margin: 1% 0;
}

.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: 75%;
}

@media screen and (max-width: 320px) {
    .info {
        font-size: 58%;
    }
}

@media screen and (min-width: 890px) {
    .info {
        width: 90%;
        font-size: 110%;
    }
}

.info>dt.date1 {
    width: 100%;
    height: auto;
    text-align: center;
    color: #f39500;
    border: 3px solid #f39500;
    padding: 4px 0;
    font-weight: 600;
    margin-bottom: 0%;
}

@media screen and (min-width: 890px) {
    .info>dt.date1 {
        width: 15%;
        background: #fff;
        padding: 22px 0;
        margin-bottom: 2%;
        align-self: normal;
        display: inline-grid;
        align-items: center;
    }
}

.info dd.date2 {
    background: #fff;
    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;
    border-bottom: 0;
}

@media screen and (min-width: 890px) {
    .info dd.date2 {
        width: 83%;
        font-size: 200%;
        margin: 0 0 2% 2%;
        padding: 22px 0 22px 10px;
        line-height: 1.4;
        text-align: left;
        border-bottom: 1px dotted #f39500;
    }
}

.info>dt.time1 {
    width: 100%;
    height: auto;
    font-weight: 800;
    text-align: center;
    color: #f39500;
    border: 3px solid #f39500;
    padding: 4px 0;
}

@media screen and (min-width: 890px) {
    .info>dt.time1 {
        width: 15%;
        padding: 20px 0;
        align-self: normal;
        display: inline-grid;
        align-items: center;
        margin-bottom: 2%;
    }
}

.info dd.time2 {
    background: #fff;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
    border-bottom: 0;
}

@media screen and (min-width: 890px) {
    .info dd.time2 {
        width: 83%;
        margin: 0 0 2% 2%;
        padding: 0px 0 22px 10px;
        line-height: 1.3;
        text-align: left;
        border-bottom: 1px dotted #f39500;
    }
}

.time2 p {
    margin: 0;
}

@media screen and (min-width: 890px) {
    .time2 p {
        margin-top: 20px;
    }
}

.info>dt.detail1 {
    width: 100%;
    height: auto;
    font-weight: 800;
    text-align: center;
    color: #f39500;
    margin-bottom: 2%;
    border: 3px solid #f39500;
    padding: 4px 0;
}

@media screen and (min-width: 890px) {
    .info>dt.detail1 {
        width: 15%;
        padding: 20px 0;
        align-self: normal;
        display: inline-grid;
        align-items: center;
    }
}

.info dd.detail2 {
    background: #fff;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    border-bottom: 0;
}

@media screen and (min-width: 890px) {
    .info dd.detail2 {
        width: 83%;
        margin: 0 0 0 2%;
        padding: 20px 20px 20px 20px;
        line-height: 1.3;
        text-align: left;
        border-bottom: 1px dotted #f39500;
    }
}

.info dd.detail p,
.info dd.access p {
    font-size: 0.9rem;
}

.map {
    width: 100%;
    margin: 0;
}

main p {
    line-height: 1.8;
}

hr {
    margin: 4% 0;
    border: 2px solid #ffe100;
}


/* ===============================
    company area
=============================== */

.com-box {
    border: 1px solid #000;
    border-left: 6px solid #f39500;
    margin: 20px 0;
    padding: 10px;
    line-height: 3.0;
}

.com-box a {
    padding: 0;
    margin: 0;
    max-width: 86%;
    font-size: 1.1em;
}
@media screen and (min-width: 992px) {
    .com-box a {
        font-size: 1.4em;
        max-width: 100%;
    }
}

.com-box-in {
     display: flex;
     align-items: center;
}

/* icon box */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #46b1b7;;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.2em;
    background: #FFF;
    color: #46b1b7;;
    font-weight: 600;
}

.box26 p {
    margin: 0;
    padding: 0;
}

/* icon */
.ico_cir {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(246, 124, 72);
    text-align: center;
    line-height: 22px;
    margin: 5px 3px 5px 0px;
    color: #fff;
    font-size: 0.7em!important;
}
@media screen and (min-width: 992px) {
    .ico_cir {
       width: 30px;
       height: 30px;
       line-height: 32px;
       font-size: 0.8em !important;
    }
}

.is {
    background: rgb(246, 124, 72);
}

.op {
    background: rgb(72, 186, 218);

}

/* ===============================
features
=============================== */
.app-box {
    width: 100%;
    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: #f39500;
    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 {
        font-size: 1.1rem;
        vertical-align: top;
        padding: 0;
        margin: 3% 0 0 0;
    }
}

.app-box-in > ul > li.textmain {
    font-weight: 400;
    font-size: 80%;
    text-align: left;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
}


.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;
}

.app-box-in>ul>li {
    width: 100%;
    text-align: left;
}

/* ===============================
page-result
=============================== */
.year {
    padding: 10px !important;
    text-align: center;
    display: block;
}
@media screen and (min-width: 992px) {
    .year {
        padding: 20px !important;
    }
}

a.year:hover {
    background: #eee;
}

.tab2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    background-color: #fff !important;
    margin: 0 !important;
    flex-wrap: wrap;
    font-size: 0.7em;
}

@media screen and (min-width: 992px) {
    .tab2 {
        font-size: 1em;
    }
}

.tab2-body p {
    padding: 10px;
    text-align: justify;
    font-weight: 400;
    font-size: 0.9em;
}

@media screen and (min-width: 992px) {
    .tab2-body p {
        font-size: 0.9em;
    }
}

.tab2__item {
    flex: 1;
    flex-basis: 20%;
    margin-bottom: 6px;
}

.tab2__link {
    display: block;
    width: 96%;
    text-decoration: none;
    color: #000;
    padding: 8px;
    background-color: #dcdddd;
    cursor: pointer;
}

.tab2__link.on {
    background-color: #fccf00 !important;
}

.tab2-body__item {
    margin: 30px 0;
    display: none;
}

.tab2-body__item.on {
    display: block;
}

dl.tablist {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 96%;
    font-size: 0.7em;
    font-weight: 400;
    border-bottom: none;
    margin: 2% auto;
}

@media screen and (min-width: 992px) {
    dl.tablist {
        font-size: 0.8em;
    }
}

dl.tablist dt {
    padding: 5px 0 5px;
    width: 20%;
    border-bottom: 1px dotted #dcdddd;
}

dl.tablist dd {
    background: #fff;
    padding: 5px 0 5px;
    width: 80%;
    text-align: justify;
    margin-left: 3px;
    border-bottom: 1px dotted #dcdddd;
}

dl.tablist text {
    background: #fff;
    width: 100%;
    
    
    border-bottom: 1px dotted #dcdddd;
}

/* ===============================
footer
=============================== */
.mt0 {
    margin-top: 0 !important;
}

#footer {
    position: relative;
    bottom: 0;
    margin-top: 8%;
    padding: 0;
    background-color: #f2f2f2;
}

@media screen and (min-width: 992px) {
    #footer {
        margin-top: 8%;
    }
}

.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 #dcdddd;
    padding: 5% 10px;
}

@media screen and (min-width: 992px) {
    .f-nav li {
        border-bottom: 0;
        border-right: 1px solid #dcdddd;
        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 #dcdddd;
}

@media screen and (min-width: 992px) {
    .f-nav li:last-child {
        border-bottom: 0;
    }
}

.measures {
    font-size: 0.8rem;
    color: #222;
    line-height: 1.6;
    padding: 4%;
    max-width: 800px;
    width: 80%;
    text-align: left;
    margin: 5% auto;
    background: #e6e6e6;
    text-align: center;
}

.measures h4 {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0;
}

.measures ul {
    margin: 0 auto;
    text-align: left;
}

.measures li {
    font-weight: 400;
    font-size: 0.8em;
}

@media screen and (min-width: 992px) {
    .measures li {
        font-size: 1.2em;
    }
}

.mail-box {
    border: 3px solid #f39500;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin: 5% auto 20%;
    font-size: 0.8em;
}

.mail-box h4 {
    color: #f39500;
    font-weight: 800;
    font-size: 110%;
}

@media screen and (min-width: 992px) {
    .mail-box h4 {
        font-size: 1.8em;
        margin-bottom: 10px;
    }
}

hr.dot-line {
    border: 2px dashed #f39500;
    margin: 2% auto 3%;
    width: 80%;
}

.mail-box img {
    max-width: 30px !important;
}

/* ===============================
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: rgb(70 177 183);
        color: #fff;
        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;
    }
}



/*------------------------------
icon
------------------------------*/
.icon_box {
    display: block;
    width: 100%;
}

.icon {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 320px) {
    .icon {
        width: 23px;
        height: 23px;
    }
}

/* ===============================
guide list
===============================*/

ul.cp_list {
    position: relative;
    padding: 0 0.5em;
    margin-bottom: 3em;
    list-style-type: none;
    border: solid 2px #29B6F6;
    }
   
    ul.cp_list li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: 1px dashed #81D4FA;
    }
    ul.cp_list li::before {
    position: absolute;
    content: "\002713";
    color: #FF5722;
    font-weight: bold;
    left : 0.5em;
    }
    ul.cp_list li:last-of-type {
    border-bottom: none;
    }
