@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: 'Roboto Condensed', sans-serif, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Noto Sans JP', 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%;
    color: #444;
    background: #f9f4f0;
}

.wf-os {
    font-family: 'Roboto Condensed', 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;
    margin: 0 auto;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    h1 {
        font-size: 3.3rem;
    }
}

@media screen and (min-width : 992px) {
    h1 {
        font-size: 4.5rem;
    }
}

h2 {
    font-size: 2.2rem;
    font-weight: 400;
    padding: 2em 0 0 0;
    margin: 0;
    line-height: 1;
    font-family: 'Concert One', cursive;
}

@media screen and (min-width: 750px) {
    h2 {
        font-size: 4.5rem;
    }
}

h3 {
    display: inline-block;
    position: relative;
    padding: 10px 0 30px 0;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 750px) {
    h3 {
        font-size: 1.3rem;
        font-weight: 600;
        padding: 16px 0 30px 0;
    }
}

h3:before {
    content: '';
    position: absolute;
    left: 15.5%;
    top: 4px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 30%;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #000;
    /*下線の色*/
}

.clear {
    clear: both;
}


.clearfix {
    zoom: 1;
}


/* ===============================
utility
=============================== */
.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.fxs {
    font-size: 0.7em;
    font-weight: 400;
}
.fs {
    font-size: 0.9em;
}

.fm {
    font-size: 0.6em;
}

.fL {
    font-size: 1.2em;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.8em;
    }
    .fm {
    font-size: 1em;
}
    .fL {
    font-size: 1.5em;
    }
}


.mt1 {
    margin-top: 1em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb2 {
    margin-bottom: 2em!important;
}

.mb4 {
    margin-bottom: 4em!important;
}

.mb6 {
    margin-bottom: 6em!important;
}

.al-c {
    text-align: center !important;
}

.al-l {
    text-align: left;
}

.al-l a {
    text-decoration: underline;
}

.al-r {
    text-align: right;
}

button:focus {
    outline: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* ===============================
button
=============================== */
.bg-oran {
    background-color: #FFF100 !important;
    color: #009FA8 !important;
    font-weight: 600;
}

.bg-gray {
    background-color: #696969 !important;
    color: #a9a9a9 !important;
    font-weight: 600;
}

.btn {
    width: 100%;
    margin: 20% auto 12%;
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
}

@media screen and (min-width: 750px) {
    .ls {
        font-size: 1rem;
    }
}

.resb,
a.resb,
button.resb {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #910782;
  border-radius: 0.5rem;
}

a.btn-res {
  overflow: hidden;
  color: #910782;
  border-radius: 0;
  background: #ffd700;
    width: 100%;
    margin: 10% auto 0;
}
@media screen and (max-width: 320px) {
    .resb,
    a.resb,
    button.resb {
  font-size: 0.8rem;
    }
}
@media screen and (min-width: 750px) {
    a.btn-res {
        padding: 1.2em;
        width: 77%;
}
    .resb,
    a.resb,
    button.resb {
  font-size: 1.2rem;
    }
}

a.btn-res span {
  position: relative;
}

a.btn-res:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 140%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #FFE595;
}

a.btn-res:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

/* ===============================
header
=============================== */
header {
    height: 60px;
    /*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%;
        background: #fff;
    }

    .is-animation {
        height: 60px;
        background-color: rgba(255, 255, 255);
        border-bottom: 1px solid #f9f9f9;
    }

}

.logo {
    width: 160px;
    left: 5px;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
}

.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 {
    margin-top: 0px;
}
}

.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;
        right: 4%;
        font-size: 0.85rem;
        top: 0;
    }

    #pc-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 18px;
    }

    #pc-nav li {
        padding: 0 16px;
        text-decoration: none;
        transition-property: all;
        transition: 0.3s linear;
        display: inline-block;
        border-right: 1px solid #ccc;
    }
    #pc-nav li a {
        display: block;
        color: #666;
    }
    
    #pc-nav li:last-child {
        border-right: 0;
    }

    #pc-nav li a:hover {
        color: #915D8E;
    }
}

header nav {
    margin-right: -16px;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    header nav {
        margin-right: -16px;
    }
}

header nav div.menu {
    margin: 10% auto;
    width: 80%;
}

header nav div.menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

header nav div.menu ul li {
    float: none;
    margin: 0 auto 8%;
    width: 90%;
    /*border-bottom: 1px solid #fff;*/
    text-align: center;
    /*text-transform: uppercase;/*ローマ字を大文字にする*/
}

header nav div.menu ul li a {
    color: #fff !important;
    font-size: 0.9rem;
    display: block;
    padding: 8px;
}

header nav div.menu ul li a.m-title {
    padding: 4% 15%;
    color: #fff !important;
    background: rgba(146,7,131,0.4);
    border-radius: 6px;
}

header nav div.menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 0.85rem;
    text-align: justify;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif!important;
}

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: 6%;
    }

    header nav div.menu ul li a {
        font-size: 0.85rem;
        padding: 8px;
    }

    header nav div.menu ul li a.m-title {
        padding: 3% 0;
    }

    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: 12% 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10px;
        line-height: 1.3;
    }

    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 {
        display: none;
    }
}

