@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: #000;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.wf-nsjp {
    font-family: "Noto Sans JP, sans-serif";
}

.wf-os {
    font-family: 'Oswald', sans-serif !important;
}

@media screen and (min-width : 750px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.entry-content a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-size: 0.9em;
    margin: 0 1%;
    font-weight: 600;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

h1 {
    text-align: center;
    padding: 0 0 2% 0;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 700;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    h1 {
        font-size: 2.4rem;
    }
}

@media screen and (min-width : 992px) {
    h1 {
        font-size: 3.2rem;
    }
}

h2 {
    font-size: 3rem;
    font-weight: 400;
    padding: 2em 0 0 0;
    margin: 0;
    line-height: 1;
    font-family: "Anton";
    letter-spacing: 0.03em;
}

@media screen and (min-width: 750px) {
    h2 {
        font-size: 6rem;
    }
}

h3 {
    display: inline-block;
    position: relative;
    padding: 10px 0 30px 0;
    margin: 0;
    font-weight: 700;
    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;
    /*下線の色*/
}

h4 {
    font-size: 1.2rem;
}
@media screen and (min-width: 750px) {
    h4 {
    font-size: 1.5rem;
}
}

h4.ih4{
  position: relative;
  padding: 1.3rem 0.5rem;
}

h4.ih4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ===============================
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;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.6em;
    }
    .fm {
    font-size: 0.7em;
}
    .fL {
    font-size: 2em;
    }
}


.mt1 {
    margin-top: 1em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}
.mb3 {
    margin-bottom: 3em!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;
    }
}

.pen {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

.bgpen {
  box-decoration-break: clone;	
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .3em;
  line-height: 2.5;
  background-color: #ffff00;
}

/* ===============================
button
=============================== */
.btn {
    width: 100%;
    margin: 10% auto 12%;
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
}

@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.4em;
    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: #000;
    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;
}

/* ===============================
svg logo
=============================== */
.st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 16;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#mask {
    position: relative;
    top: 10px;
    width: 100%;
}

@media screen and (min-width: 750px) {
    #mask {
        top: 4vh;
    }
    
    @supports (-ms-ime-align:auto) {
        #mask {
            position: relative;
            width: 570px;
            height: 396px;
            margin-bottom: 3vh;
        }
    }
}

.oyDicOse_0 {
    stroke-dasharray: 316 318;
    stroke-dashoffset: 317;
    animation: oyDicOse_draw 218ms linear 0ms forwards;
}

.oyDicOse_1 {
    stroke-dasharray: 222 224;
    stroke-dashoffset: 223;
    animation: oyDicOse_draw 153ms linear 218ms forwards;
}

.oyDicOse_2 {
    stroke-dasharray: 21 23;
    stroke-dashoffset: 22;
    animation: oyDicOse_draw 15ms linear 372ms forwards;
}

.oyDicOse_3 {
    stroke-dasharray: 297 299;
    stroke-dashoffset: 298;
    animation: oyDicOse_draw 205ms linear 387ms forwards;
}

.oyDicOse_4 {
    stroke-dasharray: 293 295;
    stroke-dashoffset: 294;
    animation: oyDicOse_draw 202ms linear 593ms forwards;
}

.oyDicOse_5 {
    stroke-dasharray: 446 448;
    stroke-dashoffset: 447;
    animation: oyDicOse_draw 308ms linear 796ms forwards;
}

.oyDicOse_6 {
    stroke-dasharray: 715 717;
    stroke-dashoffset: 716;
    animation: oyDicOse_draw 493ms linear 1104ms forwards;
}

.oyDicOse_7 {
    stroke-dasharray: 311 313;
    stroke-dashoffset: 312;
    animation: oyDicOse_draw 215ms linear 1598ms forwards;
}

.oyDicOse_8 {
    stroke-dasharray: 235 237;
    stroke-dashoffset: 236;
    animation: oyDicOse_draw 162ms linear 1813ms forwards;
}

.oyDicOse_9 {
    stroke-dasharray: 23 25;
    stroke-dashoffset: 24;
    animation: oyDicOse_draw 16ms linear 1976ms forwards;
}

.oyDicOse_10 {
    stroke-dasharray: 299 301;
    stroke-dashoffset: 300;
    animation: oyDicOse_draw 206ms linear 1992ms forwards;
}

.oyDicOse_11 {
    stroke-dasharray: 295 297;
    stroke-dashoffset: 296;
    animation: oyDicOse_draw 204ms linear 2199ms forwards;
}

.oyDicOse_12 {
    stroke-dasharray: 364 366;
    stroke-dashoffset: 365;
    animation: oyDicOse_draw 251ms linear 2404ms forwards;
}

.oyDicOse_13 {
    stroke-dasharray: 22 24;
    stroke-dashoffset: 23;
    animation: oyDicOse_draw 15ms linear 2655ms forwards;
}

