@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 {
    width: 175px;
    margin-right: 10px;
    padding: 24px;
}

h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.03em;
}
h2:first-letter {
  font-size: 150%;
  color: #e70012;
}

@media screen and (min-width: 750px) {
    h2 {
        font-size: 2.5rem;
        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.6em;
    padding: 0 2px;
    display: inline-block;
    line-height: 17px;
}

.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; 
}

.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: #ccc!important;
  }
  /*企業紹介*/
  .btn-orange {
    background: #ec6c00!important;
    color: #fff!important;
  }

 /*オープニング*/
.btn-open {
    background: #00a785!important;
    color: #fff!important;
  }
  
  /*予約ボタン*/
  .button01 a {
    display: block;
    background: #00b9ff;
    border: 3px solid #001622;
    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: 1.3em;
    padding: 1.2em 0;
    color: #fff;
    background: #00a0e9;
    transition: 800ms ease all;
  }
  @media screen and (min-width: 750px) {
    .button03 a {
      padding: 1.8em 0;
    }
    }
  
  .button03 a::after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .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-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;
}
/*
.btn-res {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f15a24;
    text-decoration: none;
    padding: 5% 0;
    position: relative;
    border-radius:8px;
}

.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::before,
.btn-res::after {
    content: "";
    display: block;
    background-color: #00a0e9;
    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;
        padding: 26px 0;
        width: 100%;
        height: 80px;
    }

    .is-animation {
        height: 80px;
        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) {
    #pc-nav {
        display: block;
        position: fixed;
        left: 4%;
        font-size: 0.8rem;
        font-weight: 600;
    }

    #pc-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }

    #pc-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #e70012;
        transition-property: all;
        transition: 0.3s linear;
        display: inline-block;
        width: 145px;
        font-weight: 500;
        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 {
    top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;}

header nav div.menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
flex-direction: column;}

header nav div.menu ul li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    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 {
    color: #fccf00!important;
    display: block;
    font-weight: 600;
}

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: 20px;
    }

    header nav div.menu ul li {
        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;
}

#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: #e70012;
}

#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);
}



/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}
.bg-yor {
    background-color: #fccf00;
}
.main {
   
    background-color: #fff;
    margin-top: 0px;
    text-align: center;
    border-bottom: 12px solid #e70012;
}
@media screen and (min-width: 769px) {
    .main {
        margin-top: 80px;
        height: 880px;
        text-align: center;
    }
}

.line {
    background: #e70012;
    padding: 20px 0;
}

.main-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
@media screen and (min-width: 769px) {

    .main-in {
        max-width: 930px;
    }
}

.section-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
    font-size: 110%;
    padding: 2em 0;
}
@media screen and (min-width: 769px) {
    .section-in {
        width: 100%;
        text-align: justify;
        max-width: 830px;
        margin: 0 auto;
        height: auto;
    }
}

.section-in2 {
    width: 100%;
    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%);
}


.catch {
    padding: 5%;
    text-align: center;
   background: #eef8ff;
    border-radius: 14px;
    margin: 10% 0 5%;
}
.catch h3 {
    color: #e70012;
    font-size: 0.9em;
    font-weight: 800;
    padding: 5px;
}
@media screen and (min-width: 750px) {
.catch h3 {
    font-size: 2.2em;
}
}
.catch p {
    font-size: 0.7em;
    line-height: 1.7;
    text-align: justify;
    text-align: left;
    display: inline-block;
    margin: 2% 0 0 0;
}
@media screen and (min-width: 750px) {
.catch p {
    font-size: 1.1em;
}
}
.catch span {
    display: inline-block;
}

.catch-1 {
    padding: 5%;
    text-align: center;
   background: #e70012;
    border-radius: 14px;
    margin: 2% 0 5%;
}
.catch-1 h3 {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0;
}
@media screen and (min-width: 750px) {
.catch-1 h3 {
    font-size: 1.5em;
}
}
.catch-1 p {
    font-size: 0.7em;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    margin: 1% 0 0 0;
    display: inline-block;
}
@media screen and (min-width: 750px) {
.catch-1 p {
    font-size: 1.1em;
}
}
.catch-1 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;
  }
ul.btn-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 3%;
}

ul.btn-col2 li {
    width: 100%;
}
@media screen and (min-width: 890px) {
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: 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: 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: 80%;
}
@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: #e70012;
    border: 3px solid #e70012;
    padding: 4px 0;
    font-weight: 500;
    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: 500;
      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 #e70012;
    }
}

.info > dt.time1 {
    width: 100%;
    height: auto;
    font-weight: 500;
    text-align: center;
    color: #e70012;
    border: 3px solid #e70012;
    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: 500;
    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 #e70012;
    }
}

.time2 p {
    margin: 0;
}
@media screen and (min-width: 890px) {
    .time2 p {
        margin-top: 20px;
    }
}
.info > dt.detail1 {
    width: 100%;
    height: auto;
    font-weight: 500;
    text-align: center;
    color: #e70012;
    margin-bottom: 2%;
    border: 3px solid #e70012;
    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: 500;
    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.6;
        text-align: left;
        border-bottom: 1px dotted #e70012;
    }
}

.info dd.detail p,
.info dd.access p {
    font-size: 0.9rem;
}

.map {
    width: 100%;
    margin: 0;
}

main p {
    line-height: 1.8;
}

main hr {
    margin: 12px 0;
    border-top: 1px solid #dfdfdf;
}


/* ===============================
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: #e70012;
    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: 500;
        font-size: 1.6em;
        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-size: 80%;
    line-height: 1.6;
    text-align: justify;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .app-box-in > ul > li.textmain {
        font-size: 100%;
    }
}

.app-box-in > ul > li.textM {
    font-size: 105%;
    line-height: 1.6;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .app-box-in > ul > li.textM {
        font-size: 170%;
    }
}

.more {
font-size: 0.7em;
}

.app-box-in > ul > li.textL {
    font-size: 125%;
    text-align: left;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .app-box-in > ul > li.textL {
        font-size: 150%;
    }
}

.app-box-in > ul > li {
    width: 100%;
    text-align: left;
}

.line-b {
    border: 2px solid #e70012;
    background: #fff;
    margin: 20px 0;
}

.com-box {
    font-size: 1em;
    border: 1px solid #000;
    border-left: 6px solid #e70012;
    padding: 10px;
    margin: 10px 0;
}
@media screen and (min-width: 992px) {
    .com-box {
        font-size: 1.4em;
        padding: 12px;
    }
}

/* ===============================
howto
=============================== */
.app-box-ht {
    width: 100%;
    border: 1px solid #e70012;
    margin-top: 6%;
    font-family: "Noto Sans JP", sans-serif !important;
}

