﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
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:#000; }
a:hover,
a:active { color: #000; text-decoration: none; }
a:visited {
}

table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }

p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
	position: fixed;
    bottom: 35px;
    right: 50px;
    z-index: 1000;
    margin-bottom: 0;
    width: 45px;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: 'UTMAvo', sans-serif;
	color: #666;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper{
	min-width: 1170px;
	overflow: hidden;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
.sp {
	display: none;
}

.h-main {
    padding: 10px 0;
    background:#f3f3f3;
}
.h-main .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
    margin: 0;
}
.h-right {
    display: flex;
	align-items: center;
}
.gnavi {
	display: flex;
}
.gnavi > li > a {
	text-decoration: none;
	font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 25px 0;
	position: relative;
}
.gnavi > li {
	position: relative;
	margin: 0 15px;
}
.gnavi > li.active > a {
	font-weight: bold;
}
.gnavi > li > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	transform: scale(0,1);
	transition: all 0.5s ease;
}
.gnavi > li.active > a:after, .gnavi > li:hover > a:after {
	transform: scale(1,1);
}
.gnavi > li.over > a {
	padding-right: 15px;
}
.gnavi > li.over > a:before {
	content: '';
	position: absolute;
	border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	right: 0;
	top: calc(50% - 4px);
	transition: all 0.5s ease;
}
.gnavi > li.active > a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	top: calc(50% - 2px);
}
.submenu {
  position: absolute;
  display: none;
  z-index:9999;
}
.submenu a {
  display: block;
  background: #f36e29;
  color: #fff;
  transition: all 0.5s ease;
  padding: 7px 15px;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0 1px;
}
.submenu a:hover{opacity:0.8;}
.h-search-ttl {
    margin: 0;
    line-height: 0;
    padding: 0 20px;
	cursor: pointer;
}
.h-search {
    position: relative;
}
.h-search-form {
    position: absolute;
    width: 250px;
    left: -30px;
    top: 30px;
	display: none;
}
.h-search-form input {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 5px 10px;
	font-size: 13px;
	outline: none;
}
.h-search-form .button {
    text-decoration:none;
    position: absolute;
    border: none;
    background: #ccc;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 6px 10px;
	outline: none;
}
.h-cart{
    border-left: 1px solid;
    border-right: 1px solid;
    padding-left: 15px;
    margin: 0;
    line-height: 11px;
}
.h-cart a {
	display: inline-block;
	text-decoration: none;
	background: url(http://nowcoffeeandtea.vn/W_images/h_ico06.png) no-repeat left center;
	font-size: 13px;
	text-transform: uppercase;
    padding: 0px 15px 0px 20px;

}
.h-cart span{vertical-align: super;}
.h-lang{margin-left: 15px;}
#sl_language{
    display: block;
    border: none;
    background: #f3f3f3;
    font-size: 12px;
      outline: none;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.mainvisual {
	position: relative;
}
.slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
.mainvisual .slick-slide img{width:100%;}
.slick-dots li button:after {
	position: absolute;
	content: '';
	left: calc(50% - 11px);
	top: calc(50% - 11px);
	width: 22px;
	height: 22px;
	border: 1px solid transparent;
}
.slick-dots li button {
	width: 11px;
	height: 11px;
	background: #f36e29;
	border: none;
	outline: none;
	text-indent: -500000px;
	position: relative;
	cursor: pointer;
}
.slick-dots li.slick-active button:after {
	border-color: #fff;
}
/*box01---------------------------------------*/
.box01 {
	padding: 60px 0;
    background: #f3f3f3;
}

.box02 {
    background: url(http://nowcoffeeandtea.vn/W_images/b02_bg.png) no-repeat center;
    background-size: cover;
	padding: 50px 0;
}
.box02-idx {
    font-family: 'UTMBanqueBold', sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #f36e29;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
	margin: 0 0 15px;
}
.b02-top-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.b02-top-item{
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.b02-top-item:nth-child(3n){
    margin-right:0;
}
.b02-top-item{text-decoration:none;overflow:hidden;}
.b02-top-item a{text-decoration:none;transition: all 0.5s ease;}
.b02-top-img{overflow:hidden; }
.b02-top-img img{transition: all 0.5s ease;}
.b02-top-item:hover img{transform: scale(1,1);opacity: 0.8;}
.b02-top-item:hover a{color:#f36e29;}

.b02-top-ttl{
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
.b02-top-more{
    width: 125px;
    margin: 10px auto;
    background: #f36e29;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.b02-list {
	margin: 0 -20px;
}
.b02-item {
    margin:0 20px;
}
.b02-item a {
    position:relative;
    display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
    text-decoration: none;
    background: #fff;
}
.b02-ttl {
    opacity:0;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #2e2e2e;
    transition: all 0.5s ease;
    line-height: 1.2em;
}
.b02-ttl > p{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin:0;
    line-height: 22px;
 
}
.b02-ttl span {
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
}
.b02-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
}
.b02-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(243, 110, 41, 0.45);
	left: 0;
	top: 0;
	transform: scale(0.5,0.5);
	opacity: 0;
	transition: all 0.5s ease;
}
.b02-item a:hover .b02-img:after {
	transform: scale(1,1);
	opacity: 1;
}
.b02-item a:hover .b02-ttl{opacity:1;}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
	width: 50px;
	height: 38px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	text-indent: -50000px;
	transition: all 0.5s ease;
	outline: none;
	cursor: pointer;
}
.slick-arrow:hover {
	background: #f36e2954;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}
.slick-arrow:after {
	content: '';
	position: absolute;
	width: 46px;
	height: 35px;
}
.slick-prev:after {
	background: url(http://nowcoffeeandtea.vn/W_images/arr_pre.png) no-repeat;
background-size: 50% auto;
}
.slick-next:after {
	background: url(http://nowcoffeeandtea.vn/W_images/arr_next.png) no-repeat right;
background-size: 50% auto;
}
/*box03*/
.box03 {
  padding: 50px 0;
  background:#f36e29;
}
.box03-idx-ttl {
    text-align: center;
    font-family: 'UTMBanqueBold', sans-serif;
    color: #fbba98;
    font-size: 48px;
    margin-bottom: 20px;
}
.b03-list {
  display: flex;
  justify-content: space-around;
}
.b03-item {
  width: 30%;
  text-align: center;
}
.b03-icon {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b03-ttl {
        font-family: 'UTMBanqueBold', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}
.b03-ttl span{

    font-size: 35px;
    font-weight: normal;
    margin-left: 5px;
}
.b03-txt {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  text-align:justify;
}


/*box04*/
.box04 {
    padding: 40px 0;
    background: #f3f3f3;
}
.b04-list {
    display: flex;
	flex-wrap: wrap;
}
.b04-item {
    width: calc(100%/3 - 0px);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.b04-item:nth-child(3n) {
	margin-right: 0;
}
.b04-item a {
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
.b04-img {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 438px;
	position: relative;
}
.b04-img img {
    width: 100%;
}
.b04-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px;
	transition: all 1s ease;
}
.b04-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
    background: linear-gradient(360deg, rgba(41, 41, 41, 0.55), rgba(204,204,204,0.2));
	transition: all 1s ease;
}
.b04-item a:hover .b04-img:after {
	height: 200%;
}
.b04-date {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.b04-date span {
	font-size: 34px;
	font-weight: bold;
	display: inline-block;
    margin-left: 15px;
}
.b04-ttl {
    font-size: 18px;
    color: #fd8a50;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.35em;
    margin: 0 0 10px;
}
.b04-txt {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}
.b04-item a:hover .b04-info {
	bottom: 50%;
	transform: translateY(50%);
}
.box05{
    padding:40px 0;
    background:#f36e29;
}
.box05-container{
    width:1366px;
    margin: 0 auto;
}
.b05-list{
    display: flex;
    justify-content: space-between;
}
.b05-l{
width: 750px;
}
.b05-frm{
    padding: 0 50px;
}
.b05-frm input{
    width: 48%;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
}
.b05-frm-group{
    display: flex;
    justify-content: space-between;
}
.b05-frm-btn{
    text-align:center;
        margin: 30px 0;
}
.b05-frm-btn a{
    text-decoration:none;
    background: #2e2e2e;
    color: #fff;
    padding: 10px 30px;
}
.b05-r img{    border: 5px solid #fff;
    border-right: none;}
.b05-txt{font-size:16px;color:#fff;text-align: center;}
.box06{
    padding:50px 0;
}
.box06-idx-ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
	margin: 0 0 15px;
}
.box06-idx-ttl:before {
    content: '';
    position: absolute;
    width: 315px;
    height: 12px;
    background: url(http://nowcoffeeandtea.vn/W_images/b06-idx.png) no-repeat;
    bottom: 2px;
    left: calc(50% - 160px);
}
.b06-list {
  display: flex;
}
.b06-item {
  width: 370px;
  margin: 0 30px 0 0;
}
.b06-item:last-child {
  margin: 0;
}
.b06-img {
  position: relative;
}
.b06-img:after {
  content: '';
  position: absolute;
  background: rgba(0, 50, 255, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0.5, 0.5);
}
.b06-item a:hover .b05-img:after {
  transform: scale(1, 1);
  opacity: 1;
}
.b06-item a:hover {
  color: #f36e29;
}
.b06-item a {
  display: block;
  text-decoration: none;
  text-align:center;
}
.b06-ttl {
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 10px;
  font-weight: 600;
}
.b06-txt {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px;
}
.b06-btn {
  margin: 0;
  font-size: 15px;
  color: #fff;
  background: #f36e29;
  text-align: center;
  padding: 3px 50px;
  display: inline-block;
  transition: all 0.5s ease;
}
.b06-item a:hover .b05-btn {
  background: #f36e29;
}
b07-list a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box07{
    padding: 50px 0;
    background:#f3f3f3;
}
/*footer*/
#footer {
  background: url("http://nowcoffeeandtea.vn/W_images/f_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0 40px;
  color: #fff;
}
.f-form {
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.f-ttl {
  font-size: 40px;
  margin: 0 0 20px;
  line-height: 1em;
}
.f-txt {
  font-size: 18px;
  line-height: normal;
}
.f-form .form {
  width: 100%;
  max-width: 637px;
  position: relative;
  margin: 0 auto;
}
.f-form input {
  width: 100%;
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  outline: none;
  padding: 17px 20px;
  border-radius: 30px;
}
.f-form .button {
    text-decoration: none;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 16px;
  border: none;
  background: #f36e29;
  top: 0;
  padding: 15px 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  outline: none;
  cursor: pointer;
}
.f-form button:hover {
  background: #ee765b;
}
.footer02 {
  display: flex;
  justify-content: space-between;
}
.f02-mod {
  width: 26%%;
}
.f02-mod:nth-child(1) {
  margin-right: 30px;
  border-right: 1px dashed rgba(255,255,255,0.2);
  padding-right: 30px;
}
.f02-mod:nth-child(2) {
  margin-right: 30px;
  border-right: 1px dashed rgba(255,255,255,0.2);
  padding-right: 30px;
  width: 45%;
}
.f02-ttl {
  font-size: 18px;
  color: #f36e29;
  margin: 0 0 15px;
  font-weight: bold;
}
.f02-txt {
  font-size: 16px;
  margin: 0;
}
.f02-info {
  margin: 0;
  font-size: 16px;
  padding-left: 25px;
}
.f02-tel {
  background: url("http://nowcoffeeandtea.vn/W_images/f_ico01.png") no-repeat left center;
}
.f02-add {
  background: url("http://nowcoffeeandtea.vn/W_images/f_ico02.png") no-repeat left 8px;
}
.f02-mail {
  background: url("http://nowcoffeeandtea.vn/W_images/f_ico03.png") no-repeat left center;
}
.f02-mail a {
  color: #fff;
  text-decoration: none;
}
.f02-social {
  font-size: 18px;
  font-weight: bold;
  color: #f36e29;
  margin: 0 0 5px;
}
.f02-social a {
  margin-left: 15px;
}
.f-copyright {
  margin: 0;
  font-style: italic;
}
.f-copyright a {
  color: #fff;
  text-decoration: none;
}
/*-----------------------------------------------------*/
.under #main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}
.under .mainvisual {
  background: url("http://nowcoffeeandtea.vn/W_images/bg-about.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 300px;
}
.mainvisual .container{text-align:center;}
.under-main-ttl {
    font-family: 'UTMBanqueBold', sans-serif;
    font-size: 36px;
    color: #f36e29;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.topic-path li {
	display: inline-block;
	font-size: 16px;
  font-style: italic;
	line-height: 1.3em;
	color: #fff;
}
.topic-path li a {
	text-decoration: none;
	color: #fff;
}
.topic-path li:after {
	content: '/';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after{content:"";}
.topic-path li a:hover {
	text-decoration: underline;
}
.idx-ttl-top{
    font-family: 'UTMBanqueBold', sans-serif;
    color: #f36e29;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.idx-ttl-bottom{
    color: #000;
    font-size: 16px;
    font-style: italic;
}
.pager{
    display:flex;
    justify-content:space-around;
}
.b03-item-link{margin:0;}
.b03-item-link a{
    transition: all 0.5s ease;
    width: 100%;
    display:inline-block;
    margin-top: 130px;
    border: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
    background:#2e2e2e;
    font-size: 20px;
    text-decoration: none;
}
.b03-item-link a:hover{background:#fff;color:#f36e29}
.btn-more{
    margin: 0;
    text-align: center;
}
.btn-more a {
    padding: 5px 35px;
    display: inline-block;
    background: #f36e29;
    color: #fff;
    text-decoration: none;
    margin: 25px 0 0;
}
.btn-more-news{
    text-align: center;
    margin-top: 30px;
        margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.box05-container{width:100%;}
.under .mainvisual{height:165px;}
.under-main-ttl{font-size:30px;margin: 0;}
.topic-path li{font-size:14px;}
#wrapper {
	min-width: 100%;
	margin: 0;
}
#main,  #footer {
	min-width: 100%;
}
.container{
	padding: 0 3%;
	width: 100%;
}
.under #main {
	padding: 40px 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;
	background: #f36e29;
}
.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;
}
#header {
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
}
.h-right {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
	z-index: 9999;
    overflow: auto;
	transform: translateX(300px);
	transition: all 0.5s ease;
}
.h-right.active {
	transform: translateX(0);
}
.gnavi {
    display: block;
    margin: 0 0 30px;
}
.gnavi > li > a:after {
	display: none;
}
.close {
    text-align: center;
    padding: 10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
	cursor: pointer;
	margin: 0 0 20px;
}
.close span {
    display: inline-block;
    position: relative;
    top: -7px;
    margin-left: 6px;
}
.close span::after, .close span::before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #666;
    -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;
}
.close span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gnavi > li {
    margin: 0;
}
.gnavi > li > a {
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.gnv-ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 46px;
    display: inline-block;
}
.gnavi > li.over > a:before {
    right: 20px;
}
.submenu {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.submenu > div {
    display: block;
}
.submnlist:not(:last-child) {
    margin: 0 0 10px;
    padding: 0;
    border: none;
}
.h-search-form {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
}
.h-search-ttl {
    display: none;
}
.h-search-form button {
    right: 10px;
}
.h-cart {
    text-align: center;
    margin: 0 0 30px;
}
.bdhide {
    display:none;
	z-index: -999;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	will-change: opacity;
	transition: opacity 0.5s ease;
	opacity: 0;
	background: #f36e298f;
}
.bdhide.show {
    display: block;
	opacity: 0.8;
	z-index: 999;
	transition: opacity 0.5s ease;
}
html.hide {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.fixed .h-main {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    width: 100%;
	transition: all 1s ease;
}
.logo {
    width: 100px;
}
.b03-icon{width: 190px;
    height: 190px;}
.b04-list{justify-content:space-between;}
.b04-item{
    width: 48%;
    margin: 0 0 30px 0;
}
.b04-img{height:auto;}
.b05-list{display: block;}
.b05-l {
    width: 100%;
}
.b05-r{text-align:center;}
.b05-r img{border-right:5px solid #fff;}
.f01-main01 {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.f-ttl {
  font-size: 30px;
}
.footer02 {
  flex-wrap: wrap;
}
.f02-mod:last-child {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.f02-mod {
  width: 46%;
}
.f02-mod:nth-child(2) {
  margin: 0;
  border-right: none;
  padding-right: 0;
}
}
@media screen and (max-width: 640px) {
.h-top-item {
    font-size: 11px;
	margin: 0 5px;
	padding-right: 10px;
}
.h-top-tel {
    background-size: 10px auto;
    padding-left: 15px;
}
.h-top-add {
    background-size: 9px auto;
    padding-left: 15px;
}
.h-top-mail {
    background-size: 14px auto;
    padding-right: 20px;
}
.h-top-time {
    background-size: 12px auto;
    padding-left: 18px;
}
}
@media screen and (max-width: 425px) {
.b05-frm-btn a{
    display: inherit;
    margin-bottom: 10px;
}
.b03-item-link a{margin-top: 40px;}
.under-main-ttl{text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;}
.under .mainvisual{height:125px;}
.under-main-ttl {font-size: 24px;}
.topic-path li {font-size: 12px;}
.b02-top-item {width: 100%;margin-right: 0;}
.box02-idx, .box03-idx-ttl{font-size: 25px;}
.b03-list,.b04-list, .b06-list {display: block;}
.b03-item {width: 100%;margin-bottom: 50px;}
.b04-item{width:100%;}
.b05-frm {padding: 0 10px;}
.b05-frm input{font-size: 10px;}
.b06-item{width:100%;margin-right:0;margin-bottom: 40px;}
.f-ttl {
  font-size: 27px;
}
.f02-mod:not(:last-child) {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.f02-mod:nth-child(1) {
  border: none;
  padding: 0;
  margin-right: 0;
}
.f02-mod:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.f-form input {
    padding: 17px 20px;
}
.f-form button {
    padding: 10px 20px;
    font-size: 14px;
}
.f-form {
    padding: 0 0 20px;
    margin: 0 0 20px;
}
}