﻿*{
    margin: 0;
    padding: 0;
    vertical-align:top;
}
a{
    color: #000000;
    text-decoration: none;
}
body{
    margin: auto;
    width: 100%;
}
/*共通*/
header,.header_nav,main,footer{
    margin: auto;
    width: 100%;
}
main{
    background-image: url("../image/top_back.jpg");
    background-repeat: repeat;
    background-size:auto;
}
/*共通*/
/*ヘッダー*/
header{}
.header_nav{
    background-color: #df2c26;
	box-shadow:0 0 15px 0 #000000;
    position: fixed;
    top:0;
    left: 0;
    z-index: 12;
}
.header_menu{
    width:960px;
    margin: auto;
    display: table;
    height: 5rem;
}
/* .logo_img,.header_menu ul,.header_menu li{
    display: table-cell;
    vertical-align: middle;
	text-align:center;
} */
.logo_img{
    display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.header_menu ul{
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: center;
    margin-left: 30px;
}
.header_menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.header_menu li{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	list-style:none;
    font-family: 'Noto Sans JP', sans-serif;
	/* width:19%; */
    padding: 0 1em;
    height: 5em;
}
.header_menu li:hover{
    background-color: #b81c24;
}
header .a_nav{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9em;
}
/*ヘッダー*/
/*メイン*/
section{
    margin: auto;
    width: 100%;
}
.pick_up{
    background-color: #ede233;
	box-shadow:0 5px 15px -5px #000000;
    position:relative;
    z-index: 11;
}
/*メイン*/
/*フッター*/
footer{}
.footer_cont{
    background-color:  #fbebd8;
    border-top: solid 3px #eea83e;
    border-bottom: solid 3px #eea83e;
    padding: 0 0 60px 0;
}
.footer_cont a{
    padding: 60px 0 0 0;
}
.footer_item{
    width: 640px;
    margin: auto;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_item img{
    display: inline-block;
}
.footer_map{
    width: 215px;
    height: auto;
/*    height: 185px;*/
}
.footer_nav{
    width:100%;
    background-color: #df2c26;
    text-align: center;
    padding: 2rem 0 3rem 0;
}
.footer_menu{
    width: 100%;
    padding: 0 0 3rem 0;
}
.footer_menu ul{
    width: 50%;
    margin: auto;
    display: table;
    vertical-align: top;
	text-align:center;
    border-left: dashed 0.5px #ffffff;
}
.footer_menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.footer_menu li{
	width:20%;
    display: table-cell;
    padding-top: 1.5rem;
    height: 7rem;
	text-align:center;
	list-style:none;
    font-family: 'Noto Sans JP', sans-serif;
    border-right: dashed 0.5px #ffffff;
}
.footer_menu li:hover{
    background-color: #b81c24;
}
footer .a_nav{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
}
.footer_cr{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.5em;
    color: #ffffff;
    letter-spacing: 3px;
}
.footer_arr{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    font-size: 0.7em;
    color: #ffffff;
}
/*フッター*/
/*画面の横幅が640pxまで*/
@media screen and (max-width: 768px){
    .footer_cont {
        padding: 0 0 30px 0;
    }
    .footer_cont a{
        padding: 30px 0 0 0;
    }
    .footer_item {
        width: 100%;
        justify-content: space-around;
    }
    .footer_menu{
        display: none;
    }
    .footer_cr{
        font-size: 1.5em;
        letter-spacing: 2px;
    }
}
/*画面の横幅が640pxまで*/