@charset "utf-8";
/* =======================================

  Globalnavi CSS

========================================== */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700');

@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v7/MYWJ4lYm5dbZ1UBuYox79FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* =======================================

  Common CSS

========================================== */

body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  position: relative;
  color: #000;
  font-family: Questrial, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

a {
  text-decoration: none;
  color: #036;
}

img {
  width: 100%;
}

.nosp {
  display: none !important;
}

.p5 {
  padding: 5%;
}

.btn01 {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.btn01 a {
  display: block;
  padding: 3% 8% 3% 5%;
  font-weight: bold;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  border-radius: 5px;
  margin: 3% 0;
  position: relative;
}

.btn01 a span {
  display: inline-block;
  padding: 1% 2%;
  font-weight: bold;
  color: #fff;
  background: #900;
  font-size: 12px;
  position: absolute;
  right: 15%;
}

.btn01 a:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 13px;
  color: #fff;
}

.wrap {
  overflow: hidden;
}

/*============================
#header
============================*/
header {
  background: url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}

header section#header {
  width: 100%;
  margin: 0 auto;
  padding: 10% 5% 5%;
  box-sizing: border-box;
  position: relative;
}

.logo {
  width: 20%;
  position: absolute;
  left: 3%;
  top: 5%;
  z-index: 2;
}

header section#header div.sns {
  display: none;
}

header section#header div.sns ul {
  letter-spacing: -.4em;
}

header section#header div.sns ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 10px;
}

header section#header div.sns ul li:last-of-type {
  background: #000;
}

header section#header div.sns ul li a {
  display: block;
}

header section#header nav {
  position: fixed;
  top: 0;
  right: -50%;
  height: 100% !important;
  width: 50%;
  background: #0178A0;
  z-index: 50;
  transition: 0.4s;
}

.open header section#header nav {
  right: 0;
}

header section#header nav ul {
  text-align: right;
  margin: 40px 0 50px;
}

header section#header nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header section#header nav ul li a {
  display: block;
  padding: 5%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: .1em;
}

header section#header nav ul li a span:first-of-type {
  display: none;
}

header section#header nav ul li.here a {
  color: #ff0;
  text-decoration: none;
}

.title01,
.title02 {
  font-family: 'Cabin', sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.5;
  margin: 5% auto 0;
}

.title01:before,
.title02:before {
  content: "";
  height: 3px;
  width: 75px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title02 {
  color: #036;
  font-size: 23px;
}

.title02:before {
  background: #036;
}

.sp_btn {
  position: fixed;
  right: 3%;
  top: 10px;
  z-index: 100;
  transition: 0.4s;
  width: auto;
}

.open .sp_btn {
  right: 53%;
}

.sp_shop {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background: #fc0;
  padding: 8px;
  border-radius: 3px;
  line-height: 0;
  padding: 18px 8px;
  margin-right: 5px;
}

.sp_menu {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  padding: 8px;
  border-radius: 3px;
}

.sp_menu p,
.sp_menu p span {
  transition: all .4s;
  box-sizing: border-box;
}

.sp_menu p {
  width: 20px;
  height: 19px;
  position: relative;
}

.sp_menu p span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.sp_menu p span:nth-of-type(1) {
  top: 0;
}

.sp_menu p span:nth-of-type(2) {
  top: 8px;
}

.sp_menu p span:nth-of-type(3) {
  bottom: 0;
}

.sp_menu p.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.sp_menu p.active span:nth-of-type(2) {
  opacity: 0;
}

.sp_menu p.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/*============================
#footer
============================*/
footer {
  background: #333;
}

footer section#footer {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 15%;
}

footer section#footer nav {
  display: none;
}

footer section#footer p.logo_f {
  text-align: center;
  margin: 0 auto 3%;
  width: 20%;
}

footer section#footer p.copy {
  text-align: center;
  color: #fff;
  font-size: 11px;
}

footer section#footer p.copy a {
  color: #ccc;
  margin: 0 10px;
}

footer section#footer>div {
  text-align: center;
}

footer section#footer>div>a {
  display: block;
  width: 60%;
  padding: 3% 0;
  background: #000;
  color: #fff;
  margin: 0 auto 5%;
}

footer section#footer>div ul {
  text-align: center;
  margin-bottom: 5%;
}

footer section#footer>div ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3%;
}

footer section#footer>div ul li a {
  color: #fff;
  font-size: 15px;
}

footer section#footer>div ul li a i {
  color: #fff;
  opacity: 0.9;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

footer section#footer>div dl {
  text-align: center;
  margin-bottom: 5%;
}

footer section#footer>div dl dd {
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  width: 40%;
}

footer section#footer>div dl dd a {
  display: block;
  padding: 3% 0;
  background: #000;
  color: #fff;
}

#totop a {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  color: #fff;
  background: #fc0;
  font-size: 21px;
}

/*============================
#contents
============================*/
section#contents {}

nav.pankuzu {
  display: none;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

h2.category_name {
  text-align: center;
  font-weight: bold;
  margin: 10% 0 5%;
  line-height: 1.5;
}

h2.category_name span {
  font-size: 21px;
  color: #036;
  display: block;
}

nav.sub_navi {
  background: #F4F4F4;
  margin-bottom: 5%;
  overflow-y: hidden;
  position: relative;
}

nav.sub_navi:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 0;
  height: 0;
  width: 5%;
  background: #333;
  color: #fff;
  padding: 10% 0;
  display: block;
  text-align: center;
  z-index: 2;
}

nav.sub_navi ul {
  text-align: center;
  letter-spacing: -.4em;
  white-space: nowrap;
  padding: 0 5%;
  overflow-x: scroll;
}

nav.sub_navi ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 5px 0;
  position: relative;
  width: 25%;
}

nav.sub_navi ul li a {
  display: block;
}

nav.sub_navi ul li.here a {
  background: #036;
  color: #fff;
  text-decoration: none;
}

h3.item_name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

div.slider {
  width: 100%;
  margin: 0 auto 15%;
}

table.item_detail {
  width: 90%;
  margin: 0 auto 10%;
  border-top: 1px solid #C8C8C8;
}

table.item_detail tbody tr {
  border-bottom: 1px solid #C8C8C8;
}

table.item_detail tbody tr th {
  padding: 3%;
  width: 30%;
  box-sizing: border-box;
  color: #0D3F6D;
}

table.item_detail tbody tr td {
  width: 70%;
  padding: 3%;
  box-sizing: border-box;
}

table.item_detail tbody tr.maker th {
  padding: 3%;
}

table.item_detail tbody tr.maker td p {
  display: inline-block;
  padding: 0 3%;
  background: #DEDEDE;
  border-radius: 100px;
}

