@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;
}
a:hover , a:focus {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover:focus , a:hover:hover , a:focus:focus , a:focus:hover {
    opacity: .9;
}

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

/**
 * header
 */
.header {
    /*background: url(../img/mv-bg.jpg) center center no-repeat;*/
    background: url(../img/kv_img1.jpg) center center no-repeat;
    background-size: cover;
    /*height: 800px;*/
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    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.20);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.header__inner {
    margin: auto;
    width: 1280px;
    position: relative;
    z-index: 3;
}
.header__title {
    /*left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 60px;
    width: 840px;*/
}
.header__change {
    position: absolute;
    right: 0;
    top: 5px;
}
.header__change a:hover , .header__change a:focus {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__change a:hover:focus , .header__change a:hover:hover , .header__change a:focus:focus , .header__change a:focus:hover {
    opacity: 1;
}
.header__wrap {
    /*position: absolute;
    bottom: 55px;
    left: 0;*/
    text-align: center;
    width: 100%;
}
.header__wrap .button {
    width: 310px;
    /*padding: 25px 0;*/
    padding: 39px 0;
}
.header__day,
.header__oc,
.header__bus {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}
.header__day {
    /*bottom: 35px;
    left: 0;
    position: absolute;
    z-index: 1;*/
    position: relative;
    /*bottom: 15px;*/
}
.header__day a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__day a:hover:focus , .header__day a:hover:hover , .header__day a:focus:focus , .header__day a:focus:hover {
    opacity: 0.65;
}
.header__oc {
    /*left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 462px;*/
}
.header__oc a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__oc a:hover:focus , .header__oc a:hover:hover , .header__oc a:focus:focus , .header__oc a:focus:hover {
    opacity: 0.65;
}
.header__bus {
    /*left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 548px;*/
}
.header__bus a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__bus a:hover:focus , .header__bus a:hover:hover , .header__bus a:focus:focus , .header__bus a:focus:hover {
    opacity: 0.65;
}
.header__lodge {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 664px;
}
.header__lodge a:hover , .header__lodge a:focus {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header__lodge a:hover:focus , .header__lodge a:hover:hover , .header__lodge a:focus:focus , .header__lodge a:focus:hover {
    opacity: 1;
}
.head-notice {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0px;
}
.head-notice .txt {
    border: 1px solid #EA608E;
    padding: 15px 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 132%;
    margin-top: 30px;
    line-height: 170%;
    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: 75%;
    line-height: 160%;
}
.head-notice .txt a {text-decoration: underline;}
.head-notice .schedule-img {
    text-align: center;
    margin-top: 60px;
}

/**
 * footer
 */
.footer {
    background-color: #f6f6f6;
    padding: 100px 0 45px;
    text-align: center;
}
.footer__img {
    margin-bottom: 15px;
}
.footer__text {
    font-size: 1rem;
}

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

a.to_home {
	background:#67cada;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	display:block;
	position:fixed;
	top:20px;
	left:20px;
	padding:20px 50px;
	z-index:9999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* ================================================================
 * 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: .9;
}

.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: 8px;
    color: #fff;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    width: 500px;
}
.button--pink {
    background-color: #67cada;
}
.button--red {
    background-color: #EB388D;
}
.button--blue {
    background-color: #5fc1c7;
}
.button--yellow {
    background-color: #f7f483;
    color: #3e3a39;
}
.button--white {
    background-color: #fff;
    color: #CF7487;
}
.button--shadow {
    -webkit-box-shadow: 1px 0 10px 2px rgba(255, 255, 255, .6);
    box-shadow: 1px 0 10px 2px rgba(255, 255, 255, .6);
}

/**
 * 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
 * 画面固有のスタイルを記述
================================================================ */
.headBg {
    /*background-color: #67cada; */
    /*padding-bottom: 130px;*/
    margin-bottom: 50px;
}

.headNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -105px auto 65px; 
    width: 970px;

    -ms-flex-wrap: wrap;
}
.headNav__item {
    padding: 0 8px; 
    width: 25%;
}

.headInfo {
    margin-bottom: 60px;
}
.headInfo__img {
    margin-bottom: 35px;
    text-align: center;
}

.ocContact {
    background-color: #f6f6f6; 
    padding: 40px 0 30px;
}
.ocContact__title {
    margin-bottom: 30px;
    text-align: center;
}
.ocContact__button1,
.ocContact__button2 {
    margin-bottom: 30px;
}
.ocContact__button1 a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.schedule {
    padding: 50px 0 50px;
    text-align: center;
    background: #F6F6F6;
}

.program__title {
    margin-bottom: 50px;
    text-align: center;
}

.check1 {
    background-color: #f6f6f6; 
    padding: 50px 0 50px;
}
.check1__title {
    text-align: center;
}
.check1__title > div {margin-left: auto;margin-right: auto;}

.check2 {
    margin: 40px 0 60px;
}
.check2__title {
    margin-bottom: 25px;
    text-align: center;
}

.check2Buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: auto; 
    width: 450px;

    -ms-flex-wrap: wrap;
}
.check2Buttons__button {
    width: 50%;
}

