@charset "utf-8";

/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input, select {
    vertical-align:middle;
}

a {
	text-decoration:none;
	color: #ff0000;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	text-decoration:underline;
}
a img {
    border-style:none;
}



body {
	width:100%; 
	height: auto;
	margin: 0 auto;
    font: 14px/22px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color:#333;
	min-width: 320px;
	max-width: 640px;
	background: #ff9998;
}

#container {
	overflow:hidden;
	text-align:left;
}



.center{
	text-align:center;
	margin:0 auto;
}

.left{
	text-align:left;
}

.b{
	font-weight:bold;
}

.txt12{
	font-size:12px;
}

.txt18{
	font-size:18px;
}

.orange {
	color:#fe9d0f;
}

.pink {
	color:#f5328e;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.mt10 {
	margin-top:10px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}


.txt {
	margin:10px 0;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

.video-container {
  position: relative;
  text-align: center;
}

.top{
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
  }
video {
	width: 100%;
	 	display: block;
}

.t-title{
	margin: 10px 0;
}

.txt-area{
	color: #5a1717;
	background: #fdd7ae;
	border-radius: 12px;
	margin: 10px;
	padding: 6px 10px;
}

.ng{
	color: #ff0000;
	text-align: center;
}


.er{
	color: #ff0000;
	margin: 5px;
}

#txt-area{	
	color: #5a1717;
	background: #fdd7ae;
	border-radius: 12px;
	margin: 10px;
	padding: 6px 10px;
}

.title{
	text-align: center;
	margin-bottom: 15px;
	background: #a102ea;
	color: #fff;
	border-radius: 12px;
	padding: 5px;
	font-size: 16px;
}

.txt-area p{
	margin: 8px 0;
}

#cat{
	margin:10px;
	padding: 5px;
	background: #fff;
}


#cat ul li{
	width:96%;
	padding:1%;
	margin:1%;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.mon{
	background: #a102ea;
	border-radius: 30px;
	border: 2px solid #fff900;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	margin: 5px 20%;
}

.ca01,.ca02{
	background: url(../images/arrow.svg) 98% center no-repeat #fb577c;
	background-size: 14px auto;
}

.ca03,.ca04{
	background: url(../images/arrow.svg) 98% center no-repeat #fe8002;
	background-size: 14px auto;
}

.ca05,.ca06{
	background: url(../images/arrow.svg) 98% center no-repeat #3dabfe;
	background-size: 14px auto;
}

.ca07,.ca08{
	background: url(../images/arrow.svg) 98% center no-repeat #76b42b;
	background-size: 14px auto;
}

.ca09,.ca10{
	background: url(../images/arrow.svg) 98% center no-repeat #5d3bb4;
	background-size: 14px auto;
}




.ca-img{
	float: left;
	width: 75px
}

.ca-img img{
	border-radius: 8px;
}

.ca-txt{
	margin:0 20px 0 85px;
}

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
	margin: 15px auto;
	text-align: center;
	color: #ff0000;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}

.btn {
  animation: vertical ease-in-out infinite alternate;
  text-align:center;
}

.btn{ animation-duration: 1.8s}



.kuchi{
	background: #fff;
	margin: 5px 4%;
	border-radius: 8px;
	padding: 3%;
}

.k-area{
	border-top: 1px dotted #5e0008;
	padding-top: 8px;
	margin-top: 8px;
}

.post_icon{
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #ff3366;
}


.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 20px;
}

.star-rating-front {
	position: absolute;
	top: 0;
	left: 88px;
	overflow: hidden;
	color: #ffcc33;
	z-index: 10;
}
.star-rating-back {
  color: #ccc;
  position: absolute;
  top: 0;
  left: 88px;
}


.star-rating2 {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 14px;
}

.star-rating-front2 {
	position: absolute;
	top: 0;
	left: 50px;
	overflow: hidden;
	color: #ffcc33;
	z-index: 10;
}
.star-rating-back2 {
  color: #ccc;
  position: absolute;
  top: 0;
  left: 50px;
}




.btn a{
	background: url(../images/arrow.svg) no-repeat 98% #4b9a3b;
	background-size: 10px;
    border-radius: 10px;
    border-bottom: 4px solid #2f7122;
    display: block;
    padding: 10px;
    text-align: center;
    margin:15px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


#form{	
	background: #fff;
	padding: 10px;
	margin: 30px 10px;
 	border:3px solid #ff3366;
	border-radius: 12px;
}

input {
	width: 200px;
	font-size: 1.2em;
	background: #fff;
	border: 2px solid #eee;
}

select {
	font-size: 1.2em;
	background: #fff;
	border: 2px solid #eee;
}

.submit{
	width: 90%;
	height: 50px;
	margin: 0 auto 15px;
	padding: 0;
	border: 2px solid #ffffff;
	display: block;
	line-height: 47px;
	color: #FFFFFF !important;
	background: url(../images/arrow.svg) no-repeat 98% #4b9a3b;
    border-radius: 10px;
    border-bottom: 4px solid #2f7122;
	background-size: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
	text-shadow: 1px 1px 0 rgba(25,25,25,0.3);
	text-decoration: none;
	display: block;
	box-sizing: border-box;

}


#footer{
	border-top: 2px solid #fdd7ae;
	background:#ff9998;
	padding:0;
	text-align:center;
	color: #5a1717;
	font-size: 12px;
	margin-top: 30px;
}

.footer-logo{
	margin: 10px auto;
	width: 200px;
}

.footer-com{
	margin: 5px;
	text-align:left;
	font-size: 12px;
}


#footer-menu{
	margin-bottom: 10px;
}

#footer-menu li {
	height:40px;
	border-bottom: 2px solid #ffeb02;
	font-size:12px;
}


#footer-menu li a {
	text-align:left;
	height:40px;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #5a1717;
	font-weight:bold;
    background: url("../images/arrow.svg") 99% center no-repeat;
    -webkit-background-size: 12px;
}



address {
	padding:10px 0;
	font-size: 12px;
	font-style: normal;
}

.red{
	color: #ff0c7c;
}