@charset "utf-8";
/* =======================================

  Globalnavi CSS

========================================== */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700');

/* latin */
@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;
}

/* =======================================
section.item_boxgel
  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;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: #036;
}

a:hover {
  text-decoration: underline;
}

.nopc {
  display: none !important;
}

.btn01 {
  position: relative;
}

.btn01 a {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
}

.btn01 a span {
  display: inline-block;
  padding: 3px 8px;
  font-weight: bold;
  color: #fff;
  background: #900;
  font-size: 14px;
  /* position:absolute; */
  right: 30px;
}

.btn01 a:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}

.btn01 a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.btn01 a:hover:before {
  color: #000;
}

.btn_list>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.wrap {
  overflow: hidden;
}

/*============================
#header
============================*/
header {
  background: url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}

header section#header {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}

.logo {
  float: left;
  width: 104px;
}

.logo img {
  width: 100%;
}

.sp_btn {
  display: none;
}

header section#header div.sns {
  position: absolute;
  top: 0;
  right: 0;
}

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 ul {
  text-align: right;
  margin: 40px 0 50px;
}

header section#header nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

header section#header nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: .1em;
  transition: 0.3s;
}

header section#header nav ul li a span:first-of-type {
  display: none;
}

header section#header nav ul li a:hover,
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: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.5;
}

.title01:before,
.title02:before {
  content: "";
  height: 3px;
  width: 75px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title02 {
  color: #036;
  font-size: 32px;
  width: 980px;
  margin: 0 auto;
}

.title02:before {
  background: #036;
}

/*============================
#footer
============================*/
footer {
  background: #333;
}

footer section#footer {
  width: 980px;
  margin: 0 auto;
  padding: 25px 0;
}

footer section#footer nav {}

footer section#footer nav ul {
  text-align: center;
  margin-bottom: 50px;
}

footer section#footer nav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}

footer section#footer nav ul li a {
  color: #fff;
  font-size: 13px;
}

footer section#footer p.logo_f {
  text-align: center;
  margin-bottom: 10px;
}

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 {
  display: none;
}

#totop a {
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 20px;
  color: #fff;
  background: #fc0;
  font-size: 21px;
  line-height: 0;
}

/*============================
#contents
============================*/
section#contents {}

nav.pankuzu {
  width: 980px;
  margin: 0 auto;
}

nav.pankuzu ul {
  letter-spacing: -.4em;
  margin: 15px 0 0;
}

nav.pankuzu ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  position: relative;
  padding: 0 30px 0 0;
}

nav.pankuzu ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px;
}

nav.pankuzu ul li:last-of-type:before {
  display: none;
}

nav.pankuzu ul li a {
  display: block;
  font-size: 14px;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

h2.category_name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
}

h2.category_name span {
  font-size: 27px;
  color: #036;
  display: block;
}

nav.sub_navi {
  background: #F4F4F4;
  margin-bottom: 30px;
}

nav.sub_navi ul {
  text-align: center;
  letter-spacing: -.4em;
}

nav.sub_navi ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 5px 10px;
  position: relative;
}

nav.sub_navi ul li:before,
nav.sub_navi ul li:last-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  background: #000;
  margin: auto 0;
}

nav.sub_navi ul li:before {
  left: -10px;
}

nav.sub_navi ul li:last-of-type:after {
  right: -10px;
}

nav.sub_navi ul li a {
  display: block;
  padding: 0 25px;
  transition: 0.3s;
}

nav.sub_navi ul li a:hover,
nav.sub_navi ul li.here a {
  background: #036;
  color: #fff;
  text-decoration: none;
}

h3.item_name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

div.slider {
  width: 700px;
  margin: 0 auto 80px;
}

table.item_detail {
  width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #C8C8C8;
  margin-bottom: 60px;
}

table.item_detail tbody tr {
  border-bottom: 1px solid #C8C8C8;
}

table.item_detail tbody tr th {
  padding: 20px;
  width: 240px;
  color: #0D3F6D;
}

table.item_detail tbody tr td {
  padding: 20px;
  width: 620px;
}

table.item_detail tbody tr td span {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 1.2;
}

table.item_detail tbody tr.maker td {
  padding: 15px 20px;
}

table.item_detail tbody tr.maker td p {
  display: inline-block;
  padding: 5px 20px;
  background: #DEDEDE;
  border-radius: 100px;
}

.contact_box {
  width: 860px;
  margin: 0 auto;
  background: #F4F4F4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.contact_box>p {
  text-align: center;
  color: #979797;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contact_box>p span {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  display: block;
}

.contact_box dl {
  text-align: center;
}

.contact_box dl dt {
  text-align: center;
  color: #067DA0;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.contact_box dl dt span {
  font-size: 13px;
  color: #000;
  display: block;
  font-weight: normal;
}

.contact_box dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 370px;
  margin: 0 10px;
}

.contact_box dl dd>p {
  font-weight: bold;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.contact_box dl dd>a {
  font-weight: bold;
  display: inline-block;
  width: 300px;
  background: #ff0;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ff0;
  transition: 0.3s;
}

.contact_box dl dd>a:hover {
  background: #000;
  border: 2px solid #000;
  color: #ff0;
  text-decoration: none;
}

.contact_box dl dd div {}

.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: 36px;
  margin-right: 10px;
}

