/*----------------------------------------------------------------------
indexのみ
----------------------------------------------------------------------*/
#slide_box {
	clear: both;
	width:1000px;
	text-align: center;
	margin: 0px auto 60px auto;
	/*background-color: #ffffff;*/
	position: relative;
}


h1 {
	font-size: 26px;
	font-weight: bold;
	color: #34582c;
	text-align: center;
	padding: 10px 0 25px 0px;
	/*margin-bottom: 5px auto;*/
	line-height: 140%;
	letter-spacing: 0.02em;

}


h2 {
	font-size: 30px;
	/*font-weight: bold;*/
	padding-bottom: 25px;
	line-height: 130%;
	letter-spacing: 0.05em;
	background: url(../images/h2_bg.png) center 15px no-repeat;
	text-shadow: 2px  2px 3px #fff,
				-2px  2px 3px #fff,
				 2px -2px 3px #fff,
				-2px -2px 3px #fff;
	
		
}

h3 {
	font-size: 28px;
	/*font-weight: bold;*/
	padding: 9px 0 5px 0;
	margin-bottom: 15px;
	line-height: 130%;
	letter-spacing: 0.03em;
	border-top: 1px dotted #d7d1c4;
	border-bottom: 1px dotted #d7d1c4;
}





/*
 * 特徴
 */
#intro_box {
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 20px 35px;
	border: 5px solid #524832;
	background-color: #FFF;
	width: 800px;

}

.intro_txt {
	font-size: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 1px 25px;
	line-height: 150%;
	color: #F00;
}

.intro_txt span {
	font-size: 140%;
	padding: 0 5px 0 0;

}

.intro_subtxt {
	font-size: 17px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 10px 25px;
	line-height: 150%;
}


/*
 * カテゴリー
 */
#cat_box {
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 20px 40px;
	background-color: rgba(255,255,255,0.4);

}



.cat_txt01 {
	font-size: 17px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 10px 25px;
	line-height: 150%;

}


.cat_txt02 {
	font-size: 16px;
	text-align: center;
	text-justify: inter-ideograph;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	line-height: 150%;

}

.cat_txt03 {
	font-size: 14px;
	text-align: right;
	text-justify: inter-ideograph;
	padding: 0px 18px 15px 0px;
	margin: 0 auto;
	line-height: 130%;

}




.imagelist {
	padding: 0px 0px 0px 22px;
	text-align: center;
	margin: 0 auto;
	
	
}

.imagelist ul {	
	padding: 0px 0 0 0px;

}

.imagelist ul img {

}

.imagelist ul li {
	display: inline-block;
	margin: 0px 27px 20px 0;
	/*-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;*/
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
	width: 260px;
	height: 195px;

}




.com_photo3 {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	
}

.com_photo3 p {
	text-align: left;
	font-size: 16px;
	padding: 0px 0 5px 25px;
	line-height: 150%;

}





.pr_table {
	text-align: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
}

.pr_table th {
	padding: 10px 0px 9px 0px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #ece7e1;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 145%;
	vertical-align: top;
}

.pr_table th span {
	font-size: 85%;
}



.pr_table .pr_title {
	padding: 10px 0px 9px 0px;
	font-size: 16px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 145%;
	vertical-align: top;
}


.pr_table .pr_price {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 9px 0px;
	font-size: 15px;
	text-align: center;
	background-color: #FFF;
	line-height: 145%;
	vertical-align: top;
}


.pr_table .pr_point {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 9px 10px;
	font-size: 15px;
	text-align: left;
	background-color: #FFF;
	line-height: 145%;
	vertical-align: top;
}








.o_table {
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.o_table .o_title {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 9px 0px;
	font-size: 15px;
	font-weight: bold;
	width: 160px;
	text-align: center;
	background-color: #f8f8f8;
	vertical-align: middle;
	line-height: 155%;
}


.o_table .o_detail {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 9px 10px;
	font-size: 15px;
	text-align: left;
	background-color: #FFF;
	line-height: 155%;
}

.o_table .o_detail span {
	font-weight: bold;

}

.o_table .o_detail iframe {
	padding: 5px 0px 0px 0px;


}



.o_table a {
	color: #505098;
	text-decoration: underline;
}

.o_table a:hover {
	text-decoration: none;

}




















@media screen and (max-width: 768px) {
	
	
#slide_box {
	clear: both;
	width:100%;
	text-align: center;
	margin: 0 auto 50px 0px;
	
}
	
	
#contents {
	clear: both;
	width:100%;
	text-align: center;
	margin: 0 0%;
	padding-top: 0px;

}
	
		
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #34582c;
	text-align: center;
	padding: 0px 0 20px 0px;
	/*margin-bottom: 5px auto;*/
	line-height: 140%;
	letter-spacing: 0.02em;

}


