@charset "utf-8";

.header {position: relative;z-index: 3;}
.header .pc_menu {height: auto;/* overflow: hidden; */top: -60px;border-bottom: 3px solid #14716f;}
.header .pc_menu.fixed {
  /* height: 129px; */
  position: fixed;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  /* border-top: 6px solid #007170; */
  border-bottom: 1px solid #ddd;
  max-width: 1280px;
  background-color: #eef4f4;
  }
.header .pc_menu .inner {
}
.header .pc_menu .inner .tops {background-color: #007170;text-align: right;padding: 7px;padding-bottom: 9px;}
.header .pc_menu .inner .tops table{
  display:block;
}
.header .pc_menu .inner .tops tbody{
  display:block;
}
.header .pc_menu .inner .tops tr{
  display:block;
}
.header .pc_menu .inner .tops td{
  display:block;
}
.header .pc_menu .inner .tops .tops_wrap{
  text-align:right;
}
.header .pc_menu.fixed .inner .tops {
  /* display:none; */
}
.header .pc_menu .inner .tops .s_tops {display: inline-block;vertical-align: top;margin: 0;margin-right: 15px;border-right: 1px solid #fff;padding-right: 15px;}
.header .pc_menu .inner .tops .s_tops a {
  color:#fff;
  text-decoration:none;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.5s;
  padding-right: 25px;
  position: relative;
}
.header .pc_menu .inner .tops .s_tops a:hover {
  opacity:0.7;
}
.header .pc_menu .inner .tops .s_tops a.icon_cart {
  position:relative;
  padding-right: 30px;
}
.header .pc_menu .inner .tops .s_tops a:before {
  content:"";
  position:absolute;
  width: 19px;
  height:30px;
  /* background-color:#ccc; */
  right: 0px;
  margin: auto;
  top: -2px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.header .pc_menu .inner .tops .s_tops a.icon_mypage:before {
  width: 19px;
  height:30px;
  right: 3px;
  margin: auto;
  top: 0px;
  bottom: 0;
  background-image: url(../../img/header/navi_mypage.png);
  background-size: 15px;
}
.header .pc_menu .inner .tops .s_tops a.icon_cart:before {
  width: 19px;
  height:30px;
  right: 3px;
  margin: auto;
  top: -2px;
  bottom: 0;
  background-image: url(../../img/header/navi_cart.png);
  background-size: 17px;
}
.header .pc_menu .inner .tops .s_tops a.icon_blank:before {
  width: 19px;
  height:30px;
  right: 3px;
  margin: auto;
  top: -2px;
  bottom: 0;
  background-image: url(../../img/header/navi_blank_wh.png);
  background-size: 12px;
}
.header .pc_menu .inner .middle {position: relative;margin: 0;border-bottom: 1px solid #ccc;background-color: #eef4f4;}
.header .pc_menu.fixed .inner .middle {
  display:none;
}
.header .pc_menu .inner .middle .logo {position: absolute;width: 17%;left: 26px;max-width: 320px;top: 12px;margin: 0;}
.header .pc_menu .inner .middle .logo .tag_aniv{
  display:none;
}
.header .pc_menu .inner .middle .loginarea {text-align: right;padding-top: 13px;padding-bottom: 10px;}
.header .pc_menu .inner .middle .loginarea .login {display: inline-block;vertical-align: top;margin: 0;}
.header .pc_menu .inner .middle .loginarea .login a{
  text-decoration:none;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 8px 30px;
  margin-right: 5px;
  transition: 0.5s;
}
.header .pc_menu .inner .middle .loginarea .login a:hover{
  color: #198dd3;
  border: 2px solid #198dd3;
}
.header .pc_menu .inner .middle .loginarea .login .cart {
}
.header .pc_menu .inner .middle .bottoms {text-align: right;margin-top: 0px;display: flex;flex-wrap: wrap;justify-content: flex-end;height: 92px;overflow: hidden;}
.header .pc_menu .inner .middle .bottoms .info_box {width: 350px;margin-right: 40px;padding-top: 10px;padding-bottom: 10px;}
.header .pc_menu .inner .middle .bottoms .info_box .tel {margin: 0;font-size: 15px;line-height: 1.5;color: #14716f;display: inline-block;vertical-align: middle;font-weight: 600;position: relative;padding-left: 30px;}
.home .header .pc_menu .inner .middle .bottoms .info_box .tel {
    font-size: 14px;
}
.header .pc_menu .inner .middle .bottoms .info_box .tel:before {
  content:"";
  position:absolute;
  width: 29px;
  height: 27px;
  /* background-color:#ccc; */
  left: 0;
  top: -3px;
  background-image: url(../../img/header/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.header .pc_menu .inner .middle .bottoms .info_box .mail {margin: 0;font-size: 15px;line-height: 1.5;color: #14716f;display: inline-block;vertical-align: middle;font-weight: 600;position: relative;padding-left: 31px;}
.header .pc_menu .inner .middle .bottoms .info_box .mail:before {
  content:"";
  position:absolute;
  width: 29px;
  height: 27px;
  /* background-color:#ccc; */
  left: 0;
  top: -3px;
  background-image: url(../../img/header/icon_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.header .pc_menu .inner .middle .bottoms .info_box .open {margin: 0;font-size: 12px;line-height: 1.5;color: #393939;text-align: right;}
.header .pc_menu .inner .middle .bottoms .info_box .access {margin: 0;text-align: right;font-size: 14px;line-height: 1.5;color: #393939;}
.header .pc_menu .inner .middle .bottoms .info_box .access a{
  position:relative;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #393939;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  transition: 0.5s;
  text-decoration:none;
}
.header .pc_menu .inner .middle .bottoms .info_box .access a:before{
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  /* background-color:#ccc; */
  left: 3px;
  top: -4px;
  background-image: url(../../img/gnavi/icon_map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.header .pc_menu .inner .middle .bottoms .info_box .access a:hover{
  opacity:0.7;
}
.header .pc_menu .inner .middle .bottoms .btn_box {display: flex;flex-wrap: wrap;}
.header .pc_menu .inner .middle .bottoms .btn_order {margin: 0;width: 124px;}
.header .pc_menu .inner .middle .bottoms .btn_order a {
  display:block;
  height: 50px;
  background-color: #49b6b9;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  /* padding: 16px 50px; */
  position: relative;
  transition: 0.5s;
  padding-top: 53px;
}
.header .pc_menu .inner .middle .bottoms .btn_order a:before {
  content:"";
  position:absolute;
  width: 35px;
  height: 35px;
  /* background-color:#999; */
  right: 0;
  left: 0;
  margin: auto;
  top: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.header .pc_menu .inner .middle .bottoms .btn_order a:hover {
  opacity:0.7;
}
.header .pc_menu .inner .middle .bottoms .btn_order .ex_order {background-color: #393939;}
.header .pc_menu .inner .middle .bottoms .btn_order .ex_order:before {
  background-image: url(../../img/header/navi_ex.png);
  background-size: 21px;
}
.header .pc_menu .inner .middle .bottoms .btn_order .order {background-color: #ff4e73;padding-top: 46px;}
.header .pc_menu .inner .middle .bottoms .btn_order .order:before {
  background-image: url(../../img/header/navi_order.png);
  background-size: 29px;
  top: 13px;
}
.header .pc_menu .inner .middle .bottoms .btn_order .estimate:before {
  background-image: url(../../img/header/navi_estimate.png);
  background-size: 22px;
  top: 11px;
}
.header .pc_menu .inner .main_menu_area {/* border-top: 1px solid #999; */display: flex;justify-content: space-around;/* flex-wrap: wrap; */margin: 0 auto;max-width: 1080px;}
.header .pc_menu .inner .main_menu_area .logo{
  display:none;
}
.header .pc_menu.fixed .inner .main_menu_area .logo{
  display:block;
  width: 156px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 30px;
}
.header .pc_menu.fixed .inner .main_menu_area {display: flex;justify-content: flex-end;position: relative;max-width: none;min-width: 1080px;}
.header .pc_menu .inner .main_menu_area .main_menu {margin: 0;/* width: 12.5%; */position: relative;}
.header .pc_menu .inner .main_menu_area .main_menu.estimate {
  display:none;
}
.header .pc_menu .inner .main_menu_area .main_menu.extension {
  display:none;
}
.header .pc_menu .inner .main_menu_area .main_menu.order {
  display:none;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.estimate {
  display:block;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.extension {
  display:block;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.order {
  display:block;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.estimate a{background-color: #49b6b9;color: #fff;position: relative;}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.extension a{background-color: #393937;color: #fff;position: relative;}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.order a{background-color: #ff4e73;color: #fff;position: relative;}
.header .pc_menu .inner .main_menu_area .main_menu a{display: block;padding: 15px;text-align: center;font-size: 15px;line-height: 1.5;font-weight: 600;text-decoration: none;color: #393939;position: relative;padding-top: 45px;}
.header .pc_menu.fixed .inner .main_menu_area .main_menu a{font-size: 13px;padding: 19px 16px;padding-top: 49px;}
.header .pc_menu .inner .main_menu_area .main_menu a:hover{
}
.header .pc_menu .inner .main_menu_area .main_menu a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #049ca2;
    bottom: 0;
    transition: 0.5s;
    left: 0;
}
.header .pc_menu .inner .main_menu_area .main_menu a:hover:before {
  width:100%;
}
.header .pc_menu .inner .main_menu_area .main_menu:before {
  content:"";
  position:absolute;
  width: 35px;
  height: 35px;
  /* background-color:#ccc; */
  margin: auto;
  left: 0;
  right: 0;
  top: 7px;
  background-position:center;
  background-repeat:no-repeat;
  background-size: 30px;
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_flow:before {
  background-image:url(../../img/header/icon_flow.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_reason:before {
  background-image:url(../../img/header/icon_reason.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_price:before {
  background-image:url(../../img/common/icon_fee.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_item:before {
  background-image:url(../../img/common/icon_item.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_faq:before {
  background-image:url(../../img/common/icon_faq.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_guide:before {
  background-image:url(../../img/common/icon_guide.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_tips:before {
  background-image:url(../../img/common/icon_tips.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_useful:before {
  background-image:url(../../img/common/icon_useful.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.order:before {
  background-image: url(../../img/header/navi_order.png);
  z-index: 1;
  background-size: 26px;
  top: 11px;
}
.header .pc_menu .inner .main_menu_area .main_menu.extension:before {
  background-image: url(../../img/header/navi_ex.png);
  z-index: 1;
  background-size: 18px;
  top: 12px;
}
.header .pc_menu .inner .main_menu_area .main_menu.estimate:before {
  background-image: url(../../img/header/navi_estimate.png);
  z-index: 1;
  background-size: 20px;
  top: 9px;
}

.header .pc_menu .inner .main_menu_area .main_menu.item:hover .s_menu {
	height:300px;
	z-index: 100;
	margin-top: 0px;
	padding-top: 20px;
   padding-bottom: 15px;
}
.header .pc_menu .inner .main_menu_area .main_menu.item:hover .s_menu.guide {
	height:130px;
}
.header .pc_menu .inner .main_menu_area .main_menu.item:hover .s_menu.fee {
	height:250px;
}
.header .pc_menu .inner .main_menu_area .main_menu.item:hover .s_menu.tips {
	height:300px;
}
.header .pc_menu .inner .main_menu_area .main_menu.item:hover .s_menu.useful {
	height:330px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu {
	position: absolute;
	width: 339px;
	height: 0;
	overflow: hidden;
	transition:0.5s;
	left: 0;
	border-radius: 10px;
	box-shadow: 5px 6px 11px 0px #6e6e6e;
	/* padding-top: 20px; */
	/* padding-bottom: 15px; */
	background-color: #fff;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu:before {
	content:"";
	position:absolute;
    width: 0;
    margin: 0 auto;
    height: 0;
    top:0;
    left: 51px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00959c transparent transparent transparent;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .s_link {
	margin: 0;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .s_link a {
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
	transition: 0.5s;
	background-color: hsl(0deg 0% 100%);
	display: block;
	text-align: left;
	padding-left: 35px;
	position: relative;
	color: #03999f;
	font-weight: 500;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .s_link a:before {
	content:"-";
	position:absolute;
	left:0;
	width: 15px;
	height: 10px;
	background: none;
	top: 8px;
	left: 23px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .s_link a:hover {
	background-color: hsl(180deg 23.08% 94.9%);
}

.header .pc_menu .inner .main_menu_area .main_menu .active {
}
.header .pc_menu .inner .main_menu_area .main_menu .active:before {
  width:100%;
}

.header .pc_menu .inner .main_menu_area .line {height: 66px;background-color: #999;width: 1px;margin: 10px 0;}

.header .sp_menu {
    display: none;
}
@media only screen and (max-width: 767px) {
.header .sp_menu {
    display: inherit;
    position: relative;
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
}
  .top_sec {
    padding-top: 81px;
}
.header .pc_menu {
    display: none;
}
  .header .sp_menu .sp_logo {
    margin: 0;
    position: relative;
    width: auto;
    left: 0;
    height: 80px;
    right: 0;
}
.header .sp_menu .sp_logo a {display: block;position: relative;top: 18px;margin: 0 auto;width: 166px;}
 .header .sp_menu .sp_order {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  }
   .header .sp_menu .sp_order a {
  display: block;
  width: auto;
  height: 30px;
  background-color: #ff4e73;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  padding: 12px;
  padding-top: 47px;
  text-decoration: none;
  position: relative;
  }
  .shop_body   .header .sp_menu .sp_order a {
  width: auto;
  height: 30px;
  background-color: #009688;
  padding-top: 47px;
  min-width: 55px;
  }
   .header .sp_menu .sp_order a:before {
     content:"";
     position:absolute;
     width: 30px;
     height: 30px;
     /* background-color:#ccc; */
     margin: auto;
     left: 0;
     right: 0;
     top: 12px;
     background-image: url(../../img/header/navi_order.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 26px;
  }
    .shop_body .header .sp_menu .sp_order a:before {
     width: 30px;
     height: 30px;
     left: 0;
     right: 0;
     top: 12px;
     background-image: url(../../img/header/navi_cart.png);
     background-size: 26px;
  }

.header .sp_menu .openbtn1 {
}

/*============================
#g-nav
============================*/
.header .sp_menu #g-nav {
}

/*============================
#g-nav-list
============================*/
.header .sp_menu #g-nav #g-nav-list {
}
  .header .sp_menu #g-nav #g-nav-list table {
    display:block;
}
   .header .sp_menu #g-nav #g-nav-list tbody {
      display:block;
}
     .header .sp_menu #g-nav #g-nav-list tr {
        display:block;
}
     .header .sp_menu #g-nav #g-nav-list td {
        display:block;
}
.header .sp_menu #g-nav #g-nav-list .loginarea {margin: 0 auto;width: 88%;margin-top: 91px;padding: 5%;border-radius: 7px;margin-bottom: 1px;}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login {margin: 0;margin-bottom: 9px;}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login a{color: #fff;text-decoration: none;border: 1px solid #fff;padding: 6px 25px;text-align: center;display: block;border-radius: 9px;color: #017170;background-color: #fff;font-size: 14px;line-height: 1.5;position: relative;}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login a:before{
	content:"";
	position:absolute;
	width:25px;
	height:25px;
	/* background-color:#ccc; */
	right: 6px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
	.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login.mypage a:before{
		background-image:url(../../img/common/icon_mypage.png);
}
	.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login.cart a:before{
		background-image:url(../../img/common/icon_cart.png);
}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login.credit a{
	background-color:#0f75ff;
	color:#fff;
	border:1px solid #fff;
}
		.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login.credit a:before{
		background-image:url(../../img/common/navi_blank_wh.png);
}
	.header .sp_menu #g-nav #g-nav-list .order_area {margin: 0 auto;width: 90%;margin-bottom: 15px;}
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order {margin: 0 auto;width: 90%;text-align: center;margin-bottom: 5px;} 
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order a{color: #fff;font-size:  18px;text-decoration: none;background-color: #ff4e73;display: block;padding-top: 10px;padding-bottom: 10px;line-height: 1.5;border-radius: 7px;position: relative;}
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order a:before{
  content:"";
  position:absolute;
  width:30px;
  height:30px;
  /* background-color:#ccc; */
  margin:auto;
  top:0;
  bottom:0;
  right:10px;
  background-image: url(../../img/header/navi_order.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
   .header .sp_menu #g-nav #g-nav-list .order_area .btn_order a.estimate:before{
      background-image: url(../../img/header/navi_estimate.png);
      background-size: 18px;
    }
    .header .sp_menu #g-nav #g-nav-list .order_area .btn_order a.ex:before{
      background-image: url(../../img/header/navi_ex.png);
      background-size: 18px;
    }
  .header .sp_menu #g-nav #g-nav-list .order_area .btn_order a.ex{background-color: #393939;}
    .header .sp_menu #g-nav #g-nav-list .order_area .btn_order a.estimate{background-color: #27d1c9;}
 
 .header .sp_menu #g-nav #g-nav-list .infoarea {margin: 0 auto;width: 90%;margin-top: 40px;color: #ececec;text-align: left;}
.header .sp_menu #g-nav #g-nav-list .infoarea .info {margin: 0;font-size: 15px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .info a{
  color: #ceeaff;
}
  .header .sp_menu #g-nav #g-nav-list .infoarea .s_comment {margin: 0;font-size: 14px;line-height: 1.6;margin-top: 15px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .access {margin: 0;margin-top: 6px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .access a{
  color:#fff;
  position: relative;
  padding-left: 22px;
}
  .header .sp_menu #g-nav #g-nav-list .infoarea .access a:before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    /* background-color:#ccc; */
    left: 0;
    background-image: url(../../img/gnavi/navi_access_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    top: -1px;
}
  .header .sp_menu #g-nav #g-nav-list .language_box {display: flex;margin: 0 auto;width: 95%;flex-wrap: wrap;justify-content: space-evenly;margin-top: 20px;padding-bottom: 40px;}
.header .sp_menu #g-nav #g-nav-list .language_box .language {width: 30%;text-align: center;margin: 0;}
.header .sp_menu #g-nav #g-nav-list .language_box .language a{color: #fff;border: 1px solid #fff;padding: 3px;display: block;text-decoration: none;font-size: 14px;border-radius: 17px;}

.header .sp_menu {
}
.header .sp_menu .sub_info {border-bottom: 1px solid #fff;}
.header .sp_menu .sub_info .main_ac_btn {margin: 0;text-align: center;color: #fff;font-size: 16px;line-height: 1.5;font-weight: 500;padding: 15px 45px;position: relative;}
.header .sp_menu .sub_info .main_ac_btn.ac_open:before {
	background-image: url(../../img/common/navi_open_wh.png);
}
.header .sp_menu .sub_info .main_ac_btn:before {
	content:"";
	position:absolute;
	width:40px;
	height:40px;
	/* background-color:#ccc; */
	right: 10px;
	top: 7px;
	background-image: url(../../img/common/navi_close_wh.png);
	background-position: center;
	background-size: 33px;
	background-repeat: no-repeat;
}
	.header .sp_menu .sub_info .sub_ac_box {margin: 0 auto;width: auto !important;text-align: center;}
.header .sp_menu .sub_info .sub_ac_box .s_menu {margin: 0;}
.header .sp_menu .sub_info .sub_ac_box .s_menu a{color: #fff;text-decoration: none;font-size: 14px;line-height: 1.5;padding: 14px 35px;display: block;border-top: 1px dotted #ccc;position: relative;}
	.header .sp_menu .sub_info .sub_ac_box .s_menu a:before{
		content:"";
		position:absolute;
		width:20px;
		height:20px;
		/* background-color:#ccc; */
		right: 14px;
		background-image: url(../../img/common/navi_normal.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 6px;
}

}