@charset "UTF-8";
/* ===================================================================
チラシ掲載ツアー（common.css）
=================================================================== */

.chirashi-wrap {
	margin: auto;
	text-align: center;
}


/* 横スクロールバーを出すver
@media screen and (min-width: 375px) {
	.chirashi-wrap {
		overflow: auto; 
		white-space: nowrap;
	}
	.chirashi-wrap::-webkit-scrollbar {
		height: 10px;
	}
	.chirashi-wrap::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.chirashi-wrap::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	}
@media screen and (min-width: 768px) {
	.chirashi-wrap {
		overflow: auto; 
		white-space: nowrap;
	}
	.chirashi-wrap::-webkit-scrollbar {
		height: 10px;
	}
	.chirashi-wrap::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.chirashi-wrap::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	}
@media screen and (min-width: 992px) {
	}
 */

/*----------------------------------- 
  チラシ記事一覧（archive-chirashi）用
------------------------------------*/
.chirashi_list {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 3px solid transparent;
	border-width: 2px;
	border-image: url(../images/border3@2x.png) 4 repeat;
	border-collapse: separate;
	padding: 0!important;
}
.chirashi_list li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
	padding: 20px 0;
	border-bottom: 3px solid transparent;
	border-width: 2px;
	border-image: url(../images/border3@2x.png) 4 repeat;
	border-collapse: separate;
}
.chirashi_list li a:hover {
	background-color: #EFEBDC;
	text-decoration: none;
}

.chirashi_list li .article_date {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 33%;
}
.chirashi_list li .article_title {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 33%;
}
.chirashi_list li .more-link {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 33%;
}

/*----------------------------------- 
  チラシ掲載ツアー内ナビボタン
------------------------------------*/
.flyer-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.flyer-navi a {
  margin: 0 3%;
}


/*----------------------------------- 
  チラシ（オモテ・ウラ面共通）
------------------------------------*/

.chirashiImg {
	z-index: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.chirashiImg img {
	max-width: 100%;
}

/*----------------------------------- 
  チラシ（オモテ面）
------------------------------------*/

/* 4x6 format（共通） */
#fourxsix-format {
	position: relative;
}

#chirashi-omote #fourxsix-format a {
border-radius: 10px;
border-width: 4px;
border-color: #D30B81;
border-style: solid;
display: block;
}

/* 3x5 format（共通） */
#threexfive-format {
	position: relative;	
}

#chirashi-omote #threexfive-format a {
border-radius: 10px;
border-width: 4px;
border-color: #D30B81;
border-style: solid;
display: block;
}


@media screen and (max-width: 319px) {
	#chirashi-omote {
		overflow:hidden;
		height:auto;
		width: 100%;
	}
	
/*オモテ面*/
/* 4x6 format */
#chirashi-omote #fourxsix-format a img {
height:42px;
width:100%;
}

#chirashi-omote #fourxsix-format #tour-row1-1,
#chirashi-omote #fourxsix-format #tour-row1-2,
#chirashi-omote #fourxsix-format #tour-row1-3,
#chirashi-omote #fourxsix-format #tour-row1-4 ,
#chirashi-omote #fourxsix-format #tour-row1-5,
#chirashi-omote #fourxsix-format #tour-row1-6,
#chirashi-omote #fourxsix-format #tour-row2-1,
#chirashi-omote #fourxsix-format #tour-row2-2,
#chirashi-omote #fourxsix-format #tour-row2-3,
#chirashi-omote #fourxsix-format #tour-row2-4 ,
#chirashi-omote #fourxsix-format #tour-row2-5,
#chirashi-omote #fourxsix-format #tour-row2-6,
#chirashi-omote #fourxsix-format #tour-row3-1,
#chirashi-omote #fourxsix-format #tour-row3-2,
#chirashi-omote #fourxsix-format #tour-row3-3,
#chirashi-omote #fourxsix-format #tour-row3-4 ,
#chirashi-omote #fourxsix-format #tour-row3-5,
#chirashi-omote #fourxsix-format #tour-row3-6,
#chirashi-omote #fourxsix-format #tour-row4-1,
#chirashi-omote #fourxsix-format #tour-row4-2,
#chirashi-omote #fourxsix-format #tour-row4-3,
#chirashi-omote #fourxsix-format #tour-row4-4 ,
#chirashi-omote #fourxsix-format #tour-row4-5,
#chirashi-omote #fourxsix-format #tour-row4-6 {
	width: 15%;
	height: auto;
}