@media screen and (min-width: 992px) {
    .app-box-ht {
        margin: 5% auto;
    }
}

.app-box-ht .title {
    color: #fff;
    background: #e70012;
    padding: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .app-box-ht .title {
        padding: 20px;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

.app-box-ht-in {
    padding: 10px;
}

@media screen and (min-width: 992px) {
    .app-box-ht-in {
        padding: 20px;
    }
}

.app-box-ht-in ul {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 0.8em;
}

.app-box-ht-in ul.topic {
    width: 90%;
    margin: 30px auto;
    font-weight: 600;
}

.numb {
    position: relative;
    font-size: 1.4em;
    display: grid;
    padding-left: 50px;
    align-items: center;
    margin-bottom: 20px;
}

.numb::before {
    content: attr(data-number);
    display: inline-block;
    margin-right: 20px;
    color: #e70012;
    font-size: 30px;
    position: absolute;
    border-bottom: 1px solid #e70012;
}

.app-box-ht-in ul.topic li {
    text-align: left;
}

.app-box-ht-in ul li.text {
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
    padding-left: 3.1em;
    margin-bottom: 50px;
}

.app-box-ht-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-ht-in ul.btn_area {
      width: 400px;
    }
  }
  
  .app-box-ht-in > ul.btn_area li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  @media screen and (min-width: 768px) {
    .app-box-ht-in ul.btn_area li {
      padding: 0;
      width: 200px;
    }
  }
  
  .app-box-ht-in .btn_how {
    margin: 0 auto;
    font-size: 0.9em;
  }

@media screen and (min-width: 992px) {
    .caution {
        width: 100%;
        margin: 0 auto;
    }

    .cau {
        text-align: center;
        font-size: 16px;
        margin: 0 !important;
    }
}

.s-img {
    width: 50%!important;
}


/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 30%;
    padding: 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;
    }
}

.measures {
    font-size: 0.8rem;
    color: #222;
    line-height: 1.6;
    padding: 4%;
    max-width: 800px;
    width: 90%;
    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;
    }
}

/* ===============================
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;
    }
}



/*------------------------------
icon
------------------------------*/
.icon_box{
    display: block;
    width: 100%;
}

.icon {
    width: 26px;
    height: 26px;
}
@media screen and (max-width: 320px) {
    .icon {
        width: 23px;
    height: 23px;
    }
}