.check3 {
    background-color: #f6f6f6; 
    padding: 50px 0 100px;
}
.check3__title {
    text-align: center;
}

.free {
    margin: 50px 0;
}
.free__title {
    margin-bottom: 50px;
    text-align: center;
}
.free__fav {
    position: relative;
    text-align: center; 
    top: 102px;
}
.free__choice {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    top: 20px;
    z-index: 1;
}
.free__text {
    text-align: center;
}

.freeBg {
    background-color: #5DC2D0;
    background-image: url(../img/free-bg-top.jpg), url(../img/free-bg-bottom.jpg);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-bottom: 280px;
}

.freeBox {
    background-color: #fff; 
    margin: 100px auto 30px;
    padding-bottom: 30px;
    position: relative;
    width: 1000px;
}

.freeList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto; 
    width: 700px;

    -ms-flex-wrap: wrap;
}
.freeList__item {
    margin-bottom: 30px; 
    width: 300px;
}
.freeList__item img {
    height: auto; 
    max-width: 100%;
}
.freeList__title {
    font-size: 2rem; 
    margin-bottom: 15px;
}
.freeList__title > span {
    font-size: 1.2rem;
}

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

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

.happy {
    margin-bottom: 100px;
}
.happy__title {
    text-align: center;
}

.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: #f7f483;
    padding-top: 30px;
}
.check4__inner {
    background: url(../img/check04-bg.png?01) right 40px bottom no-repeat;
    margin: auto;
    width: 880px;
}
.check4__title {
    margin-bottom: 15px;
    text-align: center;
}

.qaWrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;

    -ms-flex-wrap: wrap;
}

.qa {
    margin-bottom: 25px;
    width: 410px;
}
.qa__q {
    background-color: #67cada;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 20px;
}
.qa__a {
    background-color: #fff;
    padding: 20px 20px 30px;
}
.qa__title {
    color: #67cada;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.qa__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: 1em;
}
.qa__link {
    color: #67cada;
    font-size: 1.9rem;
    font-weight: bold;
    margin-right: 30px;
    text-align: right;
}
.qa__link > a {
    color: #67cada;
}

.interview {
    background-color: #aeddde;
}

.access {
    margin: 80px 0 100px;
}
.lodgment__button{
	margin-bottom: 50px;
}
.access__title {
    margin-bottom: 50px;
    text-align: center;
}
.access__inner {
    margin: auto;
    width: 1000px;
}
.access__link {
    margin-bottom: 15px;
}
.access__link > a {
    color: #1fb6c4;
    font-size: 1.8rem;
}
.access__map01 {
    margin-bottom: 30px;
}
.access__map02 {
    margin-bottom: 20px;
}
.access__bus {
    margin: 40px 0;
}