#chirashi-omote #fourxsix-format #tour-row1-1 {
	position:absolute;
	margin:60% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row1-6 {
	position:absolute;
	margin:60% 0 0 84%;
}

#chirashi-omote #fourxsix-format #tour-row2-1 {
	position:absolute;
	margin:80% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row2-2 {
	position:absolute;
	margin:80% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row2-3 {
	position:absolute;
	margin:80% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row2-4 {
	position:absolute;
	margin:80% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row2-5 {
	position:absolute;
	margin:80% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row2-6 {
	position:absolute;
	margin:80% 0 0 84%;
}	

#chirashi-omote #fourxsix-format #tour-row3-1 {
	position:absolute;
	margin:100% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row3-2 {
	position:absolute;
	margin:100% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row3-3 {
	position:absolute;
	margin:100% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row3-4 {
	position:absolute;
	margin:100% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row3-5 {
	position:absolute;
	margin:100% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row3-6 {
	position:absolute;
	margin:100% 0 0 84%;
}
#chirashi-omote #fourxsix-format #tour-row4-1 {
	position:absolute;
	margin:120% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row4-2 {
	position:absolute;
	margin:120% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row4-3 {
	position:absolute;
	margin:120% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row4-4 {
	position:absolute;
	margin:120% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row4-5 {
	position:absolute;
	margin:120% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row4-6 {
	position:absolute;
	margin:120% 0 0 84%;
}


/* 3x5 format */
#chirashi-omote #threexfive-format a img {
height:60px;
width:100%;
}

#chirashi-omote #threexfive-format #tour-row1-1,
#chirashi-omote #threexfive-format #tour-row1-2,
#chirashi-omote #threexfive-format #tour-row1-3,
#chirashi-omote #threexfive-format #tour-row1-4,
#chirashi-omote #threexfive-format #tour-row1-5,
#chirashi-omote #threexfive-format #tour-row2-1,
#chirashi-omote #threexfive-format #tour-row2-2,
#chirashi-omote #threexfive-format #tour-row2-3,
#chirashi-omote #threexfive-format #tour-row2-4,
#chirashi-omote #threexfive-format #tour-row2-5,
#chirashi-omote #threexfive-format #tour-row3-1,
#chirashi-omote #threexfive-format #tour-row3-2,
#chirashi-omote #threexfive-format #tour-row3-3,
#chirashi-omote #threexfive-format #tour-row3-4,
#chirashi-omote #threexfive-format #tour-row3-5 {
	width: 18%;
	height: auto;
}

#chirashi-omote #threexfive-format #tour-row1-1 {
	position:absolute;
margin:60% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row2-1 {
	position:absolute;
	margin:88% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row2-2 {
	position:absolute;
	margin:88% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row2-3 {
	position:absolute;
	margin:88% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row2-4 {
	position:absolute;
	margin:88% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row2-5 {
	position:absolute;
	margin:88% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row3-1 {
	position:absolute;
	margin:116% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row3-2 {
	position:absolute;
	margin:116% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row3-3 {
	position:absolute;
	margin:116% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row3-4 {
	position:absolute;
	margin:116% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row3-5 {
	position:absolute;
	margin:116% 0 0 80%;
}

}/*end max-width: 319px*/

@media screen and (min-width: 320px) {
	#chirashi-omote {
		overflow:hidden;
		height:auto;
		width: 100%;
	}
	
/*オモテ面*/
/* 4x6 format */
#chirashi-omote #fourxsix-format a img {
height:52px;
width:100%;
}

#chirashi-omote #fourxsix-format #tour-row1-1,
#chirashi-omote #fourxsix-format #tour-row1-2,
#chirashi-omote #fourxsix-format #tour-row1-3,
#chirashi-omote #fourxsix-format #tour-row1-4 ,
#chirashi-omote #fourxsix-format #tour-row1-5,
#chirashi-omote #fourxsix-format #tour-row1-6,
#chirashi-omote #fourxsix-format #tour-row2-1,
#chirashi-omote #fourxsix-format #tour-row2-2,
#chirashi-omote #fourxsix-format #tour-row2-3,
#chirashi-omote #fourxsix-format #tour-row2-4 ,
#chirashi-omote #fourxsix-format #tour-row2-5,
#chirashi-omote #fourxsix-format #tour-row2-6,
#chirashi-omote #fourxsix-format #tour-row3-1,
#chirashi-omote #fourxsix-format #tour-row3-2,
#chirashi-omote #fourxsix-format #tour-row3-3,
#chirashi-omote #fourxsix-format #tour-row3-4 ,
#chirashi-omote #fourxsix-format #tour-row3-5,
#chirashi-omote #fourxsix-format #tour-row3-6,
#chirashi-omote #fourxsix-format #tour-row4-1,
#chirashi-omote #fourxsix-format #tour-row4-2,
#chirashi-omote #fourxsix-format #tour-row4-3,
#chirashi-omote #fourxsix-format #tour-row4-4 ,
#chirashi-omote #fourxsix-format #tour-row4-5,
#chirashi-omote #fourxsix-format #tour-row4-6 {
	width: 15%;
	height: auto;
}


#chirashi-omote #fourxsix-format #tour-row1-1 {
	position:absolute;
	margin:60% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row1-6 {
	position:absolute;
	margin:60% 0 0 84%;
}

#chirashi-omote #fourxsix-format #tour-row2-1 {
	position:absolute;
	margin:80% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row2-2 {
	position:absolute;
	margin:80% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row2-3 {
	position:absolute;
	margin:80% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row2-4 {
	position:absolute;
	margin:80% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row2-5 {
	position:absolute;
	margin:80% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row2-6 {
	position:absolute;
	margin:80% 0 0 84%;
}	

#chirashi-omote #fourxsix-format #tour-row3-1 {
	position:absolute;
	margin:100% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row3-2 {
	position:absolute;
	margin:100% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row3-3 {
	position:absolute;
	margin:100% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row3-4 {
	position:absolute;
	margin:100% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row3-5 {
	position:absolute;
	margin:100% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row3-6 {
	position:absolute;
	margin:100% 0 0 84%;
}
#chirashi-omote #fourxsix-format #tour-row4-1 {
	position:absolute;
	margin:120% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row4-2 {
	position:absolute;
	margin:120% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row4-3 {
	position:absolute;
	margin:120% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row4-4 {
	position:absolute;
	margin:120% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row4-5 {
	position:absolute;
	margin:120% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row4-6 {
	position:absolute;
	margin:120% 0 0 84%;
}


/* 3x5 format */
#chirashi-omote #threexfive-format a img {
height:70px;
width:100%;
}

#chirashi-omote #threexfive-format #tour-row1-1,
#chirashi-omote #threexfive-format #tour-row1-2,
#chirashi-omote #threexfive-format #tour-row1-3,
#chirashi-omote #threexfive-format #tour-row1-4,
#chirashi-omote #threexfive-format #tour-row1-5,
#chirashi-omote #threexfive-format #tour-row2-1,
#chirashi-omote #threexfive-format #tour-row2-2,
#chirashi-omote #threexfive-format #tour-row2-3,
#chirashi-omote #threexfive-format #tour-row2-4,
#chirashi-omote #threexfive-format #tour-row2-5,
#chirashi-omote #threexfive-format #tour-row3-1,
#chirashi-omote #threexfive-format #tour-row3-2,
#chirashi-omote #threexfive-format #tour-row3-3,
#chirashi-omote #threexfive-format #tour-row3-4,
#chirashi-omote #threexfive-format #tour-row3-5 {
	width: 18%;
	height: auto;
}

#chirashi-omote #threexfive-format #tour-row1-1 {
	position:absolute;
margin:60% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row2-1 {
	position:absolute;
	margin:88% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row2-2 {
	position:absolute;
	margin:88% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row2-3 {
	position:absolute;
	margin:88% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row2-4 {
	position:absolute;
	margin:88% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row2-5 {
	position:absolute;
	margin:88% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row3-1 {
	position:absolute;
	margin:116% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row3-2 {
	position:absolute;
	margin:116% 0 0 22%;
}

#chirashi-omote #threexfive-format #tour-row3-3 {
	position:absolute;
	margin:116% 0 0 41%;
}

#chirashi-omote #threexfive-format #tour-row3-4 {
	position:absolute;
	margin:116% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row3-5 {
	position:absolute;
	margin:116% 0 0 80%;
}

}/*end min-width: 320px*/


@media screen and (min-width: 768px) {
	#chirashi-omote {
		overflow:hidden;
		height:auto;
		width: 94%;
	}
	
/*オモテ面*/
/* 4x6 format */
#chirashi-omote #fourxsix-format a img {
height:120px;
width:100%;
}

#chirashi-omote #fourxsix-format #tour-row1-1,
#chirashi-omote #fourxsix-format #tour-row1-2,
#chirashi-omote #fourxsix-format #tour-row1-3,
#chirashi-omote #fourxsix-format #tour-row1-4 ,
#chirashi-omote #fourxsix-format #tour-row1-5,
#chirashi-omote #fourxsix-format #tour-row1-6,
#chirashi-omote #fourxsix-format #tour-row2-1,
#chirashi-omote #fourxsix-format #tour-row2-2,
#chirashi-omote #fourxsix-format #tour-row2-3,
#chirashi-omote #fourxsix-format #tour-row2-4 ,
#chirashi-omote #fourxsix-format #tour-row2-5,
#chirashi-omote #fourxsix-format #tour-row2-6,
#chirashi-omote #fourxsix-format #tour-row3-1,
#chirashi-omote #fourxsix-format #tour-row3-2,
#chirashi-omote #fourxsix-format #tour-row3-3,
#chirashi-omote #fourxsix-format #tour-row3-4 ,
#chirashi-omote #fourxsix-format #tour-row3-5,
#chirashi-omote #fourxsix-format #tour-row3-6,
#chirashi-omote #fourxsix-format #tour-row4-1,
#chirashi-omote #fourxsix-format #tour-row4-2,
#chirashi-omote #fourxsix-format #tour-row4-3,
#chirashi-omote #fourxsix-format #tour-row4-4 ,
#chirashi-omote #fourxsix-format #tour-row4-5,
#chirashi-omote #fourxsix-format #tour-row4-6 {
	width: 15%;
	height: auto;
}


#chirashi-omote #fourxsix-format #tour-row1-1 {
	position:absolute;
	margin:60% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row1-6 {
	position:absolute;
	margin:60% 0 0 84%;
}

#chirashi-omote #fourxsix-format #tour-row2-1 {
	position:absolute;
	margin:80% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row2-2 {
	position:absolute;
	margin:80% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row2-3 {
	position:absolute;
	margin:80% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row2-4 {
	position:absolute;
	margin:80% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row2-5 {
	position:absolute;
	margin:80% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row2-6 {
	position:absolute;
	margin:80% 0 0 84%;
}	

#chirashi-omote #fourxsix-format #tour-row3-1 {
	position:absolute;
	margin:100% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row3-2 {
	position:absolute;
	margin:100% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row3-3 {
	position:absolute;
	margin:100% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row3-4 {
	position:absolute;
	margin:100% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row3-5 {
	position:absolute;
	margin:100% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row3-6 {
	position:absolute;
	margin:100% 0 0 84%;
}
#chirashi-omote #fourxsix-format #tour-row4-1 {
	position:absolute;
	margin:120% 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row4-2 {
	position:absolute;
	margin:120% 0 0 19%;
}

#chirashi-omote #fourxsix-format #tour-row4-3 {
	position:absolute;
	margin:120% 0 0 36%;
}

#chirashi-omote #fourxsix-format #tour-row4-4 {
	position:absolute;
	margin:120% 0 0 52%;
}

#chirashi-omote #fourxsix-format #tour-row4-5 {
	position:absolute;
	margin:120% 0 0 68%;
}

#chirashi-omote #fourxsix-format #tour-row4-6 {
	position:absolute;
	margin:120% 0 0 84%;
}

/* 3x5 format */
#chirashi-omote #threexfive-format a img {
height:180px;
width:100%;
}

#chirashi-omote #threexfive-format #tour-row1-1,
#chirashi-omote #threexfive-format #tour-row1-2,
#chirashi-omote #threexfive-format #tour-row1-3,
#chirashi-omote #threexfive-format #tour-row1-4,
#chirashi-omote #threexfive-format #tour-row1-5,
#chirashi-omote #threexfive-format #tour-row2-1,
#chirashi-omote #threexfive-format #tour-row2-2,
#chirashi-omote #threexfive-format #tour-row2-3,
#chirashi-omote #threexfive-format #tour-row2-4,
#chirashi-omote #threexfive-format #tour-row2-5,
#chirashi-omote #threexfive-format #tour-row3-1,
#chirashi-omote #threexfive-format #tour-row3-2,
#chirashi-omote #threexfive-format #tour-row3-3,
#chirashi-omote #threexfive-format #tour-row3-4,
#chirashi-omote #threexfive-format #tour-row3-5 {
	width: 19%;
	height: auto;
}

#chirashi-omote #threexfive-format #tour-row1-1 {
	position:absolute;
margin:60% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row1-2 {
	position:absolute;
	margin:60% 0 0 20%;
}

#chirashi-omote #threexfive-format #tour-row1-3 {
	position:absolute;
	margin:60% 0 0 40%;
}

#chirashi-omote #threexfive-format #tour-row1-4 {
	position:absolute;
	margin:60% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row1-5 {
	position:absolute;
	margin:60% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row2-1 {
	position:absolute;
	margin:88% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row2-2 {
	position:absolute;
	margin:88% 0 0 20%;
}

#chirashi-omote #threexfive-format #tour-row2-3 {
	position:absolute;
	margin:88% 0 0 40%;
}

#chirashi-omote #threexfive-format #tour-row2-4 {
	position:absolute;
	margin:88% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row2-5 {
	position:absolute;
	margin:88% 0 0 80%;
}


#chirashi-omote #threexfive-format #tour-row3-1 {
	position:absolute;
	margin:116% 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row3-2 {
	position:absolute;
	margin:116% 0 0 20%;
}

#chirashi-omote #threexfive-format #tour-row3-3 {
	position:absolute;
	margin:116% 0 0 40%;
}

#chirashi-omote #threexfive-format #tour-row3-4 {
	position:absolute;
	margin:116% 0 0 60%;
}

#chirashi-omote #threexfive-format #tour-row3-5 {
	position:absolute;
	margin:116% 0 0 80%;
}

}/*end min-width: 768px*/
	
	

@media screen and (min-width: 992px) {
	
#chirashi-omote {
overflow:hidden;
height:1300px;
width: 890px;
margin: auto;
position: relative;
background-color: #fff;
}


	
/* 4x6 format */

#chirashi-omote #fourxsix-format a img {
height:170px;
width:130px;
}


#chirashi-omote #fourxsix-format #tour-row1-1 {
	position:absolute;
	margin:510px 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row1-2 {
	position:absolute;
	margin:510px 0 0 156px;
}

#chirashi-omote #fourxsix-format #tour-row1-3 {
	position:absolute;
	margin:510px 0 0 302px;
}

#chirashi-omote #fourxsix-format #tour-row1-4 {
	position:absolute;
	margin:510px 0 0 450px;
}

#chirashi-omote #fourxsix-format #tour-row1-5 {
	position:absolute;
	margin:510px 0 0 598px;
}

#chirashi-omote #fourxsix-format #tour-row1-6 {
	position:absolute;
	margin:510px 0 0 744px;
}


#chirashi-omote #fourxsix-format #tour-row2-1 {
	position:absolute;
	margin:696px 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row2-2 {
	position:absolute;
	margin:696px 0 0 156px;
}

#chirashi-omote #fourxsix-format #tour-row2-3 {
	position:absolute;
	margin:696px 0 0 302px;
}

#chirashi-omote #fourxsix-format #tour-row2-4 {
	position:absolute;
	margin:696px 0 0 450px;
}

#chirashi-omote #fourxsix-format #tour-row2-5 {
	position:absolute;
	margin:696px 0 0 598px;
}

#chirashi-omote #fourxsix-format #tour-row2-6 {
	position:absolute;
	margin:696px 0 0 744px;
}


#chirashi-omote #fourxsix-format #tour-row3-1 {
	position:absolute;
	margin:882px 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row3-2 {
	position:absolute;
	margin:882px 0 0 156px;
}

#chirashi-omote #fourxsix-format #tour-row3-3 {
	position:absolute;
	margin:882px 0 0 302px;
}

#chirashi-omote #fourxsix-format #tour-row3-4 {
	position:absolute;
	margin:882px 0 0 450px;
}

#chirashi-omote #fourxsix-format #tour-row3-5 {
	position:absolute;
	margin:882px 0 0 598px;
}

#chirashi-omote #fourxsix-format #tour-row3-6 {
	position:absolute;
	margin:882px 0 0 744px;
}


#chirashi-omote #fourxsix-format #tour-row4-1 {
	position:absolute;
	margin:1068px 0 0 10px;
}

#chirashi-omote #fourxsix-format #tour-row4-2 {
	position:absolute;
	margin:1068px 0 0 156px;
}

#chirashi-omote #fourxsix-format #tour-row4-3 {
	position:absolute;
	margin:1068px 0 0 302px;
}

#chirashi-omote #fourxsix-format #tour-row4-4 {
	position:absolute;
	margin:1068px 0 0 450px;
}

#chirashi-omote #fourxsix-format #tour-row4-5 {
	position:absolute;
	margin:1068px 0 0 598px;
}

#chirashi-omote #fourxsix-format #tour-row4-6 {
	position:absolute;
	margin:1068px 0 0 744px;
}




/* 3x5 format */

#chirashi-omote #threexfive-format a img {
height:220px;
width:160px;
}

#chirashi-omote #threexfive-format #tour-row1-1 {
	position:absolute;
margin:540px 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row1-2 {
	position:absolute;
	margin:540px 0 0 184px;
}

#chirashi-omote #threexfive-format #tour-row1-3 {
	position:absolute;
	margin:540px 0 0 358px;
}

#chirashi-omote #threexfive-format #tour-row1-4 {
	position:absolute;
	margin:540px 0 0 532px;
}

#chirashi-omote #threexfive-format #tour-row1-5 {
	position:absolute;
	margin:540px 0 0 708px;
}


#chirashi-omote #threexfive-format #tour-row2-1 {
	position:absolute;
	margin:775px 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row2-2 {
	position:absolute;
	margin:775px 0 0 184px;
}

#chirashi-omote #threexfive-format #tour-row2-3 {
	position:absolute;
	margin:775px 0 0 358px;
}

#chirashi-omote #threexfive-format #tour-row2-4 {
	position:absolute;
	margin:775px 0 0 532px;
}

#chirashi-omote #threexfive-format #tour-row2-5 {
	position:absolute;
	margin:775px 0 0 708px;
}


