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


/*----------------------------------------------------
	☆Uniq
----------------------------------------------------*/

/*--index--*/

.photoList ul.itemList{
	width: 100%;
	font-size: 0;
}
.photoList ul.itemList li{
	width: 227px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.photoList ul.itemList li:nth-child(4n){
	margin-right: 0;
}
.photoList ul.itemList li a .day{
	font-size: 12px !important;
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	background: #cdbe7c;
	margin: 15px 0 10px;
}
.photoList ul.itemList li a .ttl{
	font-size: 14px !important;;
	color: #000;
}
.photoList ul.itemList li a:hover .ttl{
	text-decoration: underline;
}
.photoList ul.itemList li a .img{
	background-repeat: no-repeat; 
	background-position:center center; 
	background-size: cover;
	width: 100%; 
	padding-top: 68%;
}
.photoList ul.itemList li a .img.logo{
	border: 1px solid #cdbe7c;
	background-size: contain;
}
.photoList ul.itemList li a {
	text-decoration: none;
	-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.photoList ul.itemList li a:hover{
	opacity: 0.6;
}
.photoList .pager ul.pagerList{
	text-align: center;
	margin-top: 30px;
}
.photoList .pager ul.pagerList li{
	display: inline-block;
	margin-right: 5px;
}
.photoList .pager ul.pagerList li a{
	display: block;
	padding: 7px 10px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	background: #fff;
	border: 1px solid #c8b07b;
	-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.photoList .pager ul.pagerList li:nth-last-child{
	margin-right: 0;
}
.photoList .pager ul.pagerList li.current a,.photoList .pager ul.pagerList li a:hover{
	color: #fff;
	background: #c8b07b;
}


/*--detail--*/
.topArea{
	border-top: 1px solid #d1d1d1;
	padding: 60px 0;
	text-align: center;
}
.topArea .day{
	font-size: 13px;
	display: inline-block;
	color: #fff;
	line-height: 1 !important;
	background: #000;
	padding: 6px 8px;
	margin-bottom: 10px;
}
.topArea .ttl{
	font-size: 26px !important;
}
.topArea .place{
	font-size: 14px;
	margin-bottom: 30px;
}
.topArea .place span{
	font-weight: bold;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px dotted #000;
}
.topArea .img img{
	max-width: 100%;
}
.modelList .imgList .modalLink .txInfo{
	margin-top: 15px;
	text-align: center;
}
.modelList .imgList .modalLink .txInfo .name2{
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
	font-size: 14px !important;
	margin-bottom: 5px;
	line-height: 1 !important;
}
.modelList .imgList .modalLink .txInfo .place{
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
	font-size: 24px !important;
	color: #cdbe7c;
	font-style: italic;
	font-weight: bold;
	line-height: 1 !important;
}
.modelList .imgList .modalLink .txInfo .place span{
	font-size: 13px !important;
}
.modelList .imgList .modalLink:hover{
	text-decoration: none;
}
.modalLink{
	-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transition: .3s;
	
}
.modalLink:hover{
	opacity: 0.7;
}
.photoTable th{
	font-size: 12px !important;
}
.photoTable td{
	font-size: 12px !important;
}
.sche table.modelTable{
	width: 100%;
	border-top: 1px solid #c9c5b5;
	border-left: 1px solid #c9c5b5;
}
.sche table.modelTable tr th{
	width: 150px;
	vertical-align: middle;
	background: #e8e3cd;
	border-right: 1px solid #c9c5b5;
	border-bottom: 1px solid #c9c5b5;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
.sche table.modelTable tr th span{
	display: block;
	font-weight: bold;
}
.sche table.modelTable tr td{
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #c9c5b5;
	border-bottom: 1px solid #c9c5b5;
}
.sche table.modelTable tr td ul{
	font-size: 0;
}
.sche table.modelTable tr td ul li{
	float: left;
	width: 91px;
	text-align: center;
	margin-right: 10px;
}
.sche table.modelTable tr td ul li:nth-child(8n){
	margin-right: 0;
}
.sche table.modelTable tr td ul li:nth-child(1),.sche table.modelTable tr td ul li:nth-child(2),.sche table.modelTable tr td ul li:nth-child(3),
.sche table.modelTable tr td ul li:nth-child(4),.sche table.modelTable tr td ul li:nth-child(5),.sche table.modelTable tr td ul li:nth-child(6),
.sche table.modelTable tr td ul li:nth-child(7),.sche table.modelTable tr td ul li:nth-child(8){
	margin-bottom: 20px;
}
.sche table.modelTable tr td ul li .img{
	padding-top: 100%;
	width: 100%;
	border: 1px solid #dfdfdf;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.sche table.modelTable tr td ul li .name2{
	margin-top: 8px;
	font-size: 12px !important;
}
.max{
	font-size: 11px !important;
	background: #cc1d1d;
	border-radius: 2px;
	color: #fff;
	margin: 0 auto;
	line-height: 1 !important;
	display:block;
	padding: 4px 5px;
	margin-top: 5px;
	width: 45px;
}
.free{
	font-size: 11px !important;
	background: #c4b15b;
	border-radius: 2px;
	color: #fff;
	margin: 0 auto;
	line-height: 1 !important;
	display:block;
	padding: 4px 5px;
	margin-top: 5px;
	width: 45px;
}
.btnArea ul {
	margin: 50px auto 0 auto;
	text-align: center;
}
.btnArea ul li.pinkBtn {
	background:#ed908e;
	border:6px #FFF double;
	font-size:147% !important;
	margin:0 auto;
	color:#FFF !important;
	text-align:center;
	width:300px;
	display: inline-block;
	margin-right: 20px;
	}
.btnArea ul li.last.pinkBtn{
	margin-right: 0;
}
.btnArea ul li.pinkBtn a {
	color:#FFF !important;
	text-decoration:none;
	padding:20px 0;
	display: block;
	}
.btnArea .pdfBtn{
	width: 300px;
	background:#333;
	border:6px #FFF double;
	font-size:147% !important;
	margin:20px auto 0;
	color:#FFF !important;
	text-align:center;
	display: inline-block;
	display: table;
}
.btnArea .pdfBtn a{
	color:#FFF !important;
	text-decoration:none;
	padding:20px 0;
	display: block;
}
