@charset  'utf-8';


/* - general
 ------------------------------------------------------------ */
.invite-autumn2018.page-grid {
    font-size: 12px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.invite-autumn2018 .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.invite-autumn2018 [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.invite-autumn2018 [class*=grid-][class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.invite-autumn2018 em {
    font-weight: bold;
    font-style: normal;
    color: #333;
}

.invite-autumn2018 .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}

.invite-autumn2018 .for-mobile {
    display: block;
}

.invite-autumn2018 .for-pc {
    display: none;
}


/* - header
 ------------------------------------------------------------ */
header {
    width: 100%;
    margin: 0 auto;
}

header h1 {
    margin: 0 auto;
    text-align: center;
}
/* - invite-contents
 ------------------------------------------------------------ */

.invite-contents {
    width: 90%;
    margin: 0 auto;
    padding: .5em 2em 2em;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
    background-color: #f3f4ef;
}
.invite-contents .wrap {
    text-align: center;
}
.invite-contents h2 {
    font-size: 1.7em;
    margin: 0 0 1em;
}
.invite-contents h2 span {
    display: block;
}
.invite-contents p {
    font-size: 1.05em;
    font-weight: bold;
    margin: 0 0 2em;
    color: #593822;
}
.invite-contents h3 {
    font-size: 1.3em;/* font-weight: normal; */
    line-height: 2;
}

.link-wrap {
    display: flex;
    flex-direction: column;
    margin: 3em 0;
    padding: 1em;
    background-color: #fff;
}
.link-wrap a, .link-wrap p {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    padding: .5em;
    border-radius: 2px;
    background-color: #f9f9f9;
    margin: 0;
}
.link-wrap a.copy {
        flex-grow: 1;
        background-color: #a4ccb1;
        color: #fff;
        box-shadow: 0 1px 1px #969696;
    }

.link-wrap a.copy:hover {
        background-color: #96bba2;
        box-shadow: 0 2px 1px #969696;
    }
.line {
    display: block;
    width: 592px;
    margin: 0 auto 1em;
}

/* - important
 ------------------------------------------------------------ */

.important .layer {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}

.important h3 {
    font-weight: bold;
    margin: 0 0 2em;
    padding: 0 0 .5em;
    text-align: center;
    border-bottom: 1px dotted #fff;
}
.important li {
    font-size: 1.15em;
    line-height: 1.6;
    margin: 0 0 1em;
    list-style: decimal;
}



/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width:540px) {
}


/* - ## x >= 569px / 35.5625em sm
 ------------------------------------------------------------ */
@media screen and (min-width:569px) {
}


/* - ## x >= 769px / 48.0625em md
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .invite-contents {
        padding: .5em 4em 4em;
    }
    .invite-contents h3 {
        font-size: 1.5em;
    }
    .line {
        width: 520px;
        margin: 0 auto 3em;
    }
    .invite-contents h2 {
        font-size: 2em;
    }
    .link-wrap {
        flex-direction: row;
    }
    .link-wrap a, .link-wrap p {
        padding: 1.5em 0;
        line-height: 2;
    }
    .important .layer {
        width: 100%;
        margin: 0 auto;
        padding: 3em;
    }
    .important li {
        font-size: 1.35em;
    }
    .invite-autumn2018 .for-mobile {
        display: none;
    }
    .invite-autumn2018 .for-pc {
        display: block;
    }
    .link {
        flex-grow: 3;
    }
    .copy {
        flex-grow: 1;
        background-color: #a4ccb1;
        color: #fff;
        box-shadow: 0 1px 1px #969696;
    }
}

/* - ## x >= 800
 ------------------------------------------------------------ */
@media screen and (min-width:800px) {
}


/* - ## x >= 1025px / 64.0625em lg
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
}


/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 150px;
}

#page-top a {
    font-size: 12px;
    display: block;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #8e7b87;

         -o-border-radius: 5px;
     -khtml-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #c0bbac;
}
.button {
    display: none;
    margin: 100px 0;
    padding: 12px 34px;
    color: #fff;
    border-radius: 60px;
    font-weight: 500;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.button:hover {
    cursor: pointer;
    background: #1bb787;
}
.modal-box {
    height: 0;
}
.content {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 680px;
    margin: auto;
    padding: 5em;
    vertical-align: middle;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .15);
    background: #fff;
}
.content a {
 font-size: .9em;
}
.content > span {
    display: table-cell;
    text-align: center;
    font-size: 1.8em;
    font-weight: 200;
}
.toggle-on {
    display: none;
}
.toggle-on:checked + .toggle-off + .content {
    z-index: 100;
}
.toggle-off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .20);
    z-index: -1;
    -webkit-transition: .6s ease-out, 1s z-index ease-out;
    -moz-transition: .6s ease-out, 1s z-index ease-out;
    -o-transition: .6s ease-out, 1s z-index ease-out;
    transition: .6s ease-out, 1s z-index ease-out;
}
.toggle-on:checked + .toggle-off {
    opacity: 1;
    -webkit-transition: .4s ease-in, .3s z-index ease-in;
    -moz-transition: .4s ease-in, .3s z-index ease-in;
    -o-transition: .4s ease-in, .3s z-index ease-in;
    transition: .4s ease-in, .3s z-index ease-in;
    z-index: 1;
}
.toggle-button {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: .5em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 4px;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}
.toggle-button:hover {
    cursor: pointer;
    background: #1bb787;
}

/* rotate */
.ani-rotate {
    opacity: 0;
    -webkit-transition: .4s ease, 1s z-index ease;
    -moz-transition: .4s ease, 1s z-index ease;
    -o-transition: .4s ease, 1s z-index ease;
    transition: .4s ease, 1s z-index ease;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}
.toggle-on:checked + .toggle-off + .ani-rotate {
    opacity: 1;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}