@charset "UTF-8";
/* CSS Document */
h2.pagettl {
  text-align: center;
  padding: 15px 0 40px 0;
}

.sttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.Error {
  text-align: center;
  padding: 50px 0 100px 0;
}

/*商品一覧*/
.ItemWrap {
  overflow: hidden;
  box-sizing: border-box;
}

.ItemWrap_inner {
  margin-right: -2.912%;
}

.ItemBox {
  width: 17.087%;
  float: left;
  margin-right: 2.912%;
  text-align: center;
  margin-bottom: 30px;
}

.TopItem .ItemWrap_inner {
  margin-right: -0.8%;
}

.TopItem .ItemBox {
  width: 15.86%;
  margin-right: 0.8%;
  margin-bottom: 30px;
}

.ItemImg {
  background: #FFF;
  padding: 30px 0px;
  height: 160px;
}
.ItemImg img {
  width: auto;
  height: 100%;
}

.ItemName {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.ItemPrice {
  color: #9a8b50;
}

.ItemOption {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .ItemBox,
  .TopItem .ItemBox {
    width: 48%;
    margin-right: 2%;
  }
  .ItemWrap_inner,
  .TopItem .ItemWrap_inner {
    margin-right: -2%;
  }
} /*ページャー*/
.pagenation {
  padding: 30px 0 20px 0;
  text-align: center;
  display: block;
  clear: both;
}

.pagenation ul li {
  display: inline-block;
}

.pagenation .active {
  background: #333;
  color: #FFF;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #333;
}

.pagenation a {
  display: inline-block;
  margin: 0 2px;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}

/*ブランド別商品一覧*/
ul.brand_list {
  /*max-width: 996px;*/
  max-width: 830px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

ul.brand_list li {
  /*width: 16.6666%;*/
  width: 20%;
  display: block;
  text-align: center;
  float: left;
}

ul.brand_list li a img {
  max-width: 100%;
  height: auto;
}

ul.brand_list li a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition: none;
}

ul.brand_list li a {
  display: block;
}

ul.brand_list li a {
  background: url(../images/brand_bg_off.png) no-repeat bottom center;
}

ul.brand_list li a:hover,
ul.brand_list li.active a {
  background: url(../images/brand_bg_on.png) no-repeat bottom center;
  transition: 0.3s;
}

.Brand_kv h3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  width: 100%;
  padding-top: 25%;
  display: block;
  text-indent: -9999px;
}
.Brand_kv.img_none h3 {
  height: auto;
  padding: 24px 0;
  text-indent: inherit;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.Brand_kv.img_none h3 span {
  display: block;
}
.Brand_kv.text_none {
  margin-bottom: 40px;
}
.Brand_kv.brand_1 h3 {
  background-image: url(../images/brand_1_kv.jpg);
}

.Brand_kv.brand_2 h3 {
  background-image: url(../images/brand_2_kv.jpg);
}

.Brand_kv.brand_3 h3 {
  background-image: url(../images/brand_3_kv.jpg);
}

.Brand_kv.brand_4 h3 {
  background-image: url(../images/brand_4_kv.jpg);
}

.Brand_kv.brand_5 h3 {
  background-image: url(../images/brand_5_kv.jpg);
}

.Brand_kv.brand_6 h3 {
  background-image: url(../images/brand_6_kv.jpg);
}

.Brand_kv.brand_7 h3 {
  background-image: url(../images/brand_7_kv.jpg);
}

.Brand_kv.kv_frederiqueconstant h3 {
  background-image: url(../images/brand/frederiqueconstant_kv_pc.jpg);
}

.Brand_kv.kv_garmin h3 {
  background-image: url(../images/brand/garmin_kv_pc.jpg);
}

.Brand_kv.kv_garmin-fenix h3 {
  background-image: url(../images/brand/fenix_kv.jpg);
}

.Brand_kv.kv_garmin-epix h3 {
  background-image: url(../images/brand/epix_kv.jpg);
}

.Brand_kv.kv_garmin-marq h3 {
  background-image: url(../images/brand/marq_kv.jpg);
}

.Brand_kv.kv_garmin-venu h3 {
  background-image: url(../images/brand/venu_kv.jpg);
}

.Brand_kv.kv_gshock h3 {
  background-image: url(../images/brand/gshock_kv_pc.jpg);
}

.Brand_kv.kv_hamilton h3 {
  background-image: url(../images/brand/hamilton_kv_pc.jpg);
}

.Brand_kv.kv_oris h3 {
  background-image: url(../images/brand/oris_kv_pc.jpg);
}

.Brand_kv.kv_sinn h3 {
  background-image: url(../images/brand/sinn_kv_pc.jpg);
}

.Brand_kv.kv_swatch h3 {
  background-image: url(../images/brand/swatch_kv_pc.jpg);
}

.Brand_kv.kv_tissot h3 {
  background-image: url(../images/brand/tissot_kv_pc.jpg);
}

.Brand_kv.kv_raymondweil h3 {
  background-image: url(../images/brand/raymondweil_kv_pc.jpg);
}

.Brand_kv.kv_yema h3 {
  background-image: url(../images/brand/brand_yema_kv.jpg);
}

.Brand_kv.kv_minase h3 {
  background-image: url(../images/brand/brand_minase_kv.jpg);
}

.Brand_kv.kv_rado h3 {
  background-image: url(../images/brand/rado_kv.jpg);
}

.Brand_kv.kv_nivadagrenchen h3 {
  background-image: url(../images/brand/nivadagrenchen_kv.jpg);
}

.Brand_kv.kv_edox h3 {
  background-image: url(../images/brand/edox_kv.jpg);
}

.Brand_kv p {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  padding: 40px 0;
  margin: auto;
  width: 90%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  ul.brand_list {
    width: 100%;
    padding-bottom: 10px;
  }
  ul.brand_list li {
    width: 33.3333%;
  }
  .Brand_kv h3 {
    padding-top: 0;
    height: 140px;
    background-size: cover;
  }
  .Brand_kv.img_none h3 {
    height: auto;
    padding: 24px 0;
    text-indent: inherit;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  .Brand_kv.img_none h3 span {
    display: block;
  }
  .Brand_kv.text_none {
    margin-bottom: 40px;
  }
  .Brand_kv p {
    font-size: 16px;
    padding: 20px 0;
    line-height: 2;
  }
}
/*商品詳細//////////////////////////////////////////////*/
.ItemDetail {
  padding: 40px 0px;
  overflow: hidden;
}

.ItemDetail_info {
  width: 380px;
  float: right;
}

.ItemDetail_name {
  padding: 10px 0 20px 0;
}

.ItemDetail_name h2,
.ItemDetail_name p {
  float: left;
}

.ItemDetail_name p {
  margin-left: 10px;
  padding-top: 8px;
}

.ItemDetail_name h2 {
  font-size: 30px;
  font-weight: bold;
}

.ItemDetail_name h2 span {
  color: #9a8b50;
  border: 1px solid #9a8b50;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1em;
  display: table;
}

.ItemDetail_Ctg {
  color: #9a8b50;
  font-weight: bold;
  margin-bottom: 5px;
}
.ItemDetail_Ctg span:first-child {
  display: none;
}

.part_number {
  margin-bottom: 20px;
  padding-left: 1em;
}

.ItemDetail_Ctg:first-line {
  font-weight: bold;
  font-size: 18px;
}

.ItemDetail_Price {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.ItemDetail_Price span {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  vertical-align: 3px;
}

.ItemDetail_Limited {
  font-size: 16px;
  border-bottom: 1px solid #303030;
  display: inline-block;
}

.ItemDetail_release {
  padding-bottom: 10px;
}

.ItemDetail_txt {
  padding: 10px 0;
  border-top: 1px solid #CCC;
  margin-top: 10px;
}

.ItemDetail_txt h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.ItemDetail_txt p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ItemDetail_contact {
  background: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.ItemDetail_contact_btn {
  padding-bottom: 15px;
  max-width: 340px;
  margin: auto;
}

.ItemDetail_contact_btn .f_left,
.ItemDetail_contact_btn .f_right {
  width: 47.058%;
}

.ItemDetail_contact input[type=image],
.ItemDetail_contact img {
  max-width: 100%;
  height: auto;
}

.ItemDetail_campaign {
  border: 1px solid #CCC;
  padding: 15px;
  box-sizing: border-box;
}

.ItemDetail_campaign h4 {
  text-align: center;
  margin-bottom: 20px;
}

.ItemDetail_img {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-right: -420px;
  padding-right: 420px;
}

.MainImg {
  padding: 30px 5px;
  background: #FFF;
  margin-bottom: 20px;
  text-align: center;
}

.ItemDetail_img img {
  max-width: 100%;
  height: auto;
}

.ThmImg {
  overflow: hidden;
}

.ThmImg ul {
  display: block;
  margin-right: -2%;
}

.ThmImg ul li {
  margin-bottom: 10px;
  background: #FFF;
  padding: 2px;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  width: 18% !important;
  display: block;
  float: left;
  margin-right: 2%;
}

.Option {
  background: #FFF;
  padding: 40px 0px;
  border-bottom: 1px solid #ccc;
}

.Option .Contents {
  overflow: hidden;
}

.Option_inner {
  margin-right: -2%;
}

.Option_box {
  float: left;
  width: 31.33333%;
  margin-right: 2%;
}

.Option_box h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.Option_txt {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .ItemDetail_info,
  .ItemDetail_img,
  .Option_box {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Option {
    padding: 20px 10px 10px 10px;
  }
  .Option_box {
    margin-bottom: 20px;
  }
  .Option_inner {
    margin: 0;
  }
  .Option_box h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .Option_box p {
    font-size: 12px;
  }
}
/*お問い合わせ//////////////////////////////*/
.FormWrap {
  padding-bottom: 50px;
}

.contact_txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.contact_tel {
  text-align: center;
  max-width: 400px;
  margin: auto;
  background: #FFF;
  padding: 20px;
  margin-bottom: 40px;
}

.contact_tel img {
  max-width: 100%;
  height: auto;
}

.caution {
  text-align: right;
  margin-bottom: 10px;
}

table.FormList {
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 30px;
}

table.FormList th,
table.FormList td {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #cdcdcd;
  padding: 20px 10px;
}

table.FormList th span,
.caution span {
  color: #c12b13;
}

table.FormList td {
  padding-right: 30px;
}

table.FormList td div {
  float: left;
  width: 40%;
}

table.FormList td div.box_small {
  float: left;
  width: 30%;
}

table.FormList td div + div {
  padding-left: 2%;
}

table.FormList th {
  white-space: nowrap;
}

table.FormList th br {
  display: none;
}

table.FormList input[type=text],
table.FormList input[type=email],
table.FormList input[type=tel],
table.FormList textarea {
  border: none;
  background: #FFF;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
}

table.FormList td div.box_small input[type=text] {
  width: 75%;
  margin-right: 5px;
}

table.FormList input[type=text],
table.FormList input[type=email],
table.FormList input[type=tel] {
  height: 36px;
  padding: 0px 5px;
  line-height: 36px;
}

span.wpcf7-list-item-label {
  margin-left: 5px;
  white-space: nowrap;
  display: inline-block;
}

.wpcf7-list-item {
  margin-right: 20px;
}

#Agree .wpcf7-list-item {
  margin-right: 5px;
}

table.FormList textarea {
  padding: 5px;
  height: 180px;
}

#Submit {
  text-align: center;
}

#Submit input {
  width: 100%;
  height: auto;
  max-width: 322px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  color: #D90000;
  padding-left: 5px;
  font-size: 79%;
}

.wpcf7 .wpcf7-not-valid {
  border: 1px solid #D90000;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: none;
  text-align: center;
  font-size: 20px;
  color: #D90000;
  padding: 20px;
  margin: 0px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 4px;
  line-height: 1;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  margin: 0px;
  padding: 20px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 1;
}

.Error {
  text-align: center;
  padding: 100px 0px;
  line-height: 2.5;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

/*select*/
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
  font-size: 17px;
  border: none;
  background: url(../images/select.png) 96% 50% no-repeat #FFF;
  background-size: 8px 20px;
}

.wpcf7-form-control-wrap.agree input {
  line-height: 17px;
}

#Agree {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 17px;
}

#Agree a {
  text-decoration: underline;
}