.contact_box {
  width: 100%;
  margin: 0 auto;
  background: #F4F4F4;
  box-sizing: border-box;
  padding: 5%;
}

.contact_box>p {
  text-align: center;
  color: #979797;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 3%;
}

.contact_box>p span {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  display: block;
}

.contact_box dl {
  text-align: center;
  width: 100%;
}

.contact_box dl dt {
  text-align: center;
  color: #067DA0;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3%;
  display: block;
}

.contact_box dl dt span {
  font-size: 12px;
  color: #000;
  display: block;
  font-weight: normal;
}

.contact_box dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 100%;
}

.contact_box dl dd>p {
  font-weight: bold;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3%;
}

.contact_box dl dd>a {
  font-weight: bold;
  display: inline-block;
  width: 80%;
  background: #ff0;
  padding: 3%;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #ff0;
  margin-bottom: 3%;
}

.contact_box dl dd div p:first-of-type {
  font-weight: bold;
  color: #999;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contact_box dl dd div p:first-of-type span {
  color: #036;
  font-size: 36px;
}

.contact_box dl dd div p:first-of-type i.fa.fa-phone {
  color: #000;
  font-size: 26px;
  margin-right: 3%;
}

.contact_box dl dd div p:last-of-type {
  color: #4B4B4B;
  font-size: 15px;
  font-weight: bold;
}

.contact_box dl dd div p span {
  font-size: 21px;
  margin-left: 10px;
  color: #036;
}

section.new_list {
  width: 100%;
  margin: 3% auto;
}

section.new_list dl {
  padding: 0 5%;
}

section.new_list dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

section.new_list dl dd a {
  display: block;
  color: #535353;
  padding: 0 3%;
  background: #DEDEDE;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 2% 2% 0;
  border-radius: 100px;
  border: 1px solid #DEDEDE;
}

nav.pager {
  background: #F4F4F4;
}

nav.pager ul {
  width: 100%;
  padding: 10% 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

nav.pager ul li {
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}

nav.pager ul li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}

nav.pager ul li i {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
}

nav.pager ul li.prev {
  font-size: 13px;
  float: left;
  margin: 2% 0;
}

nav.pager ul li.prev a i {
  left: 0;
}

nav.pager ul li.back {
  margin: 5px 0;
}

nav.pager ul li.back a {
  display: block;
  color: #666;
  border-radius: 100px;
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
  transition: 0.3s;
}

nav.pager ul li.next {
  font-size: 13px;
  float: right;
  margin: 2% 0;
}

nav.pager ul li.next a i {
  right: 0;
}

.box01,
.box02 {
  width: 100%;
  margin: 0 auto 5%;
}

.box01>img {
  width: 100%;
  margin-bottom: 5%;
}

.box02 div.shop_slider {
  width: 100%;
  margin-bottom: 15%;
}

.box02 div.shop_slider li {
  width: 100%;
}

.box01 dl,
.box02 dl {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
}

.box01 dl dt,
.box02 dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #036;
  margin-bottom: 10px;
  line-height: 1.3;
}

.box01.rec_ver>img {
  display: block;
  margin: 5% auto 0;
  width: 90%;
}

.sub_title {
  font-family: 'Cabin', sans-serif;
  text-align: center;
  color: #8492AC;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15%;
}

.item_list,
.shop_list {
  box-sizing: border-box;
  width: 94%;
  border: 7px solid #F4F4F4;
  padding: 5% 3%;
  margin: 0 auto 10%;
  position: relative;
}

.item_list h4,
.shop_list h4 {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  border-top: 3px solid #C8C8C8;
  border-bottom: 3px solid #C8C8C8;
  margin-bottom: 3%;
  position: relative;
}

.item_list h4 span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  padding: 5px 0;
}

.item_list h4 span img {
  height: 25px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.item_list>p {
  margin-bottom: 3%;
}

.item_list>p span {
  display: block;
  color: #228BAB;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item_list ul {}

.item_list ul li,
.shop_list ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 3% 5% 3% 3%;
  position: relative;
  letter-spacing: -.4em;
}

.item_list ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 3%;
  top: 50%;
  font-size: 18px;
}

.item_list ul li:nth-of-type(odd),
.shop_list ul li:nth-of-type(odd) {
  background: #eee;
}

.item_list ul li>a,
.shop_list ul li>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.item_list ul li img {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 5%;
}

.item_list ul li dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 60%;
}

.item_list ul li dl dt,
.shop_list ul li dl dt {
  color: #1F4C79;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Cabin', sans-serif;
  line-height: 1.3;
}

.item_list ul li dl dd {
  font-size: 12px;
}

.item_list ul li dl dd p.price {
  color: #c00;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.item_list ul li dl dd span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0px 15px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
}

.item_list ul li dl dd span.tag01 {
  background: #fff000;
}

/* 180611 追加 */
.item_list ul li dl dd>span.tag02 {
  background: red;
  color: white;
}

/*
.item_list ul li > p{
  letter-spacing:normal;
}
*/
.item_list.used ul li:before {
  /*display:none;*/
}

.item_list ul li p.price {
  color: #c00;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 1.2;
  width: 60%;
  letter-spacing: normal;
  margin: 0 0 0 auto;
}

.item_list ul li>p span {
  font-size: 13px;
  font-weight: 100;
  color: #000;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.shop_list ul {
  margin-bottom: 10%;
}

.shop_list ul:last-of-type {
  margin-bottom: 0;
}

.shop_list>p {
  position: absolute;
  top: -52px;
  right: 0;
  font-weight: bold;
  font-size: 12px;
  color: #036;
}

.shop_list ul li dl {
  width: 90%;
  letter-spacing: normal;
  box-sizing: border-box;
  display: inline-block;
}

.shop_list>p span,
.shop_list ul li dl dd span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: #036;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.3;
}

.shop_list ul li dl dd span {
  position: absolute;
  top: 5%;
  right: 3%;
  font-weight: bold;
  margin-right: 0;
}

.shop_list ul li {
  position: relative;
}

.shop_list ul li p {
  letter-spacing: normal;
  text-align: center;
  margin: 3% 0 0 0;
}

.shop_list ul li p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 40%;
  padding: 0 0;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 3%;
}

.shop_list ul li p a:first-of-type {
  color: #000;
  background: #fff000;
  border: 1px solid #fff000;
}