.contact_box dl dd div p:last-of-type {
  color: #4B4B4B;
  font-size: 17px;
  font-weight: bold;
}

.contact_box dl dd div p span {
  font-size: 23px;
  margin-left: 10px;
  color: #036;
}

section.new_list {
  width: 980px;
  margin: 40px auto;
}

section.new_list dl {
  padding: 0 40px;
}

section.new_list dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

section.new_list dl dd {}

section.new_list dl dd a {
  color: #535353;
  padding: 5px 20px;
  background: #DEDEDE;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 10px;
  border-radius: 100px;
  border: 1px solid #DEDEDE;
  transition: 0.3s;
}

section.new_list dl dd a:hover {
  background: #535353;
  color: #DEDEDE;
  text-decoration: none;
}

nav.pager {
  background: #F4F4F4;
}

nav.pager ul {
  width: 980px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

nav.pager ul li {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
}

nav.pager ul li.prev {
  font-size: 20px;
  float: left;
}

nav.pager ul li.prev a i {
  left: 0;
}

nav.pager ul li.prev a:hover i {
  left: -10px;
}

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.back a:hover {
  background: #535353;
  color: #DEDEDE;
  text-decoration: none;
}

nav.pager ul li.next {
  font-size: 20px;
  float: right;
}

nav.pager ul li.next a i {
  right: 0;
}

nav.pager ul li.next a:hover i {
  right: -10px;
}

.box01,
.box02 {
  width: 900px;
  margin: 0 auto 50px;
  letter-spacing: -.4em;
}

.box01 img,
.box01 div.shop_slider,
.box02 img,
.box02 div.shop_slider {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 410px;
  margin-right: 30px;
}

.box01 dl,
.box02 dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 460px;
}

.box01 dl dt,
.box02 dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #036;
  margin-bottom: 10px;
  line-height: 1.3;
}

.box02 {
  width: 980px;
}

.box02 img,
.box02 div.shop_slider {
  width: 500px;
  margin-right: 30px;
}

.box02 dl {
  width: 980px;
  text-align: center;
}

.box01.rec_ver {
  width: 980px;
}

.box01.rec_ver img {
  margin-right: 0;
  margin-left: 30px;
  width: 470px;
}

.sub_title {
  font-family: 'Cabin', sans-serif;
  text-align: center;
  color: #8492AC;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  clear: both;
  padding-bottom: 12px;
}

.item_list,
.shop_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 7px solid #F4F4F4;
  padding: 20px 30px;
  margin-bottom: 50px;
  position: relative;
}

.item_list h4,
.shop_list h4 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  border-top: 3px solid #C8C8C8;
  border-bottom: 3px solid #C8C8C8;
  margin-bottom: 15px;
  position: relative;
}

.item_list h4 span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  padding: 4px 0;
}

.item_list h4 span img {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.item_list>p {
  margin-bottom: 10px;
}

.item_list>p span {
  display: block;
  color: #228BAB;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.shop_list ul {
  margin-bottom: 30px;
}

.shop_list ul:last-of-type {
  margin-bottom: 0;
}

.item_list ul li,
.shop_list ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  position: relative;
}

.item_list ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.item_list ul li:hover:before {
  right: 3%;
}

.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: 150px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 45px;
}

.item_list ul li dl,
.shop_list ul li dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.item_list ul li dl dt,
.shop_list ul li dl dt {
  color: #1F4C79;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.item_list ul li dl dd>p.price {
  color: #c00;
  font-size: 22px;
  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: 12px;
  font-weight: bold;
}

.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.used ul li:before {
  /*display:none;*/
}

.item_list.used ul li>p {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  position: absolute;
  top: 20px;
  right: 100px;
  text-align: right;
  line-height: 1.2;
}

.price02 {
  top: 50px !important;
}

/* 180611 追加 */
.item_list ul li>p {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  position: absolute;
  top: 20px;
  right: 100px;
  text-align: right;
  line-height: 1.2;
}

.item_list.used ul li>p span {
  font-size: 14px;
  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>p {
  position: absolute;
  top: -30px;
  right: 0;
  font-weight: bold;
  font-size: 12px;
  color: #036;
}

.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: 15px;
  right: 130px;
  font-weight: bold;
}

.shop_list ul li {
  position: relative;
}

.shop_list ul li p {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 110px;
}

.shop_list ul li p a {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0 0;
  border-radius: 5px;
  transition: 0.3s;
}

.shop_list ul li p a:first-of-type {
  color: #000;
  background: #fff000;
  border: 1px solid #fff000;
  margin-bottom: 10px;
}

.shop_list ul li p a:hover:first-of-type {
  color: #fff000;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
}