#chirashi-omote #threexfive-format #tour-row3-1 {
	position:absolute;
	margin:1010px 0 0 10px;
}

#chirashi-omote #threexfive-format #tour-row3-2 {
	position:absolute;
	margin:1010px 0 0 184px;
}

#chirashi-omote #threexfive-format #tour-row3-3 {
	position:absolute;
	margin:1010px 0 0 358px;
}

#chirashi-omote #threexfive-format #tour-row3-4 {
	position:absolute;
	margin:1010px 0 0 532px;
}

#chirashi-omote #threexfive-format #tour-row3-5 {
	position:absolute;
	margin:1010px 0 0 708px;
}

}/*end min-width: 992px*/

@media screen and (min-width: 1200px) {}


/*----------------------------------- 
  チラシ（ウラ面）
------------------------------------*/

/* （共通） */
#chirashi-ura {
	position: relative;
}

#chirashi-ura #tour-row1 a,
#chirashi-ura #tour-row2 a,
#chirashi-ura #tour-row3 a,
#chirashi-ura #tour-row4 a,
#chirashi-ura #tour-row5 a {
border-radius: 10px;
border-width: 4px;
border-color: #D30B81;
border-style: solid;
display: block;
}

@media screen and (max-width: 319px) {
	#chirashi-ura {
		overflow:hidden;
		height:auto;
		width: 100%;
	}
	
	#chirashi-ura #tour-row1 a img, 
	#chirashi-ura #tour-row2 a img, 
	#chirashi-ura #tour-row3 a img, 
	#chirashi-ura #tour-row4 a img {
    height: 56px;
    width: 100%;
	}
	#chirashi-ura #tour-row5 a img {
	height: 32px;
    width: 100%;
	}
	
	#chirashi-ura #tour-row1,
	#chirashi-ura #tour-row2,
	#chirashi-ura #tour-row3,
	#chirashi-ura #tour-row4,
	#chirashi-ura #tour-row5 {
		width: 96%;
	    height: auto;
	}
	
	#chirashi-ura #tour-row1 {
		position:absolute;
	    margin: 12px 0 0 10px;
	}
	#chirashi-ura #tour-row2 {
		position:absolute;
	    margin: 30% 0 0 10px;
	}
	#chirashi-ura #tour-row3 {
		position:absolute;
	    margin: 56% 0 0 10px;
	}
	#chirashi-ura #tour-row4 {
		position:absolute;
	    margin: 82% 0 0 10px;
	}
	#chirashi-ura #tour-row5 {
		position:absolute;
	    margin: 108% 0 0 10px;
	}
}/*end max-width: 319px*/