.shop_list ul li p a:nth-of-type(2) {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.shop_list ul li img.brand_logo {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

.txt01 {
  padding: 0 5%;
}

.txt01.mb80 {
  margin-bottom: 10% !important;
}

.txt01 span {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #067D9F;
  font-weight: bold;
}

section.map_list {
  background: url(../img/map.png?201214) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 70%;
  position: relative;
  width: 90%;
  margin: 0 auto 10%;
}

section.map_list dl {
  width: 100%;
}

section.map_list dl dt {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

section.map_list dl dd {
  margin-bottom: 3%;
  font-size: 13px;
}

section.map_list dl dd a {
  display: block;
  color: #535353;
  padding: 5px 15px;
  background: #DEDEDE;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  border-radius: 100px;
  border: 1px solid #DEDEDE;
  transition: 0.3s;
}

section.shop_price {
  width: 90%;
  margin: 0 auto 10%;
}

section.shop_price>div {
  margin: 0 0 5% 0;
  width: 100%;
}

section.shop_price>div h4 {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid #C8C8C8;
  margin-bottom: 3%;
  line-height: 1.2;
}

section.shop_price>div h4 span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #067DA1;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 5px;
}

section.shop_price>div h4 span.new_icon {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: red;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/* 180629 追加 */
section.shop_price>div h4 span.commingsoon_icon {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #24ad24;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

section.shop_price>div h4 span.zousetsu_icon {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  background: #fff000;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

section.shop_price>div p {
  margin-bottom: 3%;
}

section.shop_price>div p img {
  width: 100%;
  margin-top: 3%;
}

section.shop_price>div table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}

section.shop_price>div table tbody {}

section.shop_price>div table tbody tr {}

section.shop_price>div table tbody tr th {
  background: #8493AE;
  border-bottom: 6px solid #fff;
  font-size: 13px;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
}

section.shop_price>div table tbody tr th span {
  font-size: 10px;
}

section.shop_price>div table tbody tr td {
  background: #F4F4F4;
  border-bottom: 6px solid #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
}

section.shop_price>div table tbody tr td span {
  font-weight: bold;
}

section.shop_price>div table tbody tr th:first-of-type,
section.shop_price>div table tbody tr td:first-of-type,
section.shop_price>div .omiya_price tbody tr th:nth-child(2),
section.shop_price>div .omiya_price tbody tr td:nth-child(2) {
  border-right: 6px solid #fff;
}

section.shop_price>div table.self tbody tr th {
  background: #FFFB00;
  color: #036;
}

section.shop_price dl {
  letter-spacing: normal;
  width: 100%;
  margin: 0 auto;
}

section.shop_price dl dt {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  margin-right: 10px;
  font-weight: bold;
  color: #036;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

section.shop_price dl dd {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}

section.shop_info {
  background: #F4F4F4;
  margin-bottom: 5%;
}

section.shop_info article {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
  box-sizing: border-box;
}

section.shop_info article h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 3%;
  letter-spacing: normal;
}

section.shop_info article div {
  width: 100%;
  margin-bottom: 5%;
}

section.shop_info article div dl {
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
}

section.shop_info article div dl:first-of-type {
  border-top: 1px solid #C8C8C8;
}

section.shop_info article div dl dt {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-weight: bold;
  color: #036;
  padding: 3%;
  box-sizing: border-box;
}

section.shop_info article div dl dd {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  box-sizing: border-box;
  padding: 3%;
}

section.shop_info article div.shop_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

section.shop_info article div.shop_map iframe,
section.shop_info article div.shop_map object,
section.shop_info article div.shop_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.sale_box01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 25%;
}

section.sale_box01 p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
  position: relative;
  z-index: 2;
}

section.sale_box01 p span {
  font-weight: bold;
  display: inline;
  background: #fff000;
}

section.sale_box01 img {
  width: 65%;
}

section.sale_box01 img.bg01 {
  position: absolute;
  bottom: 0;
  left: -10%;
}

section.sale_box01 img.bg02 {
  position: absolute;
  top: 15%;
  right: -15%;
}

section.news_area {
  background: #F7F7F7;
}

section.news_area h2 {
  background: #fff;
}

section.news_area ul {
  background: #fff;
}

section.news_area p {
  text-align: center;
  font-weight: bold;
  margin: 5% 0;
  font-size: 16px;
}

section.news_area div {
  background: #F7F7F7;
  border-top: 1px solid #ccc;
  padding: 5% 0;
  display: none;
  overflow-y: scroll;
  height: 200px;
}

section.news_area div.here {
  display: block !important;
}

section.news_area div dl {
  width: 90%;
  margin: 0 auto;
  display: table;
  font-weight: bold;
}

section.news_area div dl dt {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  letter-spacing: normal;
  padding-right: 5%;
  color: #036;
  border-bottom: 5px solid #F7F7F7;
}

section.news_area div dl dd {
  width: 75%;
  display: table-cell;
  vertical-align: top;
  letter-spacing: normal;
  border-bottom: 5px solid #F7F7F7;
}

section.news_area div p {}

section.news_area div p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 30%;
  margin: 0 auto;
}

section.news_area div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

section.macine_menu {
  margin: 10% 0;
}

section.macine_menu nav {}

section.macine_menu nav ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

section.macine_menu nav ul li {
  width: 120%;
  margin: 0 0 0 -10%;
  height: 110px;
  position: relative;
  transform: skewX(-15deg);
  overflow: hidden;
  background: rgb(255, 254, 0);
  background: -moz-linear-gradient(top, rgba(255, 254, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 254, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 254, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe00', endColorstr='#ffcc00', GradientType=0);
}

section.macine_menu nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

section.macine_menu nav ul li dl {
  transform: skewX(15deg);
  padding: 3% 0 0 10%;
  position: relative;
  z-index: 3;
}

section.macine_menu nav ul li dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

section.macine_menu nav ul li dl dt span {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  color: #036;
  display: block;
}

section.macine_menu nav ul li dl dd {
  font-size: 12px;
}

section.macine_menu nav ul li p {
  position: absolute;
  right: -5%;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

section.macine_menu nav ul li p img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  transform: skewX(15deg);
}

div.txt02 {
  width: 90%;
  text-align: center;
  margin: 0 auto 10%;
}

div.txt02 p span {
  color: #FF3366;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

h2.category_name.txtleft {
  padding: 0 5%;
}

section.faq_list {
  width: 90%;
  margin: 0 auto 10%;
}

section.faq_list div {
  padding: 5%;
  border-top: 1px solid #ccc;
}

section.faq_list div:last-of-type {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

section.faq_list div p {
  color: #068CAB;
  padding: 0 0 0 20%;
}

section.faq_list div dl {
  letter-spacing: -.4em;
}

section.faq_list div dl dt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 17%;
  margin-right: 3%;
}

section.faq_list div dl dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 80%;
}

section.faq_list div dl.q {
  margin-bottom: 2%;
}

section.faq_list div dl.q dd {
  font-size: 18px;
  font-weight: bold;
}

section.faq_list div dl.a dt {
  vertical-align: top;
}

section.faq_list div dl.a dd {
  padding-top: 3%;
}

section.faq_list span {}

a.icon01 {
  padding: 0 2em 0 0;
  position: relative;
  white-space: nowrap;
}

a.icon01:before {
  content: "\f2d2";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.5em;
  line-height: 0;
}

section.faq_category {
  background: #F4F4F4;
  padding: 10% 0 10%;
}

section.faq_category div.inner h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 3%;
  padding: 0 3%;
}

section.faq_category div.inner table {
  border-top: 1px solid #C8C8C8;
  width: 94%;
  margin: 0 auto;
}

section.faq_category div.inner table tbody tr {
  border-bottom: 1px solid #C8C8C8;
}

section.faq_category div.inner table tbody tr th {
  width: 30%;
  padding: 3% 3% 3% 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #036;
}

section.faq_category div.inner table tbody tr td {
  width: 70%;
  padding: 3% 0 3% 0;
  box-sizing: border-box;
}

section.faq_category div.inner table tbody tr td a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  background: #DEDEDE;
  border-radius: 100px;
  padding: 5px 15px;
}

section.recruit_table,
section.company_table {
  margin-bottom: 10%;
  padding: 0 5%;
}

section.recruit_table h3,
section.company_table h3 {
  font-size: 17px;
  color: #067D9F;
  margin-bottom: 10px;
  font-weight: bold;
}

section.company_table h3 {
  color: #036;
  padding-top: 10%;
}

section.recruit_table table,
section.company_table table {
  border-top: 1px solid #C8C8C8;
  width: 100%;
}

section.recruit_table table tbody tr,
section.company_table table tbody tr {
  border-bottom: 1px solid #C8C8C8;
}

section.recruit_table table tbody tr th,
section.company_table table tbody tr th {
  box-sizing: border-box;
  padding: 3%;
  width: 25%;
  color: #036;
}

section.recruit_table table tbody tr td,
section.company_table table tbody tr td {
  box-sizing: border-box;
  padding: 3%;
  width: 75%;
}

.company_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.company_map iframe,
.company_map object,
.company_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.contact_list {
  width: 90%;
  margin: 0 auto 10%;
}

section.contact_list ul {
  letter-spacing: -.4em;
}

section.contact_list ul li {
  margin: 0 0 3%;
  box-sizing: border-box;
  border: 6px solid #E9E9E9;
  width: 100%;
  padding: 3%;
  position: relative;
}

section.contact_list ul li dl {
  letter-spacing: -.4em;
  margin-bottom: 5%;
}

section.contact_list ul li dl dt {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 15%;
  margin-right: 3%;
}

section.contact_list ul li dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 82%;
}