.shop_list ul li p a:nth-of-type(2) {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.shop_list ul li p a:hover:nth-of-type(2) {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.shop_list ul li img.brand_logo {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.txt01 {
  text-align: center;
}

.txt01 span {
  font-size: 18px;
  color: #067D9F;
  font-weight: bold;
}

section.map_list {
  background: url(../img/map.png?201214) no-repeat 80px 120px;
  padding-bottom: 165px;
  position: relative;
  width: 900px;
  margin: auto 20px 80px 20px;
}

section.map_list dl {
  width: 300px;
}

section.map_list dl:first-of-type {
  float: right;
}

section.map_list dl:nth-of-type(2) {
  float: left;
}

section.map_list dl dt {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

section.map_list dl dd {
  margin-bottom: 15px;
}

section.map_list dl dd a {
  display: block;
  color: #535353;
  padding: 5px 20px;
  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.map_list dl dd a:hover {
  background: #535353;
  color: #DEDEDE;
  text-decoration: none;
}

section.shop_price {
  letter-spacing: -.4em;
  margin-bottom: 50px;
}

section.shop_price>div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 25px 25px 0;
  width: 310px;
}

section.shop_price>div:nth-of-type(3n) {
  margin: 0 0 25px 0;
}

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: 10px;
  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;
}

/* 180611 追加 */
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;
}

/* 180614 追加 */
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: 10px;
}

section.shop_price>div p img {
  width: 100%;
  margin-top: 10px;
}

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>div table.self tbody tr td {}

section.shop_price dl {
  letter-spacing: normal;
  width: 900px;
  margin: 0 auto;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #C8C8C8;
}

section.shop_price dl:first-of-type {
  border-top: 1px solid #C8C8C8;
}

section.shop_price dl dt {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 10px;
  font-weight: bold;
  color: #036;
}

section.shop_price dl dd {
  display: inline-block;
  vertical-align: top;
  width: 665px;
}

section.shop_info {
  background: #F4F4F4;
  margin-bottom: 50px;
}

section.shop_info article {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  letter-spacing: -.4em;
}

section.shop_info article h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 10xp;
  letter-spacing: normal;
}

section.shop_info article div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 450px;
  margin-right: 20px;
}

section.shop_info article div dl {
  border-bottom: 1px solid #C8C8C8;
}

section.shop_info article div dl dt {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  font-weight: bold;
  color: #036;
  padding: 20px;
}

section.shop_info article div dl dd {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
  /*padding:20px;*/
}

section.shop_info article div.shop_map {
  margin: 0;
  width: 510px;
  height: 360px;
}

section.sale_box01 {
  width: 1200px;
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
}

section.sale_box01 p {
  font-size: 15px;
  width: 630px;
  line-height: 2;
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.sale_box01 p span {
  font-weight: bold;
  display: inline-block;
  background: #fff000;
}

section.sale_box01 img.bg01 {
  position: absolute;
  bottom: 25px;
  left: -100px;
}

section.sale_box01 img.bg02 {
  position: absolute;
  top: 0;
  right: -100px;
}

section.news_area {
  background: #F7F7F7;
  padding-bottom: 1em;
}

section.news_area h2.title02 {
  background: #fff;
  width: 100%;
}

section.news_area ul {
  width: 100%;
  background: #fff;
}

section.news_area p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 15px;
  font-size: 16px;
}

section.news_area div {
  background: #F7F7F7;
  /*border-top:1px solid #ccc;*/
  padding: 25px 0;
  display: none;
  height: 250px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;

}

section.news_area div.here {
  display: block !important;
}

section.news_area div dl {
  width: 640px;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-weight: bold;
}

section.news_area div dl dt {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  color: #036;
  margin-bottom: 5px;
}

section.news_area div dl dd {
  width: 530px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

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: 110px;
  margin: 0 auto;
}

section.news_area div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

section.macine_menu {
  margin: 60px 0;
}

section.macine_menu nav ul {
  letter-spacing: -.4em;
  width: 880px;
  margin: 0 auto;
}

section.macine_menu nav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 440px;
  height: 208px;
  position: relative;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  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);
  transition: 0.3s;
  right: 0;
}

section.macine_menu nav ul li:nth-of-type(odd):hover {
  right: 30px;
}

section.macine_menu nav ul li:nth-of-type(even):hover {
  right: -30px;
}

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 {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  padding: 45px 0 0 25px;
}

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: 25px;
  color: #036;
  display: block;
}

section.macine_menu nav ul li dl dd {
  font-size: 16px;
}

section.macine_menu nav ul li p {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  overflow: hidden;
}

section.macine_menu nav ul li p img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -170px;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

div.txt02 {
  width: 680px;
  text-align: center;
  margin: 0 auto 60px;
}

div.txt02 p span {
  color: #FF3366;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

section.faq_list {
  margin-bottom: 70px;
}

section.faq_list div {
  padding: 20px;
  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 70px;
}

section.faq_list div dl {
  letter-spacing: -.4em;
}

section.faq_list div dl dt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 50px;
  margin-right: 20px;
}

section.faq_list div dl dt img {}

section.faq_list div dl dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 830px;
}

section.faq_list div dl.q {
  margin-bottom: 10px;
}

section.faq_list div dl.q dd {
  font-size: 20px;
  font-weight: bold;
}

section.faq_list div dl.a dt {
  vertical-align: top;
}

section.faq_list div dl.a dd {
  padding-top: 15px;
}

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: 35px 0 60px;
}

section.faq_category div.inner h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 20px;
}

section.faq_category div.inner table {
  border-top: 1px solid #C8C8C8;
  width: 100%;
}

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: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #036;
}

section.faq_category div.inner table tbody tr td {
  width: 70%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.faq_category div.inner table tbody tr td a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: #DEDEDE;
  border-radius: 100px;
  padding: 5px 15px;
  transition: 0.3s;
}

section.faq_category div.inner table tbody tr td a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

section.recruit_table,
section.company_table {
  margin-bottom: 60px;
}

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;
}

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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 15%;
  color: #036;
}

section.recruit_table table tbody tr td,
section.company_table table tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 85%;
}

