@charset "utf-8";
/* CSS Document */


.pc {display:block;}
.tb {display:none;}
.sp {display:none;}

.object-fit{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


body {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:160%;
	-webkit-font-smoothing: antialiased;
    font-family: 'Noto Sans JP', sans-serif;
	color:#333;
	background:#5A5A5A;
}

.wrapper{
padding: 0 0 20px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: #FFFFFF;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
position: relative;
}

#top-contents {
	margin-top:0;
	width:100%;
	background-image: url(bg_img.png);
    background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}



#top-contents:target:before {
    content:"";
    display:block;
    height:50px;/* ヘッダの高さ = 50px */
    margin:-50px 0 0;/* ヘッダの高さ = 50px */
 } 

a {
	color:#979797;
	text-decoration:none;
}

a:hover  {
	color:#CC9900;
}

img {
	vertical-align:bottom;
	border:0;
}

a img:hover {
	opacity: 0.8 ;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#wapper {
	width:100%;
	padding:0;
	margin:0;
}




#contents {
	margin-top:30px;
	width:100%;
}

#footer {
	background:#333333;
	padding:0;
	font-size:90%;
	line-height:200%;
     color:#FFFFFF;
}


#footer .inbox {
	width:80%;
	max-width:1200px;
	padding:40px 0 30px 0 ;
	margin:0 auto;
}

#footer .inbox h4 {
	margin:0;
	padding:0;
	font-size:110%;
}

#footer .inbox .ftbox01 {
	width:25%;
	float:left;
	border-right:#666666 1px solid;
	padding-right:40px;
	box-sizing:border-box;
	margin-right:40px;
}

#footer .inbox .ftbox01 p {
	font-size:80%;
	margin-top:25px;
	line-height:170%;
}

#footer .inbox .ftbox01 img {
	width:auto;
	max-width:100%;
	height:auto;
}

#footer .inbox .ftbox02 {
	width:20%;
	float:left;
	border-right:#666666 1px solid;
	padding-right:40px;
	box-sizing:border-box;
	margin-right:40px;
	height: 250px;
}

#footer .inbox .ftbox02 p {
	width:50%;
	float:left;
	font-size:90%;
}

#footer .inbox .ftbox03 {
	width:20%;
	float:left;
	border-right:#666666 1px solid;
	padding-right:40px;
	box-sizing:border-box;
	margin-right:40px;
	height: 250px;
}

#footer .inbox .ftbox03 p {
	font-size:90%;
	margin-bottom:26px;
}


#footer .inbox .ftbox04 {
	width:20%;
	float:left;
	box-sizing:border-box;
}

#footer .inbox .ftbox04 p {
	font-size:90%;
}

#copy {
	text-align:center;
	margin-top:30px;
	font-size:80%;
	color: #414141
}



/* タブレットレイアウト : x*/
@media screen and (max-width:1180px)
{
/*
header .inbox .menu {
	width:60%;
}
*/
#contents {
	margin-top:4.5em;
	width:100%;
}

.modal 
{   position:fixed;
	display:none; 
	z-index:20000; 
	top:40%; 
	left:50%; 
	width:60%;
	height:auto; 
	margin:-120px 0 0 -31%;
	padding:20px;
	text-align:center;
    background-color: #F4F4F4;
	border-radius: 10px;     
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ -moz-border-radius: 10px;   /* Firefox用 */  

	

} 

.modal img {
text-align: center;
width: 150px;
} 


.modal_tite{
	display: block;
	margin-bottom:30px;
	margin-top: 30px;
	text-align: center;

} 


.modal p {
} 

.age {
	font-size: 1.5em;
	
} 





.yes{
    display: block;
    padding: 0.7em 1em 0.5em 1em;
    text-decoration: none;
    background-color: #9B7D00;
	color: #FFFFFF;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
	width: 300px;
    height: 45px;
	margin: 5px auto;
	font-size: 1.2em;
	cursor:pointer; 
}

.yes span{
font-size: 0.7em;
}

.yes a {
	cursor:pointer; 
	text-decoration: none;
	color: #FFFFFF;
} 

.yes a:hover {
	cursor:pointer; 
	text-decoration: none;
	color: #FFFFFF;
} 


.no{
	 display: block;
    padding: 0.7em 1em 0.5em 1em;
    text-decoration: none;
	color: #9B7D00;
    text-align: center;
	width: 300px;
    height: 20px;
	margin: 5px auto;
	font-size: 1.2em;
	cursor:pointer; 
} 

.no a {
	cursor:pointer; 
	text-decoration: none;
	color: #9B7D00;
} 

.no a:hover {
	cursor:pointer; 
	text-decoration: none;
	color: #9B7D00;
} 


.caution_title{
   font-weight: bold;
	font-size: 16px;
	text-align: center;
}



}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
	
.pc {display:none;}
.tb {display:block;}
.sp {display:none;}



#contents {
	margin-top:4em;
	width:100%;
}








#footer {
	background:#333333;
	padding:0;
	font-size:90%;
	line-height:200%;

	color:#FFFFFF;
}


#footer .inbox {
	width:96%;
	max-width:1200px;
	padding:40px 0;
	margin:0 auto;
}

#footer .inbox h4 {
	margin:0;
	padding:0;
	font-size:110%;
}

#footer .inbox .ftbox01 {
	width:100%;
	float:none;
	border-right:none;
	padding-right:0px;
	box-sizing:border-box;
	margin-right:0px;
}

#footer .inbox .ftbox01 p {
	font-size:80%;
	margin-top:25px;
	line-height:170%;
}

#footer .inbox .ftbox02 {
	width:33%;
	float:left;
	border-right:#666666 1px solid;
	padding-right:2%;
	box-sizing:border-box;
	margin-right:2%;
}

#footer .inbox .ftbox03 {
	width:33%;
	float:left;
	border-right:#666666 1px solid;
	padding-right:2%;
	box-sizing:border-box;
	margin-right:2%;
}


#footer .inbox .ftbox04 {
	width:30%;
	float:left;
	box-sizing:border-box;
}


#copy {
	text-align:center;
	margin-top:30px;
	font-size:80%;
}


}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

.pc {display:none;}
.tb {display:none;}
.sp {display:block;}


#wapper {
	overflow:hidden;
}


#contents {
	margin-top:4.3em;
	width:100%;
}

#guide {
	display:none;
}

#footer .inbox {
	width:92%;
	padding:30px 0;
}

#footer .inbox .ftbox01 {
	width:100%;
	float:none;
	border-right: none;
	padding-right:0px;
	box-sizing:border-box;
	margin-right:0px;
	text-align:center;
}

#footer .inbox .ftbox01 p {
	font-size:80%;
	margin-top:25px;
	line-height:170%;
	text-align:left;
}

#footer .inbox .ftbox02 {
	display:none;
}

#footer .inbox .ftbox03 {
	display:none;
}


#footer .inbox .ftbox04 {
	display:none;
}



}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20000;
	text-align:center;
	color:#fff;
	top:0;
	left: 0;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #333;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}