section.contact_list ul li dl dd span {
  font-size: 17px;
  font-weight: bold;
  color: #067D9F;
  display: block;
  margin-bottom: 5px;
}

section.contact_list ul li p {
  width: 100%;
  letter-spacing: normal;
}

section.contact_list ul li p a {
  background: #fff000;
  display: block;
  padding: 3% 0;
  font-weight: bold;
  text-align: center;
}

article.inner>h2.mb10.blue.f20 {
  padding: 10% 5% 0;
}

article.inner>div.mb30 {
  padding: 0 5%;
}

h2.news_name {
  font-size: 20px;
  width: 90%;
  margin: 10% auto 5%;
  color: #036;
  font-weight: bold;
}

nav.news_sub {
  border-bottom: 1px solid #ccc;
}

nav.news_sub ul {
  width: 100%;
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
}

nav.news_sub ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 27%;
  padding: 0 2%;
  position: relative;
}

nav.news_sub ul li:before {
  content: "";
  border-right: 1px dotted #ccc;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

nav.news_sub ul li:first-of-type:after {
  content: "";
  border-right: 1px dotted #ccc;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

nav.news_sub ul li a {
  display: block;
  padding: 5px 10px;
}

nav.news_sub ul li.here a {
  background: #FFCC00;
  text-decoration: none;
  color: #fff;
}

section.news_contents {
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

section.news_contents h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%
}

section.news_contents h3 span {
  display: block;
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 100;
  color: #999;
}

section.news_contents div.share-buttons {
  margin: 0 auto 5%;
  text-align: center;
}

section.news_contents div.share-buttons a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 1px;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 4px 8px;
}

section.news_contents div.share-buttons a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}

section.news_contents div.share-buttons a.facebook-button {
  background: #3C6AAF;
}

section.news_contents div.share-buttons a.twitter-button {
  background: #2194D5;
}

section.news_contents div.share-buttons a.line-button {
  background: #06C001;
}

section.news_contents dl {
  margin-bottom: 10%;
}

section.news_contents dl dt {
  margin-bottom: 3%;
}

section.news_left {
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 10%;
}

section.news_left div {
  margin-bottom: 5%;
  overflow: hidden;
  position: relative;
}

section.news_left div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.news_left div p {
  width: 100%;
  margin: 0 0 3% 0;
}

section.news_left div dl {
  width: 100%;
}

section.news_left div dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}

section.news_left div dl dt span {
  display: inline-block;
  padding: 0 20px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
}

section.news_left div dl dd {
  font-size: 16px;
  color: #999;
}

section.news_right {
  width: 100%;
  margin-bottom: 5%;
}

section.news_right dl dt {
  font-size: 18px;
  color: #036;
  padding: 10px;
  border-bottom: 1px solid #C8C8C8;
}

section.news_right dl dd {
  border-bottom: 1px solid #ccc;
  position: relative;
}

section.news_right dl dd:before {
  content: "◯";
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 10px;
  font-size: 21px;
  color: #C8C8C8;
}

section.news_right dl dd a {
  display: block;
  padding: 3% 3% 3% 10%;
}

nav.news_pager {
  text-align: center;
}

nav.news_pager p {
  display: inline-block;
  vertical-align: middle;
  margin: 1%;
}

nav.news_pager p a {
  padding: 5px 15px;
  border: 1px solid #ccc;
  color: #fff;
  background: #000;
  font-size: 25px;
  border-radius: 5px;
}

nav.news_pager ul {
  display: inline;
}

nav.news_pager ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 1%;
  border-radius: 5px;
  font-size: 25px;
}

nav.news_pager ul li a {
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  padding: 5px 10px;
}

nav.news_pager ul li.here a {
  background: #DEDEDE;
  color: #fff;
  text-decoration: none;
}

/*============================

     TOP page

============================*/

/*============================
#header
============================*/
#top header {
  background: none;
  position: relative;
}

#top header section#header {
  padding: 0;
}

#top .main_slider .bx-wrapper:before,
#top .main_slider .bx-wrapper:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 5;
}

#top .main_slider .bx-wrapper:before {
  transform: skewY(15deg);
}