.company_map {
  position: relative;
  padding-bottom: 30%;
  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 {
  margin-bottom: 130px;
}

section.contact_list ul {
  letter-spacing: -.4em;
}

section.contact_list ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid #E9E9E9;
  width: 475px;
  height: 170px;
  padding: 25px;
  position: relative;
}

section.contact_list ul li dl {
  letter-spacing: -.4em;
}

section.contact_list ul li dl dt {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 52px;
  margin-right: 25px;
}

section.contact_list ul li dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 330px;
}

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: 320px;
  position: absolute;
  bottom: 10px;
  right: 25px;
}

section.contact_list ul li p a {
  background: #fff000;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}

section.contact_list ul li p a:hover {
  background: #000;
  color: #fff000;
  text-decoration: none;
}

h2.news_name {
  font-size: 20px;
  width: 980px;
  margin: 0 auto 20px;
  color: #036;
  font-weight: bold;
}

nav.news_sub {
  border-bottom: 1px solid #ccc;
}

nav.news_sub ul {
  /*width:980px;*/
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

nav.news_sub ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0 10px;
  position: relative;
  width: 120px;
}

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 25px;
  transition: 0.3s;
}

nav.news_sub ul li.here a,
nav.news_sub ul li a:hover {
  background: #FFCC00;
  text-decoration: none;
  color: #fff;
}

section.news_contents {
  padding: 60px 50px;
  width: 980px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

section.news_contents h3 {
  font-size: 20px;
  font-weight: bold;
}

section.news_contents h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 100;
  color: #999;
}

section.news_contents div.share-buttons {
  margin: 0 auto 30px;
  text-align: right;
}

section.news_contents div.share-buttons a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 10px;
}

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: 120px;
}

section.news_contents dl dt {
  margin-bottom: 20px;
}

section.news_contents dl dt img {
  max-width: 860px;
}

section.news_left {
  float: left;
  width: 700px;
  margin-bottom: 130px;
}

section.news_left div {
  letter-spacing: -.4em;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

section.news_left div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

section.news_left div p {
  width: 230px;
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

section.news_left div p img {
  width: 100%;
  transition: 0.3s;
}

section.news_left div dl {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 440px;
}

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_left div:hover p img {
  opacity: 0.7;
}

section.news_right {
  float: right;
  width: 240px;
  margin-bottom: 130px;
}

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;
  padding: 10px 10px 10px 40px;
  position: relative;
}

section.news_right dl dd:before {
  content: "◯";
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 10px;
  font-size: 21px;
  color: #C8C8C8;
}

nav.news_pager {
  text-align: center;
}

nav.news_pager p {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}

nav.news_pager p a {
  padding: 5px 25px;
  border: 1px solid #ccc;
  color: #fff;
  background: #000;
  font-size: 25px;
  border-radius: 5px;
  transition: 0.3s;
}

nav.news_pager p a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

nav.news_pager ul {
  display: inline;
}

nav.news_pager ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  border-radius: 5px;
  font-size: 25px;
}

nav.news_pager ul li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  transition: 0.3s;
}

nav.news_pager ul li a:hover,
nav.news_pager ul li.here a {
  background: #DEDEDE;
  color: #fff;
  text-decoration: none;
}

/*============================

     TOP page

============================*/

/*============================
#header
============================*/
#top header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 0 703px;
  overflow: hidden;
}

#top header section#header p.logo,
#top header section#header nav {
  position: relative;
  z-index: 2;
}

#top header section#header div.sns {
  z-index: 2;
}

#top {
  position: relative;
}

#top:before {
  content: "";
  background: rgba(255, 255, 0, 0.2);
  width: 100% !important;
  height: 300px;
  position: absolute;
  top: -160px;
  left: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  z-index: 1;
}

#top:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 700px solid rgba(255, 255, 0, 0.2);
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
  transform: skewY(-15deg);
}

#top header:before,
#top header:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 2;
}

#top header:before {
  -webkit-transform: skewY(15deg);
  -ms-transform: skewY(15deg);
  transform: skewY(15deg);
}

#top header:after {
  -webkit-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
  transform: skewY(-15deg);
}

#top .logo {
  width: 162px;
}

#top .main_slider {}

#top .main_slider .bx-wrapper {
  margin-bottom: 50px !important;
}

.top_button01,
.top_button02,
.top_button03 {
  text-align: center;
  background: url(../img/top/main01_bg.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  height: 880px;
}

.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;
}

.top_button01 a,
.top_button02 a,
.top_button03 a {
  transition: 0.3s;
}

.top_button01 a:hover,
.top_button02 a:hover,
.top_button03 a:hover {
  opacity: 0.8;
}

/*============================
#about
============================*/
article#about {
  background: url(../img/top/bg01.png) no-repeat top left, url(../img/top/bg02.jpg) no-repeat top right, #FFF600;
  background-size: auto 100%, 70% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 980px;
  max-height: 550px;
  padding-bottom: 10%;
  overflow: hidden;
}

article#about section {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}

article#about section h2 {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 30px 30px;
}

article#about section h2 span {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  display: block;
}

article#about section ul {}

article#about section ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 13.5px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 155px;
}

article#about section ul li img {
  width: 108px;
  display: block;
  margin: 0 auto 10px;
}

article#about section ul p {
  font-size: 16px;
  margin: 0 0 0 30px;
  width: 300px;
}

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: 110px;
  margin: 30px 0 0 auto;
}