@media screen and (min-width: 320px) {
	#chirashi-ura {
		overflow:hidden;
		height:auto;
		width: 100%;
	}
	
	#chirashi-ura #tour-row1 a img, 
	#chirashi-ura #tour-row2 a img, 
	#chirashi-ura #tour-row3 a img, 
	#chirashi-ura #tour-row4 a img {
    height: 70px;
    width: 100%;
	}
	#chirashi-ura #tour-row5 a img {
	height: 45px;
    width: 100%;
	}
	
	#chirashi-ura #tour-row1,
	#chirashi-ura #tour-row2,
	#chirashi-ura #tour-row3,
	#chirashi-ura #tour-row4,
	#chirashi-ura #tour-row5 {
		width: 96%;
	    height: auto;
	}
	
	#chirashi-ura #tour-row1 {
		position:absolute;
	    margin: 12px 0 0 10px;
	}
	#chirashi-ura #tour-row2 {
		position:absolute;
	    margin: 30% 0 0 10px;
	}
	#chirashi-ura #tour-row3 {
		position:absolute;
	    margin: 56% 0 0 10px;
	}
	#chirashi-ura #tour-row4 {
		position:absolute;
	    margin: 82% 0 0 10px;
	}
	#chirashi-ura #tour-row5 {
		position:absolute;
	    margin: 108% 0 0 10px;
	}
}/*end min-width: 320px*/

