@charset "utf-8";

@media (max-width: 768px){

/*________________________________________________

	name:			sp.css
	create Date:	2019-02-14
	lastmodified:	****-**-**
________________________________________________*/


#tmp_contents{
	font-size: 1.2rem;
}
.Item:nth-child(1){ z-index: 17; }
.Item:nth-child(2){ z-index: 16; }
.Item:nth-child(3){ z-index: 15; }
.Item:nth-child(4){ z-index: 14; }
.Item:nth-child(5){ z-index: 13; }
.Item:nth-child(6){ z-index: 12; }
.Item:nth-child(7){ z-index: 11; }
.Item:nth-child(8){ z-index: 10; }
.Item:nth-child(9){ z-index: 9; }
.Item:nth-child(10){ z-index: 8; }
.Item:nth-child(11){ z-index: 7; }
.Item:nth-child(12){ z-index: 6; }
.Item:nth-child(13){ z-index: 5; }
.Item:nth-child(14){ z-index: 4; }
.Item:nth-child(15){ z-index: 3; }
.Item:nth-child(16){ z-index: 2; }
.Item:nth-child(17){ z-index: 1; }


/*--------------------------------------------------------------タイトル類*/
.titleArea {
    background-color: #ffe1e5;
}
.titleArea h1,
.titleArea p {
	padding-left: 34px;
    color: #c50018;
    background-image: url("../../img/icon/icn_souvenir.png");
    background-position: left center;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}

/*--------------------------------------------------------------.bussan_ttl*/
.bussan_ttl {
	display: block;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
    background-color: #f18200;
}
.bussan_ttl img {
	display: block;
	clear: both;
	margin: auto;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
  #bussanArea
--------------------------------------------------------------*/
#bussanArea {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* clearfix */
#bussanArea { zoom:1; }
#bussanArea:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------
  .Item
--------------------------------------------------------------*/
.Item {
	display: block;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
/* clearfix */
.Item { zoom:1; }
.Item:after {
	content: ""; 
	display: block; 
	clear: both;}
.Item h3.h3title {
	margin-top: 0!important;
}
.Item div.image {
	display: inline;
	float: left;
	width: 29%;
	margin-bottom: 5px;
}
.Item div.image img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.Item div.image p {
	font-size: 80%;
}
.Item div.textBox {
	display: inline;
	float: right;
	width: 68%;
	margin-bottom: 5px;
	text-align: left;
}
.Item div.textBox .ttl_h3 {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}
.Item div.textBox .ttl_h4 {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}
.Item div.textBox p {
	display: block;
	clear: both;
}
.Item div.textBox p span {
	margin-right: 10px;
	padding: 1px 5px;
	color: #ffffff;
	background-color: #66524c;
}
.Item div.data p span {
	margin-right: 10px;
	padding: 1px 5px;
	color: #ffffff;
	background-color: #66524c;
}
.Item div.textBox p img, 
.Item div.data p img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.Item div.data {
	display: block;
	clear: both;
	margin-top: 5px;
	padding: 10px;
	background: #eeeeee;
}
.Item div.data p {
	display: block;
	clear: both;
	margin-top: 3px;
	word-wrap: break-word;
	word-break:break-all;
}

/*--------------------------------------------------------------.bussanmap*/
#bussanmap  {
	display: block;
	margin-top: 30px;
	width: 100%;
	height: 400px;
}
#bussanmap table,
#bussanmap td,
#bussanmap th{
	border: none!important;
	padding: 0!important;
}
#bussanmap h2 {
	margin: 0 0 0.5em!important;
    padding: 0!important;
	background-color: #fff;
	border-bottom: none;
	font-size: 100%;
}


}