article#about section ul p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/*============================
#voice
============================*/
article#voice {
  padding: 50px 0;
}

article#voice section {
  width: 980px;
  margin: 0 auto;
}

article#voice section h2.title02 {}

article#voice section>p {
  text-align: center;
  font-size: 15px;
  margin: 20px 0;
}

article#voice section div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 230px;
  position: relative;
  overflow: hidden;
  margin-right: 16px;
}

article#voice section div:nth-of-type(4n) {
  margin-right: 0;
}

article#voice section div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

article#voice section div img {
  width: 100%;
}

article#voice section div p {
  padding: 20px;
  color: #666;
}

article#voice section div p span {
  display: inline-block;
  padding: 0 20px;
  background: #E3E3E3;
  border-radius: 100px;
  font-size: 12px;
  margin-top: 20px;
}

/*============================
#sale
============================*/
article#sale {}

article#sale h2.title02 {
  margin-bottom: 60px;
}

article#sale section {
  background: #036;
  position: relative;
}

article#sale section div:first-of-type {
  width: 980px;
  color: #fff;
  padding: 7% 0 7% 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

article#sale section div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

article#sale section div p {
  font-size: 16px;
  width: 430px;
}

article#sale section div p a {
  font-family: 'Cabin', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 200px;
  margin: 30px 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;
  left: 50%;
  top: 0;
  height: 100%;
}

article#sale section div img {
  height: 100%;
}

article#sale .bx-wrapper {
  background: #F4F4F4;
  padding: 20px 0;
}

article#sale ul.loop_slider li {
  width: 177px !important;
  height: 177px !important;
  position: relative !important;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  margin-right: 60px;
}

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.5);
  padding: 50%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}

article#sale ul.loop_slider li span:hover {
  opacity: 1;
}

/*============================
#oner
============================*/
article#oner {
  padding: 50px 0;
  background: url(../img/top/bg03.jpg) no-repeat center top;
  background-size: cover;
}

article#oner section {
  width: 980px;
  margin: 0 auto;
}

article#oner section h2.title02 {
  color: #fff;
  margin-bottom: 50px;
}

article#oner section h2.title02:before {
  background: #fff;
}

article#oner section ul {
  letter-spacing: -.4em;
}

article#oner section ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 480px;
  margin-right: 20px;
}

article#oner section ul li:nth-of-type(even) {
  margin-right: 0;
}

article#oner section ul li a {
  opacity: 1;
  transition: 0.3s;
}

article#oner section ul li a:hover {
  opacity: 0.7;
}

article#oner section ul li a img {
  width: 100%;
}

h3.sub_title02 {
  font-size: 20px;
  font-weight: bold;
  width: 960px;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-top: 3px solid #C8C8C8;
  border-bottom: 3px solid #C8C8C8;
}

section.item_table {
  width: 840px;
  margin: 0 auto 30px;
  padding: 10px 0;
}

section.item_table table {
  border-top: 1px solid #c8c8c8;
  width: 840px;
}

section.item_table table tbody tr {
  width: 100%;
}

section.item_table table thead tr th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  color: #036;
}

section.item_table table tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 2px 10px 0px;
  margin-bottom: 5px;
  margin-left: 10px;
}

section.item_box {
  width: 960px;
  margin: 0 auto 30px;
}

section.item_box div {
  letter-spacing: -.4em;
}

section.item_box div p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 340px;
  margin-right: 20px;
}

section.item_box div p img {
  margin-bottom: 20px;
}

section.item_box div p.zoom {
  position: relative;
}

section.item_box div p.zoom a:before {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  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 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 600px;
}

section.item_box>div>.item_detail {
  letter-spacing: normal;
}

section.item_box>div>.item_detail p {
  width: auto;
}

.item_img {
  text-align: center;
}

.item_img img {
  margin: 0 5px 30px;
}

section.redruit_list {
  text-align: center;
  margin-bottom: 100px;
}

section.redruit_list h3 {
  color: #f36;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

section.redruit_list ul {
  text-align: center;
  margin-bottom: 30px;
}

section.redruit_list ul li {
  display: inline-block;
  vertical-align: middle;
}

section.redruit_list ul li a {
  background: #DEDEDE;
  color: #4B4B4B;
  padding: 3px 20px;
  display: block;
  border-radius: 100px;
  margin: 5px 5px;
  transition: 0.3s;
}

section.redruit_list ul li a:hover {
  background: #4B4B4B;
  color: #DEDEDE;
  text-decoration: none;
}

section.redruit_list p {
  width: 300px;
  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;
}

section.redruit_list p a:hover {
  background: #000;
  color: #FFF000;
  text-decoration: none;
}

/*============================

     ABOUT page

============================*/
#about {
  background: url(../img/about/about_bg01.jpg) no-repeat center -180px;
  background-size: contain;
}

#about header {
  background: url(../img/about/header_bg_about.png) no-repeat center bottom;
  background-size: 100% 100%;
}

#about header>#header {
  padding-bottom: 80px;
}

section.about_contents01 {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
}

section.about_contents01 article {
  width: 830px;
  margin: 0 auto;
}

section.about_contents01 article h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

section.about_contents01 article ul {
  margin-bottom: 40px;
  display: flex;
}

section.about_contents01 article ul li {
  margin-left: 35px;
}