#top .main_slider .bx-wrapper:after {
  transform: skewY(-15deg);
}

#top .logo {
  margin-top: 10px;
}

/*#top .sp_menu{
  top:3%;
  margin-top:5%;
}*/
#top .main_slider .bx-wrapper {
  position: relative;
  margin-bottom: 5% !important;
  overflow: hidden;
}

.top_button01,
.top_button02,
.top_button03 {
  text-align: center;
  background: url(../img/top/main01_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5%;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.top_button02 {
  background: url(../img/top/main02_bg_n.jpg) no-repeat center bottom;
  background-size: cover;
}

.top_button03 {
  background: url(../img/top/main03_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.top_button01 img,
.top_button02 img,
.top_button03 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
}

.top_button02 img,
.top_button03 img {
  width: 75%;
}

.top_button02 img {
  top: -55px;
}
/*============================
#about
============================*/
article#about {
  background: url(../img/top/bg02.jpg) no-repeat bottom left, url(../img/top/bg01.png) no-repeat top center, #FFF600;
  background-size: 100% auto, 200% auto;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

article#about section {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 70%;
}

article#about section h2 {
  font-size: 15px;
  margin-bottom: 3%;
  text-align: center;
  line-height: 1.1;
}

article#about section h2 span {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  display: block;
}

article#about section ul {
  letter-spacing: -.4em;
  width: 90%;
  margin: 0 auto;
}

article#about section ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 3%;
  width: 32%;
  margin-right: 2%;
}

article#about section ul li:nth-of-type(3) {
  margin-right: 0;
}

article#about section ul li img {
  width: 70%;
  display: block;
  margin: 0 auto 3%;
}

article#about section ul p {
  font-size: 16px;
  text-align: center;
  letter-spacing: normal;
}

article#about section ul p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 50%;
  margin: 3% auto 0;
  padding: 5px 0;
}

article#about section ul p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/*============================
#voice
============================*/
article#voice {
  padding: 5% 0;
  background: #F7F7F7;
}

article#voice section {
  width: 90%;
  margin: 0 auto;
  letter-spacing: -.4em;
}

article#voice section h2.title02 {
  letter-spacing: normal;
}

article#voice section>p {
  text-align: center;
  font-size: 15px;
  margin: 20px 0;
  letter-spacing: normal;
}

article#voice section div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 49%;
  position: relative;
  overflow: hidden;
  margin: 0 2% 2% 0;
  background: #fff;
}

article#voice section div:nth-of-type(even) {
  margin-right: 0;
}

article#voice section div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

article#voice section div p {
  padding: 5%;
  color: #666;
}

article#voice section div p span {
  display: inline-block;
  padding: 0 20px;
  background: #E3E3E3;
  border-radius: 100px;
  font-size: 12px;
  margin-top: 3%;
}

/*============================
#sale
============================*/
article#sale {}

article#sale h2.title02 {
  margin-bottom: 5%;
}

article#sale section {
  background: #036;
  position: relative;
}

article#sale section div:first-of-type {
  width: 63%;
  color: #fff;
  padding: 7% 3%;
  box-sizing: border-box;
  margin: 0 auto 0 0;
}

article#sale section div h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

article#sale section div p {
  width: 100%;
}

article#sale section div p a {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 50%;
  margin: 5% 0 0 auto;
}

article#sale section div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

article#sale section div:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 37%;
  z-index: 1;
}

article#sale section div img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

article#sale .bx-wrapper {
  background: #F4F4F4;
  padding: 20px 0;
}

article#sale ul.loop_slider li {
  width: 100px !important;
  height: 100px !important;
  position: relative !important;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  margin-right: 20px;
}

article#sale ul.loop_slider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

article#sale ul.loop_slider li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  padding: 50%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

/*============================
#oner
============================*/
article#oner {
  padding: 10% 0;
  background: url(../img/top/bg03.jpg) no-repeat 80% top;
  background-size: auto 100%;
}

article#oner section {
  width: 90%;
  margin: 0 auto;
}

article#oner section h2.title02 {
  color: #fff;
  margin-bottom: 10%;
}

article#oner section h2.title02:before {
  background: #fff;
}

article#oner section ul li {
  width: 100%;
  margin-bottom: 3%;
}

article#oner section ul li:nth-of-type(even) {
  margin-bottom: 0;
}


h3.sub_title02 {
  font-size: 20px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 5%;
  box-sizing: border-box;
  padding: 1% 2%;
  border-top: 3px solid #C8C8C8;
  border-bottom: 3px solid #C8C8C8;
}

section.item_table {
  width: 100%;
  margin: 0 auto 5%;
  padding: 3% 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

section.item_table::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

section.item_table::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

section.item_table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

section.item_table table {
  border-top: 1px solid #c8c8c8;
  width: 840px;
  margin: 0 5%;
}

section.item_table table tbody tr {
  width: 100%;
}

section.item_table table thead tr th {
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  color: #036;
}

section.item_table table tbody tr td {
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid #c8c8c8;
}

section.item_table table tbody tr:nth-of-type(odd) {
  background: #F4F4F4;
}

section.item_table span.new_icon {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: red;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

section.item_box {
  width: 90%;
  margin: 0 auto 5%;
}

section.item_box div p {
  width: 100%;
}

section.item_box div>.item_detail p {
  width: auto;
}

section.item_box div p img {
  margin-bottom: 3%
}

section.item_box div p.zoom {
  position: relative;
}

section.item_box div p.zoom a:before {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 3%;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 25px;
  line-height: 0;
  display: block;
}

section.item_box div dl {
  width: 100%;
}

.item_img {
  text-align: center;
}

.item_img img {
  width: 40%;
  margin: 0 3% 5%;
}

section.redruit_list {
  text-align: center;
  width: 90%;
  margin: 0 auto 10%;
}

section.redruit_list h3 {
  color: #f36;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5%;
}

section.redruit_list ul {
  text-align: center;
  margin-bottom: 5%;
}

section.redruit_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px;
}

section.redruit_list ul li a {
  background: #DEDEDE;
  color: #4B4B4B;
  padding: 3px 20px;
  display: block;
  border-radius: 100px;
  transition: 0.3s;
}

section.redruit_list p {
  width: 50%;
  margin: 0 auto;
}

section.redruit_list p a {
  font-weight: bold;
  color: #000;
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #FFF000;
  transition: 0.3s;
}

/*============================

     ABOUT page

============================*/
#about {
  background: url(../img/about/about_bg01.jpg) no-repeat 80% top fixed;
  background-size: 200%;
}

#about header,
#franchise header {
  background: url(../img/about/header_bg_about.png) no-repeat center top;
  background-size: auto 80%;
}

#about header>#header,
#franchise header>#header {
  padding-bottom: 20%;
}

