﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=vietnamese');
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
	vertical-align: bottom;
}	

a { color:#0e5c9c;}
a:hover,
a:active { color: #067ad5; text-decoration: none; }
a:visited {
}
table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }
.hidden{display:none;}
p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
    position: fixed;
    bottom: 60px;
	right: 50px;
    z-index: 10;
	margin-bottom:0;
	width: 60px;
	display: none;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper{
	min-width: 1170px;
	overflow: hidden;
	padding-top: 138px;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
.sp {
	display: none;
}
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
	z-index: 999;
}
#header .container {
	display: flex;
	justify-content: space-between;
}
.h-right {
    display: flex;
	align-items: center;
}
.h-hotline span {
    font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}
.h-hotline {
	font-size: 30px;
	font-weight: 700;
    margin: 0 80px 0 0;
    color: #e8191e;
}
.h-social {
    margin: 0;
}
.h-social a {
	display: inline-block;
	margin-left: 25px;
}
.logo {
    margin: 0 0 -49px;
	position: relative;
	z-index: 10;
}
#gnavi {
	background: #0a5c9d;
}
.gnavi:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50px;
	background: #fff;
	right: 100%;
}
.gnavi {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;
	bottom: 1px;
}
.gnavi > li > a, .gnavi > li > span {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	padding: 15px 17px;
	position: relative;
	transition: all 0.5s ease;
	cursor: pointer;
}
.gnavi > li {
	position: relative;
}
.gnavi > li:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 21px;
	background: #f9f9f9;
	border-right: 1px solid #fff;
	right: 0;
	top: 15px;
}
.gnavi > li:hover > a, .gnavi > li:hover > span, .gnavi > li.active > a, .gnavi > li.active > span {
	color: #fff601;
}
.gnavi > li > a:before, .gnavi > li > span:before {
	width: 0;
	height: 1px;
	background: #fff601;
	bottom: 10px;
	content: '';
	position: absolute;
	transition: all 0.5s ease;
	left: 12%;
}
.gnavi > li:hover > a:before, .gnavi > li:hover > span:before, .gnavi > li.active > a:before, .gnavi > li.active > span:before {
	width: 76%;
}
.gnavi > li:last-child:before {
	display: none;
}
.submenu {
	position: absolute;
	display: none;
}
.submenu a {
	display: block;
	min-width: 200px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	background: #e8191e;
	margin-bottom: 1px;
}
.submenu a:hover {
	opacity: 0.8;
}
.subsubmenu {
	position: absolute;
	left: calc(100% + 1px);
	top: 0;
	display: none;
}
.subsubmenu a {
	background: #9d1742;
}
.gnavi > li > span:after {
	content: '';
	position: relative;
	display: inline-block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
	margin-left: 10px;
	top: -3px;
}
.gnavi > li:hover > span:after {
    border: solid #fff601;
    border-width: 0 1px 1px 0;
}
.mainvisual {
	position: relative;
}
.mainvisual p {
	margin: 0;
}