section.about_contents01 article ul li:first-of-type {
  margin-left: 0;
}

section.about_contents01 article ul li img {
  width: 100%;
}

section.about_contents01 article p {
  font-size: 16px;
  color: #fff;
  padding: 40px 40px 0;
}

section.about_contents02 {
  width: 1100px;
  margin: 0 auto;
}

section.about_contents02 div {
  width: 100%;
  float: left;
  background: url(../img/about/about_bg03.png) no-repeat left top;
  position: relative;
}

section.about_contents02 div>img {
  padding: 30px 0 60px 60px;
}

section.about_contents02 div>p {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  line-height: 0;
  height: 265px;
}

section.about_contents02 div>p img {
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

section.about_contents03 {
  background: url(../img/about/about_bg02.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -350px;
  padding: 400px 0 125px;
}

section.about_contents03 article {
  width: 980px;
  margin: 0 auto 15px;
  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: 615px;
  margin-right: 15px;
  background: #fff;
  overflow: hidden;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

section.about_contents03 article div:before {
  content: "";
  width: 250px;
  height: 250px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.about_contents03 article:nth-of-type(even) div {
  margin: 0 0 0 15px;
}

section.about_contents03 article div h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

section.about_contents03 article div h3 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

section.about_contents03 article div h3 span:first-of-type {
  font-size: 45px;
  font-family: 'Cabin', sans-serif;
  margin-right: 20px;
}

section.about_contents03 article div h3 span:last-of-type {
  font-size: 17px;
}

section.about_contents03 article div h4 {
  font-size: 16px;
  color: #005F8C;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

section.about_contents03 article div p {
  font-size: 13px;
  position: relative;
  z-index: 2;
}

section.about_contents03 article div>a {
  display: inline-block;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  right: 40px;
  border: 1px solid #000;
  transition: 0.3s;
}

section.about_contents03 article div>a:hover {
  color: #000;
  background: #fff;
}

section.about_contents03 article>p {
  width: 350px;
  position: relative;
  overflow: hidden;
}

section.about_contents03 article>p img {
  width: 100%;
}

form.contact_form {
  width: 960px;
  margin: 0 auto 50px;
}

form.contact_form h2 {
  font-size: 20px;
  color: #036;
  font-weight: bold;
  margin-bottom: 20px;
}

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: 10px;
}

form.contact_form>ul {
  padding: 0 20px 20px 40px;
}

form.contact_form>ul li {
  list-style: unset;
}

form.contact_form>table {
  width: 100%;
  margin-bottom: 20px;
}

form.contact_form>table tbody tr {
  width: 100%;
  border-top: 1px solid #C8C8C8;
}

form.contact_form>table tbody tr th {
  padding: 20px 10px;
  padding: 20px 20px 20px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  position: relative;
}

form.contact_form>table tbody tr th span {
  position: absolute;
  left: 10px;
  display: block;
  padding: 0 10px;
  background: #FFF000;
  font-size: 12px;
}

form.contact_form>table tbody tr th p {
  font-size: 12px;
}

form.contact_form>table tbody tr td {
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
}

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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 335px;
  border: 1px solid #000;
}

form.contact_form>table tbody tr td input.short {
  width: 180px;
}

form.contact_form>table tbody tr td input.long {
  width: 500px;
}

form.contact_form>table tbody tr td label {
  margin: 0 10px 0 0;
}

form.contact_form>table tbody tr td textarea {
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  border: 1px solid #000;
}

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 button:hover {
  color: #fff000;
  background: #000;
}

form.contact_form>table tbody tr td>table {
  width: auto;
  padding: 0;
  margin: 8px 0;
}

form.contact_form>table tbody tr td>table tbody tr {
  width: auto;
  padding: 0;
  border: none;
}

form.contact_form>table tbody tr td>table tbody tr td {
  width: auto;
  padding: 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: 80% auto;
  margin-bottom: 200px;
}

section.fc_contents01 article {
  position: relative;
}

section.fc_contents01 article h2 {
  padding: 150px 0;
}

section.fc_contents01 article p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  width: 184px;
  height: 184px;
}

section.fc_contents02 {
  margin-bottom: 40px;
}

section.fc_contents02 article {
  letter-spacing: -.4em;
}

section.fc_contents02 article img {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 515px;
  margin-left: -35px;
}

section.fc_contents02 article div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 80px 60px 80px;
  background: #fff000;
  position: relative;
  overflow: hidden;
}

section.fc_contents02 article div:before {
  content: "";
  width: 360px;
  height: 360px;
  background: #FFF864;
  position: absolute;
  top: -200px;
  left: 50px;
  -webkit-transform: skewX(10deg) rotate(50deg);
  -ms-transform: skewX(10deg) rotate(50deg);
  transform: skewX(10deg) rotate(50deg);
}

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: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  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: 20px;
  display: block;
  font-family: 'Cabin', sans-serif;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

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: 100px 0;
  margin-bottom: 70px;
}

section.fc_contents03 article {
  width: 840px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

section.fc_contents03 article img {
  position: absolute;
  bottom: -100px;
  left: -140px;
}

section.fc_contents03 article div {
  padding: 70px 70px 70px 320px;
}

section.fc_contents04 {
  position: relative;
  padding: 3% 0;
  margin-bottom: 75px;
}

section.fc_contents04 article {
  background: #95DDDB;
  padding: 5% 0;
}

section.fc_contents04 article div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  padding: 0 490px 0 50px;
  margin: 0 auto;
}