#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%;
    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 {
    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: #fff;*/
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
}

/*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: 100%;
    padding: 60px 0 0 0;
}


@media screen and (min-width: 750px) {
    .hero_bg {
        min-height: 660px;
    }
    /*.lead {
        max-width: 800px;
    }*/
}
/*
.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: #F9F4F0;
    padding: 0 0 4% 0;
    position: relative;
}
/* zigzag line
.catch::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(45deg, #F9F4F0 50%, transparent 50%),
        linear-gradient(315deg, #F9F4F0 50%, transparent 50%);
    background-size: 40px 40px;
}*/
.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: 830px;
        margin: 0 auto;
        height: auto;
    }

    .section-in2 {
        width: 90%;
        margin: 0 auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_4 {
    width: 100%;
    display: flex;
    /* display: -ms-flexbox;
    IE10 */
    flex-wrap: wrap;
    /*-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.33%;
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 992px) {
    .col_4 > li {
        width: 33.33%;
        padding: 10px;
        font-size: 1.2rem;
    }
}

.col_4 > li > p {
    background: #;
    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%;
    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 {
    width: 15%;
    height: auto;
    align-items: center;
}
*/

.info dt {
  display: inline-block;
  text-decoration: none;
  background: #910782;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

@media screen and (min-width: 750px) {
.info dt {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
}


span.num {
    font-size: 2rem;
}

@media screen and (max-width: 320px) {
    span.num {
        font-size: 2rem;
    }
}

@media screen and (min-width: 750px) {
    span.num {
        font-size: 4rem;
    }
}

span.red {
    font-size: 1.5rem;
    color: #cc3333;
}

span.blue {
    font-size: 1.5rem;
    color: #3366cc;
}

span.norm {
    font-size: 1.5rem;
}

span.gray {
    font-size: 1.5rem;
    color: #808080;
    font-weight: 700;
}

@media screen and (min-width: 750px) {

    span.red,
    span.blue {
        font-size: 2.4rem;
    }
}

.info dd.date {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
}

.info dd.time {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 1.8rem;
}

/* 時間2種類の時 */
.info dd.time2 {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 2.3rem;
    line-height: 1.8;
    padding: 0 0 2% 0;
}

/* 時間3種類の時*/
.info dd.time3 {
    border-bottom: 1px solid #000;
    margin: 0 0 0 2%;
    padding: 0;
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 0 2% 0;
}

/*時間が2種の時の日付*/
span.num2 {
    display: block;
    font-size: 1rem;
    border-bottom: 1px dashed #ccc;
    padding: 1px 0 0 2px;
    margin: 0;
    vertical-align: middle;
}

@media screen and (min-width: 750px) {
    .info dd.time {
        font-size: 2.4rem;
        line-height: 1;
    }
    .info dd.time3 {
        font-size: 1.8rem;
}
}
@media screen and (max-width: 320px) {
    .info dd.time {
        font-size: 1.8rem;
    }
}

.info dd.detail {
    border-bottom: 1px solid #000;
    margin: 0 0 2% 2%;
    padding: 0;
    width: 80%;
    font-size: 1.rem;
    line-height: 1.6;
    font-weight: 500;
}

.timesch {
    margin-top: 10%;
    width: 100%;
    display: block;
}

.timesch ul {
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
   
}

.timesch ul li p{
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 0%;
    font-size: 1.2em;
    display: block;
}

.timesch > ul > li.title {
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 2px solid #555;
    padding: 10px 0;
    font-size: 2em;
    margin-bottom: 2%;
    background: #555;
    color: #fff;
}
.timesch > ul > li.time {
    width: 100%;
    height: auto;
    text-align: center;
    background: #efefef;
    padding: 6px;
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 auto;
}

.timesch > ul > li.content {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px 0 0;
    margin-bottom: 0%;
    font-size: 1.3em;
    display: block;
    padding: 0 0 2% 0;
}

ul.timebox {
    font-weight: 400;
    width: 98%;
    display: flex;
    flex-direction: row;
     justify-content: space-between;
    align-items: baseline;
    font-size: 0.9em;
    border: 1px solid #efefef;
}
.timebox li {
    width: 33.3333%;
    padding: 3%;
    border-right: 1px solid #efefef;
    display: flex;
    align-items: center;
    line-height: 1.6;
    justify-content: center;
}
.timebox li:nth-child(3) {
    border-right: unset;
}

@media screen and (min-width: 750px) {
    ul.timebox {
    font-size: 1.4em;
}

}


/* ===============================
section-guest
=============================== */
.c-list {
    margin: 5% 0;
    line-height: 200%;
    
}

@media screen and (min-width: 750px) {
    .c-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: #E5D6E4;
        height: 80%;
        z-index: -999999;
    }
}

ul.com_pdf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn_pdf {
  width: 88%;
  padding: 5px 14px;
  margin: 0 auto 10px;
  text-decoration: none;
  background: #910782;/*ボタン色*/
  border-bottom: solid 4px #7C1475;
  border-radius: 3px;
    text-align: center;
}
.btn_pdf a {
    color: #FFF;
    display: block;
}

.btn_pdf::active,{
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.slanting {
    background: url(../img/bg-yl.svg)no-repeat top left;
}

/* ===============================
section-gift
=============================== */
.gift {
    display: block;
}

.giftAB {
    width: 100%;
    margin-bottom: 8%;
    text-align: center;
}

.giftAB > p {
    margin-top: 10px;
    text-align: left;
    text-align: justify;
}

.ig {
    padding: 20px;
    background: url(../img/bg-dot.png) repeat;
}

@media screen and (min-width: 992px) {
    .giftAB > p {
        margin: 10px auto 0;
        text-align: left;
        width: 80%;
    }

    .ig > p {
        width: 772px;
        margin: 0 auto 3%;
        text-align: left;
    }
}

/* ===============================
Section-Appli
=============================== */
.slanting2 {
    background: url(../img/bg-yr.svg)no-repeat top left;
}

.app-box {
    width: 100%;
    border: 1px solid #555;
    margin-top: 6%;
    background: #fff;
}

@media screen and (min-width: 992px) {
    .app-box {
        width: 90%;
        margin: 5% auto;
    }
}

.app-box .title {
    color: #fff;
    background: #555;
    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;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .app-box-in > ul > li.text {}
}

@media screen and (max-width: 320px) {
    .app-box-in > ul > li.text {
        text-align: left;
        font-size: 0.8rem;
    }
}

.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: 100%;
    text-align: center;
    margin: 0 auto;
}


.app-box-in > ul > li {
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 992px) {}

.caution {
    width: 100%;
    margin: 0 auto;
}

/* ===============================
section-timeline
=============================== */
#timeline {
    line-height: 1.6;
}

@media screen and (min-width: 900px) {}

.timeline-img {
    width: 100%;
}

@media screen and (min-width: 900px) {
    .timeline-img {
        width: 60%;
    }

    .timeline-img::before {
        content: '';
        position: absolute;
        right: -67%;
        width: 90%;
        top: 34%;
        background-color: #2A4198;
        height: 80%;
        z-index: -999999;
    }
}


.oped {
    margin-top: 2%;
    text-align: center;
    padding: 2% 4%;
    border-radius: 10px;
    border: 1px solid #009FA8;
    background: #fff;
    font-size: 1em;
}

.oped .title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2% 0 0 0;
    font-size: 1.35em;
    font-weight: 500;
    color: #000;
}

.timetable > div.time {
    width: 100%;
    height: auto;
    text-align: center;
    background: #901872;
    color: #fff;
    padding: 0;
    font-size: 1.6em;
    font-weight: 600;
    margin: 16% 0 0 0;
    border-radius: 24px;
}

@media screen and (min-width: 900px) {
    .timetable > div.time {
        margin-top: 6%;
        padding: 3px 0;
    }
}

.timetable > div.content {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 0%;
    font-size: 1.2em;
    display: block;
}


.list {
    display: block;
    padding: 0px;
    margin-top: 1%;
    line-height: 2;
}

@media screen and (min-width: 900px) {
    .list {
        display: flex;
        justify-content: space-between;
    }
}

.list li {
    width: 100%;
    background: #ddd;
    margin: 15px auto;
    padding: 0px;
    list-style: none;
}

@media screen and (min-width: 900px) {
    .list li {
        width: 48%;
        margin: 6px 0;
    }
}

.list li.card {
    background-color: #fff;
    color: #444;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    border-top: 3px solid #901872;
}

.oped .btn-room {
    width: 80%;
    padding: 10px 0;
    background: #ffd700;
    text-align: center;
    color: #333;
    border-radius: 6px;
    margin: auto;
    font-size: 100%;
}

.list .btn-room {
    width: 80%;
    padding: 10px 0 8px;
    background: #ffd700;
    text-align: center;
    color: #910782;
    font-weight: 600;
    border-radius: 6px;
    margin: 0 auto 5%;
    font-size: 98%;
}

@media screen and (min-width: 900px) {

    .oped .btnroom,
    .list .btn-room {
        width: 60%;
    }
}

.list li.card .ttl {
    font-weight: bold;
    font-size: 105%;
    margin: 2% 0 0 0;
}

.list li.card .txt {
    font-size: 80%;
    margin: 0 0 5% 0;
}

.list li.card .type {
    font-size: 80%;
    color: #009FA8;
    margin-top: auto;
}

.list li.card .att {
    font-size: 80%;
    margin: -3% 0 0 0;
    text-align: center;
}

/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 30%;
    padding: 1% 0 4% 0;
    background-color: #e5d6e4;
}

@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 {
        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 #fff;
    padding: 14px 10px;
}

@media screen and (min-width: 992px) {
    .f-nav li {
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding: 0;
    }
}

.f-nav li a {
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

.f-nav li a:hover {
    color: #910782;
}

@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-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;
}
