@charset "utf-8";

@media screen and (min-width: 480px) { /*ウィンドウ幅が480px以上の場合に適用*/

.pc { display: inline-block !important; }
.sp { display: none !important; }

body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.1rem;
	color:#000;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	width:100%;
	background-image:url('../images/bg.jpg');
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
li{
	margin:0;
	padding:0;
	display:inline-block;
}
img{
	display: block;
}
h1{
	width:100%;
	color:#333;
	font-weight:100;
	text-align:center;
	vertical-align: bottom;
}
h4{
	margin:0 auto;
	border:1px solid #F00;
	color:#040;
	font-size:2.0em;
	font-weight:100;
	text-align:left;
	height:40px;
}

a{
	color:#EEE;
	text-decoration: none;
}
#company a{
	color:#FFF;
	text-decoration: none;
}
#pankuzu a{
	color:#666;
}
table{
	width:80%;
	margin:0 auto;
}
table th{
	width:20%;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #aaa;
}
table td{
	width:70%;
	border-bottom:1px solid #aaa;
}


.red{
	color:#A00;
}

.ttl{
	width:100%;
	padding:50px 0 50px 0;
}
.ttl img{
	width:100%;
	border-bottom:1px solid #4F140B;
}
.subttl{
	width:100%;
	padding:20px 0;
}
.subttl img{
	width:100%;
}
#main{
	width:100%;
	min-width:960px;
}
#mainvisual{
	width:100%;
}
#mainvisual img{
	width:100%;
}
.block{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.block50{
	width:48%;
	display:inline-block;
	vertical-align: top;
}
.block80{
	width:80%;
}
.block65{
	width:65%;
}
.block30{
	width:32%;
}
.img100 img{
	width:100%;
}
.li-img100 img{
	width:100%;
}
.imgcenter{
	margin:0 auto;
}
.imgcenter img{
	margin:0 auto;
}
.li-inlineblock ul{
	width:100%;
}
.li-inlineblock ul li{
	display:inline-block;
}
.txtalign_center{
	text-align: center;
}
.imgbrder img{
	border:5px solid #FFF;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	margin-bottom:20px;
}
#jisseki{
	width:100%;
}
#jisseki li{
	width:33%;
	text-align: center;
}
#jisseki li img{
	width:90%;
	border:5px solid #FFF;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	margin-bottom:20px;
}
.footnote{
	color:#666;
	font-size:0.7rem;
}
#detailexpl li{
	width:100%;
	position:relative;
	padding-left:1.1rem;
}
#detailexpl li p{
	margin:3px 0;
}
#detailexpl li span{
	position:absolute;
	top:0;
	left:0;	
}
.strong{
	color:#00A;
	font-weight:600;
}

#footer{
  width:100%;
  text-align:center;
  background-color:#AAA;
  padding:2% 0 0 0;
  margin-top:10px;
}
#footer ul{
  margin-bottom:20px;
}
#footer ul li{
  text-align:left;
  width:45%;
  display:inline-block;
}
#copyright{
  width:100%;
  text-align:center;
  background-color:#AAA;
}
#company{
	width:44%;
	display:inline-block;
	margin:0 auto;
}
#yamamoto{
	width:40%;
	display:inline-block;
	color:#FFF;
	vertical-align: top;
}
#yamamoto #detail{
	font-size:0.7rem;
}

#copyright{
	text-align: center;
	color:#FFF;
	font-size:0.8rem;
	padding:50px 0;
}
#contact{
	position:fixed;
	right:0;
	bottom:0;
}
#contact img{
	position:fixed;
	bottom:0;
	right:0;
	opacity:0.9
}
#contact img:hover{
	opacity:1;
}
#contactform{
	width:80%;
	margin:50px auto;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	background-color:#FFF;
	padding:20px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}
#contactform table{
	width:60%;
	border:0;
	margin:20px auto;
}
#contactform table th{
	width:30%;
	border:0;
	height:30;
	color:#666666;
}
#contactform table td{
	width:70%;
	border:0;
	height:30px;
	text-align: left;
	vertical-align: top;
}
#contactform table td input{
	width:100%;
	height:1.5rem;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #AAA;
}
#contactform table td textarea{
	width:100%;
	height:100px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #AAA;
}
#submitbtn .submitbtn{
	width:150px;
	height:50px;
	background-color: #666;
	border-radius: 5px 5px 5px 5px;
	color:#FFF;
}
#submitbtn .rtn{
	background-color: #666;
}

#margin{
	height:100px;
}

#pankuzu{
	width:100%;
	text-align:left;
	font-size:0.8rem;
}



}

/* PC版終了 */