.main-search {
    /* background: rgba(0,0,0,0.75); */
	background:rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
	padding: 20px 0;
}
.main-radio {
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 0 0 10px;
	align-items: center;
}
.main-radio label {
	font-size: 18px;
	margin-right: 50px;
	margin-left: 10px;
}
.main-radio label:last-child {
	margin-right: 0;
}
.main-select {
    display: flex;
    justify-content: center;
}
.main-select select {
    font-size: 18px;
    color: #666;
    padding: 5px 20px;
    border: none;
    margin-right: 15px;
	outline: none;
}
.main-select .button {
	font-size: 16px;
	background: #ed1c24;
	color: #fff;
	border: none;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
}
.idx-ttl {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #0a5c9d;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 5px;
	padding-top:30px;
}
.idx-ttl a {
    color: #065ea5;
	text-decoration: none;
}
.idx-ttl:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #065ea5;
	bottom: 0;
	left: calc(50% - 25px);
}
.b01-list {
    display: flex;
    flex-wrap: wrap;
}
.b01-item {
    width: calc(33% - 17px);
    margin: 0 30px 30px 0;
}
.b01-item:nth-child(3n) {
	margin-right: 0;
}
.b01-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #065ea5;
    line-height: 1.3em;
   margin-bottom:10px;
}
.b01-ttl a{
	color: #0a5c9d;
	text-decoration: none;
}
.b01-ttl a:hover{color: #e8191e;}
.b01-img, .b03-img {
	overflow: hidden;
	background: #0a5c9d;
}
.b01-img img, .b03-img img {
	transition: all 0.5s ease;
	width: 100%;
}
.b01-img img:hover, .b03-img img:hover {
	transform: scale(1.1,1.1);
	opacity: 0.7;
}
.b01-info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
}
.b01-price {
	font-size: 18px;
	color: #e8191e;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b01-price:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url(/W_images/b01_ico01.png) no-repeat;
	width: 29px;
	height: 29px;
	margin-right: 5px;
}
.b01-map {
	background: #098bf1;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;transition:all 0.5s;
}
.b01-map:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url(/W_images/b01_ico02.png) no-repeat;
	width: 15px;
	height: 24px;
	margin-right: 10px;
}
.b01-map:hover {
	background: #e8191e;
	color: #fff;
}
.b01-txt, .b03-txt {
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box02 {
	background: #f1f1f1;
	padding: 40px 0 10px;
}
.box03 {
	padding: 40px 0;
}
.box03 .idx-ttl {
	text-align: left;
}
.box03 .idx-ttl:after {
	left: 0;
}
.b03-list {
    display: flex;
    flex-wrap: wrap;
}
.b03-item {
	width: calc(50% - 15px);
	margin: 0 30px 30px 0;
	position: relative;
}
.b03-item:nth-child(2n) {
	margin-right: 0;
}
.b03-main {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 20px;
	display: flex;
	justify-content: space-between;
}
.b03-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
}
.b03-ttl a{
	color: #fff;
	text-decoration: none;
}
.b03-txt {
	color: #e4a6a6;
}
.b03-info {
    width: 135px;
	margin: 0;
}
.b03-cont {
    width: calc(100% - 150px);
}
.b03-info a {
    padding: 5px 10px;
}
.b03-info .b01-price {
    color: #cea560;
    margin: 0 0 8px;
}
.b03-info .b01-price:before {
    background: url(/W_images/b03_ico.png) no-repeat;
}
.b03-img {
	margin: 0;
}
.box04 {
	background: url(/W_images/b04_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
	color: #fff;
}
.box04 .idx-ttl {
	color: #fff;
	margin: 0;
}
.box04 .idx-ttl:after {
	display: none;
	padding: 0;
}
.b04-txt {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.5em;
	text-align: center;
	color: #ff5c60;
}
.b04-fmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 30px;
}
.b04-fmain input {
	width: 100%;
	font-size: 20px;
	background: rgba(255,255,255,0.2);
	border-radius: 15px;
	border: none;
	padding: 20px 30px;
	outline: none;
	color: #fff;
}
.b04-fmain input:not(:last-child) {
	margin: 0 0 20px;
}
.b04-fleft {
    width: calc(50% - 20px);
}
.b04-fmain textarea {
	width: calc(50% - 20px);
	font-size: 20px;
	background: rgba(255,255,255,0.2);
	border-radius: 15px;
	border: none;
	padding: 20px 30px;
	outline: none;
	color: #fff;
}
.b04-fmain ::placeholder {
    color: #fff;
}
.b04-fmain :-ms-input-placeholder {
    color: #fff;
}
.b04-fmain ::-ms-input-placeholder {
    color: #fff;
}
.b04-from button {
	font-size: 25px;
	color: #fff;
	background: #098bf1;
	border: none;
	border-radius: 30px;
	text-align: center;
	padding: 15px 30px;
	font-weight: 300;
	margin: 0 auto;
	outline: none;
	cursor: pointer;
}
.b04-from {
    text-align: center;
}
.f-info {
    display: flex;
	background: #0a5c9d;
}
.f-map {
	width: calc(50% - 260px);
}
.f-map #map {
	width: 100%;
	height: 100%;
}
.f-cont {
	display: flex;
	justify-content: flex-end;
    width: calc(50% + 260px);
}
.f-mod {
    width: 780px;
    display: flex;
    padding: 40px 40px 40px 0;
	color: #fff;
	justify-content: space-between;
}
.f-total {
    width: calc(50% - 20px);
}
.f-ttl {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.f-add i {
	margin: 10px 40px 0 0;
}
.f-add {
	display: flex;
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 300;
}
.f-txt {
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 0 30px;
	margin: 0 0 30px;
}
.f-copyright {
	color: #a8b2e4;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
.f-copyright a{
	color: #a8b2e4;
}
.f-social {
	color: #a8b2e4;
	font-size: 20px;
	font-weight: 300;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin: 20px 0 0;
	padding-top: 30px;
}
.f-social a {
	color: #a8b2e4;
	font-size: 18px;
	display: inline-block;
	margin-left: 20px;
}
/*-----------*/
.t-header-3 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: url(/W_images/slide_1.jpg) no-repeat top center;
}
.headerimg img {
    width: 100%;
    height: 176px;
}
.t-header-3 .headertext {
    position: absolute;
    top: 50px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.headertext h2 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.headertext h5{
        font-size: 14px;
}
.t-header-3 a {
    text-decoration:none;
    color: #fff;
}
.box01ab.ab{padding-top:40px;}
.b01ab-t {
    width: 70%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 15px;
    opacity: 1;
    position: relative;
    top: 15px;
}
.b01ab-main {
    padding: 40px;
    margin-bottom: -20%;
    background: #fff;
    opacity: 1;
    position: relative;
    top: 15px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
}
.b01ab-img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 40px;
}
.b01ab-img img {
    width: calc(50% - 20px);
    margin-right: 40px;
}
.b01ab-img img:last-child {
    margin-right: 0;
}
.b01ab-cont {
    background: url(/W_images/icon_2.png) no-repeat left top;
    padding-left: 70px;
}
.a_bottom {
    background: #f2f2f2;
    overflow:hidden;
}
.a_bottom h3 {
    margin-top: 60px;
    width: 70%;
    text-transform: none;
    color: #0a5c9d;
    margin: 0 auto 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #e8191e;
    padding: 0 0 20px;
}
.b02ab-list {
    text-align: center;
    overflow: hidden;
}
.b02ab-list li {
    list-style: none;
    width: calc(50% - 70px);
    margin-right: 140px;
    float: left;
    text-align: justify;
    margin-bottom: 70px;
    opacity: 1;
    position: relative;
    top: 15px;
}
.a_bottom .b02ab-list li {
    margin-right: 0;
    width: 33%;
    text-align: center;
}
.a_bottom .b02ab-cont {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding: 0 15px;
    text-align: justify;
}
.b02ab-cont h4 {
    color: #0a5c9d;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
    min-height: 48px;
}
.boxTT{overflow:hidden;padding:40px 0;}
.news-item {
    width: 33%;
    float: left;
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 60px;
}
.news-item a{text-decoration:none;}
.nitem-ttl {
    min-height: 52px;
    font-weight: bold;
    font-size: 19px;
}
.nitem-ttl a {
    color: #3c3c3c;
}
.news-date {
    font-size: 13px;
    color: #e8191e;
    margin: 8px 0 15px;
    background: url(/W_images/icon-date.png) no-repeat left center;
    padding-left: 30px;
}
.newsitem-txt {
    margin: 12px 5px;line-height: 1.5em;display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newscontia {
    margin-top: 10px;
    width: 50%;
    float: left;
}
.newscontia a {
    background: #0a5c9d;
    color: #fff;
    padding: 6px 26px;
    border-radius: 8px;
}
.newsitem-txt-img {
    width: 50%;
    float: right;
    cursor: pointer;
}
.secflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctduan-img {
    width: 50%;
}
.ctduan-main {
    width: 45%;
}
.ctduan-ttl {
    color:#0a5c9d;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 20px 0 15px 0;
}
.ctduan-txt{
        font-size: 18px;
    font-weight: 300;
}
.ctduan-dt {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;
}
.ctduan-dt:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #bf894b;
    left: 0;
    top: 5px;
}
.ctduan-dt li {
    width: 50%;
    margin: 0 0 20px 0;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    line-height: 1.3em;
}
.ctduan-dt li span {
    display: block;
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 300;
}
.ctduan-dt li:nth-child(3), .ctduan-dt li:nth-child(4) {
    margin: 0;
}
.ctduan-dt:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 30px);
    bottom: 0;
    left: 5px;
    background: #b4b4b4;
}
.ctduan-cont {
    background: #fff;
    padding: 40px 0;
    margin: 30px 0 0px;
}
#Slide_Small .slick-prev{
    left:0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
     top:40%;
}
#Slide_Small .slick-next{
    right:0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    top:40%;
}
.slick-arrow {
    position: absolute;
    right: calc(50% - 570px);
    bottom: 50px;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	text-indent: -500000px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.2s ease;
}
.slick-prev.slick-arrow {
	background: url(/W_images/btn-next.png) no-repeat 0 0;
	background-size: 100% auto;
}
.slick-next.slick-arrow {
	background: url(/W_images/btn-pre.png) no-repeat 0 0;
	background-size: 100% auto;
	bottom: 110px;
}
.slick-prev.slick-arrow:hover {
	background: url(/W_images/btn-next.png) no-repeat 0 -30px;
	background-size: 100% auto;
}
.slick-next.slick-arrow:hover {
	background: url(/W_images/btn-pre.png) no-repeat 0 -30px;
	background-size: 100% auto;
}
.section {
    padding: 30px 0;
}
.catsub{display:none;}
.catsub.active{display:block;}
.topic-path{margin: 20px 0;}
.topic-path ul{display:flex;justify-content: center;}
.topic-path ul li{padding:0px 14px 0 8px;;position:relative;}
.topic-path ul li:after{position:absolute;content:"/";right: 0;top:0;}
.topic-path ul li:last-child:after{display:none;}
.topic-path ul li a{text-decoration:none;}
/*PRODUCT*/
.sp-list {
    display: flex;
    flex-wrap: wrap;
}
.sp-item {
    width: calc(33% - 17px);
    margin: 0 30px 30px 0;
}
.sp-item:nth-child(3n) {
	margin-right: 0;
}
.sp-ttl {
	font-size: 18px;
    font-weight: bold;
    color: #065ea5;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.sp-ttl a{
	text-decoration:none;
	transition:all 0.5s;
}
.sp-img{
	overflow: hidden;
	background: #0a5c9d;
}
.sp-img img{
	transition: all 0.5s ease;
	width: 100%;
}
.sp-img img:hover{
	transform: scale(1.1,1.1);
	opacity: 0.7;
}
.sp-info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
}
.sp-price {
	font-size: 18px;
	color: #e8191e;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp-price:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url(/W_images/b01_ico01.png) no-repeat;
	width: 29px;
	height: 29px;
	margin-right: 5px;
}
.sp-map {
	background: #0a5c9d;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.sp-map:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url(/W_images/b01_ico02.png) no-repeat;
	width: 15px;
	height: 24px;
	margin-right: 10px;
}
.sp-map:hover {
	background: #e8191e;
	color: #fff;
}
.sp-txt{
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pages{text-align:center;margin: 35px 0;}
.pages a {
  border: 1px solid #cbcbcb;
  text-align: center;
    padding: 4px 10px;
  color: #7e7e7e;
  background: #fff;
  text-decoration:none;
}
.pages strong, .pages a:hover {
    text-align: center;
    padding: 4px 10px;
    color: #ad6258;
    border: 1px solid #7f3931;
}
.tabs{
	margin: 15px 0 0;
	border-bottom: 1px solid #ebebeb;
}
.tabs > li{
	color: #1e1e1e;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ebebeb;
}
.tabs > li.current{
	background: #0a5c9d;
	color: #fff;
}
.tab-content{
	display: none;
	padding: 40px;
	border: 1px solid #ebebeb;
}
.tab-content iframe{width:100%;height:auto;}
.tab-content.current{
	display: inherit;
}
.frm-contact input {
    float: left;
    width: 48%;
    font-size: 15px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 12px 30px;
    outline: none;
    color: #000;
    margin: 0 0 20px;
	border: 1px solid #ebebeb;
}
.frm-contact input::placeholder{}
.frm-contact-ttl{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}
.frm-contact-email{text-align:center;}
.frm-contact-email input{
    width: 100%;
}
.frm-contact-center{display:flex;justify-content:space-between;flex-wrap: wrap;margin:0;}
.frm-contact-email a{
    padding: 7px 23px;
    background: #0a5c9d;
    color: #fff;
    border-radius: 7px;
}
.tab-content ul{margin-bottom:1.5em;}
.tab-content li{position:relative;padding-left: 10px;}
/*.tab-content li:before{position: absolute;border: 3px solid #0a5c9d;content: "";left: 0;top: 30%;}*/
.main-slide .slick-prev.slick-arrow{bottom: 50%;left: 10%;transform: rotate(90deg);}
.main-slide .slick-next.slick-arrow{bottom: 50%;right: 10%;transform: rotate(90deg);}
@media screen and (max-width: 768px) {
	.headerimg img{object-fit: cover;}
.call-mobi{width: 75px;left: 3%;bottom: 5%;line-height: 0;position: fixed;}
.news-item {width: 50%;padding: 0;}
.b01ab-img {display: inline-block;}
.b01ab-cont{padding-left:0;}
.a_bottom .b02ab-list li{width:50%;}
#wrapper {
	min-width: 100%;
	margin: 0;
	padding-top: 86px;
}
#main,  #footer {
	min-width: 100%;
}
.container {
	padding: 0 3%;
	width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/* MENU-ICON */
.menu-icon {
	width: 50px;
	height: 43px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	padding: 8px 0;
	z-index: 99999;
	background: #e8191e;
	margin-left: 10px;
}
.menu-icon span {
	display: block;
	margin: 0 auto 15px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 12px;
	left: 0;
	position: relative;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -10px;
}
.menu-icon span::after {
	margin-top: 10px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#totop {
	width: 40px;
	right: 3%;
	bottom: 50px;
	line-height: 0;
}
.h-right, .gnavi:before, .gnavi > li:after, .gnavi > li > a:before, .gnavi > li > span:before {
    display: none;
}
.logo {
    margin: 0;
    width: 120px;
}
#header .container {
    align-items: center;
    padding: 5px 3%;
}
#gnavi {
    background: #0a5c9d;
    position: fixed;
    width: 100%;
    top: 86px;
    left: 0;
    height: calc(100% - 86px);
	overflow: auto;
	display: none;
}
.gnavi {
    display: block;
}
#gnavi .container {
	padding: 0;
}
.gnavi > li > a, .gnavi > li > span {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.submenu {
    position: relative;
}
.subsubmenu {
    position: relative;
    display: block;
    left: 0;
}
.main-search {
    position: relative;
    padding: 20px 3%;
}
.main-select {
    flex-wrap: wrap;
	align-items: flex-start;
}
.main-radio label {
    font-size: 14px;
    margin-right: 30px;
}
.main-select select {
    font-size: 14px;
    margin-bottom: 15px;
}
.box01 {
    padding: 40px 0;
}
.idx-ttl {
    font-size: 26px;
}
.b01-item {
    width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
.b01-item:nth-child(3n) {
    margin-right: 20px;
}
.b01-item:nth-child(2n) {
	margin-right: 0;
}
.b01-ttl, .b03-ttl {
    font-size: 20px;
	
    overflow: hidden;
}
.b01-price, .b01-map, .b01-txt, .b03-txt, .b04-txt, .f-add, .f-txt, .f-copyright, .f-social {
    font-size: 14px;
}
.sp-item {
    width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
.sp-item:nth-child(3n) {
    margin-right: 20px;
}
.sp-item:nth-child(2n) {
	margin-right: 0;
}
.sp-ttl, .b03-ttl {
    font-size: 20px;
	height: 53px;
    overflow: hidden;
}
.sp-price, .sp-map, .sp-txt, .sp-txt, .sp-txt{
    font-size: 14px;
}
.b03-txt {
    display: none;
}
.b03-cont {
    width: 100%;
}
.b03-main {
    display: block;
    width: 100%;
    padding: 15px;
}
.b03-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.b04-fmain input, .b04-fmain textarea {
    font-size: 16px;
    padding: 15px 20px;
}
.b04-from button {
    font-size: 20px;
    padding: 10px 30px;
}
.f-info {
    display: block;
}
.f-cont {
    display: block;
    width: 100%;
    padding: 0 3%;
}
.f-map {
    width: 100%;
    height: 250px;
}
.f-ttl {
    font-size: 20px;
    margin: 0 0 10px;
}
.f-add i {
    margin: 5px 20px 0 0;
}
.f-mod {
    width: 100%;
    padding: 40px 0;
}
}
.sp640 {
	display: none;
}
@media screen and (max-width: 640px) {
.ctduan-cont {
    padding: 0;
    margin-bottom: 0px;
}
.ctduan-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
    .ctduan-main {
    width: 100%;
}
.sp640 {
	display: block;
}
.main-radio {
    display: block;
    text-align: left;
    margin: 0 0 10px 20px;
}
.main-select select {
    width: 90%;
    margin: 0 auto 10px;
}
}
@media screen and (max-width: 480px) {
.topic-path ul{flex-wrap: wrap;}
.tabs > li{width:100%;}
#ctl00_MainContent_SearchBDS_UpdatePanel1, #ctl00_MainContent_ProductList1_SearchBDS_UpdatePanel1{text-align:center;}
#ctl00_MainContent_SearchBDS_UpdatePanel1 select{width: 95%;}
#ctl00_MainContent_ProductList1_SearchBDS_UpdatePanel1 select{width: 95%;}
.main-slide .slick-prev.slick-arrow,.main-slide .slick-next.slick-arrow{bottom: 35%;}
.tab-content{padding:20px;}
.news-item {width: 100%;}
.a_bottom h3{width:90%;}
.a_bottom .b02ab-list li {width: 100%;}
.b01ab-t{width:100%;}
.b01-item, .b03-item,.sp-item {
    width: 100%;
    margin: 0 0 20px;
}
.b01-item:nth-child(3n), .sp-item:nth-child(3n) {
    margin-right: 0;
}
.b04-fmain {
    display: block;
}
.b04-fleft {
    width: 100%;
    margin: 0 0 20px;
}
.b04-fmain textarea {
    width: 100%;
    height: 150px;
}
.f-mod {
    display: block;
}
.f-total {
    width: 100%;
	margin: 0 0 20px;
}
.f-total:last-child {
	margin: 0;
}
}
@media screen and (max-width: 375px) {
#ctl00_MainContent_SearchBDS_UpdatePanel1 select{width: 90%;}
#ctl00_MainContent_ProductList1_SearchBDS_UpdatePanel1 select {width: 90%;}
}