h2 {
	font-size: 24px;
	/*font-weight: bold;*/
	padding-bottom: 35px;
	line-height: 130%;
	letter-spacing: 0.03em;
	background: url(../images/h2_bg.png) center 15px no-repeat;
	text-shadow: 2px  2px 3px #fff,
				-2px  2px 3px #fff,
				 2px -2px 3px #fff,
				-2px -2px 3px #fff;
	
		
}

	
	
h3 {
	font-size: 20px;
	/*font-weight: bold;*/
	padding: 9px 0 5px 0;
	margin-bottom: 15px;
	line-height: 130%;
	letter-spacing: 0.03em;
	border-top: 1px dotted #d7d1c4;
	border-bottom: 1px dotted #d7d1c4;
}





/*
 * 特徴
 */
#intro_box {
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 20px 5px;
	border: 3px solid #524832;
	background-color: #FFF;
	width: 90%;

}

.intro_txt {
	font-size: 17px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 1px 5px;
	line-height: 140%;
	color: #F00;
}

.intro_txt span {
	font-size: 140%;
	padding: 0 5px 0 0;

}

.intro_subtxt {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 5px 10px 3px;
	line-height: 145%;
}



/*
 * カテゴリー
 */
#cat_box {
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 15px 2%;
	background-color: rgba(255,255,255,0.7);
	width: 96%;

}



.cat_txt01 {
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 5px 0px;
	line-height: 150%;

}


.cat_txt02 {
	font-size: 15px;
	text-align: center;
	text-justify: inter-ideograph;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	line-height: 150%;

}





.imagelist {
	padding: 0px 0px 10px 0px;
	text-align: center;
	margin: 0 auto;
	
	
}

.imagelist ul {	
	padding: 0px 0 0 0px;

}

.imagelist ul img {

}

.imagelist ul li {
	display: inline-block;
	margin: 0px 10px 10px 0;
	/*-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;*/
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
	width: 260px;
	height: 195px;

}




.com_photo3 {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	
}

.com_photo3 p {
	text-align: left;
	font-size: 15px;
	padding: 0px 0 5px 0px;
	line-height: 150%;

}


.com_photo3 img {
	width: 100%;
	height: auto;
	
}








.pr_table {
	text-align: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
}

.pr_table th {
	padding: 10px 3px 9px 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #ece7e1;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 145%;
	vertical-align: top;
	
	
	
}

.pr_table th span {
	font-size: 85%;
}



.pr_table .pr_title {
	padding: 10px 3px 9px 3px;
	font-size: 14px;
	font-weight: bold;
	width: 75px;
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 145%;
	vertical-align: top;
}


.pr_table .pr_price {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 3px 9px 3px;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	line-height: 145%;
	vertical-align: top;
}


.pr_table .pr_point {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 3px 9px 3px;
	font-size: 13px;
	text-align: left;
	background-color: #FFF;
	line-height: 145%;
	vertical-align: top;
}





.o_table {
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.o_table .o_title {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 9px 0px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	background-color: #f8f8f8;
	vertical-align: top;
	line-height: 155%;
}


.o_table .o_detail {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 9px 0px;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	line-height: 155%;
	width: 100%;
	display: block;
}

.o_table .o_detail span {
	font-weight: bold;

}

.o_table .o_detail iframe {
	padding: 5px 0px 0px 0px;


}



.o_table a {
	color: #505098;
	text-decoration: underline;
}

.o_table a:hover {
	text-decoration: none;

}






.map01 {
	float: none;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.map01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}














	
}












@media screen and (max-width: 640px) {
	
	
#contents {
	clear: both;
	width:100%;
	text-align: center;
	margin: 0 auto 0px auto;
	padding-top: 15px;
	
	/*position: relative;*/
}




/*#slide_box {
	clear: both;
	position: relative;
	margin: 15px auto 0px auto;
	padding: 55px 0 0px 0;
	*zoom: 1;
	background: url(../images/mainimage_bg_sp.jpg) 0 55px no-repeat;
	width: 100%;
	height: auto;
}

#slide_box div {
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


#slide_box div img {
	width: 50%;
	height: auto;
}
*/





#cat_box {
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 15px 2%;
	background-color: rgba(255,255,255,0.7);
	width: 96%;

}








}





@media screen and (max-width: 480px) {




#slide_box {
	clear: both;
	width:100%;
	text-align: center;
	margin: 0 0 40px 0px;
	
}







.imagelist ul li {
	display: inline-block;
	margin: 0px 0px 10px 0;
	/*-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;*/
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
	width: 260px;
	height: 195px;

}






}








