@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html , body , div , span , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , abbr , address , cite , code , del , dfn , em , img , ins , kbd , q , samp , small , strong , sub , sup , var , b , i , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , figcaption , figure , footer , header , menu , nav , section , summary , time , mark , audio , video {
    background: transparent; 
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article , aside , details , figcaption , figure , footer , header , menu , nav , section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote , q {
    quotes: none;
}

blockquote:before , blockquote:after , q:before , q:after {
    content: "";
    content: none;
}

a {
    background: transparent; 
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title] , dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input , select {
    vertical-align: middle;
}

/* ================================================================
 * Base
 * 要素に直接スタイルを当てるものを記述
================================================================ */
html {
    font-size: 62.5%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #525252;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}

input {
    color: #525252;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
}

textarea {
    color: #525252;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none; 
    overflow: auto;
    resize: none;
}

h1 , h2 , h3 , h4 , h5 , h6 {
    font-weight: normal;
}

ul , ol {
    list-style: none;
}

a {
    color: #525252; 
    text-decoration: none;
}

img {
    height: auto; 
    max-width: 100%;
    width: 100%;
}

/* ================================================================
 * Layout
 * headerやfooterなどレイアウトに関わるスタイルを記述
================================================================ */
/**
 * レイアウトパーツ
 */
.container {
    margin: auto;
    max-width: 100%;
    padding: 0 10px; 
    width: 1300px;
}

/**
 * KV
 */
.l-kv {
    text-align: center;
    background: url(../../img/sp/kv_bg1.jpg) no-repeat center;
    background-size: cover;
    /*padding-top: 80px;*/
    /*padding-bottom: 40px;*/
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
.l-kv .logo h1 {}
.l-kv .txt {
    /*background: rgba(255,255,255,.8);*/
    padding: 65px 6px 15px;
    /*display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 2px;*/
    /*text-align: center;*/
    text-align: left;
}
.l-kv .txt img {width: 65%;}



/**
 * menu
 */
.fix {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1); 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;

    -ms-flex-wrap: wrap;
}
.fix.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fix__item {
    padding: 10px;
}
.fix__item.logo {
    padding: 3px 10px;
}
.fix__logo {
    /*width: 140px;*/
    width: calc(100vw - 110px);
}
.fix__logo small {
    font-size: 70%;
    margin-bottom: 3px;
    display: inline-block;
    -webkit-text-size-adjust: 100%;
}
.fix__logo img {width: 140px;}

.menuButton {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.menuButton__wrap {
    margin-right: 5px; 
    position: relative;
    top: 3px;
}
.menuButton__text {
    font-weight: bold; 
    margin-top: 6px;
}
.menuButton__line {
    -webkit-transition: .3s all ease-out;
    background-color: #545f66;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s all ease-out; 
    width: 22px;
}
.menuButton__line:first-child {
    top: 0;
}
.menuButton__line:nth-child(2) {
    top: 7px;
}
.menuButton__line:last-child {
    top: 14px;
}
.menuButton.is-active .menuButton__line:first-child {
    -webkit-transform: rotate(-45deg);
    top: 6px; 
    transform: rotate(-45deg);
}
.menuButton.is-active .menuButton__line:nth-child(2) {
    opacity: 0;
}
.menuButton.is-active .menuButton__line:last-child {
    -webkit-transform: rotate(45deg);
    top: 6px; 
    transform: rotate(45deg);
}

.menuBody {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease-out;
    background: white;
    border-bottom: 1px solid #e4e4e4; 
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    /*height: 197px;*/
    left: 0;
    opacity: 1;
    position: fixed;
    top: 41px;
    transition: .3s all ease-out;
    width: 100vw;
    z-index: 101;
}
.menuBody:not(.is-active) {
    height: 0; 
    opacity: 0;
    visibility: hidden;
}
.menuBody__item > a {
    display: inline-block;
    font-weight: bold; 
    padding: 18px 15px;
    position: relative;
    width: 100%;
}
.menuBody__item > a:after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #525252;
    border-top: 2px solid #525252;
    bottom: 1px;
    content: "";
    height: .6em;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg); 
    width: .6em;
}
.menuBody__item {
    border-bottom: 1px solid #e4e4e4;
}
/*.menuBody__item:first-child {
    border-bottom: 1px solid #e4e4e4;
}
.menuBody__item:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
}
.menuBody__item:nth-child(3) {
    border-bottom: 1px solid #e4e4e4;
}*/

/**
 * header
 */
.header {
    /*background: url(../../../assets/img/mv-bg.jpg?01) center center no-repeat;*/
    background: url(../../../assets/img/kv_img1.jpg?201912) center center no-repeat;
    background-size: cover; 
    /*height: 330px;*//*440*/
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    /*width: 100vw;*/
    padding-top: 26px;
    padding-bottom: 17px;
    overflow: hidden;
}
.header:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/kv_bg.png) center;
    z-index: 2;
    left: 0;
    top: 0;
}
.header video {
    position: absolute;
    transform: scale(1.83);
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
}
.header__title {
    /*left: 0;*/
    margin: auto; 
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 26px;*/
    width: 300px;
    position: relative;
    z-index: 3;
}
.header__oc {
    left: 0;
    margin: auto; 
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 330px;*/
    /*width: 80vw;*/
    width: 100%;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}
