/*
.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 736px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}
*/

#return{
position:fixed;
bottom:0px;
right:0px;
z-index:999;
}

#return2{
position:fixed;
bottom:0px;
text-align:center;
margin: 0 auto;
}

.video-wrap{
  position: relative;
}
.video-wrap video{
  max-width: 90%;
}

body{
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*edit*/
header nav{
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}
header nav ul{
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	flex-wrap: wrap;
}
header nav ul li{
	width: 50%;
	height: 60px;
	padding-top: 16px;
	box-sizing: border-box;
}
header nav ul li.tel{background: #000;}
header nav ul li.tel img{width: 21px;}
header nav ul li.contact{background: #fff;padding-top: 18px;}
header nav ul li.contact img{width: 28px;}
header nav ul li img{}

.info{}
.info img{margin-bottom: 25px;}
.info ul{
	width: calc(100% - 55px);
	display: block;
	margin: 0 auto;
}
.info ul li{
	border-top: 1px solid #cccccc;
	margin-bottom: 50px;
}
.info ul li strong{
	background: url(../img/bg_info.png) no-repeat left top;
	background-size: 100%;
	width: 115px;
	display: block;
	position: relative;
	top: -1px;
	height: 35px;
	box-sizing: border-box;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 17px;
}
.info ul li h3{
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	margin-bottom: 15px;
}
.info ul li p{
	font-size: 13px;
	text-align:left;
}


.superiority01{
	position: relative;
}
.superiority01 .video-wrap{
	position: relative;
	background: #000;
	padding-bottom: 60px;
}


footer{
	background: #f7df00;
	padding-top: 15px;
}
footer a img{
	width: 160px;
  margin-top: 30px;
	margin-bottom: 30px;
}
footer small{
	display: block;
  font-size: 13px;
	margin-bottom: 3px;
}
footer strong{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}
footer p{
	font-size: 14px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
footer .map{
	padding-top: 20px;
	padding-bottom: 150px;
	background: url(../img/bg_footer_menu.jpg) no-repeat bottom center;
	background-size: 100%;
}
/*210507*/
footer .map02{
	padding-top: 20px;
	padding-bottom: 50px;
	background: url(../img/bg_footer_menu_02.jpg) no-repeat bottom center;
	background-size: 100%;
}
footer iframe{
	max-width: 333px;
	width: 94%;
	min-height: 333px;
}
footer .footermenu{
	background: #000;
	padding-top: 17px;
	font-size: 13px;
	margin-top: -1px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}
footer .footermenu a{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .copyright small{
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
}

.fixed-menu{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	max-width: 640px;
	margin: auto;
}
.fixed-menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fixed-menu ul li{
	/*width: 33.333333%;*/
}
.fixed-menu ul li a{}
.fixed-menu ul li a img{
	width: 100%;
}
.pagetop a{}
.pagetop a img{
	width: 60px;
	height: 60px;
}


/*20210916edit*/

#wrap{
	position: relative;
}

header{
	position: absolute;
	width: 75%;
	z-index: 999;
	top: 27px;
	left: 32px;
}
header h1{}
header h1 img{
	width: 150px;
	margin: 0;
}
header h1 p{
	font-size: 15px;
	text-align: left;
	padding-top: 40px;
	padding-left: 15px;
	font-weight: bold;
	font-feature-settings: "palt";
}
header h1 p strong{
	font-size: 16px;
	display: block;
}
header h1{
	display: flex;
	justify-content: flex-start;
}
.pagetop{
	bottom: 390px;
	right: 30px;
	position: absolute;
}
footer .copyright{
	background: #000;
	padding-bottom: 30%;
}


@media only screen and (max-width : 736px){
	header h1 p{
		font-size: 2.3vw;
		text-align: left;
		padding-top: 20px;
		padding-left: 5px;
	}
	header h1 p strong{
		font-size: 2.8vw;
		display: block;
	}
	header {
		width: 85%;
		top: 15px;
		left: 15px;
	}
	header h1 img {
		width: 80px;
    height: 65px
		margin: 0;
	}
	.pagetop {bottom: 64vw;}
}
