@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 768px){
.mobile{
display: block;	
}
.pc{
display: none;
}
header .logo {
	width:55%;
	float: left;
	margin-top: 4%;
	margin-left: 20%;
	height: 60px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

 }	
/*------縮小時---------*/

.smaller .logo {
width:53%;
	float: left;
	margin-left: 20%;
	height: 60px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.smaller .logo-1 {
	width:100%;
	float: left;
	margin-top: 2%;
}

.smaller #gr-menu {
	float: right;
	width:94%;
		padding-top: 20px;
	text-align: left;
/*	height: 30px;*/
}	
/*------------------------------------------------
.footer
------------------------------------------------*/ 

.footer {
	max-width:768px;
    width: 100%;
/*    background-color: #EAF6FD;*/
    padding-top: 30px;
    padding-bottom: 30px;
	height: auto;
}	
.footer-in_all {
    width: 100%;
/*    background-color: #EAF6FD;*/
    padding-top: 30px;
    padding-bottom: 30px;
	height: auto;
}	
	
	
	
/*------------------------------------------------
.footer
------------------------------------------------*/ 

.footer {
    width: 100%;
/*    background-color: #EAF6FD;*/
    padding-top: 30px;
    padding-bottom: 20px;
	height: auto;
	
}

.footer-in {
  /*  display: none;*/
	padding-bottom: 100px;
}

.footer-copy {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
 .footer_ad_all {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding: 2% 0 2% 0;
	border-top: thin solid #E5E5E5;
	border-bottom: none;
	font-size: 100%;
	}
.footer_ad {
		 max-width: 600px;
    margin-left: auto;
    margin-right: auto;	
	width: 96%;
	float:none;
		text-align: center;
	}

.footer_ad_tel {
	 background-repeat: no-repeat;
    background-image: none;
/*    background-position: left center;*/
	padding: 1%;
	padding-left: 4%;
	height: auto;
	margin-left: auto;
    margin-right: auto;	
	width: 90%;
	float:none;
	text-align: center;
		font-size: 100%;
	}
.footer_ad_shin {
 background-repeat: no-repeat;
    background-image: none;
/*    background-position: left center;*/
	padding: 2%;
	margin-left: auto;
    margin-right: auto;	
	width: 96%;
	float:none;
		text-align: center;
	font-size: 80%;
	}
.footer_ad_logo {
	margin-left: auto;
    margin-right: auto;	
	width: 80%;
	float:none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2%;
	}	 	
/*------------------------------------------------
footer-menu（メニュー）
------------------------------------------------*/     

.menu_boxin {
	width: 96%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#menu_box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu_box a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333333;
    line-height:2;
}

#menu_box label {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    line-height: 1;
    color : #FFFFFF;
    cursor : pointer;
    font-size: 18px;
    padding-top: 30px;
    padding-right: 3px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    border: thin solid #FF020E;
    background-color: #FF020E;
	border-radius: 6px;
}

#menu_box input {
    display: none;
}
#menu_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_box li {
	overflow-y: hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	padding-left: 10px;
	font-size: 16px;
	max-height: 0;
	line-height: 70px;

}
	#menu_box li a:before {
		font-family: "Font Awesome 5 Free";
  content: "\f105";/*アイコンの種類*/
  color:  #FF020E;/*アイコン色*/
border-bottom: none;
    padding-right: 2%;	
	}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li
{
    max-height: 46px;
    opacity: 1;
}

	/*topページへ戻る*/
#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 50%;
    z-index: 100;
} 



/*topページへ戻る*/

	/*topページへ戻る*/
#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 50%;
    z-index: 100;
} 
	

	
}