section.about_contents01 {
  padding: 0 0 30%;
}

section.about_contents01 article {
  width: 100%;
}

section.about_contents01 article h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50%;
  text-align: center;
  color: #036;
}

section.about_contents01 article h2 img {
  width: 70%;
  margin: 0 auto;
}

section.about_contents01 article ul {
  text-align: center;
  margin-bottom: 10%;
}

section.about_contents01 article ul li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 1%;
}

section.about_contents01 article ul li:first-of-type {
  width: 100%;
}

section.about_contents01 article ul li img {
  width: 100%;
}

section.about_contents01 article ul li:first-of-type img {
  width: 45%;
}

section.about_contents01 article p {
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  width: 90%;
  margin: 0 auto;
}

section.about_contents02 {
  width: 100%;
}

section.about_contents02 div {
  position: relative;
  background: #FCEA00;
  padding: 5% 3% 20%;
}

section.about_contents02 div>p {
  position: absolute;
  left: 20%;
  bottom: -40%;
}

section.about_contents02 div>p img {
  width: 70%;
}

section.about_contents03 {
  background: url(../img/about/about_bg02.jpg) no-repeat center top;
  background-size: cover;
  padding: 25% 0 5%;
}

section.about_contents03 article {
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.about_contents03 article div {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
}

section.about_contents03 article:nth-of-type(even) div {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

section.about_contents03 article:nth-of-type(even) p {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

section.about_contents03 article div:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  left: -30px;
  top: -125px;
  background: rgb(255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffcc00', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
  transform: rotate(45deg)
}

section.about_contents03 article div h3 {
  line-height: 1.3;
  margin-bottom: 5%;
  position: relative;
  z-index: 2;
}

section.about_contents03 article div h3 span {
  display: inline-block;
  font-weight: bold;
}

section.about_contents03 article div h3 span:first-of-type {
  font-size: 36px;
  font-family: 'Cabin', sans-serif;
  margin-right: 3%;

}

section.about_contents03 article div h3 span:last-of-type {
  font-size: 25px;
}

section.about_contents03 article div h4 {
  font-size: 22px;
  color: #005F8C;
  font-weight: bold;
  margin-bottom: 3%;
  position: relative;
  z-index: 2;
}

section.about_contents03 article div>a {
  text-align: center;
  margin: 5% auto 0;
  display: block;
  width: 60%;
  padding: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #000;
}

section.about_contents03 article>p {
  width: 100%;
}

form.contact_form {
  width: 90%;
  margin: 0 auto 10%;
}

form.contact_form h2 {
  font-size: 20px;
  color: #036;
  font-weight: bold;
  margin: 5% 0;
}

form.contact_form>div {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  margin-bottom: 20px;
}

form.contact_form>div p:first-child {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
  background: #067d9f;
  color: #fff;
}

form.contact_form>p {
  font-size: 16px;
  font-weight: bold;
  color: #067D9F;
  margin-bottom: 3%;
}

form.contact_form>ul {
  padding: 5px 0 10px 20px;
}

form.contact_form>ul li {
  list-style: unset;
}

form.contact_form table {
  width: 100%;
  margin-bottom: 3%;
}

form.contact_form table tbody tr {
  width: 100%;
}

form.contact_form table tbody tr th {
  padding: 2% 3%;
  box-sizing: border-box;
  width: 100%;
  float: left;
  background: #eee;
  margin-bottom: 3%;
}

form.contact_form table tbody tr th span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: #FFF000;
  font-size: 12px;
  margin-right: 10px;
}

form.contact_form table tbody tr th p {
  font-size: 12px;
}

form.contact_form table tbody tr td {
  padding: 3%;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-bottom: 5%;
}

form.contact_form>table tbody tr td select,
form.contact_form>table tbody tr td input[type="text"],
form.contact_form>table tbody tr td input[type="email"] {
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}

form.contact_form table tbody tr td input.short {
  width: 60%;
}

form.contact_form table tbody tr td textarea {
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}

form.contact_form button {
  width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  background: #FFF000;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

form.contact_form>table tbody tr td>table {
  width: auto;
  margin: 0;
}

form.contact_form>table tbody tr td>table tbody tr {
  width: auto;
  padding: 0;
  border: none;
  margin: 0;
}

form.contact_form>table tbody tr td>table tbody tr td {
  width: auto;
  padding: 0;
  margin: 0;
}

form.contact_form>table tbody tr td>table tbody tr td label {
  margin-right: 20px;
}

section.fc_contents01 {
  background: url(../img/fc_img01.jpg) no-repeat center right;
  background-size: contain;
  padding: 0 5%;
  margin-bottom: 20%;
}

section.fc_contents01 article {
  position: relative;
}

section.fc_contents01 article h2 {
  padding: 10% 0;
}

section.fc_contents01 article h2 img {
  width: 40%;
}

section.fc_contents01 article p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
  margin: 0 auto;
  width: 30%;
}

section.fc_contents02 {
  margin-bottom: 10%;
}

section.fc_contents02 article {
  padding: 0 10%;
}

section.fc_contents02 article img {
  width: 100%;
  margin-left: -10%;
}

section.fc_contents02 article div {
  width: 80%;
  box-sizing: border-box;
  padding: 8%;
  background: #fff000;
  position: relative;
  overflow: hidden;
  margin-top: -10%;
}

section.fc_contents02 article div:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF864;
  position: absolute;
  top: -70%;
  left: 3%;
  transform: skewX(7deg) rotate(47deg);
}

section.fc_contents02 article div h3,
section.fc_contents03 article div h3,
section.fc_contents04 article div h3,
section.fc_contents05 article h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10%;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

section.fc_contents02 article div h3 {
  text-align: center;
}

section.fc_contents02 article div h3 span {
  font-size: 16px;
  display: block;
  font-family: 'Cabin', sans-serif;
  position: relative;
  z-index: 2;
  padding-bottom: 10%;
}

section.fc_contents02 article div h3 span:before {
  content: "";
  width: 56px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

section.fc_contents02 article div p {
  position: relative;
  z-index: 2;
}

section.fc_contents03 {
  background: url(../img/fc_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15% 0;
  margin-bottom: 10%;
}

section.fc_contents03 article {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  padding: 10% 5%;
  box-sizing: border-box;
}

section.fc_contents03 article img {
  display: none;
}

section.fc_contents03 article div {
  padding: 5%;
}

section.fc_contents04 {
  position: relative;
  padding: 3% 0;
  margin-bottom: 10%;
}

section.fc_contents04 article {
  background: #95DDDB;
  padding: 5%;
}

section.fc_contents04 article div {
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  margin: 0 auto;
}

section.fc_contents04 article div p {}

section.fc_contents04 img {
  width: 100%;
}

section.fc_contents05 {}

section.fc_contents05 article {
  width: 90%;
  text-align: center;
  margin: 0 auto 10%;
}

section.fc_contents05 article p {
  margin-bottom: 5%;
}

section.fc_contents05 article a {
  width: 80%;
  display: block;
  padding: 10px 0;
  color: #000;
  font-weight: bold;
  background: #FFF000;
  margin: 0 auto;
  transition: 0.3s;
}

section.fc_contents05 article a:hover {
  color: #fff000;
  background: #000;
  text-decoration: none;
}

section.policy_box {
  width: 90%;
  margin: 0 auto 10%;
}

section.policy_box p {
  margin-bottom: 3%;
}

section.policy_box>dl {
  margin-bottom: 3%;
}

section.policy_box>dl>dt {
  font-size: 18px;
  font-weight: bold;
  color: #067D9F;
  margin-bottom: 3%;
  border-bottom: 1px solid #ccc;
}

ul.indent_list>li {
  padding-left: 1em;
  text-indent: -1em;
}

section.banner_area {
  padding: 5% 0;
  background: #F7F7F7;
}

section.banner_area ul {
  text-align: center;
}

section.banner_area ul li {
  display: inline-block !important;
  width: 48%;
  margin: 0 auto 3%;
}

section.banner_area ul li:last-of-type {
  margin: 0 auto;
}

section.item_box-2 {
  margin-bottom: 40px;
}

section.item_box-2 div {
  padding: 0 5%;
}

section.item_box-2 div dl {
  width: 100%;
  margin-bottom: 8%;
}

section.item_box-2 div dl dt {
  margin-bottom: 3%;
  position: relative;
}

section.item_box-2 div dl dt img {
  width: 100%;
}

section.item_box-2 div dl dt span {
  display: inline-block;
  padding: 0 25px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 3%;
  right: -4%;
  transform: rotate(25deg);
}

section.item_box-2 div dl dd {
  padding: 0 5%;
}

section.item_box-2 div dl dd span {
  display: block;
  font-weight: bold;
}

/*   17.12.15追加   */
section.shop_price>div.sale>p {
  position: relative;
}

section.shop_price>div.sale>p:before {
  content: "値下げしました！";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: -10px;
  color: #fff;
  background: #c00;
  display: inline-block;
  padding: 3px 15px;
  z-index: 5;
  transform: rotate(-15deg);
}

section.shop_price>div.sale table tr th {
  background: #c00;
}

section.shop_price>div.sale table tr td span {
  color: #c00;
}

section.shop_info article>p {
  letter-spacing: normal;
  font-size: 15px;
  font-weight: bold;
}

section.shop_info article>p a {
  color: #c00;
}

/*   17.12.19追加   */
section.shop_info_area {
  background: #F4F4F4;
  padding: 30px 0;
  margin-bottom: 50px;
}

section.shop_info_area>article>h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

section.shop_info_area>article>ul {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 2%;
  letter-spacing: -.4em;
  padding: 0 3%;
}

section.shop_info_area>article>ul>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 2% 2% 0;
  background: #fff;
}

section.shop_info_area>article>ul>li:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 14px;
  transition: 0.3s;
}

section.shop_info_area>article>ul>li:nth-of-type(even) {
  margin: 0 0 2% 0;
}

section.shop_info_area>article>ul>li>a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

section.shop_info_area>article>ul>li>img {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

section.shop_info_area>article>ul>li>p {
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 75%;
  padding: 0 3%;
  box-sizing: border-box;
  line-height: 1.5;
}

section.shop_info_area>article>ul>li>p>span {
  color: #c00;
  display: block;
  font-size: 11px;
  width: 90%;
}

section.shop_info_area>article>div>p {
  width: 94%;
  margin: 0 auto 3%;
}

section.news_areashop {}

section.news_areashop p {
  text-align: center;
  font-weight: bold;
  margin: 5% 0;
  font-size: 16px;
}

section.news_areashop div {
  background: #FFF;
  padding: 5% 0;
  display: none;
}

section.news_areashop div.here {
  display: block !important;
}

section.news_areashop div dl {
  width: 90%;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-weight: bold;
}

section.news_areashop div dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 5%;
  color: #036;
  margin-bottom: 5px;
}

section.news_areashop div dl dd {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

section.news_areashop div p {}

section.news_areashop div p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 30%;
  margin: 0 auto;
}

section.news_areashop div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

section.news_areamachine {}

section.news_areamachine p {
  text-align: center;
  font-weight: bold;
  margin: 5% 0;
  font-size: 16px;
}

section.news_areamachine div {
  background: #FFF;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5% 0;
  display: none;
}

section.news_areamachine div.here {
  display: block !important;
}

section.news_areamachine div dl {
  width: 90%;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-weight: bold;
}

section.news_areamachine div dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 5%;
  color: #036;
  margin-bottom: 5px;
}

