@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	/*	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
  /*	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;*/
  /*  font-family: メイリオ, Meiryo, "Open Sans", Helvetica, Arial;*/
  /*  font-family: "Raleway","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
table {
  table-layout: fixed;
}
table td img {
  max-width: 100% !important;
  height: auto !important;
}
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
b,
strong {
  font-weight: bold;
}
u {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto !important;
}
small {
  font-size: 80%;
}
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}
span {
  font-weight: inherit;
}
.youtube iframe {
  width: 100%;
}
u {
  text-decoration: underline;
}
/* a:hover {
  text-decoration: underline !important;
} */
.transition {
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */
.tbl_scroll td {
  word-break: break-all;
}
/* sitemap */
.map {
  margin: 56px 20px 0;
}
.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
/* policy */
.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}
/* input */
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto;
}
#contents {
}
.ColLeft {
  float: left;
}
.ColRight {
  float: right;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
h1 {
  padding-top: 10px;
}
header#global_header {
  clear: both;
  width: 100%;
  display: block;
  min-width: auto;
}
.header {
  margin-bottom: 20px;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.1s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.header-fix {
  top: 10px;
  background: #fff;
}
.header-fixed {
  top: 0px !Important;
  width: 100%;
  position: fixed;

  z-index: 998;
}
#logo {
  float: left;
  padding: 25px 0px;
  text-align: center;
}
#info {
  max-width: 420px;
  float: right;
  /*margin: 6px 8px 0px;
	border: 1px solid #43b772;
	padding: 5px;*/
  line-height: 1.5;
  font-size: 15px;
  position: relative;
  margin-top: -20px;
}
.phone {
  display: none;
}
.fb {
  position: absolute;
  bottom: 18px;
  right: 152px;
}
.line {
  height: 20px;
  position: absolute;
  bottom: 22px;
  right: 50px;
}
.line iframe {
  height: 20px !important;
  width: 94px !important;
}
.instagram {
  position: absolute;
  bottom: 18px;
  right: 15px;
}
#info table {
  float: left;
  width: 50%;
  padding-right: 10px;
}
#info table td {
  border: 0px;
  vertical-align: top;
}
#info table td:first-child {
  width: 86px;
}
#info table td:first-child span {
  display: block;
  width: 76px;
  background: #43b772;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.social a {
  display: inline-block;
  margin: 0px 10px;
}
.h-btn {
  float: right;
  margin-top: -14px;
  text-align: center;
}
.h-btn a {
  display: block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #43b772;
  color: #43b772;
  margin-bottom: 8px;
  text-decoration: none !Important;
  width: 113px;
  padding: 6px 0px;
  line-height: 1.2;
}
/*------------------------------------
nav
----------------------------------------*/
#nav_global {
  top: 20px;
  /* background: rgba(91, 204, 136, 1) !important; */
  /* background-image: linear-gradient( 90deg, rgba(91, 204, 136, 0.8) 10%, rgba(67, 183, 113, 1) 100%) !important; */
    background-image: -moz-linear-gradient( 90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;

  
  /* background: -moz-linear-gradient(
    top,
    rgba(91, 204, 136, 1) 0%,
    rgba(67, 183, 113, 1) 100%
  ) ;

  background: -webkit-linear-gradient(
    top,
    rgba(91, 204, 136, 1) 0%,
    rgba(67, 183, 113, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(91, 204, 136, 1) 0%,
    rgba(67, 183, 113, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(91, 204, 136, 1) 0%,
    rgba(67, 183, 113, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(91, 204, 136, 1) 0%,
    rgba(67, 183, 113, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#5bcc88',
      endColorstr='#43b771',
      GradientType=0
    );
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); */
}
.nav-fixed {
  position: fixed;
  top: 0px !Important;
  left: 0px;
  z-index: 9999;
  width: 100%;
}
#nav_global ul li {
  /* float: left; */
  position: relative;
}
#nav_global ul li a {
  background: none !important;
  text-decoration: none;
  display: block;
  padding: 13px 23px !important;
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#nav_global ul li a:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;
  background-image: -webkit-linear-gradient( -90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;
  background-image: -ms-linear-gradient( -90deg, rgb(68,184,114) 0%, rgb(89,202,134) 100%) !important;
}
#nav_global li ul {
  position: absolute;
  top: 44px;
  left: 0px;
  z-index: 98999;
  display: block !Important;
  background: #0276af;
}
#nav_global li ul li {
  float: none;
}
#nav_global li ul li a {
  display: block;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
}
#nav_global li:hover ul {
  display: block;
}
.mainImg img,
.slider img {
  width: 100%;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
  width: 100%;
  position: relative;
  min-width: auto;
  font-size: 16px;
}
.footer {
  border-top: 5px solid #d7d7d7;
  padding: 40px 0px 30px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
#f-logo {
  float: left;
}
#f-logo p {
  margin-top: 20px;
}
.fNav {
  float: right;
  margin-left: 100px;
}
.fNav li {
  margin-bottom: 20px;
}
.fNav li i {
  font-size: 10px;
  color: #43b772;
  margin-right: 8px;
}
.cr {
  color: #fff;
  background: #084b27;
  padding: 22px 0px;
}
.cr ul li {
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 15px;
  line-height: 1;
}
.cr ul li:last-child {
  border-right: 0px;
}
.cr ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.cr  p {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */

/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
  background: none !important;
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 10px !important;
}
h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}
ul.item_list li {
  margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}
