@charset "UTF-8";
/* CSS Document */


html,body {
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*letter-spacing: 1px;*/
}
img {
    width: 100%;
    height: auto;
    /*-webkit-transition: 0.3s;
 -moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;*/
    transition: 0.3s;
}
.pc-none, br.pc-sp {
    display: none!important;
}

strong{
    font-weight: bold;
}



/*--------------------------------------------
/*
/*		Theme Name: common
/*
/*--------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
    /*-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;*/
    transition: 0.3s;
    font-weight: bold;
    cursor: pointer;
}

a:hover{
    text-decoration: underline;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
main {
    display: block;
    /*background: #F9F9F9;*/
    /*letter-spacing: 1px;*/
    position: relative;
}
#page-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
img {
    vertical-align: bottom;
}
p {
    /*letter-spacing: 1px;*/
    /*line-height: 200%;*/
}
.last {
    margin: 0!important;
    padding: 0!important;
}
.soon {
    color: #BABABA!important;
}
.side li {
    float: left;
    text-align: left;
}


.center {
    text-align: center;
}
.marker {
    background: linear-gradient(transparent 50%, #FFEF94 50%);
    font-weight: bold;
}
.fs_small {
    font-size: 12px;
    color: 000;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.mobile_type{
    display: none!important;
}
.border-none{
    border: none!important;
}
.red-bold {
    color: red;
    font-weight: bold;
    font-size: 14px!important;
}

.takagirlseat_02 td.red-bold_02 {
    color: red;
}


.btn {
    width: 600px;

}

#header {

    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.7);
}
#main {
    padding: 10% 0 0 0;
}


.mobileType {
    display:none;
}

/*------------------
さぶタイトル
-------------------*/

.ttlSubBtnBox {
    width:600px;
    margin:0px auto;
}
.ttlSubBtnBox img{
    width: 100%;

}

/*----------------
BOX
-----------------*/

.box_1 {
    padding:2% 0 2% 0 ;
}

.box_1_in {
    margin:0px auto;
    width:1000px;
    overflow:hidden;
    clear:both;

}

/*---------------
もっと見るボタン
---------------*/

.LihkMoreBtn {
    position: relative;
    background: #000;
    padding: 15px;
    font-size: 1em;
    color: #ccc;
    border-radius: 0 20px 20px 0;
    width:40%;
    margin:10px auto;
    display:block;
}

.LihkMoreBtn a{
    color:#fff;
    display:block;
}

.LihkMoreBtn:before {
    font-family: "FontAwesome";
    content: "\f113";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #333;
    font-weight: normal;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    left: -0.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px #666;
    font-size:3em;
}


/*---------------
応募フォーム
---------------*/


#form-wrapper{
    width: 1000px;
    margin:5px auto;
    padding:2%;
    border-radius:10px;

}
#form-wrapper .form{
    max-width:100%;
    padding:10px 90px;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;

}

#form-wrapper .form dl{
    width: 100%;
}
#form-wrapper .form dl dt{
    margin-top:40px;
    clear: both;
    width: 260px;
    max-width:100%;
    display: inline-block;
    font-size:1.1em;
    vertical-align:top;
    position:relative;
    text-align:left;
}

#form-wrapper .form dl dd {
    margin-top:40px;
    width: calc( 100% -  270px);
    display: inline-block;
    font-size:1.2em;
    vertical-align:middle;
    text-align:left;
}
#form-wrapper .required{
    background-color: #FF4646;
    border-radius:5px;
    color:#fff;
    padding:2px 11px;
    display: inline-block;
    position:absolute;
    top: 0;
    right: 2%;
}
#form-wrapper .message{
    font-size:1.2em;
    margin-top:40px;
}

#form-wrapper .privacy{
    margin-top:30px
}


#form-wrapper .textbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color:#fff;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 50%;
}

#form-wrapper .textboxadd {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color:#fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
    width: 30%;
}






/* テキストエリア */
#form-wrapper .textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    height: 100px;
    padding: 0.4em 0.8em;
    width: 100%;
    margin-top:10px;
    background-color:#fff;
}


/* ラジオボタン */

#form-wrapper .radio {
    display: none;
}

#form-wrapper .radio + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em 0;
    padding: 0 0 0 1.2em;
    position: relative;
}

#form-wrapper .radio + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

