@charset "UTF-8";
/*====================================================================

	PC CSS
	
	※ PCブラウザ表示用CSS
	　 SmartPhone ブラウザ表示に関しましては、[ sp.css ]に記載ください。
	

====================================================================*/
#Content{
	width: 100%;
	height: auto;
	margin: 0 ;
}

a{
	color: #8B4513;
}
/*-----------------------------
   ヘッダー
------------------------------*/
header{
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0;
	background-color: #f0c350;
}

.header_area{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}

#logo{
	width: 80px;
	margin:0 auto 0 auto;
	background-color: #fff;
}

#logo img{
	width: 80px;
}

#header_img_area{
	display: none;	
}


#header_top_text{
	display: none;
}

#header_top_text p{
	line-height: 26px;
}


/*-----------------------------
   footer
------------------------------*/
footer{
	width: 100%;
	text-align: center;
	margin-top: 100px;
	line-height: 100px;
	background-color: #8B4513;
	border-top: 2px solid #000;
	color: #fff;
}






/*-----------------------------
   main 
------------------------------*/
#content_area{
	width: 100%;
	height: auto;
	margin: 5px auto 0 auto;
	display: table;
}

/*-----------------------------
   left column
------------------------------*/

#left_column{
	display: none
}

#left_column nav{}

#left_column nav ul{
	margin-bottom: 20px;
}

#left_column nav li{
	width: 196px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #dcd246;
	border: 2px solid #efefef;
	font-size: 13px;
	font-weight: bold;
	color: #8B4513;
	position: relative;
}

#left_column nav li:hover{
	width: 196px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #dcd750;
	border: 2px solid #efefef;
	color: #000;
}

#left_column nav a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}

.li_menu{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


#left_ad{
	width: 180px;
	padding: 10px;
}

#left_ad li{
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

#left_ad p{
	text-align: left;
}

#left_ad img{
	margin-bottom: 5px;
}



#main_column{
	width: 100%;
	height: auto;
	display: table;
}

.wide_photo{
	margin-bottom: 10px;
	text-align: center;
	line-height: 2.0em;
	font-size: 14px;
}

.wide_photo img{
	width: 100%;
	margin-bottom: 5px;
}

.center_column{
	width: 100%;
}

.main_content_area{
	padding: 0 10px 30px 10px;
}

.main_content_area h2{
	color: green;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid green;
	margin-bottom: 20px;
}

.main_content{
	margin: 0 10px 0 10px;
	line-height: 1.7em;
	font-size: 13px;
}

.main_content ul{
	padding: 10px 0 10px 0;
	padding-left: 1.5em;

}

.main_content li{
	list-style: square;
	list-style-position: outside;
	padding: 0;
}

.main_content li a{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	text-decoration: underline;
}


.ad_area_a{
	text-align: center;
	color: #ee7ef6
}

.right_column{
	padding: 0 10px 30px 10px;
}


.main_content_area2{
	padding: 0 0 20px 0;
}

.main_content_area2 h2{
	color: green;
	font-weight: bold;
	font-size: 13px;

	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid green;
}

.main_content2{
	padding: 10px;
	line-height: 1.7em;
	font-size: 13px;
}

.main_content2 dl{
	width: 280px;
	height: 500px;
	overflow-y:scroll;
}

.main_content2 dt{}

.main_content2 dd{
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
}


.main_content2 .contli ul{
	padding: 10px 0 10px 0;
	padding-left: 1.5em;

}



.main_content2 .contli li{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	margin-left: 20px;

}

.main_content2 .contli li a{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	text-decoration: underline;
}


.ad_area_b{
	width: 100%;
	text-align: center;
}

.ad_area_b_c{
	text-align: center;
	margin-bottom: 10px;
}



.main_content_bn{}

.main_content_bn ul{}

.main_content_bn li{
	text-align: center;
	margin-bottom: 10px;
}







































































































.green{
	background-color: #c9ffea;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.blue{
	background-color: #dcf7fd;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.orange{
	background-color: #ffe9e1;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.yellow{
	background-color:#ffffc1;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.clear_color{
	margin-bottom: 10px;
}




/*-----------------------------
   Page Top
------------------------------*/
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:30px;
	bottom:5px;
	font-weight: bold;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #8B4513;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;

}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}



/*-----------------------------
   kiji_list
------------------------------*/
.kiji_list{
	padding: 20px 10px 60px 10px;
}

.kiji_list ul{
	padding-bottom: 20px;
}

.kiji_list li{
	padding: 5px ;
	border-bottom: 1px dashed #d9d9d9
}

.kiji_list li:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}

.kiji_list li p:nth-child(1){
}

.kiji_list li p:nth-child(2){
}


/*-----------------------------
   kiji
------------------------------*/
.kiji{
	font-size: 15px;
	line-height: 1.8em;
}

.kiji_ttl{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid green;
}

.kiji_ttl img{
	width: 80%
}

.kiji_text{
	padding: 20px 10px 20px 10px;
	
}

.l_kiji_ph{
	padding: 10px 0 10px 0;
	text-align: center;
}

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

.s_kiji_ph{}

.s_kiji_ph ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.s_kiji_ph li{
	width: 40%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

.s_kiji_ph img{
	width: 100%;
}

.kiji_copy{
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: right;
}


/*-----------------------------
   shop_list
------------------------------*/
.shop_listup{
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

.shop_list_infos{}


.shop_list_a{
	display: flex;
}

.shop_list_a1{
	display: none;
	padding:0 10px 20px 10px;
}

.shop_list_a2{
	padding:0 10px 20px 10px;
}

.shop_list_a2 img{
	margin-bottom: 20px;
}

.shop_list_b{
	padding:0 10px 20px 10px;
}

.shop_list_b ul{}

.shop_list_b li{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	margin-left: 20px;
}

.shop_list_c{
	margin-bottom: 60px;
	padding: 0 10px 0 10px;
}

.shop_list_c1{
	width: 100%;
	margin-bottom: 20px;
}

.shop_list_c1 ol{
	padding: 5px 10px 5px 10px;
	text-align: center;
}


.shop_list_c1 li{
	padding: 5px 10px 5px 10px;
}

.shop_list_c1 li:nth-child(even){
	background-color: #d9ff9c;
}

.shop_list_c1 li:nth-child(odd){
	background-color: #ffe76c;
}

.shop_list_c2{
	width: 100%;
}

.shop_list_c2 ol{
	padding: 5px 10px 5px 10px;
	display: flex;
	justify-content: space-between;
	line-height: 3.6em;
}

.shop_list_c2 li{
	padding: 5px 10px 5px 10px;
	display: flex;
	justify-content: space-between;
}

.shop_list_c2 li:nth-child(even){
	background-color: #ffe76c;
}

.shop_list_c2 li:nth-child(odd){
	background-color: #d9ff9c;
}

.shop_list_c2 li:nth-child(1){
	background-color: none;
}


.shop_list_c2 li p:nth-child(1){
}

.shop_list_c2 li p:nth-child(2){
	text-align: center;
}

.shop_list_c_ttl{
	background-color: #dcd246;
	font-weight: bold;
	color: #8B4513;
}