body > .header__oc {
    padding-left: 15px;
    padding-right: 15px;
}
body > .header__oc a {
    margin-bottom: 15px;
}
.header__oc a.button {
    font-size: 6vw !important;
    /*padding-top: 18px;*/
    /*padding-bottom: 18px;*/
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 140%;
}
.header__oc.top {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.header__oc.two {
    padding-left: 10px;
    padding-right: 10px;
}
.header__oc.top .button {
    margin-top: 10px;
    /*position: relative;*/
}
.header__oc small {font-size: 85%;}
/*.header__oc.top .button:before {
    display: block;
    content: "今年最後！";
    background: #e24739;
    color: #fff;
    font-weight: bold;
    font-size: 83%;
    padding: 6px 8px;
    border-radius: 30px;
    position: absolute;
    left: -12px;
    top: -20px;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}*/
.header__bus {
    left: 0;
    margin: auto; 
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 360px;*/
    width: 300px;
    width: 80vw;
}
.header__lodgement {
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 358px;
    width: 300px;
    width: 80vw;
}
.header__day {
    margin-bottom: 15px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
body > .header__day {
    padding-left: 15px;
    padding-right: 15px;
}


.headerbox1-wrap {
    border: 3px solid #FFE3A1;
    padding: 15px;
    padding-bottom: 20px;
    margin: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.headerbox1 {
    margin-bottom: 20px;
    text-align: left;
}
.headerbox1 h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.headerbox1 h3:first-child {margin-top: 0;}
.headerbox1 h3 s {
    text-decoration: none;
    position: relative;
}
.headerbox1 h3 s:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 5px double red;
    width: 100%;
    margin-top: -3px;
}
.headerbox1 p {
    font-size: 1.2rem;
    line-height: 160%;
}
.headerbox1-wrap .header__oc {margin-bottom: 0;}
.headerbox1-wrap .header__oc small {font-size: 85%;}


.bus_btn {margin-bottom: 15px;}
.bus_btn a {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    border-radius: 6px;
}
.bus_btn a img {vertical-align: top;}
.bus_btn a {
    -webkit-box-shadow: 0 5px 0 #4593a5 !important;
    box-shadow: 0 5px 0 #4593a5 !important;
}
.bus_btn a:hover {
    top: 5px;
    -webkit-box-shadow: 0 0 0 #4593a5 !important;
    box-shadow: 0 0 0 #4593a5 !important;
    opacity: 1 !important;
}

.main .bus_btn a {
    margin-left: 0;
    margin-right: 0;
}

.head-notice {
    text-align: center;
    /*padding: 10px 15px 0;*/
    padding: 10px 0 0;
}
.head-notice .txt {
    border: 1px solid #EA608E;
    padding: 10px 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 108%;
    margin-top: 20px;
    line-height: 160%;
    text-align: left;
}
.head-notice .txt h3 {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 12px;
    color: #EA608E;
    line-height: 160%;
}
.head-notice .txt h3 strong {color: #57abb9;}
.head-notice .txt p strong {color: #EA608E;}
.head-notice .txt p small {
    font-size: 80%;
    line-height: 120%;
}
.head-notice .txt a {text-decoration: underline;}
.head-notice .schedule-title {
    margin-top: 30px;
}
.head-notice .schedule-img {
    text-align: center;
    margin-top: 15px;
    position: relative;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    /*background: #fffafa;*/
    /*padding: 30px 8px;*/
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 30px;
}

.head-notice-check {
    /*background: #fffafa;*/
    padding: 20px 15px 15px;
}


.sec01 {margin-bottom: 25px;}
.sec01-block1 { background: url(../../../img/mv_sp.jpg?201912) no-repeat center center; background-size: cover; padding: 33px 0 20px; }
/*.sec01-block1 h1 { width: 65%; margin-left: auto; margin-right: auto; }*/
/*.sec01-block1 .box1 { text-align: center; margin: 0 10px; background: url(../img/sec01_block1_bg1_sp.png) no-repeat center 5%; background-size: contain; }*/
.sec01-block1 .box1 { text-align: center; margin: 0 10px; }
.sec01-block1 .box1 h2 { margin: 0 0 0 5px; text-align: left; }
.sec01-block1 .box2 { margin-top: 24px; }
.sec01-block1 .box2 ul { text-align: center; }
.sec01-block1 .box2 li { display: inline-block; }
.sec01-block1 .box2 li:nth-of-type(2) { margin: 0 45px; }
.sec01-block1-wrap{position: relative;}
.sec01-block1 .head_balloon{position: absolute;top:20px;left: 20px;}
@media screen and (max-width: 400px) {
    .sec01-block1 { padding: 10px 0 20px; }
}




/**
 * footer
 */
.footer {
    background-color: #f6f6f6; 
    padding: 15px;
}
.footer__img {
    margin: 0 auto 10px; 
    text-align: center;
}
.footer__img small {
    font-size: 70%;
    margin-bottom: 3px;
    display: inline-block;
}
.footer__img img {width: 260px;margin-top:5px;}
.footer__text {
    font-size: 1rem; 
    text-align: center;
}

.footer .txt1 {
    text-align: center;
    font-size: 115%;
    line-height: 160%;
    margin-bottom: 20px;
}
.footer .tel {
    text-align: center;
    margin: 20px 30px;
}

/**
 * メイン
 */
/**
 * ページトップ
 */
.pagetop {
    -webkit-transition: all .3s ease-out;
    bottom: 15px;
    opacity: 1;
    position: fixed;
    right: 15px;
    transition: all .3s ease-out;
    width: 40px;
}
.pagetop:not(.is-active) {
    opacity: 0;
    visibility: hidden;
}


/* ================================================================
 * Component
 * 使い回すパーツを記述
================================================================ */
/**
 * link
 */
.link {
    color: #525252;
}
.link:hover , .link:focus {
    -webkit-transition: all .3s ease-out;
    color: #525252;
    transition: all .3s ease-out;
}
.link:hover:focus , .link:hover:hover , .link:focus:focus , .link:focus:hover {
    opacity: .8;
}

.link--color {
    color: #469fd6;
}
.link--color:hover , .link--color:focus {
    color: #469fd6;
}

.link--strong {
    color: #40b87c;
}
.link--strong:hover , .link--strong:focus {
    color: #40b87c;
}

.linkArrow {
    display: inline-block;
    padding: .3em 0; 
    position: relative;
}
.linkArrow:after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #67cada;
    border-top: 2px solid #67cada;
    bottom: 1px;
    content: "";
    height: .6em;
    margin: auto;
    position: absolute;
    right: -12px;
    top: 0;
    transform: rotate(45deg); 
    width: .6em;
}

/**
 * form
 */
.input[type="text"] {
    background: url(../img/ic-search.svg) 12px center no-repeat;
    background-color: #fff;
    background-size: 15.8px auto; 
    border: solid 1px #dee5ec;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 10px 12px 11px 40px;
    width: 100%;
}
.input[type="text"]:placeholder-shown {
    color: #c5cfda;
}
.input[type="text"]::-webkit-input-placeholder {
    color: #c5cfda;
}
.input[type="text"]:-moz-placeholder {
    color: #c5cfda;
    opacity: 1;
}
.input[type="text"]::-moz-placeholder {
    color: #c5cfda;
    opacity: 1;
}
.input[type="text"]:-ms-input-placeholder {
    color: #c5cfda;
}

.input--large[type="text"] {
    background-position: 16px center;
    background-size: 24px auto; 
    font-size: 2rem;
    padding: 19px 12px 19px 56px;
}

/**
 * button
 */
.button {
    background-color: #67cada;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.6;
    margin: auto;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 5px 0 #b15560;
}
.button--pink {
    background-color: #f08a97;
}
.button--red {
    background-color: #EB388D;
    box-shadow: 0 5px 0 #c75279;
}
.button--blue {
    background-color: #5fc1c7;
    box-shadow: 0 5px 0 #378186 !important;
}
.header__oc a.button.button--blue {font-size: 5.5vw !important;}
.button--yellow {
    background-color: #FFE3A1; 
    box-shadow: 0 5px 0 #BDA879;
    color: #3e3a39;
}
.header__oc a.button.button--yellow {font-size: 3.8vw !important;}
/*.header__oc a.button.button--yellow {font-size: 5.2vw !important;}*/
.button--white {
    background-color: #fff; 
    box-shadow: 0 5px 0 #ddd;
    color: #CF7487;
}
.button--shadow {
    -webkit-box-shadow: 0 5px 0 #b15560,
    1px 0 10px 2px rgba(255, 255, 255, .6);
    box-shadow: 0 5px 0 #b15560,
    1px 0 10px 2px rgba(255, 255, 255, .6);
}
.button--medium {
    /*width: 80vw;*/
}

/**
 * list
 */
.list > li {
    margin-bottom: 8px;
}
.list > li > a {
    color: #469fd6; 
    font-size: 1.4rem;
}
.list > li:before {
    background-color: #dee5ec;
    border-radius: 50%; 
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 16px;
    width: 6px;
}

/* ================================================================
 * Project
 * 画面固有のスタイルを記述
================================================================ */
.headNav {
    margin: 10px 0 25px;
}
.headNav__item {
    margin-bottom: 5px;
}
.headNav__item:last-child {
    margin-bottom: 0;
}
.headNav__item img {
    height: auto; 
    width: 100%;
}

.headInfo {
    /*margin-bottom: 15px;*/
}
.headInfo__img {
    margin: 16px auto 8px; 
    width: 80%;
}

.ocContact {
    /*background-color: #f6f6f6; */
    /*margin-bottom: 20px;*/
    padding: 10px 15px 0;
}
.ocContact + .day {margin-bottom: 20px;}
.ocContact__title {
    margin: 0 auto 15px; 
    width: 70%;
}
.ocContact__button1,
.ocContact__button2 {
    margin-bottom: 15px;
}
.ocContact__button2 a {
    padding-top: 18px;
    padding-bottom: 18px;
}
.ocContact__button3 {
    margin-top: 15px;
}

.schedule {
    padding: 22px 0 30px;
    background: #F6F6F6;
}

.check1 h3 {
    font-size: 120%;
    font-weight: bold;
    color: #f08a97;
}

.check1 {
    /*margin-bottom: 20px;*/
    /*padding-bottom: 20px;*/
    background: #fffafa;
}
.check1__title {
    /*margin-top: 10px;*/
    /*border-top: 20px solid #eee;*/
    padding-top: 35px;
    margin-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.check1List__title {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4; 
    margin-bottom: 5px;
}
.check1List__title.fs {font-size: 1.37rem;}
.check1List__title small {
    font-size: 75%;
    font-weight: normal;
    display: block;
    line-height: 150%;
}
.check1List__title img {
    /*width: 65px;*/
    width: 101px;
    vertical-align: text-bottom;
}
.check1List__title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff462;
    padding: 5px;
    font-size: 1.3rem;
    margin-right: 8px;
}
.check1List__title strong {
    color: #e24739;
}
.check1List__title strong.col2 {
    color: #f7a711;
}
.check1List__title strong.box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #e24739;
    padding: 3px 5px;
    font-size: 1.2rem;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 120%;
    color: #fff;
    vertical-align: middle;
}
.check1List__title strong.box1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #333333;
    padding: 3px 5px;
    font-size: 1.2rem;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 120%;
    color: #fff;
    vertical-align: middle;
}
.check1List__title:before {
    content: "■";
}
.check1List__title.note1:before {
    content: "";
}
.check1List__title sup,
.check1List__text sup,
.check1List__text span.sup {color: #e24739;}
.check1List__title sup,
.check1List__text sup {
    font-size: 8px;
    vertical-align: super;
}

.check1List__title2 {
    margin-bottom: 8px;
}
.check1List__title2 span {
    display: inline-block;
    background: #77b34e;
    color: #fff;
    padding: 8px 10px;
    font-size: 124%;
    font-weight: bold;
}

.check1List__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.check1List__text:last-child {
    margin-bottom: 0;
}
.check1List__text em {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-style: normal;
}
.check1List__text em:before {
    display: block;
    content: "";
    position: absolute;
    width: 105%;
    height: 70%;
    background: #fff462;
    z-index: -1;
    left: -2.5%;
    bottom: -4px;
}
.check1List__text span.txt {
    background: #e24739;
    color: #fff !important;
    font-size: 80%;
    line-height: 140%;
    /*background: #fff462;
    color: #67cada;*/
    padding: 1px 5px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 5px;
}
.check1List__text strong {
    font-weight: bold;
    color: #000;
    font-size: 116%;
    line-height: 140%;
    display: inline-block;
    margin-bottom: 4px;
}
.check1List__text strong.t {
    font-size: 1.5rem;
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
}
.check1List__text strong.t:first-child {margin-top: 4px;}
.check1List__text strong.t:before {
    content: "■";
}
.check1List__text strong.t span {
    color: #e24739;
}
.check1List__text strong.t strong {
    font-size: 100%;
    color: #EA608E;
}
.check1List__text strong.t strong.col2 {
    color: #f7a711;
}
.check1List__text strong.t strong.col3 {
    /*color: #e24739;*/
    background: #f2e123;
    color: #5c530e;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 4px;
}
dd.img-in-text img {width: auto;}

.check2 {
    /*margin-bottom: 20px;*/
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    background: #fffafa;
}
.check2__title {
    margin-bottom: 18px;
}
.check2__img {
    margin-bottom: 10px;
}
.check2__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 20px;
}
.check2__point {
    margin: 0 auto 10px; 
    width: 70%;
}
.check2__button1 {
    margin: 0 auto 10px; 
    width: 70%;
}
.check2__button2 {
    margin: 0 auto 10px; 
    width: 70%;
}

.check2List__title {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; 
    margin-bottom: 5px;
}
.check2List__title:before {
    content: "■";
}

.check2List__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 15px;
}
.check1List__text a,
.check2List__text a {
    color: blue;
    text-decoration: underline;
}