.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #ffffff !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}
.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #cccccc !important;
  background-size: 30px auto !important;
}
.sort_catalog {
  overflow: hidden;
}
.sort_catalog ul {
  margin: 0 -4.16% 20px 0 !important;
  width: auto !important;
}
.sort_catalog ul li {
  padding: 0 !important;
  margin-right: 4.16% !important;
  width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n + 1) {
  clear: both;
}
.item_title,
.wishlist {
  margin: 0 !important;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #cccccc;
}
.shop_cont a,
.item_info a {
  /*color: #CCCCCC;*/
}
.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}
.item_title h2 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
table.standard {
  table-layout: auto;
}
/* ----------------------------------------------------------

		COMMON STYLE

---------------------------------------------------------- */

.disnone {
  display: none;
}
/* float */
.ColLeft {
  float: left;
}
.ColRight {
  float: right;
}
.clear {
  clear: both;
}
/* font-size */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs32 {
  font-size: 32px;
}
.fs33 {
  font-size: 33px;
}
.fs34 {
  font-size: 34px;
}
.fs35 {
  font-size: 35px;
}
/* line-height */
.lh11 {
  line-height: 1.1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.lh14 {
  line-height: 1.4;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
.lh19 {
  line-height: 1.9;
}
.lh20 {
  line-height: 2;
}
.lh21 {
  line-height: 2.1;
}
.lh22 {
  line-height: 2.2;
}
.lh25 {
  line-height: 2.5;
}
/* letter-spacing */
.ls-1 {
  letter-spacing: -1px;
}
.ls0 {
  letter-spacing: 0px;
}
.ls1 {
  letter-spacing: 1px;
}
.ls2 {
  letter-spacing: 2px;
}
/* padding */
/* all */
.pd0 {
  padding: 0 !important;
}
.pd05 {
  padding: 5px !important;
}
.pd08 {
  padding: 8px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd14 {
  padding: 14px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}
.pd25 {
  padding: 25px !important;
}
.pd30 {
  padding: 30px !important;
}
/* top */
.pdT03 {
  padding-top: 3px !important;
}
.pdT05 {
  padding-top: 5px !important;
}
.pdT10 {
  padding-top: 10px !important;
}
.pdT15 {
  padding-top: 15px !important;
}
.pdT20 {
  padding-top: 20px !important;
}
.pdT25 {
  padding-top: 25px !important;
}
.pdT30 {
  padding-top: 30px !important;
}
.pdT35 {
  padding-top: 35px !important;
}
.pdT60 {
  padding-top: 60px !important;
}
/* bottom */
.pdB0 {
  padding-bottom: 0 !important;
}
.pdB05 {
  padding-bottom: 5px !important;
}
.pdB10 {
  padding-bottom: 10px !important;
}
.pdB14 {
  padding-bottom: 14px !important;
}
.pdB15 {
  padding-bottom: 15px !important;
}
.pdB20 {
  padding-bottom: 20px !important;
}
.pdB25 {
  padding-bottom: 25px !important;
}
.pdB30 {
  padding-bottom: 30px !important;
}
.pdB40 {
  padding-bottom: 40px !important;
}
/* top & bottom */
.pdTB03 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.pdTB05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pdTB10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pdTB14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.pdTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pdTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pdTB25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pdTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* left */
.pdL05 {
  padding-left: 5px !important;
}
.pdL10 {
  padding-left: 10px !important;
}
.pdL15 {
  padding-left: 15px !important;
}
.pdL17 {
  padding-left: 17px !important;
}
.pdL20 {
  padding-left: 20px !important;
}
.pdL25 {
  padding-left: 25px !important;
}
.pdL30 {
  padding-left: 30px !important;
}
.pdL35 {
  padding-left: 35px !important;
}
.pdL45 {
  padding-left: 45px !important;
}
/* right */
.pdR04 {
  padding-right: 4px !important;
}
.pdR05 {
  padding-right: 5px !important;
}
.pdR07 {
  padding-right: 7px !important;
}
.pdR08 {
  padding-right: 8px !important;
}
.pdR10 {
  padding-right: 10px !important;
}
.pdR11 {
  padding-right: 11px !important;
}
.pdR12 {
  padding-right: 12px !important;
}
.pdR13 {
  padding-right: 13px !important;
}
.pdR14 {
  padding-right: 14px !important;
}
.pdR15 {
  padding-right: 15px !important;
}
.pdR16 {
  padding-right: 16px !important;
}
.pdR17 {
  padding-right: 17px !important;
}
.pdR18 {
  padding-right: 18px !important;
}
.pdR20 {
  padding-right: 20px !important;
}
.pdR21 {
  padding-right: 21px !important;
}
.pdR22 {
  padding-right: 22px !important;
}
.pdR23 {
  padding-right: 23px !important;
}
.pdR25 {
  padding-right: 25px !important;
}
.pdR30 {
  padding-right: 30px !important;
}
.pdR35 {
  padding-right: 35px !important;
}
.pdR40 {
  padding-right: 40px !important;
}
/* left & right */
.pdLR05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pdLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pdLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pdLR20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pdLR25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.pdLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/* margin */
/* all */
.mg05 {
  margin: 5px;
}
.mg10 {
  margin: 10px;
}
.mg15 {
  margin: 15px;
}
.mg20 {
  margin: 20px;
}
.mg25 {
  margin: 25px;
}
.mg30 {
  margin: 30px;
}
/* top */
.mgT05 {
  margin-top: 5px !important;
}
.mgT10 {
  margin-top: 10px !important;
}
.mgT15 {
  margin-top: 15px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT25 {
  margin-top: 25px;
}
.mgT30 {
  margin-top: 30px;
}
.mgTem15 {
  margin-top: 1.5em !important;
}
/* bottom */
.mgB05 {
  margin-bottom: 5px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB35 {
  margin-bottom: 35px;
}
.mgB40 {
  margin-bottom: 40px;
}
/* top & bottom */
.mgTB05 {
  margin-top: 5px;
  margin-bottom: 5px !important;
}
.mgTB10 {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.mgTB15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mgTB20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mgTB25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mgTB30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* left */
.mgL05 {
  margin-left: 5px;
}
.mgL10 {
  margin-left: 10px;
}
.mgL15 {
  margin-left: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgL25 {
  margin-left: 25px;
}
.mgL30 {
  margin-left: 30px;
}
/* right */
.mgR05 {
  margin-right: 5px;
}
.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR25 {
  margin-right: 25px;
}
.mgR30 {
  margin-right: 30px;
}
.mgR60 {
  margin-right: 60px;
}
/* left & right */
.mgLR05 {
  margin-left: 5px;
  margin-right: 5px;
}
.mgLR10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mgLR15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mgLR20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mgLR25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mgLR30 {
  margin-left: 30px;
  margin-right: 30px;
}
.bgNorepeat {
  background-repeat: no-repeat;
}
.img_txtTb td:nth-child(1) {
  padding: 0px 10px 0px 0px !important;
}
.img_txtTb td:nth-child(2) {
  padding: 0px !important;
}
.tbPd0 td {
  padding: 0px !important;
}
.tbPdLR0 td {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pcDisplay {
  display: block;
}
.spDisplay {
  display: none;
}
.spHalfTb td {
  padding: 0px !important;
}
/*-------------------------------------------------------
additional
----------------------------------------------------------*/
.bread {
  font-size: 18px;
  padding: 10px 0px;
}
.bread li {
  display: inline;
  margin-right: 10px;
}
.bread li a {
  color: #be0100;
  text-decoration: none;
}
.bread li a:hover {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.block01 {
  position: relative;
}
.blockOuter01 {
  width: 1000%;
  height: 100%;
  background: #006699;
  position: absolute;
  top: 0px;
  left: -500%;
  z-index: 1;
}
.blockInside01 {
  z-index: 2;
  position: relative;
  background: #006699;
  border: 1px solid #1271a0;
  margin-right: -3.22%;
  width: 100%;
}
.zIndex2 {
  z-index: 2;
  position: relative;
}
.block02 {
  position: relative;
  background: #f9f9f9;
}
.block02 div {
  position: relative;
  z-index: 2;
}
.blockOuter02 {
  width: 1000%;
  height: 100%;
  background: #f9f9f9;
  position: absolute !important;
  top: 0px;
  left: -500%;
  z-index: 1;
}
.block03Outer {
  background: url(../images/home/bg_wood.jpg);
  padding: 5px;
}
.block03Inner {
  background: #fff;
}
.mapFull {
  position: relative;
}
.mapOuter {
  position: absolute;
  top: 0px;
  width: 1000%;
  left: -500%;
  text-align: center;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*ハンバーガーボタン*/

.icon-animation {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 2px;
  z-index: 999999999;
  background-size: contain;
  margin-left: 5px;
  display: none;
}
.icon-animation span {
  width: 35px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-animation span:before,
.icon-animation span:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-animation span {
  position: relative;
}
.icon-animation span:before {
  top: -8px;
}
.icon-animation span:after {
  bottom: -8px;
}
.menu_active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.menu_active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}
.menu_active span {
  background: transparent !Important;
}
.sampleBtn a {
  font-size: 30px;
  color: #fff;
  background: url(../images/rod/bg_btn.png) no-repeat center center;
  padding: 25px 100px;
  text-decoration: none;
}
.sampleBtn a img {
  position: relative;
  top: -15px;
  left: 10px;
}
.sampleBtn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.imgAuto img {
  width: auto !important;
}

/*---------------------
bg-overflow
-----------------------*/
.relative-01 {
  position: relative;
}
.z-index {
  position: relative;
  z-index: 10;
}
.full-screen {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.bg-full-01 {
  background: url(../images/home/full01.jpg);
  background-size: cover;
}
/*--------------------------------------
HOME
----------------------------------------*/
.h-title01 {
  background-repeat: no-repeat;
  background-position: center top;
}
.h-title01 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #43b772;
  position: relative;
}
.h-title01 h2:after {
  content: '';
  height: 1px;
  display: block;
  width: 125px;
  background: #43b772;
  margin: 0px auto;
}
.home-txt01  {
  font-size: 24px;
}
.home-txt01 div {
  font-weight: 500;
}
.home-txt02 {
}
.h-block01 div {
  position: relative;
  z-index: 2;
}
.h-table01 table {
  border-collapse: separate;
}
.h-table01 td {
  padding: 0px !Important;
  box-sizing: border-box;
}
.h-table01 td img {
  display: block;
}
.h-table01 td p {
  font-size: 24px;
  font-weight: bold;
  padding-left: 45px;
  display: block;
}
.bdr01 {
  border: 10px solid #ddd !Important;
}
.h-block01 .bg-outer01 {
  content: '';
  height: 100%;
  width: 1000%;
  background: #f0f0f0;
  display: block;
  position: absolute;
  z-index: 1;
  left: -500%;
  top: 0px;
}
.news {
  height: 270px;
  overflow-y: scroll;
  padding-right: 10px;
}
.news::-webkit-scrollbar {
  width: 8px;
}
.news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f4ef;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.news::-webkit-scrollbar-thumb {
  background-color: #a3ccff;
  /*outline: 1px solid slategrey;*/
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.newsItem {
  border-bottom: 1px dotted #000;
}
.spscroll {
  overflow: auto;
}
.spscroll::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}
.spscroll::-webkit-scrollbar:horizontal {
  width: 10px;
  height: 10px;
  background: #eee;
}
.spscroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.spscroll::-webkit-scrollbar-thumb:horizontal {
  background: #ccc;
  border-radius: 2px;
}
.h-table02 td {
  padding: 0px !important;
  position: relative;
}
.h-table02 td img {
  width: 100% !Important;
}
.h-table02 tr:first-child td:before {
  content: '';
  height: 40px;
  width: 42px;
  background: url(../images/home/bf01.png);
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.h-table02 td p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 32px 0px;
}
.top-banner {
  background: url(../images/common/banner01.jpg) no-repeat center top/cover;
  padding: 60px 0 80px;
  text-align: center;
}
.top-banner-inner {
  max-width: 1000px;
  padding: 25px 0px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.64);
  position: relative;
}
.top-banner-inner p {
  position: relative;
  z-index: 2;
}
.top-banner-inner .woman {
  position: absolute;
  bottom: 0px;
  left: -50px;
  z-index: 1;
}
.banner-txt01 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  display: inline-block;
  border-bottom: 2px solid #43b772;
  margin-bottom: 20px;
}
.banner-txt01 br {
  display: none;
}
.banner-logo {
  margin-bottom: 20px;
}
.banner-txt02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.banner-phone {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-phone img {
  position: relative;
  top: -10px;
  left: -20px;
}
.banner-btn {
  margin-bottom: 20px;
}
.banner-btn a {
  display: inline-block;
  background: #084b27;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none !Important;
  padding: 7px 40px;
  margin: 0px 15px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
  position: relative;
}
.banner-btn a .arrow-right {
  position: absolute;
  top: 10px;
  left: auto;
  right: 0px;
}
.banner-btn a:hover {
  background: #ffbe71;
}
.banner-btn a img {
  position: relative;
  top: -6px;
  left: -6px;
}
.top-banner table {
  max-width: 555px;
  margin: auto;
}
.top-banner table td {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border: 0px;
}
.top-banner table td:first-child {
  width: 125px;
}
.top-banner table td:last-child {
  letter-spacing: 2px;
}
.top-banner td span {
  background: #43b772;
  color: #fff;
  display: block;
  width: 105px;
  text-align: center;
  font-weight: bold;
  margin: 7px 0px;
}
.subTitle h3 img {
  position: relative;
  top: -12px;
  margin-right: 10px !important;
}
/*--------------------------------------
subpage
----------------------------------------*/
.page-title {
  background-repeat: no-repeat;
  background-position: left center;
}
.page-title h2 {
  font-size: 36px;
  color: #43b772;
  font-weight: bold;
  background: #e8fff1;
  text-align: center;
  padding: 44px 10px;
}
.subTitle h3 {
  font-size: 30px;
  font-weight: bold;
  color: #43b772;
}
.subTitle04 h4 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #797979;
  padding: 0px 0px 5px 20px;
  position: relative;
}
.subTitle04 h4:before {
  content: '';
  height: 80%;
  width: 5px;
  background: #43b772;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.flow-title h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #45b874;
  padding: 7px 46px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-width: 320px;
}
.bdr-green {
  border: 2px solid #43b772;
}
.green-txt {
  font-size: 24px;
  font-weight: bold;
  color: #43b772;
  padding: 10px 0px;
}
.group-txt-01 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.group-txt02 {
  color: #fff;
  position: relative;
  font-size: 18px;
}
.group-txt02 span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  border: 1px solid #fff;
  padding: 5px;
}
.group-txt02 span b {
  font-size: 48px;
  line-height: 1;
}
.green-contact p {
  background: #43b772;
  max-width: 460px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px;
}
.green-contact p img {
  position: relative;
  left: -10px;
  top: -12px;
}
.green-contact p b {
  font-size: 30px;
  font-weight: normal;
}
.white-contact {
  text-align: right;
}
.white-contact a {
  background: #fff;
  font-weight: bold;
  width: 460px;
  display: inline-block;
  text-align: center;
  border: 1px solid #43b772;
  padding: 30px 10px;
  color: #43b772;
  font-size: 24px;
  text-decoration: none !Important;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.white-contact a i {
  margin-right: 17px;
  font-size: 15px;
}
.white-contact a:hover {
  background: #43b772;
  color: #fff;
}
.carTb td {
  font-size: 17px;
}
.carTb td p {
  text-align: center;
  margin-top: 10px;
}
.flowTb01 td {
  position: relative;
}
.flowTb01 td:after {
  content: '';
  height: 100%;
  background: url(../images/common/right02.png) no-repeat center center;
  position: absolute;
  width: 42px;
  right: -10px;
  top: 0px;
}
.flowTb01 td:last-child:after {
  height: 0px;
}
.flowTb01 td span {
  display: inline-block;
  border: 1px solid #45b874;
  padding: 10px 16px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.as {
  border-bottom: 1px solid #ccc;
}

.news {

}

.scroll{
  overflow-y: scroll;
  max-height: 120px; 
}

.box1 {
  border: 2px solid #43b772;
  padding: 10px;
}