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

html{
	margin: 0;
	padding: 0;
    /*margin-bottom: -30%;*/
}

body{
	margin: 0;
	padding: 0;	
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}


.reflection-img {
  position: relative;
  /*overflow: hidden;*/
  padding: 0px 0px 0px 0px;
}
.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2.5s ease-in-out infinite;
	z-index: 9;
}
 @keyframes reflection {
 0% {
 transform: scale(0) rotate(45deg);
 opacity: 0;
}
 80% {
 transform: scale(0) rotate(45deg);
 opacity: 0.5;
}
 81% {
 transform: scale(4) rotate(45deg);
 opacity: 0.8;
}
 100% {
 transform: scale(50) rotate(45deg);
 opacity: 0;
}
}

#option input{
	outline: none;
	z-index: 9;
	border-radius:0% 0% 0% 0%;
}

#option{
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
	
}

#option a {
    position: relative;
    float: left;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
	height: 30px;
	white-space: nowrap;
	
}

#option input #button2{
	width: 33.33333333%;
	height: 85px;
	float: left;
	background-image:url("../img/icon-tel.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	padding: 35px 0 15px;
	position: absolute;
	}

#option  a.line {
    width: 33.33333333%;
	height: 35px;
	float: left;
	background-image:url("../img/icon-line.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	padding: 35px 0 15px;
	display: block;
}
	
#option a.mail {
    width: 33.33333333%;
	height: 35px;
	float: left;
	background-image:url("../img/icon-mail.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	padding: 35px 0 15px;
	display: block;
}

#p{
	bottom:0;
	background: #ff7abc;
	width: 100%;
	text-align: left;
	z-index: 100;
	display: none;
	padding-top: 12px;
}
#p .close{
	font-size: 1rem;
	color: #FFFFFF;
	text-align: left;
	z-index: 100;
	
}
.close span{
	padding-left: 18px;
	font-weight: bold
}
.opnetime{
	font-size: 0.7rem;
	color: #FFFFFF;
	margin-top: 8px;
	padding-left: 18px;
	padding-bottom: 4px;
}
#p ul{
	margin: 0;
	padding: 8px;
	vertical-align: top;
	font-size: 1rem;
	background: #E7E6E6;
	z-index: 100;
	text-align: center;
	margin-top: 4px;
}

#p ul li{
	display:inline-block;
	color: #FFFFFF;
	margin: 2px 0;
	width: 30%;
	background: #FFFFFF;
	text-align: left;
}

#p li a{
	color: #FF7ABC;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image:url("../img/icon-tel-min.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 16px center;
	padding-left: 32%;
	padding-top:13%;
}

button{
	display: block;
    position: relative;
    float: left;
    width: 33.33333333%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    padding: 25px 0 10px;
	height: 50px;
}

#button2{
	width: 33.33333333%;
	height: 85px;
	background-image:url( "../img/icon-tel.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	border:0;
	position: fixed;
	bottom:0;
	right:0;
	
}
#button3{
	float: right;
	margin-bottom: 10px;
	display: block;
	margin-top: -2px;
	margin-right: 20px;
	background-image:url( "../img/down.png");
	background-repeat: no-repeat;
    background-size:100%;
	width: 16px;
	border: 0;
	background-color: #FF7ABC;
}

@media screen and (max-width: 319px) {
	
	#option{
	display: none;
	}
	.pc {
	display: block;
}
	.sp {
	display: none;
	
}
}

@media screen and (min-width: 481px) {
	#option{
	display: none;
	}
	.pc {
	display: block;
}
	.sp {
	display: none;
	
}
}

@media screen and (max-width: 480px) and (min-width: 320px){

	#p{
	z-index: 100;
	bottom:0;
	}	
	
	#p li a{
		width: 50%;
	}
	
	#option{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
	z-index: 9;
}

	#option a {
    position: relative;
    float: left;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
	height: 30px;
	
	
}
	#option input #button2{
	margin: 0;
	padding: 0;
	width: 33.33333333%;
	height: 85px;
	float: left;
	background-image: url("../img/icon-tel.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
}

	#option  a.line {
    width: 33.33333333%;
	height: 35px;
	float: left;
	background-image:url("../img/icon-line.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	padding: 35px 0 15px;
	display: block;
}
	
	#option a.mail {
    width: 33.33333333%;
	height: 35px;
	float: left;
	background-image: url("../img/icon-mail.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position :center;
	padding: 35px 0 15px;
	display: block;
}

	}