.ch-item {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(255,0,48,0.1);
	cursor: default;
	margin:0 auto;
}

.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	top:20px;
	bottom:20px;
	right:20px;
	background-color:#000000;
	box-shadow: 
		0 0 0 20px rgba(0,0,0,0.4), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

@media screen and (max-width: 60.75em){
.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	top:20px;
	bottom:20px;
	right:20px;
	background-color:#000000;
	box-shadow: 
		0 0 0 20px rgba(0,0,0,0.4), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

}

.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	margin:0 auto;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}



.ch-img-1 { 
	background-image: url(../img/10.jpg);
}

.ch-img-2 { 
	background-image: url(../img/11.jpg);
}

.ch-img-3 { 
	background-image: url(../img/12.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin-left:0px;
	margin-bottom:0;
	padding: 40px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
		text-align:center;
}

.chtxt{
margin:0 auto;
font-size:12px;
line-height:15px;
height:15px;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.btn_box{
width:500px;
height:50px;
top:10px;
margin:0 auto;
font-family: 'Lato', Arial, sans-serif;
font-size: 2em;
text-align:center;
line-height:50px;
}

.btn01{
width:195px;
height:50px;
background-color:#00A99D;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:left;
color:#000000;
}

.btn01 a{
color:#000000;
text-decoration:none;
}

.btn01 a:hover{
color:#FFFFFF;
}

.btn02{
width:195px;
height:50px;
background-color:#00A99D;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:right;
color:#000000;
}

.btn02 a{
color:#000000;
text-decoration:none;
}

.btn02 a:hover{
color:#FFFFFF;
}


@media screen and (max-width: 60.75em){
.btn_box{
width:260px;
height:50px;
margin:0 auto;
font-size: 1.5em;
text-align:center;
line-height:50px;
}


.btn01{
width:110px;
height:50px;
background-color:#00A99D;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:left;
color:#000000;
}

.btn02{
width:110px;
height:50px;
background-color:#00A99D;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:right;
color:#000000;
}

}


/*メールフォーム*/
#wrap {
clear:both;
width:960px;
height:500px;
margin:0 auto;
}

h2{
margin: 0 0 2px;
font-size: 1.4em;
font-family: 'codropsicons', Arial, sans-serif;
text-align:center;
}

	#form_wrap.hide:after, #form_wrap.hide:before {display:none; }


	form {
	background-color:#000000;
		position:relative;top:20px; bottom:20px;overflow:hidden;
		height:200px;width:900px;margin:0px auto;padding:20px 20px 20px 20px; 
		}


		#form_wrap form {height:400px;}
		label {
			margin: 11px 20px 0 0; 
			font-size: 16px; color: #b3aba1;
			text-transform: uppercase; 
			text-shadow: 0px 1px 0px #fff;
		}

		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #000000;background:none;
			width: 860px; height: 36px; padding: 0px 10px; margin: 0 0 10px 0;
			border:1px solid #f8f5f1;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
			-moz-box-shadow: inset 0px 0px 1px #726959;
			-webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
			box-shadow:  inset 0px 0px 1px #b3a895;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}

		#form_wrap input[type=submit] {
			position:relative;font-family: 'codropsicons'; 
			font-size:24px; color: #7c7873;
			width:100%; text-align:center;opacity:1;
			background:none;
			cursor: pointer;
			border:none;
		}

			#form_wrap input:hover[type=submit] {color:#00A99D;}


@media screen and (max-width: 60.75em){

#wrap {
clear:both;
width:260px;
height:500px;
margin:0 auto;
}

h2{
margin: 0 0 2px;
font-size: 1.4em;
font-family: 'codropsicons', Arial, sans-serif;
text-align:center;
}

	#form_wrap.hide:after, #form_wrap.hide:before {display:none; }


	form {
	background-color:#000000;
		position:relative;bottom:20px;overflow:hidden;
		height:200px;width:260px;margin:0px auto;padding:20px 20px 20px 20px; 
		}


		#form_wrap form {height:400px;}
		label {
			margin: 11px 20px 0 0; 
			font-size: 16px; color: #b3aba1;
			text-transform: uppercase; 
			text-shadow: 0px 1px 0px #fff;
		}

		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #7c7873;background:none;
			width: 240px; height: 36px; padding: 0px 10px; margin: 0 0 10px 0;
			border:1px solid #f8f5f1;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
			-moz-box-shadow: inset 0px 0px 1px #726959;
			-webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
			box-shadow:  inset 0px 0px 1px #b3a895;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}

		#form_wrap input[type=submit] {
			position:relative;font-family: 'codropsicons'; 
			font-size:24px; color: #7c7873;
			width:100%; text-align:center;opacity:1;
			background:none;
			cursor: pointer;
			border:none;
		}

			#form_wrap input:hover[type=submit] {color:#00A99D;}


}

