@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}
body {
	font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 170%;
	color: #3E3A39;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
}
a{
	text-decoration: none;
	color:#3E3A39;
}
a:link,
a:visited {
	text-decoration: none;
	color:#3E3A39;
}
a:hover,
a:active {
	text-decoration: none;
	color:#3E3A39;
}
#top_image{
	width:100%;
}

br.pc_nowrap {
	display: none;
}
.smp_bloc01{
	display:none;
}
.logo{
}
#g_nav_open_btn{
	cursor:pointer;
}

#g_nav{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	z-index:99999999;
	width:100%;
	background-color: rgba(255,255,255,0.8);
}
#g_nav_list{
	margin:0 auto;
	display:flex;
	width:900px;
	justify-content:space-around;
	padding: 0px 0 10px;
}
#g_nav_list li{
}
#g_nav_list li a{
	display:block;
	width:105px;
	background-position:center 14px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:47px;
	letter-spacing:0.2em;
}
#g_nav_list li a:hover{
	opacity:0.8;
}
#g_nav_list li:nth-of-type(1) a{
	background-image:url(../img/navi01.png);
	background-size: 24px 19px;
	background-position:center 20px;
}
#g_nav_list li:nth-of-type(2) a{
	background-image:url(../img/navi04.png);
	background-size: 26px 20px;
	background-position:center 18px;
}
#g_nav_list li:nth-of-type(3) a{
	background-image:url(../img/navi02.png);
    background-size: 20px 28px;
	background-position:center 14px;
}
#g_nav_list li:nth-of-type(4) a{
	background-image:url(../img/navi03.png);
	background-size: 26px 25px;
	background-position:center 13px;
}
#g_nav_list li:nth-of-type(5) a{
	background-image:url(../img/navi06.png);
	background-size: 25px 18px;
	background-position:center 17px;
}
#g_nav_list li:nth-of-type(6) a{
	background-image:url(../img/navi05.png);
	background-size: 24px 25px;
	background-position:center 14px;
}
#footer{
	padding:20px 0 10px;
	width:100%;
	background-color:#F0F0F1;
}
.main{
	margin-top:100px;
	background-color:#F0F0F1;
}
/*	
#footer .footer_ttl{
text-align:center;
	color:#FFFFFF;
	font-size: 80px;
	margin-bottom:1em;
	line-height:1em;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.07em;
}
*/
#footer{
	margin-bottom:80px;	
}
#footer .footer_ttl img{
	display:block;
	margin: 0 auto 8em;
	width:90%;
	height:auto;
	max-width: 1040px;
}
.address{
	text-align:center;
	display:block;
	font-style:normal;
	margin-bottom:7px;
}
.address b{
	font-weight: normal;
	margin-right:1em;
}
#copyright{
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:25px;
	height:25px;
	margin-bottom: 2em;
}
#footer .btn a{
	display:block;
	background:#FFFFFF;
	color:#E83820;
	text-align:center;
	box-sizing:border-box;
	width:300px;
	padding:9px 0;
	margin:40px auto 60px;
	font-size: 110%;
	letter-spacing:0.6em;
}
#footer .btn a:hover{
	opacity:0.8;
}
.page_logo{
    padding: 70px 0 0;
    margin-bottom: -40px;
}
.page_logo a{
	display:block;
	width:317px;
	height:114px;
	background:url(../img/logo_main.png)  no-repeat center center;
	margin:0px auto;
	text-indent:-9999px;
}
.logo03{
	background-color: #F0F0F1;
    margin-bottom: 200px;
}
.logo03 img{
	display:block;
	margin: 0 auto;
	width:100%;
	height:auto;
	max-width: 1020px;
}
.-----PC_MOBILE_COMMON_CSS_END----- {}

@media screen and (max-width: 1000px) {
	
.main_image img{
	width:1000px;
	height:auto;
}

}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}
*{
	font-size:108%;
}
#g_nav_list li:nth-of-type(n+4){
	margin-top:8px;
}
header{
	position: fixed;
    width: 100%;
/*    height: 100px;
    background-color: #FFFFFF; */
	z-index: 10000;
}
.smp_bloc01{
	display:block;
	position:relative;
/*	padding-bottom:20px;
	box-shadow:1px 1px rgba(0,0,0,0.3) */
}
.logo{
	padding: 20px 0 0 20px;
	display: none;
}
.logo a{
	display:block;
	text-indent:-9999px;
	background:url(../img/smp_logo.png) no-repeat center center;
	width:167px;
	height:58px;
}
#g_nav{
	display:none;
	position:absolute;
	top:140px;
	bottom:auto;
	background-color:transparent;
	
}
#g_nav_open_btn{
	position:absolute;
	top:25px;
	right:25px;
	text-indent:-9999px;
	background:url(../img/menu_bar_06.png) no-repeat center center;
	cursor:pointer;
	width:50px;
	height:50px;
	z-index:999999999999;
}
#g_nav_open_btn.btn_off{
	background:url(../img/menu_bar_06_off.png) no-repeat center center;
}

#slide_area{
/*	padding-top:100px;*/
}
#g_nav_list{
	width:100%;
	flex-wrap: wrap;
	justify-content: center;
    padding-top: 22px;
}
#g_nav_list li a:hover{
	opacity:1;
}
#g_nav_list li{
	margin-bottom:0px;
	background-color: rgba(255,255,255,0.9);
}
#g_nav_list li{
	margin-right:8px;
}
#g_nav_list li:nth-of-type(3n){
	margin-right:0;
}
#g_nav_list li a{
	width:163px;
	background-size: 50px 50px;
	letter-spacing: 0.15em;
    font-size: 94%;
}
#g_nav_list li a{
	padding: 110px 0 50px;
}
#g_nav_list li:nth-of-type(1) a{
	background-size: 37px 29px;
    background-position: center 57px;
}
#g_nav_list li:nth-of-type(2) a{
	background-size: 37px 29px;
	background-position: center 56px;
}
#g_nav_list li:nth-of-type(3) a{
	background-size: 29px 45px;
	background-position: center 52px;
}
#g_nav_list li:nth-of-type(4) a{
	background-size: 39px 36px;
    background-position: center 55px;
}
#g_nav_list li:nth-of-type(5) a{
	background-size: 36px 26px;
    background-position: center 59px;
}
#g_nav_list li:nth-of-type(6) a{
	background-size: 35px 37px;
    background-position: center 55px;
}
.main{
	padding-top:0px;
    margin-top: 60px;
}
.logo03{
	margin-bottom: 80px;
}
#footer .logo03{
	padding-bottom:20px;
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}