section.news_areamachine div dl dd {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

section.news_areamachine div p {}

section.news_areamachine div p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 30%;
  margin: 0 auto;
}

section.news_areamachine div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

section.news_arearecruit {}

section.news_arearecruit p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

section.news_arearecruit div {
  background: #FFF;
  padding: 5% 0;
  display: none;
}

section.news_arearecruit div.here {
  display: block !important;
}

section.news_arearecruit div dl {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}

s section.news_arearecruit div dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 5%;
  color: #036;
  margin-bottom: 5px;
}

section.news_arearecruit div dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

section.news_arearecruit div p {}

section.news_arearecruit div p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 30%;
  margin: 0 auto;
}

section.news_arearecruit div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

section.recruit_table_news {
  margin-bottom: 10%;
  padding: 0 5%;
}

section.recruit_table_news h3 {
  font-size: 17px;
  color: #067D9F;
  margin-bottom: 10px;
  font-weight: bold;
}

section.recruit_table_news table {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
}

section.recruit_table_news table tbody tr th {
  box-sizing: border-box;
  padding: 3%;
  width: 25%;
  color: #036;
}

section.recruit_table_news table tbody tr td {
  box-sizing: border-box;
  padding: 3%;
  width: 75%;
}

/* 180525追加 */
.importantNews {
  border: 3px solid #F00;
  margin-bottom: 50px;
  width: 95%;
  margin: 25px auto 0px;
}

.importantNews h2 {
  border: 1px solid #F00;
  background: #F00;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: normal;
  padding: padding: 0 15px 0 0;
  margin: 8px;
}

.importantNews h2 span {
  border: solid 3px;
  border-radius: 15px;
  margin: 10px;
  padding: 2px;
}

.importantNews li {
  letter-spacing: normal;
  font-size: 100%;
  color: #F00;
  font-weight: bold;
  margin: 20px 10px;
}

