@charset "utf-8";
/* CSS Document */
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media only screen and (min-width:479px) and (max-width:1240px) {
	body{
		font-size : 15px;
		line-height : 27px;
	}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
	.header_pc{
		width : 100%;
		text-align : center;
	}
	.header_pc img{
		width : 100%;
	}
	.header_sp{
		display : none;
	}
	#wrapper{
		width : 100%;
		margin : 0 auto;
        padding : 0;
		overflow : hidden;
	}
	.area1{
		width : auto;
		padding : 30px 10px;
		text-align : center;
	}
	.kurou_area{
		width : auto;
		padding : 30px 10px;
		background-color : #f5fbf3;
	}
	.kurou_box{
		width : auto;
		margin : 10px 0px;
		overflow : hidden;
	}
	.kurou_box li{
		float : left;
		width : 48%;
		margin : 8px;
		list-style : none;
		text-align : center;
	}
	.main_text{
		width : auto;
		margin : 15px;
		font-size : 15px;
		line-height : 27px;
	}
	.area2{
		width : 100%;
		padding : 30px 10px;
	}
	.font_red_b{
		font-size : 24px;
		line-height : 54px;
		font-weight : bold;
		color : #cc0000;
	}
	.naze_area{
		width : auto;
		padding : 20px 10px;
		background-color : #f8f1e3;
	}
	.hikaku_box{
		width : auto;
		margin : 10px auto;
	}
	.hikaku_box li{
		float : left;
		list-style : none;
		width : 48%;
		text-align : center;
		margin : 9px;
	}
	.area3{
		background-image : url(../image/area3_bg_pc.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center center;
		width : 100%;
		margin : 0px;
	}
	.area3_title{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-color : #3a2008;
		opacity:0.8;
	}
	.sankaku{
width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #3a2008;
		opacity:0.8;
		text-align : center;
		margin : 0 auto;
	}
	.area4{
		width : auto;
		padding : 20px 10px;
		background-color : #b0e3e0;
		text-align : center;
	}
	.profile_area{
		background-image : url(../image/profilce_area_bg_sp.png);background-repeat : repeat-y;background-position : left top;
		padding : 30px 0px;
	}
	.profile_box{
		width : auto;
    padding: 20px;
    margin: 15px;
    background-color:#ffffff;/*背景色*/
    border:1px solid #c19f7c;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
}
	.profile_name{
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size : 32px;
		color : #815c39;
		font-weight : 600;
		padding : 0 0 10px 0;
		margin-top : 10px;
		text-align : center;
	}
	.profile_katagaki{
		font-size : 15px;
		font-weight : 600;
		color : #815c39;
		margin-bottom : 20px;
	}
	.profile_text{
		padding : 15px 10px;
	}
	.jisseki_font{
		background-color : #ac6725;
		color : #ffffff;
		padding : 8px 10px;
		margin-bottom : 15px;
		text-align : center;
	}
	.jisseki{
		width : 100%;
	}
	.jisseki li{
		float : left;
		width : 32%;
		padding : 15px;
		margin : 0 5px 10px 5px;
		text-align : center;
		font-size : 17px;
		list-style : none;
		border : 1px solid #895320;
		border-radius:10px;
	}
	.last_area{
		width : 100%;
		padding : 20px 10px;
		background-color : #f8f1e3;
		text-align : center;
	}
		#footer{
			width : 100%;
			padding : 8px 0;
			text-align : center;
			background-color : #e7cd96;
			color : #000000;
			padding : 20px 0px;			
		}
	.footer_text{
		padding : 20px 0px;
		font-size : 13px;
		line-height : 28px;
}
*/
}