#Agree a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  table.FormList th br {
    display: block;
  }
  table.FormList th,
  table.FormList td {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
  }
  table.FormList input,
  table.FormList textarea {
    font-size: 16px;
  }
  table.FormList td:after {
    content: " ";
    display: block;
    clear: both;
  }
  table.FormList th {
    border-bottom: none;
    padding-bottom: 0;
  }
  table.FormList td {
    padding-top: 5px;
  }
  .wpcf7 .wpcf7-validation-errors,
  .wpcf7 .wpcf7-acceptance-missing,
  .wpcf7 .wpcf7-mail-sent-ok {
    font-size: 14px;
  }
}
/*おしらせ////////////////////////////////////*/
.News {
  overflow: hidden;
  padding-bottom: 50px;
}

.Side {
  float: left;
  width: 200px;
}

.Side h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}

.Sidemenu {
  margin-bottom: 30px;
}

.Side ul {
  padding-bottom: 30px;
}

.Side ul li {
  display: block;
  padding: 5px 0px;
}

.Side .month_list ul li a:after {
  content: "年";
}

.Main {
  float: right;
  width: 100%;
  padding-left: 250px;
  margin-left: -250px;
  box-sizing: border-box;
}

.Main .News_list dl {
  border-bottom: 1px dotted #CCC;
}

