﻿@charset "UTF-8";

/***** common *****/

body,button,input,select,textarea { font-family: "YakuHanJP", "MyYuGothicM", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;}
html, body, img, p, a, div, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;}
body {
	width: 100%;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background: #fff;}
header,
main,
footer {
	width: 600px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;}
main { padding-bottom: 30px;}
header h1 {color: #535353;
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	overflow: hidden;
	padding: 10px 0px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	border-top: solid 3px #fc0fc0;}
header h2 {
	padding: 10px 0px;
	font-size: 20px;
	width: 100%;
	text-align: center;
	color: #d10202;
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;}
	@-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;}}
section {
	width: 600px;
	margin: 0 auto;}
section.content { margin: 0 auto 50px;}
section.content div.Title {
	font-weight: bold;
	width: 100%;
	border-bottom: solid 1px #ccc;}
section.content div.Title ul li:nth-child(1) { margin: 2% 3%; font-size: 18px;}
section.content div.Title ul li:nth-child(2) { margin: -20px 3% -10px;}
section.content div.Title ul li:nth-child(1) span { }
section.content div.Title ul li:nth-child(1) span:after {
	content: ",";
	margin-right: 10px; }
section.content div.Title ul li:nth-child(2) span {
	width: auto;
	margin: 0 0 0 -15px;
	padding: 0;}
section.content div.Title ul li:nth-child(2) span:before {
	content: url(../images/distance.png);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(.35);
	transform: scale(.35);
	margin: 0 -5px 0 0;
	padding: 0;}
section.content div.Title ul li:nth-child(2) span:after {
	content: "";
	margin-right: 10px;}
section.content div.Text p {
	padding: 10px;
	font-size: 13px;}
section.profile {}
section.profile h1 {
	border: solid 1px #ccc;
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #888;}
section.profile ul {
	width: 90%;
	margin: 0 auto;}
section.profile ul li {
	width: 49%;
	margin: 20px auto 10px;
	text-align: left;
	font-size: 12px;
	display: inline-block;
	color: #888;}
section.profile ul li span {
	text-align: center;
	margin-right: 10px;
	display: inline-block;}
section.profile ul li span:after {
	content:"：";
	display: inline-block;
	color: #888;
	margin: 0 0 0 10px;}
section.profile ul li { border-bottom: dotted 1px #ccc;}
section.profile ul li:nth-child(1),
section.profile ul li:nth-child(3),
section.profile ul li:nth-child(5),
section.profile ul li:nth-child(7),
section.profile ul li:nth-child(9),
section.profile ul li:nth-child(11),
section.profile ul li:nth-child(13) { border-right: dotted 1px #ccc;}
section.profile p.chat {
	text-align: center;
	width: 100%;
	margin: 30px auto;}
section.profile p.chat a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ec006a;}
section.profile div.heart {
	text-align: center;
	width: 100%;
	margin: 50px auto 100px;}
section.profile div.heart a {
	font-size: 18px;
	border: solid 1px #ccc;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	display: inline-block;
	text-decoration: none;
	color: #fc0fc0;
	background: #ffffff;
	box-shadow: 0px 0px 6px 1px #cccc;}
section.tebiki h1 {
	border: solid 1px #ccc;
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #888;}
section.tebiki ul {
	margin: 0 auto;
	width: 90%;}
section.tebiki ul li {
	line-height: 18px;
	margin: 20px auto 0;
	border-bottom: dotted 1px #ccc;font-size: 11px;}
section.tebiki ul li span.red {
	color: #ff0000;
	font-size: 10px;}
footer {
	text-align: center;
	margin: 0 auto;
	border-top: solid 1px #ccc;}

@import "bourbon";
	$num-of-slide: 5;
	.wrapper {
		margin: 1em auto;
		position: relative;}
	input { display: none;}
	.inner {
		width: 500%;
		line-height: 0;}
	article {
		width: 20%;
		float: left;
		position: relative;}
	article img { width: 100%;}
	.slider-prev-next-control {
		height: 50px;
		position: absolute;
		top: 50%;
		width: 600px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);}
	.slider-prev-next-control label {
		display: none;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(255,255,255,0.5);
		/*  opacity: 0.7;*/}
	.slider-prev-next-control label:hover { opacity: 1;}
	.slider-dot-control {
		position: absolute;
		width: 100%;
		bottom: 0;
		text-align: center;}
	.slider-dot-control label {
		cursor: pointer;
		border-radius: 5px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #bbb;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;}
	.slider-dot-control label:hover {
		background: #ccc;
		border-color: #777;}
/* Info Box */
	.info {
		position: absolute;
		font-style: italic;
		line-height: 20px;
		opacity: 0;
		color: #000;
		text-align: left;
		-webkit-transition: all 1000ms ease-out 600ms;
		-moz-transition: all 1000ms ease-out 600ms;
		transition: all 1000ms ease-out 600ms;}
	.info h3 {
		color: #fcfff4;
		margin: 0 0 5px;
		font-weight: normal;
		font-size: 1.5em;
		font-style: normal;}
	.info.top-left {
		top: 30px;
		left: 30px;}
	.info.top-right {
		top: 30px;
		right: 30px;}
	.info.bottom-left {
		bottom: 30px;
		left: 30px;
	.info.bottom-right {
		bottom: 30px;
		right: 30px;}
}
/* Slider Styling */
.slider-wrapper {
		width: 100%;
		overflow: hidden;
		border-radius: 5px;
		background: #fff;
		background: #fcfff4;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		transition: all 500ms ease-out;}
.slider-wrapper .inner {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		margin: 0;
		line-height: 30px;
		font-size: 2.5em;
		display: block;
		color: #777;}
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
		content: "\f105";
		padding-left: 10px;}
#slide1:checked ~ .slider-prev-next-control label:nth-child(2),
#slide2:checked ~ .slider-prev-next-control label:nth-child(3),
#slide3:checked ~ .slider-prev-next-control label:nth-child(4),
#slide4:checked ~ .slider-prev-next-control label:nth-child(5),
#slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
		display: block;
		float: right;
		margin-right: 10px;}
#slide2:checked ~ .slider-prev-next-control label:nth-child(1),
#slide3:checked ~ .slider-prev-next-control label:nth-child(2),
#slide4:checked ~ .slider-prev-next-control label:nth-child(3),
#slide5:checked ~ .slider-prev-next-control label:nth-child(4),
#slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
		display: block;
		float: left;
		margin-left: 10px;}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
	content: "\f104";
	padding-left: 8px;}
#slide1:checked ~ .slider-dot-control label:nth-child(1),
#slide2:checked ~ .slider-dot-control label:nth-child(2),
#slide3:checked ~ .slider-dot-control label:nth-child(3),
#slide4:checked ~ .slider-dot-control label:nth-child(4),
#slide5:checked ~ .slider-dot-control label:nth-child(5) { background: #333;}
#slide1:checked ~ .slider-wrapper article:nth-child(1) .info,
#slide2:checked ~ .slider-wrapper article:nth-child(2) .info,
#slide3:checked ~ .slider-wrapper article:nth-child(3) .info,
#slide4:checked ~ .slider-wrapper article:nth-child(4) .info,
#slide5:checked ~ .slider-wrapper article:nth-child(5) .info { opacity: 1;}
#slide1:checked ~ .slider-wrapper .inner { margin-left: 0%;}
#slide2:checked ~ .slider-wrapper .inner { margin-left: -100%;}
#slide3:checked ~ .slider-wrapper .inner { margin-left: -200%;}
#slide4:checked ~ .slider-wrapper .inner { margin-left: -300%;}
#slide5:checked ~ .slider-wrapper .inner { margin-left: -400%;}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
	.slider-wrapper { border-radius: 0;}
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
	.slider-wrapper { border-radius: 0;}
	.slider-wrapper .info { opacity: 0; }
}
@media only screen and (min-width: 850px) {
	body {/* padding: 0 80px;*/}
}

@media screen and (max-width: 599px) {
	.slider-prev-next-control { width: 99%;}
	header,
	main,
	footer {
		width: 100%;
		margin: 0 auto;
		border-left: unset;
		border-right: unset;}
		header, section, footer { width: 99.5%;}
	div.mainImg p,
	div.coment p { font-size: 20px;}
	div.profile table {
		display: block;
		margin: 0 3%;
		width: 94%;}
	div.profile table tr th {
		background: #777;
		color: #fff;
		border-radius: 3px;
		margin: 2px 0;
		padding: 0 1vw;
		width: 18vw;
		display: table-cell;
		height: 12vw;
		line-height: 26px;
		font-size: 4vw;}
	div.profile table tr td {
		padding: 0 3% 0 2%;
		width: 32%;
		font-size: 4vw;}
	div.profile ul {
	display: block;
		margin: 3% 3%;
		width: 94%;}
	div.profile ul li {
		height: 15vw;
		line-height: 15vw;
		font-size: 20px;}
	div.shosai table tr th {
		width: 30%;
		padding: 12px 10px;
		background: #777;
		color: #fff;
		text-align: left;
		font-size: 4vw;}
	div.shosai table tr td {
		padding: 12px 10px;
		width: 60%;
		font-size: 4vw;}
	section.LinkBTN a {
		border: solid 1px #666666;
		width: 80%;
		display: block;
		margin: 0 auto;
		padding: 5vw 0;
		font-size: 5vw;
		text-decoration: none;}
	section.LinkBTN p {
		margin: 10px auto 0;
		padding: 0px 0 20px;
		width: 80%;
		text-align: left;
		font-size: 4vw;}
	section.FirstOfAll ul li {
		margin-bottom: 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #888;
		padding: 4vw;
		font-size: 3.5vw;}
	input {
		width: 250px;
		font-size: 4vw;
		padding: .5vw 2vw;}
	div.mainImg {
		text-align: center;
		width: 250px;
		margin: 0 auto;}
	div.shosai {
		display: inline-block;
		margin: 0 3%;
		width: 94%;}
	div.profile ul li a { font-size: 16px;}
	div.profile ul li:before {
		float: left;
		width: 10%;
		height: 25px;
		text-align: center;
		font-weight: bold;
		margin-right: 10px;
		margin-left: 10px;
		position: relative;
		top: 6px;}
}