section.fc_contents04 img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48%;
  max-height: 500px;
  max-width: 762px;
}

section.fc_contents05 article {
  width: 600px;
  text-align: center;
  margin: 0 auto 70px;
}

section.fc_contents05 article p {
  margin-bottom: 40px;
}

section.fc_contents05 article a {
  width: 400px;
  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: 800px;
  margin: 0 auto 50px;
}

section.policy_box p {
  margin-bottom: 20px;
}

section.policy_box>dl {
  margin-bottom: 20px;
}

section.policy_box>dl>dt {
  font-size: 21px;
  font-weight: bold;
  color: #067D9F;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

ul.indent_list>li {
  padding-left: 1.1em;
  text-indent: -1em;
}

.item_box dl p a:hover:first-of-type {
  color: #fff000;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
}

.item_list.coll ul li>p {
  color: #c00;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  position: absolute;
  top: 20px;
  right: 100px;
  text-align: right;
  line-height: 1.2;
}

.item_list.coll ul li>p span {
  font-size: 14px;
  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;
}

section.banner_area {
  padding: 5px 0;
  background: #ffffff;
}

section.banner_area ul {
  text-align: center;
}

section.banner_area ul li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

section.item_box-2 {
  margin-bottom: 40px;
}

section.item_box-2 div {
  letter-spacing: -.4em;
  text-align: center;
}

section.item_box-2 div dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 38%;
  margin: 0 2%;
  text-align: left;
}

section.item_box-2 div dl dt {
  margin-bottom: 10px;
  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: 0;
  right: -20px;
  transform: rotate(25deg);
}

section.item_box-2 div dl dd {}

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;
}

section.shop_info_area>article>ul {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 20px;
  letter-spacing: -.4em;
}

section.shop_info_area>article>ul>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 20px 20px 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:hover:before {
  right: 3%;
}

section.shop_info_area>article>ul>li:nth-of-type(4n) {
  margin: 0 0 20px 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: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

section.shop_info_area>article>ul>li>p {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 170px;
  height: 55px;
  padding: 5px 10px;
  box-sizing: border-box;
}

section.shop_info_area>article>ul>li>p>span {
  color: #c00;
  display: block;
  white-space: nowrap;
  letter-spacing: -1.5px;
}

section.shop_info_area>article>ul>li>p>span>font {
  font-size: smaller;
}

section.shop_info_area>article>div {
  letter-spacing: -.4em;
}

section.shop_info_area>article>div>p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 320px;
  margin: 0 10px 10px 0;
}

section.shop_info_area>article>div>p:nth-of-type(3n) {
  margin: 0 0 10px 0;
}

section.shop_info_area>article>div>p>a>img {
  width: 100%;
}

section.news_areashop p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 15px;
  font-size: 16px;
}

section.news_areashop div {
  background: #FFF;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  display: none;
}

section.news_areashop div.here {
  display: block !important;
}

section.news_areashop div dl {
  width: 480px;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-weight: bold;
}

section.news_areashop div dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 10px;
  color: #036;
  margin-bottom: 5px;
}

section.news_areashop div dl dd {
  width: 390px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

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: 110px;
  margin: 0 auto;
}

section.news_areashop div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/*   18.2.7追加   */
section.news_areamachine p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 15px;
  font-size: 16px;
}

section.news_areamachine div {
  background: #FFF;
  padding: 25px 0;
  display: none;
}

section.news_areamachine div.here {
  display: block !important;
}

section.news_areamachine div dl {
  width: 480px;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-weight: bold;
}

section.news_areamachine div dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 10px;
  color: #036;
  margin-bottom: 5px;
}

section.news_areamachine div dl dd {
  width: 390px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 5px;
}

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: 110px;
  margin: 0 auto;
}

section.news_areamachine div p a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* 180525追加 */
.importantNews {
  width: 850px;
  border: 3px solid #F00;
  margin: 0 auto 50px;
}

.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;
}

.price_img {
  margin-bottom: 30px;
}

.snsicon {
  margin-top: 7px;
}



@media (min-width: 761px) and (max-width: 1025px) {
  .nav-menu-hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 1026px) {
  .nav-menu-hidden-desktop {
    display: none !important;
  }
}


section.recruit_table_news table {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
  margin-bottom: 50px;
}

section.recruit_table_news table tbody tr th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 15%;
  color: #036;
}

section.recruit_table_news table tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 85%;
}

/* 180615 追加 スタート */
a.shopList {
  display: block;
  float: left;
  width: 100px;
  border: 1px solid;
  border-radius: 15px;
  padding: 6px 15px;
  margin: 5px 5px;
  background-color: #fff000;
  border-color: #fff000;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-align-last: center;
  letter-spacing: 0.1em
}

div.shopList01 {
  margin: auto;
}

/* 180615 追加 終了 */
/* 181121 追加 スタート */
.co_shop {
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  width: 880px;
  margin-top: 10px;
}

/* 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: 15px;
}

.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: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
}

/*191023 マシン大売り出し*/
.txt_line {
  text-decoration: line-through;
  color: #000
}

/* 200311ランプページ修正 */
.lamp_2020 {
  width: 840px;
  margin: 0 auto 30px;
  padding: 10px 0;
}

.lamp_2020 p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}