.accessCol {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
}
.accessCol__item {
    padding-right: 30px;
    width: 55%;
}
.accessCol__item:last-child {
    width: 45%;
}

.accessList {
    margin-bottom: 25px;
}
.accessList__title {
    color: #1fb6c4;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 5px;
}
.accessList__title:before {
    content: "■";
}
.accessList__text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.accessList__text > a {
    color: #1fb6c4;
}

.day {
    background-color: #f7f483;
    padding: 15px 0;
}
.day__title {
    margin: 0 auto 10px;
    width: 80%;
}
.day__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.day__link {
    color: #67cada;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.day__link > a {
    color: #67cada;
}

.ocWeb {
    background-color: #f6f6f6;
    padding: 80px 0 65px;
    text-align: center;
}
.ocWeb__title {
    margin-bottom: 45px;
}
.ocWeb__tel {
    margin-bottom: 25px;
}
.ocWeb__button {
    margin-bottom: 15px;
}
.ocWeb__text {
    font-size: 1.3rem;
    margin-bottom: 45px;/*65px*/
    text-align: center;
}

.email {
    background-color: #fff;
    margin: auto;
    padding: 45px 0 35px;
    width: 1000px;
}
.email__title {
    margin-bottom: 50px;
}
.email__faxEmail {
    margin-bottom: 35px;
}
.email__text {
    font-size: 1.4rem;
    line-height: 1.6; 
    margin-bottom: 30px;
}

.sns {
    /*background-color: #f7f483;*/
    background-color: #f6f6f6;
}
.sns ul {
    *zoom: 1;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.sns ul:after {
    display: block;
    content: "";
    clear: both;
}
.sns li {
    float: left;
    /* width: 19.2307%; */
    /* margin-left: 0.961625%; */
    width: 16%;
    margin-left: 0.8%;
}
.sns li:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
}
.sns li img {
    max-width: 100%;
    height: auto;
}

.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: auto;
    padding: 10px 0; 
    width: 1280px;

    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
}
.snsList__item:first-child {
    width: 210px;
}
.snsList__item:nth-child(2) {
    width: 190px;
}
.snsList__item:nth-child(3) {
    width: 190px;
}
.snsList__item:nth-child(4) {
    width: 230px;
}
.snsList__item:nth-child(5) {
    width: 210px;
}
.snsList__item:last-child {
    width: 180px;
}

/* ================================================================
 * 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:50px;
    padding: 50px 0;
}
div.movie_sec p {
	font-size:200%;
	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;
}

div.movie_sec iframe {
    margin-top: 15px;
    border: 8px solid #f7f483;
}





.notice .ocContact {
    padding-top: 15px;
    padding-bottom: 30px;
    background: #CF7487;
    max-width: 1033px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -5px;
    margin-bottom: 2px;
    left: 12px;
}
.notice .ocContact .ocContact__button1,
.notice .ocContact .ocContact__button2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.notice .ocContact .ocContact__button1 {margin-right: 15px;}
.notice .ocContact .ocContact__button1 .button--pink {color: #fff;background: #EA608E;}
.notice .ocContact .button {width: 420px;}









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

 ポップアップバナー

====================================================================*/
.l-popup {position: fixed;right: 30px;bottom: 0;z-index: 1999;}
.l-popup .bnr {
    box-shadow: 3px 3px 15px rgba(0,0,0,.15);
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin: 0;
    margin-left: 10px;
}
.l-popup .bnr .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.l-popup .bnr a {
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}
.l-popup .bnr a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}



.l-popup__remodal .close {
    position: absolute;
    right: 0;
    top: 50px;
}
.l-popup__remodal .remodal-close {
    width: 34px;
    height: 33px;
    background: url(/img/common/popup_close_3.png) no-repeat center;
}
.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 p {margin: 0;}
.l-popup__remodal img {line-height: 100%;vertical-align: top;}


@media screen and (min-width: 768px) {
.l-popup__remodal li {
    float: left;
    width: 50%;
}
}