#form-wrapper .radio + span::after {
    -webkit-transform: translateY(-50%);
    background:#3B69FF;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 4px;
    opacity: 0;
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 5px;
}

#form-wrapper .radio:checked + span::after {
    opacity: 1;
}


/* チェックボックス */
#form-wrapper .checkbox {
    display: none;
}

#form-wrapper .checkbox + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em 0;
    padding: 0 0 0 35px;
    position: relative;
}

#form-wrapper .checkbox + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}

#form-wrapper .checkbox + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #3B69FF;
    border-left: 3px solid #3B69FF;
    content: "";
    display: block;
    height: 0.4em;
    left: 0.2em;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: .7em;
}

#form-wrapper .checkbox:checked + span::after {
    opacity: 1;
}

/* セレクトボックス */

#form-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../img/form-css-arrow.png) no-repeat center right 8px/16px 16px;
    background-color:#fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: 5px 20px;
    width: 50%;
}


.QuickFormSelectAdd {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../img/form-css-arrow.png) no-repeat center right 8px/16px 16px;
    background-color:#fff;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9em;
    padding: 5px 20px;
    width: 36%;
}
.QuickFormSelectDate {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../img/form-css-arrow.png) no-repeat center right 8px/16px 16px;
    background-color:#fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: 5px 20px;
    width: 20%;
}


#form-wrapper .select::-ms-expand {
    display: none;
}

#form-wrapper .select:focus {
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}



/* ボタン */

#form-wrapper .submit {
    -webkit-appearance: none;
    background-color: #000;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    border-radius:10px;
    padding:14px 50px;
    margin:10px auto;
    width:50%;
}


#form-wrapper .submit:hover,
#form-wrapper .submit:focus {
    outline: none;
}

#form-wrapper .submit::-moz-foucus-inner {
    border: none;
    padding: 0;
}

/*-------------------

bottom menu

--------------------*/


#bottomMenu {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    display: block;
    height: auto;
}
#bottomMenu div {
    clear: both;
    overflow: hidden;
    width: 100%;
}
#bottomMenu img {
    width:8%;
}



#footer {
    padding: 30px 0;
}
.f_logo {
}
.f_logo img {
    margin-bottom: 20px;
    width: 200px;
}
.f_logo {
}
.copy {
}



/*----------------
TOP３カラムボタン
----------------*/
.kara_3 li {
    float:left;
    width:32.6%;
    margin-left:1%;
    margin-bottom:8%;
}
.kara_3 li:first-child{
    margin-left:0px;

}

/*-----------------
TOP 特典
-----------------*/

.ttlTokuten {
    float:left;
    width:46%;
    margin-right:1%;

}

.tokutenLink {
    float:left;
    width:53%;

}
.tokutenLink li {
    width:100%;
    margin-bottom:2%;
}


/*-----------------
TOP新着情報
-----------------*/

.topNewsBox {
    text-align:left;
    padding:2%;
    width: 100%;
}
.topNewsDate {
    padding:1%;
    background-color:#fff;
    font-size:0.8em;
    width:16%;
    text-align:center;
    border-radius:10px;
    color:#f4bdde;
}
.topNewsTitle {
    font-size:1.2em;
    font-weight:bold;
    line-height:2em;
    color:#fa69af;
}

/*--------------------
ページメインタイトル
---------------------*/

.pageMain img {
    width:100%;
}
.mobileType {
    display:none;
}

/*-------------------
メインボックス
--------------------*/

.normalBox {
    padding: 2% 0 10% 0;
}

/*----------------
サブタイトル
----------------*/

.ttlSubBox {
    width:600px;
    margin:0px auto;
}
.ttl_sub img{
    width: 100%;

}