.lamp_2020 p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
  margin-left: 80px;

}

.lamp_2020 dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 540px;
}

.lamp_2020 dd {
  margin-top: 8%;
}

.tag_kanbai {
  color: #c00;
  font-size: 18px !important;
  font-weight: bold !important;
  font-family: 'Cabin', sans-serif;
  padding: 0 !important;
}

.n_corona {
  width: 770px;
  margin: 30px auto;
  padding: 20px;
  font-size: 25px;
  border: 5px solid #333;
  font-weight: bold;
  text-align: center;
}

.n_corona a {
  font-size: 16px;
}

/* 200710 add */
.recruit_newtxt {
  margin-bottom: 100px;
}

.recruit_newtxt h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.recruit_newtxt p {
  max-width: 900px;
  margin: 30px auto;
  width: 55%;
}

.recruit_newtxt img {
  width: 100%;
}

/* .shop_price h4 {
  height: 2.5em;
} */
.h3_title {
  font-size: 25px !important;
  color: #FF3366 !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}

/* 201012 add */
section.item_boxgel {
  width: 720px;
  margin: 0 auto 30px;
}

section.item_boxgel div {
  letter-spacing: -.4em;
  display: flex;
  flex-wrap: wrap;
}

section.item_boxgel div p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 340px;
  margin-right: 40px;
}

section.item_boxgel div dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

section.item_boxgel div dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
}

table.gel {
  width: 840px;
  margin: 0 5%;
}

/* 201013 add */
section.item_maker {
  margin-bottom: 120px;
  margin-top: 35px;
}

section.item_maker div {
  letter-spacing: -.4em;
  text-align: center;
}

section.item_maker div dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31%;
  margin: 0 1%;
  text-align: left;
}

section.item_maker div dl dt img {
  width: 100%;
}

section.box03 {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.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: 20px;
}

section.item_boxgel div dl dd span {
  font-weight: bold;
  color: black;
  font-size: 18px;
}

.btn02 {
  position: relative;
}

.btn02 a {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  font-weight: bold;
  color: #FFF;
  background: red;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 5px;
  margin: 10px 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;
  transition: 0.3s;
}

/*210119*/
section.shop_info_area article ul li.nolink:before {
  content: none;
}

/* 210401 */
.box01.new_item {
  position: relative;
  margin: 0 auto 200px;
}

.box01.new_item .add_txt {
  position: absolute;
  letter-spacing: 1px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
}

.box01.new_item .add_txt span {
  font-size: 22px;
  color: #c00;
}

/* 210507 top 店舗openバナー */
section.top_newopen {
  /* margin-bottom: 15px; */
  /* margin-top: 35px; */
  width: 980px;
  margin: 0 auto;
}

section.top_newopen div {
  letter-spacing: -.4em;
  text-align: center;
}

section.top_newopen div dl {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /* width: 220px; 4店舗*/
  margin: 0 0.5px;
  /* text-align: left;*/
  margin: 5px;

}

section.top_newopen div dl dt img {
  width: 99%;
}

.small {
  font-size: 14px !important;
  color: black !important;
  font-weight: normal !important;
}

.shop_bn {
  text-align: center;
}

.shop_bn p {
  display: inline-block;
}

.shop_bn p:nth-child(3) {
  margin: auto 20px;
}

.shop_bn_l {
  margin: 15px 0;
}

.shop_bn_l img {
  width: 980px;
}

/* 210908 side_nav */
@media screen and (min-width: 767px) {

  /*ウィンドウ幅が767px以上の場合に適用*/
  #side_nav {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 99;
    width: 35px;
  }

  #side_nav li {
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #side_nav li:first-child {
    background: #000;
  }

  #side_nav li:first-child a {
    color: #fff;
  }

  #side_nav li:last-child {
    background: #f7ff4a;
  }

  #side_nav li:last-child a {
    color: #000;
  }

  #side_nav a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  #side_nav li img {
    margin: 5px 0;
  }
}


/* 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;
  transition: .3s;
}

a.tokuten.mini {
  text-align: center;
  max-width: 370px;
  margin: 15px auto 0;
}

.item_box dl a.tokuten:hover {
  background-color: #fff !important;
}

/*211227 TOPバナー奇数の為縮小*/
section.banner_area ul li {
    margin: 0px 1px;
    display: inline-block;
    vertical-align: middle;
    /* width: 299px;*/ /* バナー　1列3個並び */
    width: 222px; /* バナー　1列4個並び */
}
ul.topbalist li a img {
    width: 100%;
}

/* 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 {
  width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

section.item_boxgel div p.no_margin {
  margin-right: 0;
}

/* 231101 */
.price_up {
  text-align: center;
}

.price_up a {
  padding: 17px 10px;
    display: block;
    border: 5px solid red;
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin: 10px auto;
    max-width: 1180px;
    width: 100%;
    transition: .3s;
    background-color: #fff;
}

.price_up.shop a {
  letter-spacing: 0;
  box-sizing: border-box;
}

.price_up a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 250530追記 */
section.shop_price>div h4 .compartment {
    background: none;
}

/* 251128追記 salon*/
.gel-banner-wrap {
  text-align: center; /* すべて中央 */
}
.gel-banner-wrap img {
  display: inline-block; /* 横並びの時も中央を維持 */
  margin: 0 4px; /* すこし隙間（※数値はお好みで） */
}
