@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5,
p, address, figure,
ul, ol, li, dl, dt, dd,
table, th, td,
section, nav, article, aside, header, footer {
  margin: 0;
  padding: 0;
}

section, nav, article, aside, figure, header, footer {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

ul li, ol li {
  list-style: none;
}

iframe {
  border: none;
}

/*--------------------------------------------------
	setting
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', Meiryo, Arial, 'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*--------------------------------------------------
	footer直前のページ共通お問い合わせボタン部分
--------------------------------------------------*/
.btn-contact-web {
  position: relative;
  height: 100px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-weight: bold;
  line-height: 100px;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-contact-web .icon-btn-contact {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-top: -5px;
  margin-right: 19px;
  background: url(/common/icon/icon_btn_web.png) no-repeat 0 center;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}
.btn-contact-web .arrow-btn-contact {
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 26px;
  margin-top: -13px;
  background: url(/common/icon/arrow_web.png) no-repeat 0 0;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.btn-contact-web:hover .icon-btn-contact {
  background: url(/common/icon/icon_btn_web_on.png) no-repeat 0 center;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}
.btn-contact-web:hover .arrow-btn-contact {
  background: url(/common/icon/arrow_web_on.png) no-repeat 0 0;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.btn-contact-group {
  margin: 30px 0 0;
  padding: 30px 0 0;
  bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
}
.btn-contact-group .btn-contact-web {
  text-align: left;
  text-shadow: none;
  border: 2px solid #d30000;
}

.btn-contact-number li {
  float: left;
  width: 345px;
  margin: 0 0 0 30px;
  padding: 21px 20px 24px 20px;
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1.0;
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-contact-number li:first-child {
  margin: 0;
}
.btn-contact-number li a {
  text-decoration: none;
}
.btn-contact-number .text-btn-contact {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-contact-number .btn-contact-tel {
  padding-left: 66px;
  background: url(/common/icon/icon_tel.png) no-repeat 20px center;
  -webkit-background-size: 33px auto;
  background-size: 33px auto;
}
.btn-contact-number .btn-contact-tel a {
  cursor: default;
}
.btn-contact-number .btn-contact-fax {
  padding-left: 79px;
  background: url(/common/icon/icon_fax.png) no-repeat 20px center;
  -webkit-background-size: 44px auto;
  background-size: 44px auto;
}

.sp-btn-tel {
  display: none;
}

@media screen and (max-width: 750px) {
  .btn-contact-web {
    height: 70px;
    margin-bottom: 13px;
    padding-left: 15px;
    line-height: 70px;
    font-size: 20px;
    font-size: 2rem;
  }
  .btn-contact-web .icon-btn-contact {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
  }
  .btn-contact-web .arrow-btn-contact {
    right: 10px;
    width: 14px;
    height: 18px;
    margin-top: -9px;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
  .btn-contact-web:hover .icon-btn-contact {
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
  }
  .btn-contact-web:hover .arrow-btn-contact {
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }

  .btn-contact-number li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 16px 10px 16px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-contact-number li:first-child {
    margin: 0 0 13px;
  }
  .btn-contact-number .text-btn-contact {
    margin: 6px 0 0;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .btn-contact-number .btn-contact-tel {
    padding-left: 55px;
    background: url(/common/icon/icon_tel.png) no-repeat 14px center;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    -webkit-box-shadow: 0 2px 0 #ddd;
    box-shadow: 0 2px 0 #ddd;
    position: relative;
  }
  .btn-contact-number .btn-contact-tel:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: solid 3px #009b57;
    border-right: solid 3px #009b57;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-contact-number .btn-contact-tel:after {
    right: 15px;
  }
  .btn-contact-number .btn-contact-fax {
    padding-left: 55px;
    background: url(/common/icon/icon_fax.png) no-repeat 14px center;
    -webkit-background-size: 31px auto;
    background-size: 31px auto;
  }

  .sp-btn-tel {
    display: inline;
    font-size: 20px;
    font-size: 2rem;
  }

  .btn-contact-group {
    padding: 25px 0 0;
  }
}
/*--------------------------------------------------
	スマホ表示footer
--------------------------------------------------*/
footer {
  background: #F6F6F6;
}

.sp-footer {
  margin-top: 25px;
  border-top: 1px solid #c5c5c5;
  display: none;
}
@media (max-width: 750px) {
  .sp-footer {
    display: block;
  }
}

.sp-footer-navbar {
  width: 100%;
  background: #f6f6f6;
}
.sp-footer-navbar li {
  border-bottom: 1px solid #c5c5c5;
}
.sp-footer-navbar a {
  display: block;
  padding: 26px 20px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.sp-footer-navbar a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  border-top: solid 3px #009b57;
  border-right: solid 3px #009b57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-footer-utility {
  padding: 25px 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-footer-utility li {
  display: inline-block;
  margin: 0 15px 22px 0;
}

.icon-text-link {
  display: inline-block;
  margin-right: 5px;
  color: #d30000;
}

.btn-footer-pc {
  display: block;
  padding: 25px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #c5c5c5;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-footer-pc .btn-footer-pc-inner {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.btn-footer-pc .btn-footer-pc-inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 0;
  border-top: solid 3px #009b57;
  border-right: solid 3px #009b57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-footer-pc i {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url(/common/footer/icon_btn_pc.png) no-repeat 0 0;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}

.footer-navbar {
  padding: 24px 0;
  text-align: center;
  background: #ECECEC;
}
.footer-navbar li {
  display: inline-block;
  padding: 0 19px;
  text-align: center;
  line-height: 1.0;
  border-left: 1px solid #626262;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-navbar li:first-child {
  border-left: none;
}
.footer-navbar a {
  text-decoration: none;
}
.footer-navbar a:hover {
  text-decoration: underline;
}

.footer-small {
  padding: 33px 0 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .footer-navbar {
    padding: 15px 0;
  }
  .footer-navbar li {
    display: inline-block;
    padding: 0;
    width: 24%;
    letter-spacing: -0.1em;
    font-size: 10px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-small {
    padding: 15px 0;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
.header-top {
  padding: 11px 0 13px;
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
@media (max-width: 750px) {
  .header-top {
    width: 100%;
  }
}
.header-top:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.header-top .header-logo {
  float: left;
}
.header-top .header-logo img {
  width: 231px;
  height: auto;
}
.header-top .header-contact {
  float: right;
  margin-top: 3px;
  zoom: 1;
}
.header-top .header-contact:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.header-contact-block {
  float: left;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-contact-block:first-child {
  margin-right: 15px;
}
.header-contact-block .header-contact-mail {
  display: block;
  width: 206px;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background: #d30000 url(/common/icon/arrow_white.png) no-repeat 181px center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d30000;
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-contact-block .header-contact-mail i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 -25px;
  background: url(/common/icon/icon_btn_web.png) no-repeat 0 0;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.header-contact-block .header-contact-mail:hover {
  color: #d30000;
  background: #fff url(/common/icon/arrow_red.png) no-repeat 181px center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}
.header-contact-block .header-contact-mail:hover i {
  background: url(/common/icon/icon_btn_web_on.png) no-repeat 0 0;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

.header-contact-tel {
  display: table;
  font-weight: bold;
  border: 2px solid #d30000;
}
.header-contact-tel p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.header-contact-tel p:first-child {
  padding: 8px 19px 8px 10px;
  color: #FFF;
  background: #d30000 url(/common/header/bg_header_tel.png) no-repeat right 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.header-contact-tel p:last-child {
  padding: 0 11px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
.header-contact-tel .header-tel-number {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}

.header-sp-contact {
  display: none;
}

/*--------------------------------------------------
	スマホ表示header
--------------------------------------------------*/
#nav-toggle {
  width: 36px;
  height: 36px;
  margin-left: 8px;
  text-indent: -9999px;
  background: url(/common/header/sp_menu.png) no-repeat center center;
  -webkit-background-size: 25px 20px;
  background-size: 25px 20px;
}

#nav-toggle.active {
  background: url(/common/header/sp_menu_close.png) no-repeat center center;
  -webkit-background-size: 25px 20px;
  background-size: 25px 20px;
}

.wraper-header-top {
  border-bottom: 11px solid #fff;
}

.header-navbar {

  background: url(/common/header/bg_header_nav.png) repeat-x 0 0;
  display: block;
}
@media (max-width: 750px) {
  .header-navbar {
    display: none;
  }
}

.header-nav {
  width: 999px;
  margin: 0 auto;
  padding-left: 1px;
  background: url(/common/header/border_navbar.gif) no-repeat 0 center;
  zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.header-nav li {
  float: left;
  width: 249px;
  padding-right: 1px;
  background: url(/common/header/border_navbar.gif) no-repeat right center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav a {
  display: block;
  width: 100%;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 1px #666;
  font-size: 16px;
  font-size: 1.6rem;
}
.header-nav a:hover {
  background: url(../common/header/bg_header_nav_on.png) repeat-x 0 0;
}

.sp-header-navbar {
  z-index: 3;
  display: none;
}
@media (max-width: 750px) {
  .sp-header-navbar {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .wraper-header-top {
    margin-bottom: 20px;
    border-bottom: 5px solid #d30000;
  }

  .header-top {
    height: 59px;
    padding: 11px 10px;
    border-bottom: 3px solid #009b57;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-top .header-logo {
    width: auto;
  }
  .header-top .header-logo img {
    width: 130px;
    height: 60px;
  }

  .header-contact {
    display: none;
  }

  .header-sp-contact {
    display: block;
    float: right;
    zoom: 1;
  }
  .header-sp-contact:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .header-sp-contact li {
    float: left;
  }

  .header-sp-btn-contact {
    width: 110px;
  }
  .header-sp-btn-contact a {
    line-height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-sp-btn-contact i {
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-top: -5px;
    margin-right: 4px;
    vertical-align: middle;
    background: url(/common/header/sp_header_tel.png) no-repeat 0 0;
    -webkit-background-size: 14px 24px;
    background-size: 14px 24px;
  }

  .sp-header-navbar {
    position: absolute;
    top: 67px;
    left: 0;
    display: none;
    width: 100%;
    background: #f6f6f6;
  }
  .sp-header-navbar li {
    border-bottom: 1px solid #c5c5c5;
  }
  .sp-header-navbar a {
    display: block;
    padding: 26px 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .sp-header-navbar a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: solid 3px #009b57;
    border-right: solid 3px #009b57;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*--------------------------------------------------
	レイアウト
--------------------------------------------------*/
.wrapper {
  padding-bottom: 70px;
  width: 970px;
  margin: 0 auto;
  zoom: 1;
}
@media (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wrapper:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.wrapper-single {
  padding-top: 20px;
}

.main {
  float: right;
  width: 720px;
}

.main2 {
  float: right;
  width: 720px;
}

.sidebar {
  float: left;
  width: 220px;
}

@media screen and (max-width: 750px) {
  .main {
    float: none;
    width: 100%;
	  overflow:hidden;
  }
	
	 .main2 {
    float: none;
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .wrapper-single {
    padding-top: 0;
  }
}
/*--------------------------------------------------
	sidebar
--------------------------------------------------*/
.sidebar-navbar {
  margin-bottom: 30px;
}

.side-trigger {
  list-style: none;
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #c5c5c5;
  background: url(/common/side/trigger_open.png) no-repeat 95% center;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.side-trigger.active {
  background: url(/common/side/trigger_close.png) no-repeat 95% center;
}

.side-trigger-last {
  border-bottom: 1px solid #c5c5c5;
}

.side-trigger-last.active {
  border-bottom: none;
}

.side-trigger-image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}

.side-trigger-double {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.14;
}

.side-trigger-content {
  display: none;
  padding: 6px 20px 10px 30px;
  background: #F6F6F6;
  border-top: 1px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side-trigger-content li {
  margin: 11px 0;
  list-style: disc;
  color: #d30000;
}
.side-trigger-content a {
  font-size: 12px;
  font-size: 1.2rem;
}

.sidebar-title {
  padding: 7px 0;
  font-weight: bold;
  text-align: center;
  border-top: 4px solid #d30000;
  font-size: 20px;
  font-size: 2rem;
}

.side-banner {
  margin-bottom: 10px;
}

/*--------------------------------------------------
	utility
--------------------------------------------------*/
.image-responsive {
  max-width: 100%;
  height: auto;
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}

.image-link img, .sidebar img, .archive-list-inner img, .other-categorys img {
  -ms-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.image-link a:hover img, .sidebar a:hover img, .archive-list-inner a:hover img, .other-categorys a:hover img {
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}

.taC {
  text-align: center;
}

.row {
  zoom: 1;
}
.row:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.image-left-pc {
  float: left;
  text-align: center;
  border:#CCC 1px solid;
}

.image-right-pc {
  float: right;
  text-align: center;
}

.body-right-pc {
  float: right;
}

.body-left-pc {
  float: left;
}

.image-left {
  float: left;
  text-align: center;
}

.image-right {
  float: right;
  text-align: center;
}

.body-right {
  float: right;
}

.body-left {
  float: left;
}

.table-block {
  display: table;
  width: 100%;
}

.table-item {
  display: table-cell;
  vertical-align: middle;
}

.pc-block {
  display: block;
}
@media (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 750px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .detail-text {
    line-height: 1.87;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .image-left-pc {
    float: none;
  }

  .image-right-pc {
    float: none;
  }

  .body-right-pc {
    float: none;
  }

  .body-left-pc {
    float: none;
  }
}
.detail-text {
  line-height: 1.71;
  font-size: 14px;
  font-size: 1.4rem;
}

.text-icon {
  color: #009b57;
}

.arrow-text-link {
  display: inline-block;
  margin: 14px 0 0;
  padding-right: 18px;
  background: url(/common/icon/arrow_green.png) no-repeat right center;
  -webkit-background-size: 9px auto;
  background-size: 9px auto;
}
.arrow-text-link a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #b7b7b7;
  box-shadow: 0 2px 0 #b7b7b7;
  font-size: 14px;
  font-size: 1.4rem;
}
.arrow-text-link a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 750px) {
  .arrow-text-link {
    padding-right: 15px;
  }
  .arrow-text-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*  button  */
.btn-rich, .btn-contact-web, .tab a:hover, .ui-tabs-active a,
.tab.active, .btn-contact-web-small {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px #666;
  background: #d30000;
  background: -moz-linear-gradient(#d30000, #b90000);
  background: -webkit-gradient(linear, left top, left bottom, from(#d30000), to(#b90000));
  -webkit-box-shadow: 0 2px 0 #b7b7b7;
  box-shadow: 0 2px 0 #b7b7b7;
}

.btn-default, .btn-contact-web:hover, .btn-contact-web-small:hover {
  display: block;
  color: #000;
  text-decoration: none;
  background: #fff;
  background: -moz-linear-gradient(#fff, #f1f1f1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  -webkit-box-shadow: 0 2px 0 #898989;
  box-shadow: 0 2px 0 #898989;
  border: 2px soild #d30000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-basic {
  position: relative;
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #888 url(/common/icon/arrow_white.png) no-repeat 97% center;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  border-bottom: 1px solid #666;
}
.btn-basic:hover {
  background: #000 url(/common/icon/arrow_white.png) no-repeat 97% center;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}

@media screen and (max-width: 750px) {
  .btn-basic {
    position: relative;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #888 url(/common/icon/arrow_white.png) no-repeat 97% center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    border-bottom: 1px solid #666;
  }
  .btn-basic:hover {
    background: #000 url(/common/icon/arrow_white.png) no-repeat 97% center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
}
/*  bread navi  */
.bread-nav {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .bread-nav {
    display: none;
  }
}
@media (max-width: 750px) {
  .bread-nav {
    width: 100%;
  }
}
.bread-nav li {
  display: inline-block;
  margin-right: 5px;
  line-height: 2.0;
  font-size: 12px;
  font-size: 1.2rem;
}
.bread-nav li + li:before {
  content: ">";
  margin-right: 5px;
}

/*  tab  */
.tab {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  background: #c8c8c8;
  background: -moz-linear-gradient(#c8c8c8, #a6a6a6);
  background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#a6a6a6));
  cursor: pointer;
}
.tab a {
  text-decoration: none;
  color: #FFF;
}
.tab a:hover {
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.ui-tabs-active a,
.tab.active {
  position: relative;
  cursor: default;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}
.ui-tabs-active a:before,
.tab.active:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 16px;
  height: 8px;
  margin-left: -8px;
  background: url(/common/tab_arrow.png) no-repeat 0 0;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
}

#tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
}
#tabs .tab a:focus {
  outline: none;
}

/*  archive title  */
.wrapper-top-title {
  margin: 0 0 13px;
  padding: 0 0 1px;
  border-bottom: 4px solid #d30000;
}

.wrapper-top-title2 {
  margin: 0 0 13px;
  padding: 0 0 1px;
}

.btn-top-title {
  display: none;
}
@media (max-width: 750px) {
  .btn-top-title {
    display: block;
  }
}

.top-title {
  font-weight: bold;
  font-size: 42px;
  font-size: 4.2rem;
}

.top-title-s {
  font-weight: bold;
  font-size: 30px;
  font-size: 3.3rem;
}


@media screen and (max-width: 750px) {
  .wrapper-top-title {
    margin: 0 0 15px;
    padding: 0;
    border-bottom: none;
  }

  .top-title {
    display: inline-block;
    border-bottom: 4px solid #d30000;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .btn-top-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    padding: 2px 0 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #009b57;
    font-size: 10px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-top-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: 0 0 0 -3px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
.category-label, .single-table-item .category-label {
  background: #d30000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.link-archive {
  display: none;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .link-archive {
    display: block;
  }
}
/*--------------------------------------------------
	取り扱い中分類
--------------------------------------------------*/
.archive-top {
  height: 260px;
  padding: 0 0 0 23px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .archive-top {
    width: 100%;
  }
}

.archive-item-list {
  background: url(/item-list/image/list_top.jpg) no-repeat 0 0;
}

.archive-new-item {
  background: url(/new_item/image/newitem_top.jpg) no-repeat 0 0;
}

.archive-fish {
  background: url(/fish/img/fish_top.jpg) no-repeat 0 0;
}

.archive-ikatako {
  background: url(/ikatako/image/ikatako_top.jpg) no-repeat 0 0;
}

.archive-ebikani {
  background: url(/ebikani/image/ebikani_top.jpg) no-repeat 0 0;
}

.archive-kai {
  background: url(/kai/image/kai_top.jpg) no-repeat 0 0;
}

.archive-uniikura {
  background: url(/uniikura/image/uniikura_top.jpg) no-repeat 0 0;
}

.archive-kako {
  background: url(/kako/image/kako_top.jpg) no-repeat 0 0;
}



.archive-top-inner {
  width: 420px;
  padding-top: 60px;
}

.archive-top-text {
  line-height: 1.43;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .archive-top {
    height: auto;
    padding: 0 10px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 13px;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .archive-top-inner {
    width: 100%;
    padding-top: 0;
  }

  .archive-top-text {
    margin-top: 13px;
    line-height: 1.25;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tab-group {
  width: 100%;
  margin: 0 0 30px;
  zoom: 1;
}
.tab-group:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.tab-group .tab {
  float: left;
  width: 33.33%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .tab-group {
    margin: 0 0 20px;
  }
  .tab-group .tab {
    display: table;
    height: 55px;
    line-height: 1.15;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #tabs .tab a {
    display: table-cell;
    vertical-align: middle;
  }
}
.archive-category-content img, .single-category-content img {
  width: 100%;
  height: auto;
}
.archive-category-content .detail-text, .single-category-content .detail-text {
  margin-top: -5px;
  width: 345px;
}
.archive-category-content .image-left-pc, .single-category-content .image-left-pc {
  width: 345px;
}

.heading-category {
  margin: 0 0 20px;
}

.heading-category-logo img {
  width: 178px;
  height: auto;
}

.heading-category-title, .heading-sub-category-title, .heading-single-title {
  padding-left: 14px;
  font-weight: bold;
  line-height: 1.0;
  border-left: 8px solid #009b57;
  font-size: 32px;
  font-size: 3.2rem;
}

.heading-sub-category-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .archive-category-content .detail-text, .single-category-content .detail-text {
    width: 100%;
    margin-top: 10px;
  }
  .archive-category-content .image-left-pc, .single-category-content .image-left-pc {
    width: 100%;
  }

  .heading-category {
    margin: 0 0 15px;
  }

  .heading-category-title, .heading-sub-category-title, .heading-single-title {
    padding-left: 10px;
    line-height: 1.2;
    border-left: 5px solid #009b57;
    font-size: 19px;
    font-size: 1.9rem;
  }

  .heading-sub-category-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.category-top-panel {
  margin: 0 0 30px;
  padding: 0  0 30px;
  border-bottom: 1px solid #c5c5c5;
}

.wrapper-archive-list {
  border-bottom: 1px solid #c5c5c5;
  zoom: 1;
}
.wrapper-archive-list:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.archive-list {
  float: left;
  width: 345px;
  -webkit-box-shadow: 0 2px 0 #ddd;
  box-shadow: 0 2px 0 #ddd;
  margin-bottom: 28px;
}
.archive-list:nth-child(2n) {
  margin-left: 30px;
}

.archive-list-inner {
  position: relative;
  overflow: hidden;
  width: 345px;
  padding: 10px 10px 43px 10px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.archive-list-inner:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}
.archive-list-inner .image-left {
  margin-bottom: 10px;
}
.archive-list-inner .body-right {
  width: 155px;
  margin-bottom: 10px;
}
.archive-list-inner table th {
  width: 48px;
  padding-right: 15px;
  text-align: left;
}
.archive-list-inner a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.archive-list-inner:hover .btn-basic {
  background: #000 url(/common/icon/arrow_white.png) no-repeat 97% center;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}

.btn-archive-link {
  position: absolute;
  bottom: 9px;
  left: 0;
  clear: both;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-archive-link .btn-basic {
  padding: 4px 0;
}

.category-label, .single-table-item .category-label {
  padding: 3px 6px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background: #d30000;
  font-size: 14px;
  font-size: 1.4rem;
}

.title-archive-list {
  margin: 0 0 4px;
  padding: 0 0 6px;
  line-height: 1.3;
  border-bottom: 1px solid #c5c5c5;
  font-size: 20px;
  font-size: 2rem;
}

.sub-title-archive-list {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.image-archive-list img {
  width: 158px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .category-top-panel {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .archive-list {
    float: none;
    width: 100%;
    margin-bottom: 23px;
  }
  .archive-list:nth-child(2n) {
    margin-left: 0;
  }

  .archive-list-inner {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .archive-list-inner .image-left {
    width: 49.1%;
  }
  .archive-list-inner .image-left img {
    width: 100%;
    height: auto;
  }
  .archive-list-inner .body-right {
    width: 49.1%;
  }
  .archive-list-inner table th {
    width: 43px;
  }

  .btn-archive-link {
    position: initial;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .category-label, .single-table-item .category-label {
    padding: 3px 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .title-archive-list {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sub-title-archive-list {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .image-archive-list img {
    width: 100%;
    height: auto;
  }

  .heightLine-panel01 {
    height: auto !important;
  }
}
/*  other-categorys  */
.other-categorys {
  padding: 35px 0 10px;
}

.other-category-list {
  float: left;
  width: 157px;
  margin: 0 30px 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.other-category-list:nth-child(4n) {
  margin-right: 0;
}
.other-category-list a {
  text-decoration: none;
}
.other-category-list img {
  margin-bottom: 6px;
}

@media screen and (max-width: 750px) {
  .other-categorys {
    padding: 25px 0 10px;
  }

  .other-category-list {
    float: left;
    width: 48.5%;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .other-category-list img {
    width: 100%;
    height: auto;
  }
  .other-category-list:nth-child(2n) {
    margin-left: 3%;
  }
  .other-category-list:first-child {
    margin-left: 0;
  }

  .heading-category-logo {
    max-width: 50%;
  }
  .heading-category-logo img {
    max-width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------
	商品詳細
--------------------------------------------------*/
.heading-single-title {
  margin: 0 0 20px;
}

.heading-single-title-small {
  font-size: 20px;
  font-size: 2rem;
}

.single-category-content {
  margin: 0 0 30px;
}

@media screen and (max-width: 750px) {
  .wrapper-heading-single-title {
    position: relative;
    padding-left: 60px;
  }
  .wrapper-heading-single-title .btn-top-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .wrapper-heading-single-title .btn-top-title:after {
    bottom: 8px;
  }

  .heading-single-title {
    margin: 0 0 15px;
    padding: 0;
    border-left: none;
    font-size: 25px;
    font-size: 2.5rem;
  }

  .heading-single-title-small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn-contact-web-small {
  position: relative;
  height: 60px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 60px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-contact-web-small .icon-btn-contact {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-top: -6px;
  margin-right: 10px;
  background: url(/common/icon/icon_btn_web.png) no-repeat 0 center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.btn-contact-web-small .arrow-btn-contact {
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 25px;
  margin-top: -6px;
  background: url(/common/icon/arrow_web.png) no-repeat 0 0;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}
@media (max-width: 750px) {
  .btn-contact-web-small .arrow-btn-contact {
    right: 10px;
  }
}
.btn-contact-web-small:hover .icon-btn-contact {
  background: url(/common/icon/icon_btn_web_on.png) no-repeat 0 center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.btn-contact-web-small:hover .arrow-btn-contact {
  background: url(/common/icon/arrow_web_on.png) no-repeat 0 0;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

.single-top-btn {
  margin: 35px 0 0;
}
.single-top-btn .btn-contact-web-small {
  text-align: left;
  text-shadow: none;
  border: 2px solid #d30000;
}

.title-single-top-btn {
  margin: 0 0 10px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.single-tel {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
.single-tel .single-tel-icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  line-height: 40px;
  background: #009b57;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.single-tel .single-tel-number {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
.single-tel .single-tel-number span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-top-btn-text {
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .single-top-btn {
    margin: 10px 0 0;
  }

  .title-single-top-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .single-tel .single-tel-icon {
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-tel .single-tel-number {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .single-tel .single-tel-number span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.panel-area {
  margin: 0 0 40px;
  padding: 15px 20px;
  background: #F6F6F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-box {
  padding: 10px 0;
}
.panel-box img {
  margin: 0 0 15px;
}

.heading-panel {
  margin: 0 0 18px;
  padding: 0 0 4px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel-body {
  width: 390px;
  margin-top: -3px;
}

@media screen and (max-width: 750px) {
  .panel-body {
    width: 100%;
  }

  .panel-area {
    margin: 0 0 30px;
    padding: 5px 15px;
  }

  .heading-panel {
    margin: 0 0 20px;
    padding: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-top-btn-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-item-detail {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  border-spacing: 0;
}
.table-item-detail th {
  width: 170px;
  padding: 8px 20px;
  text-align: left;
  font-weight: bold;
  background: #EEE;
  border-top: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-item-detail td {
  padding: 12px 20px;
  line-height: 1.28;
  border-top: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .table-item-detail {
    margin-bottom: 30px;
  }
  .table-item-detail th {
    width: 120px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table-item-detail td {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.wrapper-single-table {
  margin: 0 0 35px;
  padding: 12px 10px 10px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-table-block {
  zoom: 1;
}
.single-table-block:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.single-table-item {
  float: left;
  width: 50%;
  padding: 0 10px;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-table-item th {
  padding: 15px 0;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.single-table-item .category-label {
  display: inline-block;
  width: 120px;
  padding: 3px 6px 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
.single-table-item td {
  padding: 15px 10px;
  line-height: 1.28;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-table-item tr:first-child th,
.single-table-item tr:first-child td {
  border-top: none;
}

.single-table-text {
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .wrapper-single-table {
    padding: 15px 5px 10px;
  }

  .single-table-item {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .single-table-item th {
    width: 100px;
    padding: 13px 0;
  }
  .single-table-item .category-label {
    width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .single-table-item td {
    padding: 13px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .single-table-item-first {
    border-bottom: 1px solid #ddd;
  }
}
.wrapper-heading-lists-group {
  padding-bottom: 17px;
}

.heading-list-group {
  margin: 0 0 8px;
  padding: 3px 10px;
  background: #DDD;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lists-group {
  font-size: 14px;
  font-size: 1.4rem;
}
.lists-group li {
  display: inline-block;
  width: 16%;
  margin: 8px 0;
}

@media screen and (max-width: 750px) {
  .heading-list-group {
    margin: 0 0 8px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .lists-group {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lists-group li {
    width: auto;
    margin: 8px 12px 8px 0;
  }
}
