@charset "UTF-8";
/* CSS Document */

/*初期設定*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif!important;
	font-size:15px;
	line-height: 1.48;
	color:#4e3512;
	font-weight: 500;
	/*max-width: 700px;*/
	margin: 0 auto;
	background: #fff;
	/*border: 1px solid #000;*/
}

/*floatクリア用*/
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a img{
	border:none;
	outline:none;
}
a:hover{
	opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
	
}
img{
	display: block;
	width: 100%;
}
p{
	line-height: 1.48;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.table1 {
    margin: -200px 100px 0;
}
.table2 {
    margin: 10px 100px 0;
}
table img{
	display: block;
}
table td, table th{
	box-sizing: border-box;
} 
.right{
	float:right;
}
.left{
	float:left;
}
.rela{
	position:relative;
}
.abso{
	position:absolute;
}
h1,h2,h3{
	text-align: center;
}
ul li {
	list-style: none;
	list-style-position: inside;

}
ol li{
	list-style-position: inside;
	margin: 10px 0; 
}
.w630{
	width: 630px;
	margin:  0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.red{
	color: #ff0000;
}


.bg_img_container{
	position:relative;
	margin: 40px;
	/*margin-right: 500px;*/
	/* min-width: 350px; */
	width: 100%;
  	height: 100vh;
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}
.bg_img_container img {
	position: absolute;
}
.area{
	margin: 0px 10px 10px 10px;
}
.area2{
	margin: 0px 10px 10px 10px;
}
@media(maX-width:900px){
	.maincopy{
	margin: 0 auto;
	width: 90%;
	margin-bottom: -200px;
}
#main img {
    margin-top: 30px;
}
.table1 {
    margin: 0;
}
.table2 {
    margin: 0;
	margin-bottom: -50px;
}
.area {
    margin-top: -80px;
}
.area2 {
    margin-top: -30px;
}
#main {
    padding: 40px 0;
}
}
@media(min-width:750px){
    .sp{
        display: none !important;
    }
}
@media(max-width:749px){
    .pc{
        display: none !important;
    }
}