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

pickupArea & faqArea & infoArea CSS

///////////////////////////////////////////////// */


/* -------------------------------------------------

pickupArea

------------------------------------------------- */
.pickupArea ul{
	display: flex;
}
.pickupArea ul li {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}
.pickupArea ul li a{
	display: block;
}
.pickupArea ul li a::after{
	content: "CLICK";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	display: block;
	position: absolute;
	width: 50px;
	padding: 5px;
	right: 10px;
	bottom: 0;
	background-color: #5F4728;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	color:#fff;
}
.pickupTit{
	font-size: 1.1em;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	border-bottom: 2px solid #5F4728;
	padding-bottom: 5px;
	margin-bottom: 3px;
	line-height: 125%;
}
.pickupDate{
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin-bottom: 3px;
}
.pickupText{
	display: block;
}
.pickupArea ul li a:hover {
	opacity: 0.8;
}
.pickupArea ul li a img {
	display: block;
}
/* pickupPhoto */
.pickupPhoto {
	overflow: hidden;
	position: relative;
	display: block;
}
.pickupPhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* PC */
@media print, screen and (min-width:769px) {
.pickupArea ul li {
	padding: 20px 20px 30px;
}
/* pickupPhoto */
.pickupPhoto {
	width: 206px;
	height: 206px;
	margin: 0 0 15px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.pickupArea{
	margin: 0 0 10px;
}
.pickupArea ul li{
	padding: 10px 10px 30px;
	line-height:130%;
	margin: 0;
}
/* pickupPhoto */
.pickupPhoto {
	width: 100%;
	height:166px;
	margin: 0 0 8px;
}
}


/* -------------------------------------------------

faqArea

------------------------------------------------- */
.faqArea > section{
	border-bottom:1px dotted #afafaf;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.faqArea > section > p:first-child,
.faqArea > section > div p:nth-child(1){
	color:#fff;
	width: 26px;
	float: left;
	text-align: center;
	font-weight: bold;
	border-radius: 13px;
	line-height: 100%;
}
.faqArea > section > p:first-child{
	background-color: #4bc8ea;
}
.faqArea > section > h5{
	width:calc(100% - 36px);
	float: right;
	font-weight: bold;
	margin: 0 0 15px;
}
.faqArea > section > div{
	clear: both;
	height: auto;
}
.faqArea > section > div p:nth-child(1){
	background-color: #a7ca3d;
}
.faqArea > section > div p:nth-child(2){
	width:calc(100% - 36px);
	float: right;
}
/* PC */
@media print, screen and (min-width:769px) {
.faqArea > section > p:first-child,
.faqArea > section > div p:nth-child(1){
	height: 20px;
	padding:6px 0 0;
}
.faqArea > section > h5{
	padding: 3px 0 0;
	font-size: 1.2em;
}
.faqArea > section > div{
	margin: 0 10px 0 50px;
}
.faqArea > section > div p:nth-child(2){
	font-size: 1.1em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.faqArea > section > p:first-child,
.faqArea > section > div p:nth-child(1){
	height: 26px;
	padding:5px 0 0;
}
.faqArea > section > h5{
	font-size: 1.1em;
}
.faqArea > section > div{
	margin: 0 10px;
}
}


/* -------------------------------------------------

inforArea

------------------------------------------------- */
.inforArea > div{
	border-bottom:1px dotted #afafaf;
	padding:10px 0;
}
.inforArea > div p:nth-child(1){
	color:#aaa;
	font-weight: bold;
	width:100px;
}
.inforArea > div p:nth-child(2){
	width:100px;
}
.inforArea > div p:nth-child(2) span{
	color:#fff;
	width: 80px;
	font-size: 0.8em;
	text-align: center;
	display: inline-block;
}
.inforArea > div p:nth-child(2) span.iconNews,
.boxArea .iconNews{
	background-color: #e47c90;
}
.inforArea > div p:nth-child(2) span.iconTour,
.boxArea .iconTour{
	background-color: #a7ca3d;
}
.inforArea > div p:nth-child(2) span.iconOthers,
.boxArea .iconOthers{
	background-color: #58afff;
}
.inforArea > div p:nth-child(2) span.iconAAAA,
.boxArea .iconAAAA{
	background-color: #aaa;
}
.inforArea > div p:nth-child(2) span.iconBBBB,
.boxArea .iconBBBB{
	background-color: #bbb;
}
.inforArea > div p:nth-child(2) span.iconCCCC,
.boxArea .iconCCCC{
	background-color: #ccc;
}
.inforArea > div p:nth-child(3) a{
	font-size: 1.1em;
}
/* PC */
@media print, screen and (min-width:769px) {
.inforArea{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.inforArea > div p{
	display: table-cell;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.inforArea > div p:nth-child(-n+2){
	display:inline;
}
.inforArea > div p:nth-child(1){
	padding:0 5px 0 0;
	vertical-align: middle;
}
.inforArea > div p:nth-child(3){
	display: block;
	margin-top: 5px;
}
}












