@charset "UTF-8";

.panel1 
{
	border:none;
	width:90%;
	margin:10px auto;
}

.PanelImage{
	display:table-cell;
}

.PanelImage_Mobile {
	display:none;
}

.panel1 .PanelImage 
{
	position:relative;
	width:50%;
	height:auto;
}

.panel1 .Panel_comment {
	display: table-cell;
	padding: 15px;
	margin: 0px;
	width: 50%;
	height: auto;
	color: #612e0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	vertical-align: top;
}

.Panel_comment_Mobile
{
	display:none;
}

.panel2 
{
	border:none;
	width:100%;
	margin:10px auto;
}

.panel2 .PanelImage 
{
	position:relative;
	width:30%;
}

.panel2 .Panel_comment {
	display: table-cell;
	padding: 15px;
	margin: 0px;
	width: 70%;
	height: auto;
	color: #612e0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	vertical-align: top;
}

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

.SubPageSTitleImage {
	display:block;
	margin:0px auto;
	width:100%;
}

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

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

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

}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	
}
/* Mobile */
@media (max-width: 480px) {
	.PanelImage {
		display:none;
	}
	
	.PanelImage_Mobile {
		display:block;
		width:75%;
		margin:0px auto;
	}
	
	.Panel_comment_Mobile
	{
		display:block;
		padding: 15px;
		width: 90%;
		height: auto;
		color: #612e0f;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1.0em;
		vertical-align: top;				
	}
			
	.panel1{
		width:80%;
	}

	.panel2{
		width:80%;
	}

	.SubPageSTitleImage {
		display:none;
	}

	.SubPageSTitleImage_Mobile {
		display:block;
		width:90%;
		margin: 0px auto;
	}


}
