@charset "UTF-8";

@media only screen and (min-width: 640px) {
/*pc_header------------------------------------------------------*/
 
#header_nav_area {
    width: 100%;
    background-color: rgba(256,256,256,0.95);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 10;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
}
#header_nav_area a {
    text-decoration: none;
    -ms-flex:0 1 auto;
}
#header_nav_area .header_nav {
    margin: 0 auto;
    width: 1024px;
    height: 67px;
    display: flex;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
}
#header_nav_area .nav_menu {
    width: auto;
    color: #444;
    margin: 0 10px;
    white-space: nowrap;
}
#header_nav_area .nav_menu:hover {
    color: #0287d1
;
}
#header_nav_area .segment {
    margin-right: 95px;
}
#header_nav_area .nav_menu_logo img {
    width: 200px;
    height: auto;
    margin: -10px 20px 0 0;
}
#header_nav_area .header_nav .bt_order_top {
    padding: 7px 5px;
    width: 200px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5e5e;
    cursor: pointer;
    margin-left: 150px;
}
#header_nav_area .header_nav .bt_order_top:hover {
    opacity: 0.8;
}
/*pc_footer------------------------------------------------------*/
 
#footer_area {
    width: 100%;
    background-color: #fff;
    min-width: 960px;
    border-top: 1px solid #e7e7e7;
    color: #fff;
    z-index: 10;
    background-color: #0287d1;
    height: auto;
    min-width: 1024px;
}
.footer {
    width: 100%;
    width: 1024px;
    margin: 15px auto;
    box-sizing: border-box;
}
.footer_rogo {
    text-align: center;
    font-size: 16px;
    margin: 0px auto 0px auto;
    text-decoration-line: none;
    text-align: left;
}
.footer_rogo img {
    margin-bottom: 15px;
    width: 162px;
}
.footer_rogo a {
    color: #fff;
    text-decoration-line: none;
}
.footer_tel {
    font-size: 16px;
    margin-top: 5px;
}
.footer_adress {
    font-size: 16px;
    margin-top: 20px;
}
.footer_copyright {
    width: 100%;
    margin: 10px auto 0 auto;
    padding-bottom: 15px;
    font-size: 13px;
}
.facebook_plugin {
    float: right;
    width: 400px;
}
}

@media screen and (max-width: 639px) and (min-width: 0px) {
/*sp_header------------------------------------------------------*/
 
#header_nav_area {
    background-image: url("../img/common/table_rogo.png");
    background-size: 30%;
    background-position: 4% center;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 2;
}
#header_nav_area .header_nav {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../img/common/arrow.png");
    background-size: 5%;
    background-position: 96% center;
    background-repeat: no-repeat;
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}
#header_nav_area .header_nav a {
    text-decoration: none;
}
#header_nav_area .nav_wrap {
    display: none;
}
#header_nav_area .nav_menu {
    height: 50px;
    width: 100%;
    color: #666;
    font-size: 3vw;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 2%;
    box-sizing: border-box;
    background-image: url("../img/common/arrow_right.png");
    background-size: 2%;
    background-position: 96% center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
#header_nav_area .nav_wrap a {
    color: #444;
    text-decoration: none;
}
/*sp_footer------------------------------------------------------*/
 
#footer_area {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    color: #fff;
    z-index: 10;
    background-color: #0287d1
;
    height: auto;
     font-size: 3.5vw;
}
.footer {
    width: 90%;
    margin: 0 auto;
    margin: 15px auto;
    box-sizing: border-box;
}
.footer_rogo {
    text-align: center;
    text-decoration-line: none;
    text-align: left;
    margin: 0 auto;
}
.footer_rogo img {
    width: 50%;
 margin-top: 20px;
}
.footer_rogo a {
    color: #fff;
    text-decoration-line: none;
}
.footer_tel {
    margin-top: 5px;
}
.footer_adress {
    margin-top: 20px;
}
.footer_copyright {
    width: 98%;
    padding: 20px 0;

}
.facebook_plugin_sp {
    float: left;
    width: 100%;
    padding-top: 20px;
}
	a{
		text-decoration: none!important;
	}
}