@media screen and (min-width: 768px) {
	#chirashi-ura {
		overflow:hidden;
		height:auto;
		width: 94%;
	}
	
	#chirashi-ura #tour-row1 a img, 
	#chirashi-ura #tour-row2 a img, 
	#chirashi-ura #tour-row3 a img, 
	#chirashi-ura #tour-row4 a img {
    height: 155px;
    width: 100%;
	}
	#chirashi-ura #tour-row5 a img {
	height: 100px;
    width: 100%;
	}
	
	#chirashi-ura #tour-row1,
	#chirashi-ura #tour-row2,
	#chirashi-ura #tour-row3,
	#chirashi-ura #tour-row4,
	#chirashi-ura #tour-row5 {
		width: 94%;
	    height: auto;
	}
	
	#chirashi-ura #tour-row1 {
		position:absolute;
	    margin: 12px 0 0 10px;
	}
	#chirashi-ura #tour-row2 {
		position:absolute;
	    margin: 28% 0 0 10px;
	}
	#chirashi-ura #tour-row3 {
		position:absolute;
	    margin: 55% 0 0 10px;
	}
	#chirashi-ura #tour-row4 {
		position:absolute;
	    margin: 80% 0 0 10px;
	}
	#chirashi-ura #tour-row5 {
		position:absolute;
	    margin: 105% 0 0 10px;
	}

}/*end min-width: 768px*/
	
