@charset "utf-8";
/* CSS Document */
/* =======================================

	OP

======================================= */
body{
	background-image: url("../images/bg_op_top.png") , url("../images/bg_op.jpg");
	background-position: top center , top center;
	background-color: #FFF;
	background-repeat: no-repeat;
	min-width: 0;
}
.text{
    text-align: center;
    margin: 10px auto;
}
.block1{
    margin: 200px auto 100px;
   	width: 100%;
	text-align: center;
}
.block2{
    margin: 100px auto 100px;
   	width: 100%;
	text-align: center;
}
.shop{
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    margin: 50px 0; 
}
.shop > span{
	margin-left: 20px;
}
.shop > span > i{
	font-size: 28px;
    margin-right: 10px;
    vertical-align: -3px;
}
.caution{
	font-size: 16px;
    line-height: 1.4;
}
.confirmation{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	width: 400px;
    margin: 50px auto;
}
.confirmation li{
	display: table;
}
.confirmation li a{
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 5px solid #FFF;
	transition: all 0.8s ease 0s;
}
.confirmation .btn_enter a{
	background-color: #ff229d;
	box-shadow: 0px 0px 0px 5px #ff229d;
}
.confirmation .btn_leave a{
	background-color: #707070;
	box-shadow: 0px 0px 0px 5px #707070;
}
.confirmation .btn_enter a:hover{
	background-color: rgba(255,34,157,0.6);
	box-shadow: 0px 0px 0px 5px rgba(255,34,157,0.6);
}
.confirmation .btn_leave a:hover{
	background-color: rgba(112,112,112,0.6);
	box-shadow: 0px 0px 0px 5px rgba(112,112,112,0.6);
}
.confirmation li a span{
	display: block;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}
.confirmation li a em{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.about{
    font-size: 16px;
    line-height: 1.5;
}
.ad{
	margin: 50px auto;
}
.ad li{
	margin-bottom: 20px;
}
small{
	position: relative;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    color: #313131;
}
small a {
    color: #313131 !important;
}