.Main .News_list dl dt,
.Main .News_list dl dd {
  border-top: 1px dotted #CCC;
  padding-top: 30px;
}

.Main .News_list dl dd {
  margin-bottom: 30px;
}

.Entryarea h3 {
  font-size: 22px;
  padding-bottom: 20px;
}

.Entryarea h3 span {
  color: #c12b13;
}

.EntryHead {
  padding-bottom: 20px;
}

.EntryHead time {
  color: #9a8b50;
  float: left;
}

.EntryHead p {
  float: left;
  margin-left: 10px;
  border: 1px solid #CCC;
  padding: 0px 10px;
  border-radius: 11px;
  font-size: 12px;
}

.Entry {
  padding-bottom: 30px;
}

.Entry img {
  max-width: 100%;
  height: auto;
}

.Entry p {
  margin-bottom: 20px;
}

.Entry a {
  text-decoration: underline;
}

.Entry a:hover {
  text-decoration: none;
}

.btn_return {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .Main .News_list dl dt {
    background-position: 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .Main {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .Main .News_list dl {
    border: none;
  }
  .Main .News_list dl dt,
  .Main .News_list dl dd {
    border: none;
    padding-top: 0;
  }
  .Main .News_list dl dd {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .Side {
    float: none;
    width: 100%;
  }
}
/*店舗案内*/
.shop_img {
  margin-bottom: 60px;
}

.shop_img img {
  max-width: 100%;
  height: auto;
}

.address {
  float: right;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  padding-left: 640px;
  margin-left: -640px;
}

.shop_info {
  margin-bottom: 60px;
}

.gmap {
  width: 600px;
  float: left;
}

.gmap iframe {
  width: 600px;
  height: 400px;
}

@media screen and (max-width: 940px) {
  .address {
    padding-left: 470px;
    margin-left: -470px;
  }
  .shop_info {
    margin-bottom: 60px;
  }
  .gmap {
    width: 450px;
  }
  .gmap iframe {
    width: 450px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .shop_img {
    margin-bottom: 30px;
  }
  .address,
  .gmap {
    float: none;
    width: 100%;
  }
  .address {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .gmap {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
  }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*pp*/
.PP {
  line-height: 1.7;
  font-size: 12px;
}

.PP section {
  padding-bottom: 30px;
}

.PP p {
  margin-bottom: 10px;
}

.PP p.pp_sttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.PP ol {
  margin-left: 20px;
}

.p_mark {
  float: left;
  padding-right: 20px;
} /*staff blog 2019*/
.item {
  width: 300px;
  margin: 0px 10px 20px 10px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.Blog_img img {
  width: 100%;
  height: auto;
}

.item_info {
  position: relative;
  padding: 5px 10px;
  box-sizing: border-box;
}

.item_date {
  text-align: right;
  padding: 5px 10px;
}

.item_ctg {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.Blog_list {
  max-width: 1280px;
  margin: 0px auto;
}

@media screen and (max-width: 1600px) {
  .Blog_list {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .Blog_list {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .Blog_list {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .Blog_list {
    max-width: 767px;
  }
  .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
/*修理受付*/
.repair_kv {
  padding-bottom: 50px;
}

.repair_kv h3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  width: 100%;
  padding-top: 28.57%;
  display: block;
  text-indent: -9999px;
}

.repair_kv h3 {
  background-image: url(../images/repair/repair_kv.jpg);
  margin-bottom: 30px;
}

.repair_kv p {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 10px;
  max-width: 1000px;
  margin: auto;
}

.repair_text1 {
  background: url(../images/repair/repair_text1_bg.jpg) no-repeat center center;
  background-size: cover;
}

.repair_text2 {
  background: url(../images/repair/repair_text2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.Contents {
  padding: 0 10px;
  max-width: 1000px;
  margin: auto;
  box-sizing: content-box;
}

.repair_text_box {
  padding: 80px 40px 80px 40px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-align: center;
}

.repair_text_box.box-right {
  float: right;
}

.repair_text_box.box-left {
  float: left;
}

.repair_text_box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.repair_text_box p {
  line-height: 1.5;
  font-size: 15px;
  margin: 0;
}

p.btn_reserve {
  margin-top: 30px;
}

p.btn_shop {
  margin-top: 15px;
}

.repair_price_wrap {
  padding: 80px 10px;
}

.repair_price_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
}

.repair_price_wrap .repair_price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.repair_price_wrap .repair_price_list li {
  width: 32%;
}

.repair_price_wrap .repair_price_list li a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  border-radius: 4px;
  padding: 16px 0;
  box-sizing: border-box;
  border: 1px solid #333;
}

.repair_price_wrap .repair_price_list li a:hover {
  background: #beb077;
  color: #fff;
  border: none;
}

.repair_price_wrap .repair_price_list li.active a {
  background: #beb077;
  color: #fff;
  border: none;
}

.repair_price_wrap .feel-free {
  background: #333;
  color: #beb077;
  padding: 20px 0px;
  border-radius: 4px;
  text-align: center;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .repair_kv h3 {
    padding-top: 0;
    height: 160px;
    background-size: cover;
  }
  .repair_kv p {
    font-size: 16px;
  }
  .repair_text_box {
    padding: 30px 20px;
    float: none;
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .repair_text_box h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .repair_text_box h2 img {
    width: 202px;
    height: auto;
  }
  .repair_text_box p {
    line-height: 2;
    font-size: 12px;
  }
  p.btn_reserve {
    margin-top: 20px;
  }
  .repair_text_box p img {
    max-width: 100%;
    height: auto;
  }
  .repair_price_wrap {
    padding: 40px 10px;
  }
  .repair_price_wrap h2 {
    font-size: 21px;
  }
  .repair_price_wrap .repair_price_list {
    margin-bottom: 20px;
  }
  .repair_price_wrap .repair_price_list li a {
    font-size: 14px;
  }
  .repair_price_wrap .feel-free {
    background: #333;
    color: #beb077;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
  }
}
.price h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 20px;
}

.price .price-box h3 {
  font-size: 21px;
}

.price .price-box .brand-list {
  padding: 5px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.price .price-box .brand-list li {
  margin: 0 0 0px 0;
}

.price .price-box .brand-list li::after {
  content: "、";
}

.price .price-box .brand-list li:last-child::after {
  content: "";
}

.price .price-box .price-table {
  overflow-x: scroll;
  margin: 0 0 40px 10px;
}

.price .price-box .price-table table {
  display: table;
}

.price .price-box .price-table th {
  border: 1px solid #aea16e;
  color: #fff;
  background: #333;
  display: table-cell;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}

.price .price-box .price-table td {
  display: table-cell;
  border: 1px solid #aea16e;
  background: #fff;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}

.price .price-box p {
  text-align: right;
  margin-top: 10px;
}

.price .repair_description {
  background: #fff;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}

.price .repair_description h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.price .repair_description p {
  padding: 0 0 20px 10px;
}

/* CSS Document */
h2.pagettl {
  text-align: center;
  padding: 15px 0 40px 0;
}

.sttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.Error {
  text-align: center;
  padding: 50px 0 100px 0;
}

/*商品一覧*/
.ItemWrap {
  overflow: hidden;
  box-sizing: border-box;
}

.ItemWrap_inner {
  margin-right: -2.912%;
}

.ItemBox {
  width: 17.087%;
  float: left;
  margin-right: 2.912%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}
.ItemBox .ItemSimulation {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ItemBox {
    padding-bottom: 12%;
  }
}

.TopItem .ItemWrap_inner {
  margin-right: -0.8%;
}
.TopItem .ItemBox {
  width: 15.86%;
  margin-right: 0.8%;
  margin-bottom: 30px;
}

.ItemLabel_wrap {
  margin-top: 5px;
}
.ItemLabel_wrap .ItemLabel {
  text-align: right;
  top: 5px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.ItemLabel_wrap .ItemLabel p {
  line-height: 1;
  color: #333;
  border-radius: 4px;
  background: #ccc;
  padding: 4px 4px;
  margin: 0 2px 3px;
  font-size: 10px;
}

.ItemName {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.ItemPrice {
  color: #9a8b50;
}

.ItemOption {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .ItemBox,
  .TopItem .ItemBox {
    width: 48%;
    margin-right: 2%;
  }
  .ItemWrap_inner,
  .TopItem .ItemWrap_inner {
    margin-right: -2%;
  }
}
/*ページャー*/
.pagenation {
  padding: 30px 0 20px 0;
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
}
.pagenation .current {
  background: #333;
  color: #FFF;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #333;
}
.pagenation .active {
  background: #333;
  color: #FFF;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #333;
}
.pagenation a {
  display: inline-block;
  margin: 0 2px;
  padding: 8px 14px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}

/*ブランド別商品一覧*/
ul.brand_list {
  /*max-width: 996px;*/
  max-width: 830px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
ul.brand_list li {
  /*width: 16.6666%;*/
  width: 20%;
  display: block;
  text-align: center;
  float: left;
}
ul.brand_list li a img {
  max-width: 100%;
  height: auto;
}
ul.brand_list li a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  transition: none;
}
ul.brand_list li a:hover {
  background: url(../images/brand_bg_on.png) no-repeat bottom center;
  transition: 0.3s;
}
ul.brand_list li a {
  display: block;
  background: url(../images/brand_bg_off.png) no-repeat bottom center;
}
ul.brand_list li.active a {
  background: url(../images/brand_bg_on.png) no-repeat bottom center;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  ul.brand_list {
    width: 100%;
    padding-bottom: 10px;
  }
  ul.brand_list li {
    width: 33.3333%;
  }
  .Brand_kv h3 {
    padding-top: 0;
    height: 28vw;
    background-size: cover;
  }
  .Brand_kv p {
    font-size: 16px;
    padding: 20px 0;
    line-height: 2;
  }
}
/*商品詳細//////////////////////////////////////////////*/
.ItemDetail {
  padding: 40px 0px;
  overflow: hidden;
}

.ItemDetail_info {
  width: 380px;
  float: right;
}

.ItemDetail_name {
  padding: 10px 0 20px 0;
}
.ItemDetail_name h2 {
  float: left;
}
.ItemDetail_name p {
  float: left;
  margin-left: 10px;
  padding-top: 8px;
}
.ItemDetail_name h2 {
  font-size: 30px;
  font-weight: bold;
}
.ItemDetail_name h2 span {
  color: #9a8b50;
  border: 1px solid #9a8b50;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1em;
  display: table;
}

.ItemDetail_Ctg {
  color: #9a8b50;
  font-weight: bold;
}
.ItemDetail_Ctg:first-line {
  font-weight: bold;
  font-size: 18px;
}

.ItemDetail_Price {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.ItemDetail_Price span {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  vertical-align: 3px;
}

.ItemDetail_Limited {
  font-size: 16px;
  border-bottom: 1px solid #303030;
  display: inline-block;
}

.ItemDetail_release {
  padding-bottom: 10px;
}

.ItemDetail_txt {
  padding: 10px 0;
  border-top: 1px solid #CCC;
  margin-top: 10px;
}
.ItemDetail_txt h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.ItemDetail_txt p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ItemDetail_contact {
  background: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.ItemDetail_contact_btn {
  padding-bottom: 15px;
  max-width: 340px;
  margin: auto;
}
.ItemDetail_contact_btn .f_left,
.ItemDetail_contact_btn .f_right {
  width: 47.058%;
}

.ItemDetail_contact input[type=image],
.ItemDetail_contact img {
  max-width: 100%;
  height: auto;
}

.ItemDetail_campaign {
  border: 1px solid #CCC;
  padding: 15px;
  box-sizing: border-box;
}
.ItemDetail_campaign h4 {
  text-align: center;
  margin-bottom: 20px;
}

.ItemDetail_img {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-right: -420px;
  padding-right: 420px;
}

.ItemDetail_img img {
  max-width: 100%;
  height: auto;
}

.ThmImg {
  overflow: hidden;
}
.ThmImg ul {
  display: block;
  margin-right: -2%;
}
.ThmImg ul li {
  margin-bottom: 10px;
  background: #FFF;
  padding: 2px;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  width: 18% !important;
  display: block;
  float: left;
  margin-right: 2%;
}

.Option {
  background: #FFF;
  padding: 40px 0px;
}
.Option .Contents {
  overflow: hidden;
}

.Option_inner {
  margin-right: -2%;
}

.Option_box {
  float: left;
  width: 31.33333%;
  margin-right: 2%;
}
.Option_box h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.Option_txt {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .ItemDetail_info,
  .ItemDetail_img,
  .Option_box {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Option {
    padding: 20px 10px 10px 10px;
  }
  .Option_box {
    margin-bottom: 20px;
  }
  .Option_inner {
    margin: 0;
  }
  .Option_box h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .Option_box p {
    font-size: 12px;
  }
}
/*お問い合わせ//////////////////////////////*/
.FormWrap {
  padding-bottom: 50px !important;
}

.contact_txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.contact_tel {
  text-align: center;
  max-width: 400px;
  margin: auto;
  background: #FFF;
  padding: 20px;
  margin-bottom: 40px;
}
.contact_tel img {
  max-width: 100%;
  height: auto;
}

.caution {
  text-align: right;
  margin-bottom: 10px;
}

table.FormList {
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 30px;
}
table.FormList th,
table.FormList td {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #cdcdcd;
  padding: 20px 10px;
}
table.FormList th span {
  color: #c12b13;
}

.caution span {
  color: #c12b13;
}

table.FormList td {
  padding-right: 30px;
}
table.FormList td div {
  float: left;
  width: 40%;
}
table.FormList td div.box_small {
  float: left;
  width: 30%;
}
table.FormList td div + div {
  padding-left: 2%;
}
table.FormList th {
  white-space: nowrap;
}
table.FormList th br {
  display: none;
}
table.FormList input[type=text], table.FormList input[type=email], table.FormList input[type=tel] {
  border: none;
  background: #FFF;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
}
table.FormList textarea {
  border: none;
  background: #FFF;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
}
table.FormList td div.box_small input[type=text] {
  width: 75%;
  margin-right: 5px;
}
table.FormList input[type=text], table.FormList input[type=email], table.FormList input[type=tel] {
  height: 36px;
  padding: 0px 5px;
  line-height: 36px;
}

span.wpcf7-list-item-label {
  margin-left: 5px;
  white-space: nowrap;
  display: inline-block;
}

.wpcf7-list-item {
  margin-right: 20px;
}

#Agree .wpcf7-list-item {
  margin-right: 5px;
}

table.FormList textarea {
  padding: 5px;
  height: 180px;
}

#Submit {
  text-align: center;
}
#Submit input {
  width: 100%;
  height: auto;
  max-width: 322px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  color: #D90000;
  padding-left: 5px;
  font-size: 79%;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #D90000;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: none;
  text-align: center;
  font-size: 20px;
  color: #D90000;
  padding: 20px;
  margin: 0px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 4px;
  line-height: 1;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  margin: 0px;
  padding: 20px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 1;
}

.Error {
  text-align: center;
  padding: 100px 0px;
  line-height: 2.5;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  outline: 0;
}

textarea:focus,
select:focus {
  outline: 0;
}

/*select*/
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
  font-size: 17px;
  border: none;
  background: url(../images/select.png) 96% 50% no-repeat #FFF;
  background-size: 8px 20px;
}

.wpcf7-form-control-wrap.agree input {
  line-height: 17px;
}

#Agree {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 17px;
}
#Agree a {
  text-decoration: underline;
}
#Agree a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  table.FormList th br {
    display: block;
  }
  table.FormList th {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
  }
  table.FormList td {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
  }
  table.FormList input,
  table.FormList textarea {
    font-size: 16px;
  }
  table.FormList td:after {
    content: " ";
    display: block;
    clear: both;
  }
  table.FormList th {
    border-bottom: none;
    padding-bottom: 0;
  }
  table.FormList td {
    padding-top: 5px;
  }
  .wpcf7 .wpcf7-validation-errors,
  .wpcf7 .wpcf7-acceptance-missing,
  .wpcf7 .wpcf7-mail-sent-ok {
    font-size: 14px;
  }
}
/*おしらせ////////////////////////////////////*/
.News {
  overflow: hidden;
  padding-bottom: 50px;
}

.Side {
  float: left;
  width: 200px;
}
.Side h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}

.Sidemenu {
  margin-bottom: 30px;
}

.Side ul {
  padding-bottom: 30px;
}
.Side ul li {
  display: block;
  padding: 5px 0px;
}
.Side .month_list ul li a:after {
  content: "年";
}

.Main {
  float: right;
  width: 100%;
  padding-left: 250px;
  margin-left: -250px;
  box-sizing: border-box;
}
.Main .News_list dl {
  border-bottom: 1px dotted #CCC;
}
.Main .News_list dl dt {
  border-top: 1px dotted #CCC;
  padding-top: 30px;
}
.Main .News_list dl dd {
  border-top: 1px dotted #CCC;
  padding-top: 30px;
  margin-bottom: 30px;
}

.Entryarea h3 {
  font-size: 22px;
  padding-bottom: 20px;
}
.Entryarea h3 span {
  color: #c12b13;
}

.EntryHead {
  padding-bottom: 20px;
}
.EntryHead time {
  color: #9a8b50;
  float: left;
}
.EntryHead p {
  float: left;
  margin-left: 10px;
  border: 1px solid #CCC;
  padding: 0px 10px;
  border-radius: 11px;
  font-size: 12px;
}

.Entry {
  padding-bottom: 30px;
}
.Entry img {
  max-width: 100%;
  height: auto;
}
.Entry p {
  margin-bottom: 20px;
}
.Entry a {
  text-decoration: underline;
}
.Entry a:hover {
  text-decoration: none;
}

.btn_return {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .Main .News_list dl dt {
    background-position: 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .Main {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .Main .News_list dl {
    border: none;
  }
  .Main .News_list dl dt {
    border: none;
    padding-top: 0;
  }
  .Main .News_list dl dd {
    border: none;
    padding-top: 0;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .Side {
    float: none;
    width: 100%;
  }
}
/*店舗案内*/
.shop_img {
  margin-bottom: 60px;
}
.shop_img img {
  max-width: 100%;
  height: auto;
}

.address {
  float: right;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  padding-left: 640px;
  margin-left: -640px;
}

.shop_info {
  margin-bottom: 60px;
}

.gmap {
  width: 600px;
  float: left;
}
.gmap iframe {
  width: 600px;
  height: 400px;
}

@media screen and (max-width: 940px) {
  .address {
    padding-left: 470px;
    margin-left: -470px;
  }
  .shop_info {
    margin-bottom: 60px;
  }
  .gmap {
    width: 450px;
  }
  .gmap iframe {
    width: 450px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .shop_img {
    margin-bottom: 30px;
  }
  .address,
  .gmap {
    float: none;
    width: 100%;
  }
  .address {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .gmap {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
  }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*pp*/
.PP {
  line-height: 1.7;
  font-size: 12px;
}
.PP section {
  padding-bottom: 30px;
}
.PP p {
  margin-bottom: 10px;
}
.PP p.pp_sttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.PP ol {
  margin-left: 20px;
}

.p_mark {
  float: left;
  padding-right: 20px;
}

/*staff blog 2019*/
.item {
  width: 300px;
  margin: 0px 10px 20px 10px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.Blog_img img {
  width: 100%;
  height: auto;
}

.item_info {
  position: relative;
  padding: 5px 10px;
  box-sizing: border-box;
}

.item_date {
  text-align: right;
  padding: 5px 10px;
}

.item_ctg {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1600px) {
  .Blog_list {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .Blog_list {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .Blog_list {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .Blog_list {
    max-width: 767px;
  }
  .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
/*修理受付*/
.repair_kv {
  padding-bottom: 50px;
}
.repair_kv h3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  width: 100%;
  padding-top: 28.57%;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/repair/repair_kv.jpg);
  margin-bottom: 30px;
}
.repair_kv p {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 10px;
  max-width: 1000px;
  margin: auto;
}

.repair_text1 {
  background: url(../images/repair/repair_text1_bg.jpg) no-repeat center center;
  background-size: cover;
}

.repair_text2 {
  background: url(../images/repair/repair_text2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.Contents {
  padding: 0 10px;
  max-width: 1000px;
  margin: auto;
}

.repair_text_box {
  padding: 80px 40px 80px 40px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-align: center;
}
.repair_text_box.box-right {
  float: right;
}
.repair_text_box.box-left {
  float: left;
}
.repair_text_box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.repair_text_box p {
  line-height: 1.5;
  font-size: 15px;
  margin: 0;
}

p.btn_reserve {
  margin-top: 30px;
}
p.btn_shop {
  margin-top: 15px;
}

.repair_price_wrap {
  padding: 80px 10px;
}
.repair_price_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
}
.repair_price_wrap .repair_price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
.repair_price_wrap .repair_price_list li {
  width: 32%;
}
.repair_price_wrap .repair_price_list li a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  border-radius: 4px;
  padding: 16px 0;
  box-sizing: border-box;
  border: 1px solid #333;
}
.repair_price_wrap .repair_price_list li a:hover {
  background: #beb077;
  color: #fff;
  border: none;
}
.repair_price_wrap .repair_price_list li.active a {
  background: #beb077;
  color: #fff;
  border: none;
}
.repair_price_wrap .feel-free {
  background: #333;
  color: #beb077;
  padding: 20px 0px;
  border-radius: 4px;
  text-align: center;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .repair_kv h3 {
    padding-top: 0;
    height: 160px;
    background-size: cover;
  }
  .repair_kv p {
    font-size: 16px;
  }
  .repair_text_box {
    padding: 30px 20px;
    float: none;
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .repair_text_box h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .repair_text_box h2 img {
    width: 202px;
    height: auto;
  }
  .repair_text_box p {
    line-height: 2;
    font-size: 12px;
  }
  p.btn_reserve {
    margin-top: 20px;
  }
  .repair_text_box p img {
    max-width: 100%;
    height: auto;
  }
  .repair_price_wrap {
    padding: 40px 10px;
  }
  .repair_price_wrap h2 {
    font-size: 21px;
  }
  .repair_price_wrap .repair_price_list {
    margin-bottom: 20px;
  }
  .repair_price_wrap .repair_price_list li a {
    font-size: 14px;
  }
  .repair_price_wrap .feel-free {
    background: #333;
    color: #beb077;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
  }
}
.price h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 20px;
}
.price .price-box h3 {
  font-size: 21px;
}
.price .price-box .brand-list {
  padding: 5px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.price .price-box .brand-list li {
  margin: 0 0 0px 0;
}
.price .price-box .brand-list li::after {
  content: "、";
}
.price .price-box .brand-list li:last-child::after {
  content: "";
}
.price .price-box .price-table {
  overflow-x: scroll;
  margin: 0 0 40px 10px;
}
.price .price-box .price-table table {
  display: table;
}
.price .price-box .price-table th {
  border: 1px solid #aea16e;
  color: #fff;
  background: #333;
  display: table-cell;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}
.price .price-box .price-table td {
  display: table-cell;
  border: 1px solid #aea16e;
  background: #fff;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}
.price .price-box p {
  text-align: right;
  margin-top: 10px;
}
.price .repair_description {
  background: #fff;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}
.price .repair_description h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.price .repair_description p {
  padding: 0 0 20px 10px;
}

.Contents .item__handling__stores {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
.Contents .item__handling__stores p {
  font-size: 12px;
  background: #ccc;
  color: #666;
  display: block;
  border-radius: 4px;
  padding: 4px 4px;
  width: 80%;
  margin: 10px auto 0;
}
.Contents .item__handling__stores a {
  color: #9a8b50;
  text-decoration: underline;
  font-size: 21px;
}
.Contents .brand__item__list__ttl {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}
.Contents .otheer__brand__wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
.Contents .otheer__brand__wrap h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}
.Contents .otheer__brand__wrap .otheer_brand__list {
  display: flex;
  flex-wrap: wrap;
}
.Contents .otheer__brand__wrap .otheer_brand__list li {
  width: 12.2857142857%;
  margin: 2% 1% 0;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0 #ccc;
}
.Contents .otheer__brand__wrap .otheer_brand__list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Contents .otheer__brand__wrap {
    margin-top: 8%;
    margin-bottom: 12%;
  }
  .Contents .otheer__brand__wrap h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .Contents .otheer__brand__wrap .otheer_brand__list {
    display: flex;
    flex-wrap: wrap;
  }
  .Contents .otheer__brand__wrap .otheer_brand__list li {
    width: 23%;
    margin: 2% 1% 0;
    border-radius: 0px 4% 0px 4%;
    overflow: hidden;
    box-shadow: 5px 5px 0px 0 #ccc;
  }
  .Contents .otheer__brand__wrap .otheer_brand__list li img {
    width: 100%;
  }
}
.Contents .sub__brand__wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
.Contents .sub__brand__wrap h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}
.Contents .sub__brand__wrap .main_brand_btn {
  display: block;
  width: 80%;
  margin: auto;
  padding: 16px;
  background: #fff;
  border-radius: 0px 8px 0px 8px;
  box-shadow: 3px 3px 0px 0 #9a8b50;
  color: #9a8b50;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
}
.Contents .sub__brand__wrap .main_brand_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.Contents .sub__brand__wrap .otheer_brand__list {
  display: flex;
  flex-wrap: wrap;
}
.Contents .sub__brand__wrap .otheer_brand__list li {
  width: 18%;
  margin: 2% 1% 0;
  background: #fff;
  border-radius: 0px 8px 0px 8px;
  box-shadow: 3px 3px 0px 0 #9a8b50;
  overflow: hidden;
  text-align: center;
}
.Contents .sub__brand__wrap .otheer_brand__list li a {
  color: #9a8b50;
  display: block;
  padding: 8px 16px;
  box-sizing: border-box;
  font-weight: bold;
}
.Contents .sub__brand__wrap .otheer_brand__list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .Contents .sub__brand__wrap {
    margin-top: 8%;
    margin-bottom: 12%;
  }
  .Contents .sub__brand__wrap h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .Contents .sub__brand__wrap .main_brand_btn {
    width: 90%;
    padding: 16px;
    font-size: 16px;
    margin-bottom: 6%;
  }
  .Contents .sub__brand__wrap .otheer_brand__list li {
    width: 48%;
    margin: 2% 1% 0;
  }
  .Contents .sub__brand__wrap .otheer_brand__list li a {
    padding: 8px 16px;
  }
}
.Contents.brand__list__wrap .brand__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Contents.brand__list__wrap .brand__list li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0 #ccc;
  margin-bottom: 20px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #fff;
}
.Contents.brand__list__wrap .brand__list li h2 {
  font-size: 24px;
  width: 100%;
  font-family: "Cormorant Garamond";
  color: #aea16e;
  font-weight: bold;
}
.Contents.brand__list__wrap .brand__list li .brand__wrap {
  width: 38%;
}
.Contents.brand__list__wrap .brand__list li .brand__wrap a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
  padding-bottom: 10px;
  width: 80%;
}
.Contents.brand__list__wrap .brand__list li .brand__wrap a p img {
  width: 100%;
}
.Contents.brand__list__wrap .brand__list li .brand__wrap a span {
  text-align: center;
  color: #666;
  font-size: 16px;
  display: block;
}
.Contents.brand__list__wrap .brand__list li .data__wrap {
  width: 60%;
}
.Contents.brand__list__wrap .brand__list li .data__wrap a {
  display: block;
  background: #333333;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  width: 60%;
}
.Contents.brand__list__wrap .brand__list li .data__wrap h4 {
  font-size: 18px;
}
.Contents.brand__list__wrap .brand__list li .data__wrap .store__data {
  padding: 10px 10px;
}
.Contents.brand__list__wrap .brand__list li .data__wrap .store__data h3 {
  font-size: 16px;
}
.Contents.brand__list__wrap .brand__list li .data__wrap .store__data p {
  font-size: 14px;
  padding-left: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .Contents.brand__list__wrap .brand__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Contents.brand__list__wrap .brand__list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    box-shadow: 5px 5px 0px 0 #ccc;
    margin-bottom: 4%;
    padding: 4% 4%;
    box-sizing: border-box;
    background: #fff;
  }
  .Contents.brand__list__wrap .brand__list li h2 {
    font-size: 18px;
    width: 100%;
    font-family: "Cormorant Garamond";
    color: #aea16e;
    font-weight: bold;
  }
  .Contents.brand__list__wrap .brand__list li .brand__wrap {
    width: 38%;
  }
  .Contents.brand__list__wrap .brand__list li .brand__wrap a {
    box-sizing: border-box;
    display: block;
    border: 1px solid #ccc;
    padding-bottom: 2%;
    width: 80%;
  }
  .Contents.brand__list__wrap .brand__list li .brand__wrap a p img {
    width: 100%;
  }
  .Contents.brand__list__wrap .brand__list li .brand__wrap a span {
    text-align: center;
    color: #666;
    font-size: 12px;
    display: block;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap {
    width: 60%;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap a {
    display: block;
    background: #333333;
    border: 1px solid #bfb077;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    width: 60%;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap h4 {
    font-size: 14px;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap .store__data {
    padding: 10px 10px;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap .store__data h3 {
    font-size: 14px;
  }
  .Contents.brand__list__wrap .brand__list li .data__wrap .store__data p {
    font-size: 12px;
    padding-left: 1em;
    margin-bottom: 20px;
  }
}
.Contents.store__list__wrap .store__list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0 #ccc;
  margin-bottom: 20px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
}
.Contents.store__list__wrap .store__list li h2 {
  width: 100%;
  font-size: 21px;
  color: #aea16e;
  font-weight: bold;
  margin-bottom: 10px;
}
.Contents.store__list__wrap .store__list li h2 a {
  display: inline-block;
  background: #333333;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  margin-left: 1em;
  font-size: 16px;
}
.Contents.store__list__wrap .store__list li .store__img {
  width: 30%;
}
.Contents.store__list__wrap .store__list li .store__img p {
  width: 90%;
}
.Contents.store__list__wrap .store__list li .store__img p img {
  width: 100%;
}
.Contents.store__list__wrap .store__list li .store__text {
  width: 70%;
}
.Contents.store__list__wrap .store__list li .store__text p {
  padding-left: 1em;
  font-size: 16px;
  margin-top: 5px;
}
.Contents.store__list__wrap .store__list li .handling__brand {
  width: 100%;
  margin-top: 20px;
}
.Contents.store__list__wrap .store__list li .handling__brand h3 {
  font-size: 18px;
}
.Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
}
.Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG li {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font-size: 18px;
  padding: 0;
  margin: 5px 10px 0 0;
}
.Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG li::after {
  content: "/";
  margin-left: 10px;
}
.Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .Contents.store__list__wrap .store__list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    box-shadow: 5px 5px 0px 0 #ccc;
    margin-bottom: 4%;
    padding: 4% 4%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
  }
  .Contents.store__list__wrap .store__list li h2 {
    width: 100%;
    font-size: 18px;
    color: #aea16e;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .Contents.store__list__wrap .store__list li h2 a {
    display: inline-block;
    background: #333333;
    border: 1px solid #bfb077;
    box-sizing: border-box;
    padding: 2% 2%;
    color: #fff;
    text-align: center;
    margin-left: 1em;
    font-size: 14px;
  }
  .Contents.store__list__wrap .store__list li .store__img {
    width: 100%;
  }
  .Contents.store__list__wrap .store__list li .store__img p {
    width: 80%;
    margin: 0 auto 6%;
  }
  .Contents.store__list__wrap .store__list li .store__img p img {
    width: 100%;
  }
  .Contents.store__list__wrap .store__list li .store__text {
    width: 100%;
  }
  .Contents.store__list__wrap .store__list li .store__text p {
    padding-left: 1em;
    font-size: 14px;
    margin-top: 1%;
  }
  .Contents.store__list__wrap .store__list li .handling__brand {
    width: 100%;
    margin-top: 4%;
  }
  .Contents.store__list__wrap .store__list li .handling__brand h3 {
    font-size: 16px;
  }
  .Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1em;
  }
  .Contents.store__list__wrap .store__list li .handling__brand .fontfamily_CG li {
    border-radius: 0;
    box-shadow: none;
    width: auto;
    font-size: 16px;
    padding: 0;
    margin: 1% 4% 0 0;
  }
}

.TopBrand ul {
  max-width: 1000px;
  width: 100%;
}
.TopBrand ul li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .TopBrand ul {
    width: 90%;
    margin: auto;
  }
  .TopBrand ul li {
    width: 33.3333333333%;
  }
}

.shop_info h3 {
  float: right;
  font-size: 18px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  padding-left: 640px;
  margin-left: -640px;
}

.btn_more a {
  display: inline-block;
  background: #333333;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #bfb077;
  text-align: center;
  font-size: 16px;
  min-width: 180px;
  max-width: 320px;
}
.more__btn {
  display: inline-block;
  background: #333333;
  border: 1px solid #bfb077;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #bfb077;
  text-align: center;
  font-size: 14px;
  min-width: 120px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .inedex__Blog_list {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.ItemWrap.search_wrap .ItemWrap_inner {
  margin: 0;
}/*# sourceMappingURL=second.css.map */