.text-wrapper-1 {
    width: 1000px;
    margin: 5px auto;
    padding: 5%;
    background-color: #ccf79b;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 10px;
    font-size: 1.1em;
    text-align: left;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.text-wrapper-3 {
    width: 1000px;
    margin: 5px auto;
    padding: 5%;
    background-color: #09dae2;
    background-image:
            radial-gradient(#fff 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 10px;
    font-size: 1.1em;
    text-align: left;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.alibiBox {
    width: 1000px;
    margin: 5px auto;
    padding: 5%;
    background-color: #fff;
    background-image: linear-gradient( 90deg, #fff 0%, #fff 50%, #faf8fa 50%);
    background-image: -webkit-linear-gradient( 0deg, #fff 0%, #fff 50%, #faf8fa 50%, #faf8fa);
    background-size: 30px 30px;
    border-radius: 0px 0px 10px 10px;
    font-size: 1.1em;
    text-align: left;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    overflow:hidden;
    display:block;
}

.alibi {
    overflow:hidden;
    clear:both;
    padding-top:2%;
}

.alibiPaneBox {
    width:30%;
    float:left;
    margin:1.5%;

}
.alibiPaneBox p {
    text-align:center;
}

.alibiPaneImage {
    float:left;
    width:30%;
    margin-right:2%;
}


.alibiPaneTxt {
    float:left;
    width:68%;

}


.alibi2 {
    overflow:hidden;
    clear:both;
    padding-top:2%;
    margin:0px auto;
    width:600px;
}

.alibiPaneBox2 {
    width:47%;
    float:left;
    margin:1.5%;

}
.alibiPaneBox2 p {
    text-align:center;
}







/*----------------
QA
-----------------*/

.text-wrapper-2{
    width: 1000px;
    margin: 5px auto;
    padding: 2%;
    background-color: #f8fd65;
    background-image: radial-gradient(#000 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 10px;
    font-size:1.2em;
    text-align:left;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}


#accordionSub {
    width: 100%;
    margin: 0 auto;
}



.accordion-tap, .accordion-con {
    padding: 20px;
    text-align:left;
}

.accordion-tap {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fa69af;
    cursor: pointer;
    margin-top: 15px;
    font-size:1.2em;
    line-height:2em;
}

.fa-f0fe:before{
    display: inline-block;
    content: '\f150';
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    \f184

}
.fa-f184:before{
    display: inline-block;
    content: '\f184';
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    \f184

}


.accordion-con {
    background-color:#fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.color-wrapperBox{
    width: 1000px;
    margin: 5px auto;
    text-align:left;
}

.color-wrapper{
    width: 1000px;
    padding: 5%;
    border-radius: 10px;
    font-size:1.1em;
    text-align:left;
}
.color-wrapper img {
    max-width:800px;

}


.color-wrapper2{
    width: 1000px;
    padding: 5%;
    border-radius: 10px;
    font-size:1.1em;
    text-align:left;
    margin-bottom:6%;
}
.youkou th  { width: 30%; text-align: left; }

.u2Box {
    width:800px;
    margin:0px auto;
    overflow:hidden;
    clear:both;
    padding:5% 0 0 0;
}
.u2Box img{
    width: 400px;
}
.pointBox {
    width:800px;
    margin:0px auto;
    overflow:hidden;
    clear:both;
    padding:0 0 5% 0;
}
.pointBox img{
    width: 400px;
}

.normalImageBox {
    width: 800px;
    margin: 0px auto;
    overflow: hidden;
    clear: both;

}
.normalImageBox img {
    width: 800px;
}

.text-white {
    width: 600px;
    margin: 5px auto;
    padding: 5%;
    border-radius: 10px;
    font-size: 1.1em;
    text-align: left;
    color:#fff;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    font-weight:bold;

}

.text-white2 {
    width: 1000px;
    margin: 5px auto;
    padding: 2% 5% 2% 5%;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: left;
    font-weight:bold;
    color:#fff;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    font-weight:bold;
}



.otherLinkBtn {
    margin: 10px auto;
    max-width: 400px;
    padding: 20px 0px 0px 0px;
}

.ribbon {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;/*文字サイズ*/
    background: #09dae2;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    width:31%;
    margin:1% 1% 1% 0%;

}
.ribbon h4 {
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    line-height: 46px;
}

.ribbon:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
#sitemapBox {
    margin:10px auto;
    padding:5%;
    width:1000px;
}
#sitemap {
    text-align:left;
    font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    font-size:0.8em;
    color:#333;
}
#sitemap h4 {
    font-weight:bold;
    line-height:2em;
}
#sitemap ul {
    overflow:hidden;
    clear:both;

}
#sitemap li {
    float:left;
    width:25%;
    line-height:5em;
    text-align:left;

}


.modal_trigger {
    margin: 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}





.modal_trigger li {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}



.modal_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 96%;
    padding: 5px;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 600px;
}