@media screen and (max-width: 479px) { 

.pc { display: none !important; }
.sp { display: block !important; }


body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.1rem;
	color:#000;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	width:100%;
	background-image:url('../images/bg.jpg');
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
li{
	margin:0;
	padding:0;
	display:inline-block;
}
img{
	display: block;
}
h1{
	width:100%;
	color:#333;
	font-size:1.2rem;
	font-weight:100;
	text-align:center;
	vertical-align: bottom;
}
h4{
	margin:0 auto;
	border:1px solid #F00;
	color:#040;
	font-size:2.0em;
	font-weight:100;
	text-align:left;
	height:40px;
}

a{
	color:#EEE;
	text-decoration: none;
}
#company a{
	color:#FFF;
	text-decoration: none;
}
#pankuzu a{
	color:#666;
}

table{
	width:80%;
	margin:0 auto;
}
table th{
	width:20%;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #aaa;
}
table td{
	width:70%;
	border-bottom:1px solid #aaa;
}

.red{
	color:#A00;
}



.ttl{
	width:100%;
	padding:50px 0 50px 0;
}
.ttl img{
	width:100%;
	border-bottom:1px solid #4F140B;
}
.subttl{
	width:100%;
	padding:20px 0;
}
.subttl img{
	width:100%;
}
#main{
	width:100%;
}
#mainvisual{
	width:100%;
}
#mainvisual img{
	width:100%;
}
.block{
	width:100%;
	max-width:480px;
	margin:0 auto;
}
.block50{
	width:48%;
	display:inline-block;
	vertical-align: top;
}
.block80{
	width:100%;
	margin:0 auto;
}
.block65{
	width:100%;
	margin:0 auto;
}
.block30{
	width:100%;
	margin:0 auto;
}
.img100 img{
	width:100%;
}
.li-img100 img{
	width:50%;
	margin:0 auto;
}
.imgcenter{
	margin:0 auto;
}
.imgcenter img{
	margin:0 auto;
}
.li-inlineblock ul{
	width:100%;
}
.li-inlineblock ul li{
	display:inline-block;
}
.txtalign_center{
	text-align: center;
}
.imgbrder img{
	border:5px solid #FFF;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	margin-bottom:20px;
}
#detail{
	width:100%;
}
#detail table{
	width:95%;
	margin:0 auto;
}
#jisseki{
	width:80%;
	margin:0 auto;
}
#jisseki li{
	width:100%;
	margin:0 auto;
	text-align: center;
}
#jisseki li img{
	width:100%;
	border:5px solid #FFF;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	margin-bottom:20px;
}
.footnote{
	color:#666;
	font-size:0.7rem;
}
#detailexpl li{
	width:95%;
	position:relative;
	padding-left:1.1rem;
}
#detailexpl li p{
	margin:3px 0;
}
#detailexpl li span{
	position:absolute;
	top:0;
	left:0;	
}
.strong{
	color:#00A;
	font-weight:600;
}

#footer{
  width:100%;
  text-align:center;
  background-color:#AAA;
  padding:2% 0 0 0;
  margin-top:10px;
}
#footer table{
	width:90%;
	color:#FFF;
}
#footer table th{
	border:0;
}
#footer table td{
	border:0;
}
#company{
	width:100%;
}
#yamamoto{
	width:90%;
	color:#FFF;
	vertical-align: top;
	margin:20px auto 0 auto;
}
#yamamoto #detail{
	font-size:0.7rem;
}
#copyright{
	text-align: center;
	color:#FFF;
	font-size:0.8rem;
	padding:50px 0;
}
#contact{
	width:20%;
	position:fixed;
	right:0;
	bottom:0;
}
#contact img{
	width:30%;
	position:fixed;
	bottom:0;
	right:0;
	opacity:0.9
}
#contact img:hover{
	opacity:1;
}
#contactform{
	width:80%;
	margin:20px auto;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	background-color:#FFF;
	padding:20px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	font-size:0.8rem;
}
#contactform table{
	width:90%;
	border:0;
	margin:20px auto;
}
#contactform table th{
	width:40%;
	border:0;
	height:30;
	color:#666666;
}
#contactform table td{
	width:60%;
	border:0;
	height:30px;
	text-align: left;
	vertical-align: top;
}
#contactform table td input{
	width:100%;
	height:1.5rem;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #AAA;
}
#contactform table td textarea{
	width:100%;
	height:100px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #AAA;
}
#submitbtn .submitbtn{
	width:150px;
	height:50px;
	background-color: #666;
	border-radius: 5px 5px 5px 5px;
	color:#FFF;
}
#submitbtn .rtn{
	background-color: #666;
}

#margin{
	height:100px;
}
#pankuzu{
	width:100%;
	text-align:left;
	font-size:0.8rem;
}


}






