
/*===================================================== */
/* PROFILE PAGE
======================================================= */

/*===================================================== */
/* BEHAVIOR
======================================================= */
#prof #contentsContainer {
	-webkit-animation: 1.4s ease 0s 1 normal h2fadein;
	animation: 1.4s ease 0s 1 normal h2fadein;
}
@-webkit-keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes h2fadein {0% {opacity: 0;}100% {opacity: 1;}}

#profArea,#playArea,#optionArea {
	-webkit-animation: 2.6s ease 0s 1 normal topfadein;
	animation: 2.6s ease 0s 1 normal topfadein;
}
@-webkit-keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}
@keyframes topfadein {0% {opacity: 0;}28% {opacity: 0;}100% {opacity: 1;}}



/* layout
-------------------------------------------------------- */
#contentsContainer{
	display: flex;
	width:100%;
	margin:0 auto 60px;
}
#prof .left{
	width:450px;
}
#prof .right{
	width:480px;
	padding:0 30px;
}
#prof h3{
	text-align: center;
}
#prof section{
	width:100%;
	margin: 0 auto 20px;
}



@media (max-width: 1020px) and (min-width: 768px) { /*タブレット*/

	#contentsContainer{
		display:block;
		width:100%;
		margin:0 auto 60px;
	}
	#prof .left{
		width:100%;
		margin: 0 0 25px;
	}
	#prof .right{
		width:100%;
		padding:0 30px;
		box-sizing: border-box;
	}
}




/* left photo area
-------------------------------------------------------- */
#photoArea{
	position: relative;}
#photoArea #mainphotoArea{
	width:100%;
	min-height: 700px;;
	margin: 0 0 3px;
	text-align: center;
}

#photoArea #iconArea{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 560px;
}




/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/


#detailphoto .photos {
	position: relative;
	width: 450px;	/*540*/
	min-height: 600px;	/*720*/
	margin: 0 0 10px auto;
	padding: 0;
	text-align: center;
}



#detailphoto .photos .flexslider {
	margin: 0 auto 0 0;
	text-align: center !important;
}
#detailphoto .photos .flexslider .slides img {
	width: auto;
	height: auto;
}
/* Control Nav */
#prof .flex-control-nav {width: 100%; position: absolute; bottom: -28px; text-align: center;}
#prof .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#prof .flex-control-paging li a {width: 12px; height: 12px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
#prof .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
#prof .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

#prof .flex-control-thumbs li {width: 66px; float: left; margin: 0;text-align: center;}
#prof .flex-control-thumbs img {width: 60px; display: block; opacity: .7; cursor: pointer;}
#prof .flex-control-thumbs img:hover {opacity: 1;}
#prof .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/**/
#prof .flex-control-thumbs {
	position: static;
	display: inline-block;
	width: 100%;
	margin: 12px auto 0;
	padding: 0;
	text-align: center !important;
}
#prof .flex-control-thumbs li {
	display: inline-block;
	width: 60px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
	text-align: center;
}

#prof .flex-control-thumbs img {
	width: auto;
	height: 80px;
	border-style: none;
}
#prof .flex-control-thumbs img:hover {
	border-style: none;
}
#prof .flex-control-thumbs .flex-active {
	overflow: hidden;
}




/* left price area
-------------------------------------------------------- */
#priceArea{
	margin: 0 0 10px;
}
#priceArea h3{
	margin: 0;
	padding:0;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	color: #fff;
}
#priceArea h3.cate1{
	background:#e94196;
}
#priceArea h3.cate2{
	background:#e5366a;
}
#priceArea h3.cate3{
	background:#9f1cbe;
}
#priceArea .flexSection{
	box-sizing: border-box;
	padding:10px;
}
#priceArea .flexSection.cate1{
	background:#fdeaf3;
}
#priceArea .flexSection.cate2{
	background:#fdeaf3;
}
#priceArea .flexSection.cate3{
	background:#f4e6f8;
}

#priceArea .icon{
	width:40%;
	padding:30px 0 0 20px;
	box-sizing: border-box;
}
#priceArea .price{
	width:57%;
}
#priceArea dl{
	display: flex;
	margin: 0 0  10px;
}
#priceArea dl dt{
	width:40%;
	padding:0;
	margin: 0;
	text-align: right;
}
#priceArea dl dd{
	width:60%;
	padding:0;
	margin: 0;
}
#priceArea .kotsuhi{
	padding-right: 30px;
	text-align:right;
	font-size: 0.94rem;
}


