@charset "UTF-8";

#header_banner_other
{
	display:none;
	width:100%;
}

.header_banner_div_Mobile{
	display:none;
}

.header_banner
{
	width:100%;
}

#main_menu_Area 
{
	width: 30%;
	float:right;
	
	margin-bottom: 20px;
}

#main_menu_Area ul li {
	width:100%;
}

.main_menu_image{
	display:block;
	width:100%;
	height:auto;
}

.main_menu_address
{
	width:auto;
	margin:20px;
	padding:5px 20px;
	border:solid 1px #FFd1d1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.address_title
{
	color:#4e2507;
	font-weight:bold;
	font-size:1.1em;
	width:100%;
}

.address_detail
{
	color:#FF7d7d;
	font-size:0.9em;
	width:100%;
}

.address_strong
{
	display:block;
	background-color: #FF7D7D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:80%;
	margin:0px auto;
	text-align:center;
}

#Main_Contents_Area{
	width: 68%;
	float: left;
}

#InfoPanel {
	width:80%;
	margin:0 0 0 10%;
	height:auto;
    border: #7e5023 1px solid;  /* 枠線を追加 */
    background-color: #ffffff; /* 背景色を追加 */

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

.SubPageTitleImage{
	width:100%;
	height:auto;
}


.SubPageTitleImage_Mobile{
	display:none;
}

.SubPageSTitleImage{
	width:90%;
	height:auto;
}

.SubPageSTitleImage_Mobile{
	display:none;
}

.SubPageSSTitleImage{
	width:80%;
	height:auto;
}


.ContentsImage{
	width:100%;
	height:auto;
	margin:10px auto;
}

.PanelTitleImage{
	margin:10px 0px 0px 20px;
	width:60%;
	height:auto;
}

.Panel_comment {
	margin:0 3%;
	width:80%;
	hight:auto;	
	foalt:left;
	color: #612e0f;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.0em;
}

.Panel_comment_header {
	color: #ff7d7d;
	font-size:1.5em;
}

.Panel_comment_strong {
	color: #ff7d7d;
	font-size:1.1em;
}

.PanelImage{
	height:auto;
}


.PanelImage_Mobile{
	display:none;
}


.Panel_comment{
	height:auto;
}


/* Small Desktops */
@media (min-width: 769px) and (max-width: 1096px) {

}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	
	/* Navigation */
	#header {
		display:block;
	}

	#header_banner_other
	{
		display: table-cell;
		width:100%;
	}
	
	#header_banner_other img
	{
		width:100%;
	}
	
	.header_banner_div{
		display:none;
	}
	
	.header_menu{
		display:none;
		list-style: none;
		width:100%;
		left: 0px;
		margin: 0px;
		padding: 0px;
		
	}
	
	.header_info_cell{
		display: none;
	}


	#header_menu_Area .header_menu li:hover
	{
		background-color:rgba(255,244,216,1);
	}

	#main_menu_Area 
	{
		width:30%;
		float:right;
	}
	
#main_menu_Area .main_menu1 li img.main_menu_image
{
	width:100%;
	height:auto;
}

#main_menu_Area .main_menu2 li img.main_menu_image
{
	width:100%;
	height:auto;
}

#main_menu_Area .main_menu3 li img.main_menu_image
{
	width:100%;
	height:auto;
}

.main_menu_address
{
	margin: 0px;
	padding: 2px 0px;
	width: 96%;
	border-left: 0 inset #FFd1d1;
	border-right: 0 inset #FFd1d1;
	border-bottom: 1px inset #FFd1d1;
	border-top: 1px inset #FFd1d1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


}
/* Mobile */
@media (max-width: 480px) {

	.header_info_cell{
		display: none;
	}
	
	/* 共通設定 */
	.SubPageTitleImage{
		margin:0;
		width:100%;
		height:auto;
	}

	#Main_Contents_Area{
		width: 100%;
		float: none;
	}

	.header_banner_div{
		display:none;
	}
	
	.header_banner_div_Mobile{
		display:block;
		width:100%;
	}
	
	.header_banner_Mobile{
		width:100%;
		height:auto;
	}
	
	.InfoPanel{
		width:80%;
	}
	
	.SubPageTitleImage{
		display:none;
	}

	.SubPageTitleImage_Mobile{
		display:block;
		width:100%;
	}

	.SubPageSTitleImage{
		display:none;
	}

	.SubPageSTitleImage_Mobile{
		display:block;
		width:90%;
		height:auto;
	}

	.PanelImage{
		display:none;
	}

	.PanelImage_Mobile{
		display:block;
	}


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

	
}