@media screen and (min-width: 992px) {
	
#chirashi-ura {
overflow:hidden;
height:1300px;
width: 890px;
margin: auto;
position: relative;
background-color: #fff;
}

/*
#chirashi-ura #tour-row1 a,
#chirashi-ura #tour-row2 a,
#chirashi-ura #tour-row3 a,
#chirashi-ura #tour-row4 a,
#chirashi-ura #tour-row5 a {
border-radius: 10px;
border-width: 4px;
border-color: #D30B81;
border-style: solid;
display: block;
}
*/
#chirashi-ura #tour-row1,
#chirashi-ura #tour-row2,
#chirashi-ura #tour-row3,
#chirashi-ura #tour-row4,
#chirashi-ura #tour-row5 {
	width: 97%;
	height: auto;
}
	
#chirashi-ura #tour-row1 a img,
#chirashi-ura #tour-row2 a img,
#chirashi-ura #tour-row3 a img,
#chirashi-ura #tour-row4 a img {
height:210px;
width:850px;
}

#chirashi-ura #tour-row5 a img {
height:105px;
width:850px;
}


#chirashi-ura #tour-row1 {
	position:absolute;
	margin:12px 0 0 10px;
}

#chirashi-ura #tour-row2 {
	position:absolute;
	margin:244px 0 0 10px;
}	

#chirashi-ura #tour-row3 {
	position:absolute;
	margin:477px 0 0 10px;
}	

#chirashi-ura #tour-row4 {
	position:absolute;
	margin:710px 0 0 10px;
}

#chirashi-ura #tour-row5 {
	position:absolute;
	margin:936px 0 0 10px;
}

}/*end min-width: 992px*/	

@media screen and (min-width: 1200px) {}





@media screen and (min-width: 375px) {
	}
@media screen and (min-width: 768px) {
	}
@media screen and (min-width: 992px) {
	}	
@media screen and (min-width: 1200px) {
	}