/* review */

/* left review area
-------------------------------------------------------- */
#reviewArea{
	margin:0 0 2.5rem;
}

@media (max-width: 1020px) and (min-width: 768px) { /*タブレット*/

	#reviewArea{
		width:90% !important;
		margin: auto;
	}

}

#reviewArea .outer{
	padding:1px;
	box-sizing: border-box;
	background:#ddd;
}
#reviewArea .inner{

	max-height: 600px;
	overflow: auto;
	background: #fff;
}
#reviewArea article{
	padding:15px;
	border-bottom:1px solid #dddddd;
}
#reviewArea article h4{
	display: inline-block;
	margin-right: 5px;
}
#reviewArea article .star{
	display: inline-block;
}
#reviewArea article .data{
	margin: 0 0 15px;
	color: #8f8d8d;
	font-size:14px;
}
#reviewArea article .data .user{
	display: inline-block;
	margin-right: 10px;
}
#reviewArea article .data .date{
	display: inline-block;
	margin-right: 10px;
}
#reviewArea article .data .shop{
	display: inline-block;
}
#reviewArea article .text{
	font-size: 14px;
	line-height: 1.7;
	color: #000;
}

#reviewArea  .noReview{
	padding:1rem;
	text-align: center;
}
#reviewArea  .toReview a{
	display: block;
	width:200px;
	margin:1.5rem auto;
	padding:0.5rem;
	font-size: 0.8rem;
	text-align: center;
	border: 1px solid #ddd;
	background:#eee;
}



/* right name area
-------------------------------------------------------- */
#nameArea{
	margin: 0 0 5px;
	padding:  10px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.7);
	text-align: center;
	line-height: 1;
}

#nameArea .name{
	font-size: 36px;
	color: #f700dd;
}
#nameArea .age{
	font-size: 24px;
}
/* right prof area
-------------------------------------------------------- */
#profArea{}
#profArea table.profTbl{
	width:100%;
	border-collapse: separate;
	border-spacing: 2px;
}
#profArea table.profTbl th,#profArea table.profTbl td{
	width:50%;
	padding:1.4% 2%;
	box-sizing: border-box;
	background:rgba(255,255,255,0.7);
	font-weight: 100;
	font-size: 18px;
}
#profArea table.profTbl th{
	text-align: right;
	font-weight: 100;
}
#profArea table.profTbl td{
	text-align: left;
}

/* right dto area
-------------------------------------------------------- */
#dtoArea{
	margin: 0 0 10px;
}

/* right option area
-------------------------------------------------------- */
#commentArea{
	padding:10px;
	background:#FFF0F5;
}
#commentArea p{
	font-size: 18px;
	line-height: 1.8;
	font-family:  Meiryo, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans";
}


/* right play area
-------------------------------------------------------- */
#playArea{}

#playArea table.playTbl{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	background:#eee;
}
#playArea table.playTbl th,#playArea table.playTbl td{
	padding:1.4% 2%;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
	font-family:  Meiryo, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans";
}
#playArea table.playTbl th{
	width:40%;
	text-align: right;
	font-weight: 100;
}
#playArea table.playTbl td{
	width:10% !important;
	text-align: center;
}


/* right option area
-------------------------------------------------------- */
#optionArea{}

#optionArea table.optionTbl{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	background:#eee;
}
#optionArea table.optionTbl th,#optionArea table.optionTbl td{
	padding:1.4% 2%;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
	font-family:  Meiryo, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans";
}
#optionArea table.optionTbl th{
	width:40%;
	text-align: right;
	font-weight: 100;
}
#optionArea table.optionTbl td{
	width:10% !important;
	text-align: center;
}

/* right sch area
-------------------------------------------------------- */
#schArea{}
#schArea h3{
	font-size:30px;	
}

#schArea table.schTbl{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	background:#eee;
}
#schArea table.schTbl th,#schArea table.schTbl td{
	width:50%;
	padding:1.4% 4%;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
	font-size: 18px;
}
#schArea table.schTbl th{
	text-align: center;
	font-weight: 100;
}
#schArea table.schTbl td{
	text-align: left;
}

#schArea table.schTbl .sunday,
#schArea table.schTbl .saturday,
#schArea table.schTbl .theday{
	color: #fa71ff;
}
#schArea table.schTbl td a{
	display: inline-block;
	padding:10px;
	background:#fc657d;
	color:#fff;
	font-size: 16px;
	text-align: center;
}

