@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
html, body {
    height: 100%;
	overflow-x: hidden;

}
body{

	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Noto Sans JP', sans-serif;
	color: #404040;
	background-color: #FCFCFC;
	overflow-x: hidden;

	box-sizing : border-box;

	background-image: linear-gradient(to top, #fff1eb 0%, #fff1eb 30%, #ace0f9 100%);
}
	
h1{
	color: #FCFCFC;
	padding: 0px;

}

h2{
	color: #FCFCFC;	
	font-weight: bold;
}

h3{
	padding-bottom: 10px;
}

hr{
	height: 1px;
	border: none;
	border-top: 1px #fff solid;	
}

.top_menu_parent{
	background-color: #76B6B8;
	height: 80px;
	color: #FFF;
}
.under_menu_parent{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;			
	
}
.main-contents{
}
a.top-icon{
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.lead-title{

	padding: 15px;
	border-bottom: 1px solid #404040;
}

.lead-list{
	padding: 15px;	
}

.footer a {
	color: #FCFCFC;
}
.footer{
	padding: 15px;
	width: 100%;
	margin: 0px;
	background-color: #56a3a5;
	color: #FCFCFC;
	position: absolute;
	bottom: 0px;
}

.footer-copyright{
	text-align: center;
}

.inner-img{
	position: absolute;
	top: 10px;
  width: 280px;
  height: 280px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

.card-view{
	height: 300px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;			

	border-bottom:  #ccc 1px solid;
	border-right:  #ccc 1px solid;

	padding: 15px;

	margin: 0 auto;
	background-color: #fff;
	color: #2b8590;
	top:50px;
	position: absolute;
    left: 20px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}


.end-card{

	height: 300px;
	width: 300px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;			

	border-bottom:  #ccc 1px solid;
	border-right:  #ccc 1px solid;

	padding: 15px;

	margin: 0 auto;
	background-color: #fff;
	color: #2b8590;
	top:50px;
    left: 20px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

	.cauntion_wrapper {
		min-height: 60vh;
		margin: 0 auto;
		position: relative;
		top:100px;
	}
	.cauntion{
		padding: 20px;
		bottom: 0;
	}


.contain {
	height: 100%;
}

.inner-contain{
	width: 80%;
}

.rotate-right{
	position: absolute;
  transform: rotate(30deg) scale(0.8);
  transition: 1s;
  margin-left: 400px;
  cursor: e-resize;
  opacity: 0;
  z-index: 10;
 }

 .rotate-left{
 	position: absolute;
  transform: rotate(-30deg) scale(0.8);
  transition: 1s;
  margin-left: -400px;
  cursor: e-resize;
  opacity: 0;
  z-index: 10;
 }

 .menu-btm{
 	position: absolute;
 }

 .btn-btm{
 	height: 150px;
 	border: 0px solid #404040;
 	border-radius: 200px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;			


 }

 .btn-chk{
 	background-color: #FE9B91;
 	border-color: #D9756B;
 }

 .btn-chk:hover{
 	background-color: #D9756B;
 	border-color: #D9756B;
 }
  .btn-chk:active {
 	background-color: #D96559;
 	border-color: #D96559;
 }



.btn-chk:focus  {
	background-color: #D96559;
	border-color: #D96559;
}

.left-hidden{
  opacity: 0;


}

.right-hidden{
  opacity: 0;

}

.screen{
	background-color: #000;
	 background: rgba(45,45,45, 0.8);
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1800001;
}

.screen-contain{

	color: #FFF;

}

.btn-primary{
	color:#FFF;
}

.btn-primary:hover{
	color:#FFF;
}


.btn-primary:active{
	color:#FFF;
}

.btn-primary:focus{
	color:#FFF;
}

.pass{
	color: #333;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: #FFF;	
}

.card{
	z-index: 1800000;
	width: 100%;
	color: #FFF;
}

.card-parent{
	width: 300px;
}

.media{
	padding: 20px;
	border-radius: 20px;
	margin: 5px;
	background-color: #fff;

}

.title{
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
}

.status{
	color: #888;
}

.nope-color{
	font-weight: bolder;
	color: #5bc0de;
}
.like-color{

	font-weight: bolder;
	color: #D9756B;
}

.result_card_img{
  width: 250px;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */	
}


.under-menu{
	cursor: pointer;
	bottom: 0;
	left: 0px;
	background-color: #fff1eb;
	position: fixed;
	width: 100%;
    margin: 0 auto;
    text-align: center;
    display: table;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 100px;
	padding: 0px;
	z-index: 999999;
}

.under_menu_li{
	cursor: pointer;
	text-align: left;
	padding: 20px;

}

.under_slide{
	display: none;
	background-color: #fff1eb;
}

.menu_link{
	color: #5bc0de;
	text-decoration: none;
	text-decoration-line: none;

}