.arrow{
width:40px;
margin:0 auto;
text-align:center;
}

.arrow img{
width:100%;
}

.line{
text-align:center;
padding:8px;
color:#FFFFFF;
background-color:#00A99D;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-left:70px;
}

.gallery_l{
text-align:center;
padding:8px;
color:#FFFFFF;
background-color:#FF0030;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-left:80px;
}


.hanbai{
width:80%;
height:30px;
text-align:center;
margin-left: auto;
margin-right:auto;
margin-bottom:20px;
}

.hanbai a{
padding:10px;
background-color:#00A99D;
border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color:#FFFFFF;
  font-weight:bold;
}


/*メールフォーム*/
#mail{
margin-top:80px;
}

#formWrap {
	width:60%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	text-align:center;
}
table.formTable{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


	form {
		position:relative;top:5px; bottom:20px;overflow:hidden;
		width:100%;margin:0px auto;padding:0; 
		}


		#formWrap form {height:350px;}


		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #FFFFFF;background:none;
			width: 90%; height: 30px; padding: 0px 10px; margin:0 auto;
			border:1px solid #4350A2;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}



/*ショップ*/

.shop_box{
width:50%;
float:left;
margin-bottom:30px;
}

.shop_list{
width:50%;
float:left;
margin-bottom:30px;
}


.shop_list_box{
margin-top:40%;
list-style:none;
width:60%;
text-align:center;
}

.shop_list_box p{
border-bottom:1px dashed #FF0030;
font-size:20px;
padding-bottom:10px;
}

.shop_list_box img{
width:100%;
margin:0 auto;
text-align:center;
}

#photo_container{
width:100%;
margin:0 auto;
}


#thumbnail{
    overflow: hidden;
    width:100%;
}
#thumbnail li{
    float: left;
	list-style:none;
}
#thumbnail li img{
    width: 70%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo{
    position: relative;
    height: 550px;
}
#main_photo img{
    position: absolute;
    top:0;
    width: 100%;
}


@media only screen and (max-width: 767px){


#formWrap {
	width:90%;
	height:auto;
	margin:0 auto;
	color:#555;
	font-size:90%;
}

	form {
		position:relative;bottom:20px;overflow:hidden;
		width:100%;margin:0px auto;padding:20px; 
		}


		#formWrap form {height:400px;}
		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #7c7873;background:none;
			width: 90%; height: 30px; padding: 0px 10px; margin:0 auto;
			border:1px solid #4350A2;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}

/*ショップ*/

.shop_box{
width:100%;
}

.shop_list{
width:100%;
float:left;
margin-bottom:30px;
}


.shop_list_box{
margin-top:10px;
list-style:none;
width:90%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.shop_list_box p{
border-bottom:1px dashed #FF0030;
font-size:20px;
padding-bottom:10px;
}

.shop_list_box img{
width:100%;
margin:0 auto;
text-align:center;
}

#photo_container{
width:100%;
margin:0 auto;
}


#thumbnail{
    overflow: hidden;
    width:100%;
}
#thumbnail li{
    float: left;
	list-style:none;
}
#thumbnail li img{
    width: 70%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo{
    position: relative;
    height: 550px;
}
#main_photo img{
    position: absolute;
    top:0;
    width: 100%;
}


}


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

#formWrap {
	width:100%;
	height:auto;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
	form {
		position:relative;bottom:20px;overflow:hidden;
		width:100%;margin:0px auto;padding:20px; 
		}


		#formWrap form {height:400px;}
		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #7c7873;background:none;
			width: 90%; height: 30px; padding: 0px 0px; margin:0 auto;
			border:1px solid #4350A2;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}


}

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

#formWrap {
	width:100%;
	height:auto;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:70%;
}

table.formTable{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-collapse:collapse;
}

	form {
		position:relative;bottom:20px;overflow:hidden;
		width:90%;margin:0px auto;padding:0px; 
		}


		#formWrap form {height:300px;}
		input[type=text], textarea {
			font: 14px normal normal uppercase helvetica, arial, serif;
			color: #7c7873;background:none;
			width: 90%; height: 30px; padding: 0px 0px; margin:0 auto;
			border:1px solid #4350A2;
			-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
		}	

		textarea { height: 80px; padding-top:14px;}

		textarea:focus, input[type=text]:focus {background:rgba(255,255,255,.35);}


}