.oyDicOse_14 {
    stroke-dasharray: 475 477;
    stroke-dashoffset: 476;
    animation: oyDicOse_draw 328ms linear 2671ms forwards;
}

@keyframes oyDicOse_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes oyDicOse_fade {
    0% {
        stroke-opacity: 1;
    }

    94.44444444444444% {
        stroke-opacity: 1;
    }

    100% {
        stroke-opacity: 0;
    }
}

/* ===============================
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(0, 0, 0, 0.9);
    left: 0;
    z-index: 99;
}

#pc-nav {
    display: none;
}

@media screen and (min-width: 992px) {

    /*#nav_toggle {
        display: none;
    }*/

    #pc-nav {
        display: block;
        position: fixed;
        right: 8%;
        font-size: 0.95rem;
    }

    #pc-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }

    #pc-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #000;
        transition-property: all;
        transition: 0.3s linear;
        display: inline-block;
        width: 130px;
    }

    #pc-nav li a:hover {
        color: #339999;
    }
}

header nav {
    margin-right: -16px;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    header nav {
        margin-right: -16px;
    }
}

header nav div.menu {
    margin: 25% auto;
    width: 80%;
}
@media screen and (min-width: 750px) {
    header nav div.menu {
    margin: auto;
    width: 80%;
}
}

header nav div.menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

header nav div.menu ul li {
    float: none;
    margin-bottom: 10%;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/
    text-align: center;
    text-transform: none;
}

header nav div.menu ul li a {
    color: #fff !important;
    font-size: 1rem;
    /*display: block;*/
    padding: 8px;
}

header nav div.menu ul li a.m-title {
    border: 1px solid #ffff00;
    padding: 3% 20%;
    color: #ffff00 !important;
    display: block;
}

header nav div.menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    text-align: justify;
    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: 8px;
}

@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.7rem;
        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%;
        display: block;
    }

    header nav div.menu ul li {
        float: left;
        padding: 16% 2%;
        width: 25%;
        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: 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: #fff;
}

.open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.hero_area {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%);
}

