@charset "UTF-8";
/* ################################################################################ */
/*===============================================
●PC.css  画面の横幅が770px以上①
===============================================*/
@media (min-width: 770px) {
#g-addA-res{
  width : 100%;
margin-top : -10px;
  text-align : center;margin-bottom : 30px;
}

.g-addA-res1{
  width : 100%;
  text-align : center;
margin-top : -10px;
margin-bottom : -20px;
}

.unadd1{	
    float: left;	
    width : 50%;	
    height : inherit;	
    text-align : center;  
    margin-bottom : 20px;
}

.unadd2{
    float: right;	
    width : 50%;	
    height : inherit;	
    text-align : center;
}

}
/* ########### 768px以上ここまで① ########### */
/* ################################################################################ */
/*===============================================
●SP.css  画面の横幅が770pxまで③
===============================================*/
@media screen and (max-width:770px){

.g-addA-res{
  width : 100%;
  text-align : center;margin-bottom : 30px;
margin-top : -10px;
}

.g-addA-res1{
  width : 100%;
  text-align : center;
margin-top : -10px;
margin-bottom : -20px;
}

.unadd1, .unadd2{
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

}
/* ########### SP.css  画面の横幅が768pxここまで③########### */
#g-add-300{
  margin-left : 10%;
  margin-right : 10%;
  margin-bottom : 35px;
  width : 78%;
  height : 250px;
  text-align : center;
}

#g-add-3001{
  margin-left : 10%;
  margin-right : 10%;
  margin-bottom : 35px;
  width : 78%;
  height : 250px;
  text-align : center;
margin-bottom : -20px;
}

.unadd{
	width: 100%;
	margin-top: 20px;
  margin-bottom : 20px;
}

.unadd a{
	text-decoration: underline;
}


/* ########### sp header ########### */
.header2{
	background: 0% 0% / 100% 100% #000000;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 4px;

}

.header2 p{
	display: block;
	height: 40px;
	width: 135px;
	line-height: 40px;
	font-weight: bold;
	margin-left: 5px;
	float: left;

}

.header2 nav{
	float: right;
	border-left: 1px solid #fff;
}

.header2 nav li{
	float: left;
}

.header2 nav li >a{
	text-align: center;
	display: block;
	width: 50px;
	height: 40px;
}

.header2 nav li:first-child >a{
	border-right: 1px solid #fff;
	border-left: 1px solid #dadada;
}

.header2 nav li:last-child >a{
	border-left: 1px solid #dadada;
}

#sp-title-pk{
	background-color: aqua;
}


nav#menu{
	width: 100%;
}

nav#menu ul{
	margin: 0px;
	padding: 0px;
}

nav#menu ul li{
	list-style-type: none;
}

nav#menu ul li a{
	width: 100%;
	display: block;
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 9px 0px 9px 0px;
	text-decoration: none;
}
/* ########### sp header ########### */