/* 180615 追加 */
a.shopList {
  display: block;
  float: left;
  width: 80px;
  border: 1px solid;
  border-radius: 12px;
  padding: 4px 10px;
  margin: 1px 0px;
  background-color: #fff000;
  border-color: #fff000;
  color: #000000;
  font-size: px;
  font-weight: bold;
  text-align-last: center;
  letter-spacing: ;
}

div.shopList01 {
  margin: atuo;
  margin-bottom: 150px;
}

section.vertical {
  margin-bottom: 100px;
}

nav ul li img {
  width: 60%;
}

/* 181121 追加 */
.co_shop {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 94%;
  margin: 3% 5% 0 3%;
}

.shop_list02 {
  margin: 3% 5% 0 3%;
}

/* 181121 ここまで */
/* 181203 追加 */
.cl_list {
  width: 100%;
  margin-top: 1%;
  border-top-width: thin;
  border-left-width: thin;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-left-color: #000000;
  font-size: 14px;
}

.cl_list th {
  text-align: center;
  border-right-width: thin;
  border-bottom-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #000000;
  border-bottom-color: #000000;
  height: 0px;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  color: #FFFFFF;
  background-color: #000000;
}

.cl_list tr:nth-child(even) {
  background: #F9F9F9;
}

.cl_list td {
  text-align: center;
  border-right-width: thin;
  border-bottom-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #000000;
  border-bottom-color: #000000;
  height: 0px;
  vertical-align: middle;
  padding-left: 1%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 1%;
}

/* 181203 ここまで */

/*191023 マシン大売り出し*/
.txt_line {
  text-decoration: line-through;
  color: #000
}

table.item_detail tbody tr td span {
  color: #C00;
}

/* 200311ランプページ修正 */
.lamp_2020 {
  width: 90%;
  margin: 0 auto 5%;
}

.lamp_2020 p {
  text-align: center;
  margin-bottom: 3%;
}

.lamp_2020 p img {
  width: 50%;
}

.lamp_2020 dl {
  width: 100%;
}

.lamp_2020 dd {
  text-align: center;
}

.item_list ul li dl dd p.price {
  color: #c00;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.tag_kanbai {
  color: #c00;
  font-size: 18px !important;
  font-weight: bold !important;
  font-family: 'Cabin', sans-serif;
  padding: 0 !important;
}

.n_corona {
  width: 92%;
  margin: 20px auto;
  padding: 4% 0;
  font-size: 16px;
  border: 5px solid #333;
  font-weight: bold;
  text-align: center;
}

.n_corona a {
  font-size: 13px;
}

/* 200710 add */
.recruit_newtxt {
  text-align: center;
  width: 90%;
  margin: 0 auto 10%;
}

.recruit_newtxt h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
}

.recruit_newtxt img {
  width: 100%;
}

.h3_title {
  font-size: 18px !important;
  color: #FF3366 !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}

/* 201012 add */
section.item_boxgel {
  margin: 30px 10px;
}

section.item_boxgel div p {
  margin-bottom: 30px;
}

section.item_boxgel div dl {
  text-align: center;
}

section.item_boxgel div dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  margin: 10px 0;
}

table.gel {
  width: 840px;
  margin: 0 5%;
}

/* 201013 add */
section.item_maker div {
  margin: 20px 20px 60px 20px;
}

section.item_maker div dl {
  margin-bottom: 20px;
}

.makerpdf {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

/* 201016 add */
section.item_boxgel div dl dd {
  font-weight: bold;
  color: red;
  font-size: 16px;
}

section.item_boxgel div dl dd span {
  font-weight: bold;
  color: black;
  font-size: 14px;
}

.btn02 {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.btn02 a {
  display: block;
  padding: 3% 8% 3% 5%;
  font-weight: bold;
  color: #fff;
  background: red;
  font-size: 16px;
  border-radius: 5px;
  margin: 3% 0;
  position: relative;
}

.btn02 a:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 13px;
  color: #fff;
}

/* 210401 */

.box01.new_item .add_txt {
  font-weight: bold;
  font-size: 16px;
  padding: 2% 5%;
  background-color: rgb(255, 255, 0, 0.4);
  margin: -10px 0 8%;
}

.box01.new_item .add_txt span {
  font-size: 20px;
  color: #c00;
}

.small {
  font-size: 14px !important;
  color: black !important;
  font-weight: normal !important;
}

.shop_bn {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

.shop_bn p {
  margin: 5px 0;
  width: 100%;
}

/*210609TOPバナー整理*/
section.top_newopen {
  margin-left: 2%;
}

.top_newopen dl {
  margin-right: 2%;
}

.top_newopen dl:last-child {
  margin-right: 0;
}

.top_newopen dl {
  width: 48%;
  /* 4店舗 */
  /* width: 32%; */
  float: left;
  margin-bottom: 2%;
}

/* 210908 side_nav */
@media screen and (max-width: 479px) {

  /*ウィンドウ幅が最大479pxまでの場合に適用*/
  #side_nav {
    position: fixed;
    bottom: 0;
    z-index: 110;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  #side_nav li {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-collapse: collapse;
  }

  #side_nav li:first-child {
    background-color: #000;
  }

  #side_nav li:last-child {
    background-color: #f7ff4a;
  }

  #side_nav li a {
    font-size: 4vw;
    text-decoration: none;
    font-weight: bold;
  }

  #side_nav li:first-child a {
    color: #fff;
  }

  #side_nav li:last-child a {
    color: #000;
  }

  #side_nav li img {
    height: 20px;
    width: 20px;
    padding: 10px 5px;
  }
}

/* 210917 */
a.tokuten {
  padding: 10px;
  border: 5px solid red;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

a.tokuten.mini {
  text-align: center;
  max-width: 370px;
  margin: 15px auto 0;
}

.item_box dl a.tokuten:hover {
  background-color: #fff !important;
}

/* 221212 */
.top_button01.new_1212 {
  background: url(../img/top/main01_bg_n.jpg) no-repeat center top;
  background-size: cover;
}

/* 230210 エルゴラインジェル追加 */
section.item_boxgel div dl {
    margin-bottom: 10%;
}

/* 231101 */
.price_up {
  text-align: center;
}

.price_up a {
  padding: 15px 10px;
    display: block;
    border: 4px solid red;
    font-size: 4.3vw;
    font-weight: bold;
    color: red;
    margin: 10px auto;
    max-width: 1180px;
    width: 100%;
    transition: .3s;
    box-sizing: border-box;
    background-color: #fff;
}

.price_up.shop a {
  letter-spacing: 0;
}

.price_up a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 250530追記 */
section.shop_price>div h4 .compartment {
    background: none;
}