.check2 .container strong {color: #e24739;text-decoration: underline;}
.check2 .container s {color: #e24739;font-weight: bold; text-decoration: underline;display: inline-block;position: relative;}
.check2 .container s:before {content: "";display: block;position: absolute;left: 0;top: 50%;border-top: 6px double #e24739;width: 100%;margin-top: -3px;}

.check1 .container,
.check2 .container,
.check2 .container:before,
.check3 .container {
    border: 2px solid;
    border-radius: 15px;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
}
.check2 .container-wrap {position: relative;}
.check2 .container-wrap:before {
    display: block;
    content: "";
    height: 100%;
    right: 5px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0 15px 15px 0;
    border: 2px solid;
    border-left: 0;
}
.check1 .container {border-color: #db7353;background: #fff;}
.check2 .container {border-color: #ec6d55;background: #fff;}
.check2 .container-wrap:before {border-color: #f08ba2;}
.check3 .container {border-color: #ee86a5;background: #fff;}
.check1 .container h3,
.check2 .container h3 {margin-bottom: 13px;}
.check3 h3 {
    padding-top: 10px;
    margin-bottom: 10px;
}

.check3 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fffafa;
}
.check3__title {
    margin-bottom: 18px;
}
.check3__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 20px;
}

.check3List {
    margin-bottom: 15px;
}
.check3List__title {
    color: #6eb944;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; 
    margin-bottom: 10px;
}
.check3List__title:before {
    content: "■";
}
.check3List__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 15px;
}

.free {
    /*margin-bottom: 20px;*/
    padding-bottom: 25px;
    /*background: #fffafa;*/
}
.free__title {
    margin-bottom: 20px;
}
.free__text {
    text-align: center;
}

.freeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 10px; 

    -ms-flex-wrap: wrap;
}
.freeList__item {
    margin-bottom: 15px; 
    width: 47%;
    margin-left: 3%;
}
.freeList__item:nth-child(2n+1) {
    margin-left: 0;
}
.freeList__title {
    font-weight: bold; 
    margin: 0 0 6px 2px;
}
.freeList__title > span {
    display: block;
    font-size: 1rem; 
    margin-top: 5px;
}
.free .ocContact {
    padding: 30px 10px 0;
    background: transparent;
}

.playImg {
    margin-bottom: 6px; 
    position: relative;
}
.playImg__button {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14vw;
}

.discList > li {
    font-size: 1rem;
    line-height: 1.6; 
    margin-left: 1em;
    text-indent: -1em;
}

.discList {line-height: 140%;}

.happy {
    margin-bottom: 20px;
}
.happy__title {
    margin-bottom: 18px;
}

.happyList__title {
    color: #67cada;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; 
    margin-bottom: 5px;
}
.happyList__title:before {
    content: "■";
}

.happyList__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 15px;
}

.check4 {
    /*background-color: #f5f0d6; */
    background: #fffafa;
    padding-bottom: 10px;
    /*margin-bottom: 30px;*/
}
.check4__title {padding-top: 15px;padding-bottom: 15px;}
.check4__title > img {
    /*margin: -1px 0;*/
}

.qa {
    margin-bottom: 22px;
}
.qa__q {
    background-color: #f08a97;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold; 
    padding: 12px;
    line-height: 160%;
}
.qa__a {
    background-color: #fff; 
    padding: 12px;
}
.qa__title {
    /*color: #f08a97;*/
    color: #333;
    font-size: 1.3rem;
    font-weight: bold; 
    margin-bottom: 8px;
}
.qa__text {
    font-size: 1.3rem;
    line-height: 1.6; 
    margin-left: 1em;
}
.qa__link {
    color: #f08a97;
    font-size: 1.5rem;
    font-weight: bold; 
    text-align: center;
}
.qa__link > a {
    color: #f08a97;
}

.interview {
    background-color: #f6f6f6; 
    padding: 30px 0;
}
.interview__title {
    margin-bottom: 10px; 
    width: 80%;
}
.interview__text {
    font-size: 1.2rem;
    line-height: 1.6;
}

.access {
    position: relative;
    /*margin: 30px 0 0;*/
    padding: 30px 0;
    background: #f6f6f6;
}
.lodgment__button{
	margin-bottom: 30px;
}
.access__title {
    margin: 0 auto 30px; 
    width: 30vw;
}
.access__link {
    margin-bottom: 10px;
}
.access__link > a {
    color: #1fb6c4;
    font-size: 1.2rem;
}
.access__map01 {
    margin-bottom: 10px;
}
.access__map02 {
    margin: 20px 0;
}

.accessList__title {
    color: #f08a97;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; 
    margin-bottom: 5px;
}
.accessList__title:before {
    content: "■";
}

.accessList__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 15px;
}
.accessList__text > a {
    color: #f08a97;
}

.access .map {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}
.access .map iframe,
.access .map object,
.access .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.day {
    background-color: #fff462; 
    padding: 15px 0;
}
.day__title {
    margin: 0 auto 10px; 
    width: 80%;
}
.day__text {
    font-size: 1.2rem;
    line-height: 1.6; 
    margin-bottom: 10px;
}
.day__link {
    color: #67cada;
    font-size: 1.5rem;
    font-weight: bold; 
    text-align: center;
}
.day__link > a {
    color: #67cada;
    display: block;
    text-align: right;
    /*background: url(../img/icon_bus.png) no-repeat left center;*/
    background: url(../img/icon_bus.png) no-repeat calc(50% - 58px) center;
    padding: 12px 0 12px 85px;
    margin-right: 15px;
}

.ocWeb {
    background-color: #f6f6f6; 
    /*margin-bottom: 20px;*/
    padding: 30px 0 20px;
}
.ocWeb p {
    font-size: 120%;
    line-height: 180%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ocWeb__title {
    margin: 0 auto 15px; 
    width: 70%;
}
.ocWeb__button {
    margin-bottom: 10px;
}
.ocWeb__text {
    font-size: 1rem;
    margin: 0 10px;
    text-align: center;
}

.email {
    padding: 25px 0;
    background: #f6f6f6;
}
.email__title {
    margin: 0 auto 15px; 
    width: 70%;
}
.email__faxEmail {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 15px;
}
.email__text {
    font-size: 1rem;
    line-height: 1.6; 
    margin-bottom: 10px;
}

.snsList {
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 12px 15px; 

    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
}
.snsList__item {
    padding: 8px;
    text-align: center; 
    width: 20%;
}
.snsList__item img {

    width: auto;
}
.snsList__item:first-child {
    width: 20%;
}
.snsList__item:last-child img {

}
.sns ul {
    text-align: center;
    margin: 20px -15px;
    position: relative;
}
.sns li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
.sns li img {
    width: 45px;
}

.check7 .check1List__title{
	color: #67cada;
	margin-top: 10px;
}
.check7 .check1List__title.note-check1,
.check7 .check1List__title.note-check2{
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: left center;
    padding-left: 60px;
}
.check7 .check1List__title.note-check1 {background-image: url(../img/check01-icon.png);}
.check7 .check1List__title.note-check2 {background-image: url(../img/check02-icon.png);}

.check7 {
    padding-bottom: 15px;
    margin-top: 30px;
}

.check1List .date{font-weight: bold;color:#67cada;font-size: 180%;}

.note1{font-size: 160%;}

.button-yy{background: #67cada !important;color: #fff;}

.add-note{background-color:#fff462;color: #000;display: inline-block;padding:5px;}


.sakurasaku{
    background: #ffdee3;
    text-align: center;
    padding:0 10px 40px;
    margin-bottom: 30px;
}


.walk{
    background: #fffafa;
    text-align: center;
    padding:40px 10px 40px;
    margin-bottom: 30px;
}



/* ================================================================
 * Utility
 * ユーティリティ系のスタイルを記述
================================================================ */
.u-mt0 {
    margin-top: 0 !important;
}

.u-pt0 {
    padding-top: 0 !important;
}

.u-mr0 {
    margin-right: 0 !important;
}

.u-pr0 {
    padding-right: 0 !important;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-pb0 {
    padding-bottom: 0 !important;
}

.u-ml0 {
    margin-left: 0 !important;
}

.u-pl0 {
    padding-left: 0 !important;
}

.u-mt5 {
    margin-top: 5px !important;
}

.u-pt5 {
    padding-top: 5px !important;
}

.u-mr5 {
    margin-right: 5px !important;
}

.u-pr5 {
    padding-right: 5px !important;
}

.u-mb5 {
    margin-bottom: 5px !important;
}

.u-pb5 {
    padding-bottom: 5px !important;
}

.u-ml5 {
    margin-left: 5px !important;
}

.u-pl5 {
    padding-left: 5px !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-pt10 {
    padding-top: 10px !important;
}

.u-mr10 {
    margin-right: 10px !important;
}

.u-pr10 {
    padding-right: 10px !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-pb10 {
    padding-bottom: 10px !important;
}

.u-ml10 {
    margin-left: 10px !important;
}

.u-pl10 {
    padding-left: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-pt15 {
    padding-top: 15px !important;
}

.u-mr15 {
    margin-right: 15px !important;
}

.u-pr15 {
    padding-right: 15px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-pb15 {
    padding-bottom: 15px !important;
}

.u-ml15 {
    margin-left: 15px !important;
}

.u-pl15 {
    padding-left: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-pt20 {
    padding-top: 20px !important;
}

.u-mr20 {
    margin-right: 20px !important;
}

.u-pr20 {
    padding-right: 20px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-pb20 {
    padding-bottom: 20px !important;
}

.u-ml20 {
    margin-left: 20px !important;
}

.u-pl20 {
    padding-left: 20px !important;
}

.u-mt25 {
    margin-top: 25px !important;
}

.u-pt25 {
    padding-top: 25px !important;
}

.u-mr25 {
    margin-right: 25px !important;
}

.u-pr25 {
    padding-right: 25px !important;
}

.u-mb25 {
    margin-bottom: 25px !important;
}

.u-pb25 {
    padding-bottom: 25px !important;
}

.u-ml25 {
    margin-left: 25px !important;
}

.u-pl25 {
    padding-left: 25px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-pt30 {
    padding-top: 30px !important;
}

.u-mr30 {
    margin-right: 30px !important;
}

.u-pr30 {
    padding-right: 30px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-pb30 {
    padding-bottom: 30px !important;
}

.u-ml30 {
    margin-left: 30px !important;
}

.u-pl30 {
    padding-left: 30px !important;
}

.u-mt35 {
    margin-top: 35px !important;
}

.u-pt35 {
    padding-top: 35px !important;
}

.u-mr35 {
    margin-right: 35px !important;
}

.u-pr35 {
    padding-right: 35px !important;
}

.u-mb35 {
    margin-bottom: 35px !important;
}

.u-pb35 {
    padding-bottom: 35px !important;
}

.u-ml35 {
    margin-left: 35px !important;
}

.u-pl35 {
    padding-left: 35px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-pt40 {
    padding-top: 40px !important;
}

.u-mr40 {
    margin-right: 40px !important;
}

.u-pr40 {
    padding-right: 40px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-pb40 {
    padding-bottom: 40px !important;
}

.u-ml40 {
    margin-left: 40px !important;
}

.u-pl40 {
    padding-left: 40px !important;
}

.u-mt45 {
    margin-top: 45px !important;
}

.u-pt45 {
    padding-top: 45px !important;
}

.u-mr45 {
    margin-right: 45px !important;
}

.u-pr45 {
    padding-right: 45px !important;
}

.u-mb45 {
    margin-bottom: 45px !important;
}

.u-pb45 {
    padding-bottom: 45px !important;
}

.u-ml45 {
    margin-left: 45px !important;
}

.u-pl45 {
    padding-left: 45px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-mr50 {
    margin-right: 50px !important;
}

.u-pr50 {
    padding-right: 50px !important;
}

.u-mb50 {
    margin-bottom: 50px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-ml50 {
    margin-left: 50px !important;
}

.u-pl50 {
    padding-left: 50px !important;
}

.u-mt55 {
    margin-top: 55px !important;
}

.u-pt55 {
    padding-top: 55px !important;
}

.u-mr55 {
    margin-right: 55px !important;
}

.u-pr55 {
    padding-right: 55px !important;
}

.u-mb55 {
    margin-bottom: 55px !important;
}

.u-pb55 {
    padding-bottom: 55px !important;
}

.u-ml55 {
    margin-left: 55px !important;
}

.u-pl55 {
    padding-left: 55px !important;
}

.u-mt60 {
    margin-top: 60px !important;
}

.u-pt60 {
    padding-top: 60px !important;
}

.u-mr60 {
    margin-right: 60px !important;
}

.u-pr60 {
    padding-right: 60px !important;
}

.u-mb60 {
    margin-bottom: 60px !important;
}

.u-pb60 {
    padding-bottom: 60px !important;
}

.u-ml60 {
    margin-left: 60px !important;
}

.u-pl60 {
    padding-left: 60px !important;
}

.u-mt65 {
    margin-top: 65px !important;
}

.u-pt65 {
    padding-top: 65px !important;
}

.u-mr65 {
    margin-right: 65px !important;
}

.u-pr65 {
    padding-right: 65px !important;
}

.u-mb65 {
    margin-bottom: 65px !important;
}

.u-pb65 {
    padding-bottom: 65px !important;
}

.u-ml65 {
    margin-left: 65px !important;
}

.u-pl65 {
    padding-left: 65px !important;
}

.u-mt70 {
    margin-top: 70px !important;
}

.u-pt70 {
    padding-top: 70px !important;
}

.u-mr70 {
    margin-right: 70px !important;
}

.u-pr70 {
    padding-right: 70px !important;
}

.u-mb70 {
    margin-bottom: 70px !important;
}

.u-pb70 {
    padding-bottom: 70px !important;
}

.u-ml70 {
    margin-left: 70px !important;
}

.u-pl70 {
    padding-left: 70px !important;
}

.u-mt75 {
    margin-top: 75px !important;
}

.u-pt75 {
    padding-top: 75px !important;
}

.u-mr75 {
    margin-right: 75px !important;
}

.u-pr75 {
    padding-right: 75px !important;
}

.u-mb75 {
    margin-bottom: 75px !important;
}

.u-pb75 {
    padding-bottom: 75px !important;
}

.u-ml75 {
    margin-left: 75px !important;
}

.u-pl75 {
    padding-left: 75px !important;
}

.u-mt80 {
    margin-top: 80px !important;
}

.u-pt80 {
    padding-top: 80px !important;
}

.u-mr80 {
    margin-right: 80px !important;
}

.u-pr80 {
    padding-right: 80px !important;
}

.u-mb80 {
    margin-bottom: 80px !important;
}

.u-pb80 {
    padding-bottom: 80px !important;
}

.u-ml80 {
    margin-left: 80px !important;
}

.u-pl80 {
    padding-left: 80px !important;
}

.u-mt85 {
    margin-top: 85px !important;
}

.u-pt85 {
    padding-top: 85px !important;
}

.u-mr85 {
    margin-right: 85px !important;
}

.u-pr85 {
    padding-right: 85px !important;
}

.u-mb85 {
    margin-bottom: 85px !important;
}

.u-pb85 {
    padding-bottom: 85px !important;
}

.u-ml85 {
    margin-left: 85px !important;
}

.u-pl85 {
    padding-left: 85px !important;
}

.u-mt90 {
    margin-top: 90px !important;
}

.u-pt90 {
    padding-top: 90px !important;
}

.u-mr90 {
    margin-right: 90px !important;
}

.u-pr90 {
    padding-right: 90px !important;
}

.u-mb90 {
    margin-bottom: 90px !important;
}

.u-pb90 {
    padding-bottom: 90px !important;
}

.u-ml90 {
    margin-left: 90px !important;
}

.u-pl90 {
    padding-left: 90px !important;
}

.u-mt95 {
    margin-top: 95px !important;
}

.u-pt95 {
    padding-top: 95px !important;
}

.u-mr95 {
    margin-right: 95px !important;
}

.u-pr95 {
    padding-right: 95px !important;
}

.u-mb95 {
    margin-bottom: 95px !important;
}

.u-pb95 {
    padding-bottom: 95px !important;
}

.u-ml95 {
    margin-left: 95px !important;
}

.u-pl95 {
    padding-left: 95px !important;
}

.u-mt100 {
    margin-top: 100px !important;
}

.u-pt100 {
    padding-top: 100px !important;
}

.u-mr100 {
    margin-right: 100px !important;
}

.u-pr100 {
    padding-right: 100px !important;
}

.u-mb100 {
    margin-bottom: 100px !important;
}

.u-pb100 {
    padding-bottom: 100px !important;
}

.u-ml100 {
    margin-left: 100px !important;
}

.u-pl100 {
    padding-left: 100px !important;
}

.img100 {
    height: auto; 
    width: 100%;
}

@media (max-width: 768px) {
    .input--large[type="text"] {
        background-size: 15.8px auto; 
        font-size: 1.6rem;
        padding: 9px 12px 9px 36px;
    }
}



/*昨年の夏のオープンキャンパスの様子はこちら*/
div.movie_sec {
	/*margin-bottom:30px;*/
	padding:25px 10px 30px;
}
div.movie_sec p {
	font-size:130%;
	margin-bottom:10px;
}
div.movie_sec p span {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight:bold;
}
div.movie_sec .button {
    margin-top: 20px;
}

.movie {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/ /* 現プレイヤーでは不要？ */
    margin-top: 15px;
	height: 0;
	overflow: hidden;
    box-sizing: border-box;
    border: 5px solid #f08a97;
    margin-left: 10px;
    margin-right: 10px;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*=======================================
GPS広告連動ポップアップ 2018.07
=========================================*/
.l-gpspop { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 99999; background: rgba(0, 0, 0, 0.5); text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.l-gpspop .close { text-align: right; width: 100%; }
.l-gpspop .close span { display: inline-block; padding: 12px; background: rgba(0,0,0,.6); }
.l-gpspop .close span img { width: 15px; }






.notice .ocContact {
    padding-top: 10px;
    padding-bottom: 15px;
    background: #CF7487;
    max-width: 1033px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 2px;
    margin-top: -5px;
    /*margin-left: 7px;*/
}
.notice .ocContact .ocContact__button1 .button--pink {color: #fff;background: #EA608E;box-shadow: 0 6px 0 #c75279;}
.notice .ocContact .button {}





.social {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.social:after {
    display: block;
    content: "";
    clear: both;
}
.social li {
    margin: -2px 0 0 0;
    width: 41px;
    display: inline-block;
}
.social li + li {
    margin: -2px 0 0 7px;
}









/*====================================================================

 ポップアップバナー

====================================================================*/
.l-popup {position: fixed;right: 0;bottom: 0;z-index: 12999;width: 100%;text-align: right;}
.l-popup .bnr {
    box-shadow: 2px 2px 6px rgba(0,0,0,.15);
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin: 0;
    margin-left: 2%;/*1.25*/
    max-width: 49%;/*32.5*/
}
.l-popup .bnr img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    line-height: 100%;
}
.l-popup .bnr:nth-child(3n+1) {margin-left: 0;}
.l-popup .bnr .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 16%;/*9.313*/
}
.l-popup__2column .bnr {
    margin-left: 2%;
    max-width: 49%;
}
.l-popup__2column .bnr:nth-child(3n+1) {margin-left: 2%;}
.l-popup__2column .bnr:nth-child(2n+1) {margin-left: 0;}
.l-popup .bnr .close {max-width: 9.313%;}



.l-popup__remodal .close {
}
.l-popup__remodal .remodal-close {
    width: 34px;
    height: 33px;
    background: url(/img/common/popup_close_3.png) no-repeat center;
    position: static;
    float: right;
    margin-top: 15px;
}
.l-popup__remodal .remodal-close:before {content: "";}

.l-popup__remodal a:hover,
.l-popup__remodal a:hover img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.l-popup__remodal.remodal {padding: 10px;}
.l-popup__remodal ul {list-style: none;margin: 0;padding: 0;}
.l-popup__remodal p {margin: 0;}
.l-popup__remodal img {line-height: 100%;vertical-align: top;max-width: 100%;height: auto;}

.l-popup__remodal .box1 {
    border: 0;
    padding: 0;
}