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



html,body {
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}
body {

	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #EBEAE8;
	color: #000;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*letter-spacing: 1px;*/
}
.sp-none, br.no-sp {
	display: none!important;
}

strong{
	font-weight: bold;
}
img {
	width: 100%;
    height: auto;
	/*-webkit-transition: 0.3s;
	 -moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;*/
	transition: 0.3s;
}


/*--------------------------------------------
/*
/*		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;
}
a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
main {
	display: block;
	/*background: #F9F9F9;*/
	/*letter-spacing: 1px;*/
}
#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%;
	margin-bottom: 8px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.desktop_type{
	display: none!important;
}
.border-none{
	border: none!important;
}
.red-bold {
	color: red;
	font-weight: bold;
	font-size: 14px!important;
	
}
  .btn {
    width: 300px;

  }

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color:rgba(255,255,255,0.9);
}

  #main {
    padding: 10% 0 0 0;

	  
  }

.desktopType {
	display:none;
}

/*----------------
サブタイトル
----------------*/
.ttlSubBox {
	width:100%;
	margin:0px auto;
}
.ttl_sub img{
	width: 100%;

}
/*----------------
Box1
----------------*/
.box_1 {
	width:100%;
	padding:2% 0 10% 0 ;
}
.box_1_in{
	margin:1px auto;
	width:100%;
	overflow:hidden;
	clear:both;
}

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

.linkMoreBtnBox{
	
	margin:0 auto;
	overflow:hidden;
	clear:both;
	width:100%;
	padding:4% 4% 4% 4%;
	
	
	
}
.LihkMoreBtn {
  position: relative;
  background: #000;
  padding: 15px 15px 15px 40px;
  font-size: 1em;
  color: #ccc;
  border-radius: 0 30px 30px 0;
  width:70%;
	margin:5px auto;
}

.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 .textbox {
  -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: 1em;
  padding: 0.4em 0.4em;
  width: 90%;
}

#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.4em;
  width: 36%;
}






/* テキストエリア */
#form-wrapper .textarea{
  -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: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  margin-top:10px;
}


/* ラジオボタン */

#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 6px/13px 13px;
		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 10px;
  width: 90%;
}


.QuickFormSelectAdd {
	  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	\f107
  background: transparent url(../img/form-css-arrow.png) no-repeat center right 6px/13px 13px;
		background-color:#fff; 
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9em;
  padding: 5px 10px;
    width: 40%;
}
.QuickFormSelectDate {
	  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/form-css-arrow.png) no-repeat center right 6px/13px 13px;
		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 10px;
    width: 25%;
}


#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;
}




/* フォーム________________ */



#form-wrapper{
  width: 96%;
  margin:4px auto;
  padding:0%;
	border-radius:10px;

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


}

#form-wrapper .form dl{
  width: 100%;
}
#form-wrapper .form dl dt{
  margin-top:40px;
  clear: both;
    width: 80%;
  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:2%;
    width: 80%;
  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: 10%;
}
#form-wrapper .message{
  font-size:1.2em;
  margin-top:40px;
}

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

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

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:17%;
}


  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }



/*----------------
TOP3カラムボタン
----------------*/
.kara_3 li {
	float:left;
	width:32%;
	margin-left:1%;
	margin-bottom:8%
}
/*--------------
TOP特典
---------------*/

.ttlTokuten {

	width:98%;
	margin:1%;
	
}

.tokutenLink {
	margin:0px auto;
	width:100%;
	overflow:hidden;
	clear:both;

}
.tokutenLink li {

	width:98%;
	margin:0 1% 0 1%;

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

.topNewsBox {
	text-align:left; 
	padding:3%;
}
.topNewsDate {
	padding:1%; 
	background-color:#fff; 
	font-size:0.8em; 
	width:30%; 
	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%;
}
.pcType {
	display:none;
}

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

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

/*----------------
サブタイトル
----------------*/
.ttlSubBox {
	width:100%;
	margin:0px auto;
}
.ttl_sub img{
	width: 100%;

}
wrapper-1 {
    margin: 0px auto;
    border-radius: 10px;
    font-size: 1.1em;
    text-align: left;
}
.text-wrapper-1 div {
    margin: 4px 4px 15px 4px;
    padding: 4%;
    border-radius: 10px;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	    background-color: #ccf79b;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 20px 20px;
	    text-align: left;
}
.text-wrapper-3 div {
    margin: 4px 4px 15px 4px;
    padding: 4%;
    border-radius: 10px;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	background-color: #09dae2;
	background-image:
	 radial-gradient(#fff 1px, transparent 1px);
	    text-align: left;
}
.alibiBox {
    margin: 4px 4px 15px 4px;
    padding: 4%;
    border-radius: 0px 0px 10px 10px;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    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;
	    text-align: left;
}


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

.alibiPaneBox {
	width:30%;
	float:left;
	margin:1.5%;
	
}
.alibiPaneBox p {
	text-align:center;
	font-size:0.7em;
}


.alibiPaneImage {
	width:100%;	
}
.alibiPaneTxt {

}



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

.text-wrapper-2{
    margin: 0px auto;

    border-radius: 10px;

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



.accordion-tap, .accordion-con {
            padding: 5%;
		background-color:#fff;
	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.1em;
			line-height:1.8em;
	
        }

.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;
	
}
.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;
	
}
.accordion-con {
	font-size:1.2em;
}


.youkou { margin: 0px; }
    .youkou th,
    .youkou td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .youkou tr:first-child th { border-top: 1px solid #ddd; }


.color-wrapperBox{
	width:100%;
    margin: 0px auto;
	font-size:1.1em;
	text-align:left;
}
.color-wrapper {
	    margin: 4px;
    padding: 4%;
	   border-radius: 10px;
}

.color-wrapper2 {
	    margin: 4px;
    padding: 4%;
	   border-radius: 10px;
	margin-bottom:6%;
}

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

}
.normalImageBox img {
    width: 100%;
}


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

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


.ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;/*文字サイズ*/
  background: #09dae2;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	width:48%;
	margin:1% 0.6% 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;
}


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

.alibiPaneBox2 {
	width:47%;
	float:left;
	margin:1.5%;
	
}
.alibiPaneBox2 p {
	text-align:center;
	font-size:0.8em;
}
#sitemapBox {
	margin:10px auto;
	padding:5%;
	width:100%;
}
#sitemap {
	text-align:left;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size:0.9em;
	color:#333;
}
#sitemap h4 {
	font-weight:bold;
	line-height:3em;
}
#sitemap ul {
	overflow:hidden;
	clear:both;
	
}
#sitemap li {
	float:left;
	width:50%;
	line-height:3em;
	text-align:left;
	display:block;
	
}

.modal_trigger {
    margin: 2% auto;
    display: block;
    overflow:hidden;
    clear:both;


}

.modal_trigger li {

    padding: 1% 2% 0 2%;
    text-align: center;
    overflow: hidden;
    float:left;
}



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