.box {
    height: 100vh;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 横方向中央揃え */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_bg {
    background-image: url(../img/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: #ffff00;
    padding: 0 0 4% 0;
}

.catch-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.section-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.section-in2 {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .catch-in {
        max-width: 930px;
    }

    .section-in {
        width: 75%;
        max-width: 940px;
        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;
    /*-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: 25%;
        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: #000;
    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(1),
    .col_4 > li:nth-child(3) {
        padding-right: 0px;
    }
}

span.point {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    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: #000;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
    font-family: 'Oswald'
}

@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.4em;
    font-weight: 500;
}

/* 時間2種類の時*/
.info dd.time2 {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 1.4em;
    line-height: 1.6;
    padding: 0 0 2% 0;
    font-weight: 500;
}
/*時間が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.2em;
        line-height: 1;
    }
    .info dd.time2 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 320px) {
    .info dd.time {
        font-size: 1.2rem;
    }
}

.info dd.detail {
    border-bottom: 1px solid #000;
    margin: 0 0 2% 2%;
    padding: 0;
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
}

.info dd.access {
    margin: 0 0 2% 2%;
    padding: 0;
    width: 80%;
    font-size: 1.2rem;
    font-weight: 500;
}

@media screen and (min-width: 750px) {
    .info dd.access {
        font-size: 1.5rem;
    }
}

.info dd.detail p,
.info dd.access p {
    font-size: 0.9rem;
}

.map {
    width: 100%;
    margin: 0;
}

.timetable {
    margin-top: 10%;
    width: 100%;
    display: block;
}
.timetable > ul > li.title {
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-size: 2em;
    margin-bottom: 2%;
    background: #000;
    color: #fff;
}
.timetable > ul > li.time {
    width: 100%;
    height: auto;
    text-align: center;
    background: #efefef;
    padding: 6px;
    font-size: 1.4em;
    font-weight: 500;
}

.timetable > ul > li.content {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 0 0 0;
    margin-bottom: 0%;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
}

}

.timetable > ul > li.content3 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 0%;
    font-size: 2em;
    display: block;
}


.timetable > ul > li.content2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 5%;
    font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.timetable > ul > li.content2 > span.or {
    width: 100%;
    height: auto;
    align-items: center;
    background: #ffddbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.timetable > ul > li.content2 > span.gr {
     width: 100%;
    height: auto;
    align-items: center;
    background: #ddffbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.timetable > ul > li.content2 > span.ye {
     width: 100%;
    height: auto;
    align-items: center;
    background: #ffffbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

@media screen and (min-width: 750px) {

.timetable > ul > li.content2 > span.or {
    width: 50%;
    height: auto;
    align-items: center;
    background: #ffddbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.timetable > ul > li.content2 > span.gr {
     width: 50%;
    height: auto;
    align-items: center;
    background: #ddffbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.timetable > ul > li.content2 > span.ye {
     width: 50%;
    height: auto;
    align-items: center;
    background: #ffffbc;
    height: auto;
    text-align: center;
    padding: 8px 12px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}
}


/* ===============================
section-guest
=============================== */
.list {
    margin: 5% 0;
    line-height: 200%;
    
}

@media screen and (min-width: 750px) {
    .list {
        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;
}

.bg-gray {
    background: #efefef;
    padding: 2% 0 2%;
}
.guest-in {
    width: 90%;
    margin: 0 auto;
}

.g-sub {
    font-size: 1.4em;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 10px 0;
    background: #000;
    color: #fff;
    margin-bottom: 0;
}

.guest-in h4 {
    font-size: 1em;
    margin: 4% auto 2%;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

.logo-list {
    width: 100%;
   display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
    padding: 2%;
}

.logo-list .logo-box {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 2%;
    padding: 3px;
    line-height: 1.2;
}

.logo-box img {
    margin-bottom: 3px;
}

small {
    font-size: 0.5em;
    line-height: 1;
}

/* pc 最後の行揃え調整用*/
.logo-list::after {
display: block;
content:"";
width: 25%;
    height: 0;
}

@media screen and (min-width: 750px) {
    .logo-list .logo-box {
    width: 25%;
}
    .logo-list::after {
display: block;
content:"";
width: 25%;
    height: 0;
}  
}


.v-list {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 10% auto 0;
}
@media screen and (min-width: 800px) {
    .v-list{
        margin: 3% auto;
        display: flex;
        justify-content: space-between;
    }
}

.v-list li {
    width: 90%;
    background: #ddd;
    margin: 6px auto;
    padding: 0px;
    list-style: none;
}
@media screen and (min-width: 800px) {
.v-list li {
    width: 48%;
    margin: 6px 0;
}
}

.v-list li.card {
    background-color: #fff;
    color: #000;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    font-size: 1.2rem;
    text-align: center;
}

.v-list li.card .btn-room {
    width: 85%;
    padding: 5% 0;
     background: rgb(0,104,215);
background: linear-gradient(310deg, rgba(0,104,215,1) 0%, rgba(52,140,222,1) 75%);
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 5%;
    font-size: 1.2rem!important;
    font-weight: 600;
}
@media screen and (min-width: 800px) {
    .v-list li.card .btn-room {
        width: 60%;
}
}

.lv-ist li.card .ttl {
    font-weight: bold;
}

.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ===============================
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 {}

.f-logo {
    width: 80%;
    margin: 5% auto 10%;
}

@media screen and (min-width: 992px) {
    .f-logo {
        width: 30%;
        padding: 0;
        float: left;
        margin: 0;
    }
}

.f-nav {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .f-nav {
        display: block;
        left: 55%;
        font-size: 0.8rem;
    }

    .f-nav ul {
        display: flex;
        align-items: center;
        height: 56px;
        justify-content: flex-end;
    }
}

.f-nav li {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 5% 10px;
}

@media screen and (min-width: 992px) {
    .f-nav li {
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding: 0 3%;
    }
}

.f-nav li a {
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

.f-nav li a:hover {
    color: #339999;
}

@media screen and (min-width: 992px) {
    .f-nav li a {
        padding: 16px;
        text-decoration: none;
        color: #000;
    }
}

.f-nav li:last-child {
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 992px) {
    .f-nav li:last-child {
        border-bottom: 0;
    }
}

.purpose {
    font-size: 0.6rem;
    color: #666;
    line-height: 1.2;
    padding: 5% 0;
    text-align: left;
}


/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(240, 240, 240, 0.5);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}

/*access URL view*/
  a.url_show{
    display:inline;
  }
  a.url_hide{
    display:none;
  }
  span.url_show{
    display:none;
  }
  span.url_hide{
    display:inline;
  }


/* ------------------------------
link-btn
------------------------------ */
.box-link {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.box-link:hover {
 opacity: 0.6;
}
.box-link .box-title {
    font-size: 1.6em;
    background: #fff000;
    padding: 16px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-link p {
    text-align: center;
    padding: 8px 0;
    margin: 3% 3% 0;
    font-size: 160%;
    border-top: 1px dashed #000;
}
.box-link p.text {
    text-align: center;
    padding: 3% 0;
    margin: 0 3%;
    font-size: 160;
    border-top: 1px dashed #000;
}

.box-link h4 {
    margin: 0 3%;
    padding: 4% 0 0;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2;
}

    .box-link span.large {
        font-size: 1.3em;
}
    .box-link span.small {
        font-size: 0.6em;
    }

@media screen and (min-width: 992px) {
    .box-link span.large {
        font-size: 1.3em;
}
    .box-link span.small {
        font-size: 0.8em;
    }
}

.box-link span.num {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-family: "Anton";
    font-weight: 400;
    letter-spacing: 0.1em;
}

.box-link span.time {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02em;
}
