
body {
  font-family: YuGothic, '游ゴシック', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-top: 0 !important
}
#header {
  background: #fdf236
}
#head-in .desc {
  font-size: 11px;
  color: #999
}
#head-in {
  padding-top: 0 !important
}
.home #breadcrumb {
  display: none !important
}
li.left.mark {
  text-align: center
}
#breadcrumb {
  padding: 10px;
  margin: 0;
  background: #f5f5f5;
  color: #777;
  font-size: 11px !important
}
#linkS.alink, #linkA.alink, #step2.alink {
  padding-top: 70px;
  margin-top: -70px
}
.diplaynone {
  display: none
}
@media (min-width:768px) {
  .sitename {
    width: 40%
  }
  .sitename img {
    max-width: 100%
  }
  li.left.mark {
    padding-left: 2%
  }
}
@media (max-width:767px) {
  #head-in .desc {
    display: none
  }
  .sitename {
    padding: 0 0 0 5px !important
  }
  .sitename a img{
	  width: auto;
    height: 36px;
  }
  div#foot-in {
    padding: 10px
  }
}
.center {
  text-align: center
}
.left {
  text-align: left
}
.size20 {
  font-size: 20px;
  padding-bottom: 5px
}
.font_ss {
  font-size: .8rem
}
.font_sm {
  font-size: 1.2rem
}
.font_md {
  font-size: 1.4rem
}
.font_lg {
  font-size: 1.6rem
}
.pink_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff9ece 0%) repeat scroll 0 0
}
.blue_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #6cf 0%) repeat scroll 0 0
}
.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff6 0%) repeat scroll 0 0
}
.green_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cf9 0%) repeat scroll 0 0
}
.red {
  color: red
}
.back_green {
  background-color: #00c300;
  border-radius: 5px;
  border: none !important;
  padding: 10px;
  color: #fff
}
.round {
  border-radius: 5px;
  padding: 1px 3px;
  margin-bottom: 7px
}
.b_red {
  background-color: #ffdfef
}
.b_blue {
  background-color: #cce5ff
}
.b_yellow {
  background-color: #ffffbc
}
.b_green {
  background-color: #cf9
}
.b_gray {
  border: #ccc 1px solid
}
.error {
  color: red;
  font-weight: 700;
  padding: 0 0 0 15px !important
}
@media (min-width:767px) {
  .width50 {
    width: 50%;
    display: block;
    margin: 30px auto
  }
}
h2.check {
  position: relative;
  color: #000;
  background: #d0ecff;
  line-height: 1.4;
  padding: .25em .5em;
  margin: 2em 0 .5em;
  border-radius: 0 5px 5px;
  border-left: none
}
h2.check:after {
  position: absolute;
  content: '✔ Check';
  background: #2196f3;
  color: #fff;
  left: 0;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: .7em;
  line-height: 1;
  letter-spacing: .05em
}
h2.ribbon {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  background: #a6d3c8;
  border-left: none
}
h2.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #959e9b
}
.home div#core.grid {
  padding-top: 0
}
div#core.grid {
  padding-top: 60px
}
ul.list01 li:before {
  background: #fff !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  box-shadow: none;
  margin-right: 5px;
  color: #000;
  top: 0
}
.white-box {
  background-color: #fff
}
.gray-box {
  background-color: #f5f4f3
}
.white-box, .gray-box {
  margin: 0 5px 25px;
  padding: 10px 20px;
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden
}
.left2 li {
  float: left;
  list-style-type: none;
  width: 50%
}
.left2:after {
  clear: both
}
.row {
  overflow: hidden
}
.col-3, .col-8, .col-9 {
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0
}
.col-3 {
  width: 25%;
  flex: 0 0 25%
}
.col-8 {
  max-width: 66.6666%;
  flex: 0 0 25%
}
.col-9 {
  width: 75%;
  flex: 0 0 25%
}
a.a-btn01 {
  display: block;
  padding-top: 15px;
  height: 45px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3)
}
a.a-btn01:hover {
  opacity: .7
}
a.blue {
  background: #55acee
}
a.orange {
  background: #dd4b39
}
a.green {
  background: #87bd33
}
a.gray {
  background: linear-gradient(to bottom, #fff, #eee);
  border: solid 1px #ddd;
  color: #09f
}
.flex {
  display: flex;
  flex-direction: row;
  text-align: center;
  list-style-type: none;
  padding: 0 !important;
  align-items: center
}
ul.flex-align {
    align-items: flex-start;
}
ul.flex-2 > li {
  width: 50%;
  padding: 5px
}
ul.flex-3 li {
  width: 33%;
  padding: 5px
}
ul.flex-4 li {
  width: 25%;
  padding: 5px
}
.flex-4-2 {
  display: flex;
  flex-direction: row;
  text-align: center;
  list-style-type: none;
  padding: 0 !important
}
ul.flex-4-2 li.m01 {
  width: 25%;
  padding: 5px;
  text-align: center
}
.reserve-banner-tel {
  max-width: 100%;
  width: 460px;
  margin: 0 0 40px
}
@media only screen and (max-width:767px) {
  .flex {
    display: flex;
    flex-direction: column
  }
  ul.flex-2 > li {
    width: 100%
  }
  ul.flex-3 li {
    width: 100%
  }
  ul.flex-4 li {
    width: 100%
  }
  ul.flex-4-2 li.m01 {
    width: 50%
  }
  .table-flex td, .table-flex th {
    width: 100%;
    display: block
  }
  .hide-for-sp {
    display: none !important
  }
  .left2 li {
    width: 100%
  }
  .post h2 .post h2:first-child {
    margin-top: 0
  }
  .grid {
    padding-top: 20px;
    padding-bottom: 0
  }
  div#core.grid {
    padding-top: 20px
  }
}
@media only screen and (min-width:768px) {
  .show-for-sp {
    display: none !important
  }
  .logo, #head-band-in, div[id*=head-band] .band-menu, #header .head-cover, #header #gnavi, #foot-in {
    max-width: 98%
  }
}
#gnavi ul {
  flex-wrap: nowrap;
  align-items: center
}
#gnavi li {
  flex: auto;
  white-space: normal
}
div > ul > li.misterminit a span.small {
  font-size: 13px
}
@media (min-width:768px) {
  #gnavi div > ul > li > a > span {
    padding: 16px 5px
  }
  #gnavi ul li.misterminit a > span {
    background-color: #4cb1c8;
    letter-spacing: -3px;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    font-size: 13px;
    background-size: auto 30%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px
  }
  #gnavi ul li.misterminit:hover a > span {
    background-color: #4cb1c8;
    letter-spacing: -3px;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    font-size: 13px;
    background-size: auto 50%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px
  }
  #foot-in .flex-3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
  }
  #foot-in .flex-3 > div {
    width: 32%
  }
  #foot-in .flex-3 > div.tw {
    height: 330px;
    overflow: scroll
  }
  #foot-in .footercontact ul {
    display: flex;
    justify-content: space-between
  }
  #foot-in .footercontact ul li {
    width: calc(100%/3);
    box-sizing: border-box;
    margin: 0;
    padding: 10px
  }
}
@media (max-width:1199px) {
  #gnavi li a {
    font-size: 14px;
    font-size: 1.4rem
  }
}
#gnavi li a {
  font-weight: 700
}
@media screen and (min-width:1200px) {
  .logo, #head-band-in, div[id*=head-band] .band-menu, #header .head-cover, #header #gnavi, #foot-in {
    max-width: 98%
  }
  #gnavi ul li.misterminit a > span {
    background-color: #4cb1c8;
    letter-spacing: normal;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    background-size: auto 50%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px
  }
  #gnavi ul li.misterminit:hover a > span {
    background-color: #4cb1c8;
    letter-spacing: normal;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    background-size: auto 50%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px
  }
}
.repair {
  background-repeat: no-repeat;
  background-position: 103% 32px;
  background-size: 20%
}
li.medal {
  position: relative
}
li.medal:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 25%;
  height: 150px;
  background-size: contain;
  background-image: url('/wp-content/uploads/2a9752605e29d84d871266c852362769.png');
  background-repeat: no-repeat
}
.btn-lg {
  padding-bottom: 45px
}
.tel a {
  font-family: "Arial";
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  color: #111;
  color: #0064b7;
  padding: 10px 10px 0
}
.tel span {
  display: block;
  color: #111;
  font-size: 14px
}
.shop_info_other h3 {
  margin: 25px 0 10px !important
}
@media only screen and (max-width:768px) {
  .mark {
    background-size: 25%
  }
  .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle
  }
  form {
    margin-bottom: 40px
  }
  button.btn-search {
    width: 80%;
    margin: 0 auto 0;
    display: block
  }
  #gnavi ul li.misterminit a {
    background: #4cb1c8;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    background-size: auto 80%;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    padding-right: 10px
  }
}
article #header {
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px, #eee 3px, #f5f5f5 8px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #eee 1px, #f5f5f5 6px);
  border: 2px solid #333;
  padding: 20px;
  border-radius: 6px
}
@media only screen and (max-width:767px) {
  article #header {
    padding: 5vw 4vw 0
  }
}
article #header .container {
  background: 0 0
}
table.price td:nth-child(2n+1) {
  background-color: #fafafa
}
table.price td:nth-child(2n) {
  text-align: left
}
table.price tr:nth-child(1) td {
  background-color: #ccc;
  text-align: center;
  font-size: 1.2em
}
.scroll {
  overflow: auto;
  white-space: nowrap
}
.scroll::-webkit-scrollbar {
  height: 5px
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1
}
.scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc
}
.scroll {
  margin-bottom: 20px
}
a.panel_quality {
  font-size: 15px;
  text-decoration: none;
  border-radius: 14px;
  color: #fff;
  background-color: #0064b7;
  padding: 6px 10px;
  margin-left: 5px;
  vertical-align: middle;
  float: right
}
a.panel_quality:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none
}
.repair_price table thead tr td[rowspan] {
  background: #333
}
.repair_price table > tbody > tr > th, .repair_price table > tbody > tr > td {
  border-top: none
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f2f2f2 !important
}
.td-no-hoken {
  background: rgba(211, 78, 78, .07) !important;
  color: #d34e4e !important;
  font-size: 16px !important;
  padding-bottom: 9px !important;
  transition: .5s !important
}
.table-striped > tbody > tr td:nth-child(odd), .table-striped > tbody > tr td:last-child, .table-striped > tbody > tr td:nth-last-child(3) {
  color: #555;
  font-size: 13px;
  background: rgba(0, 0, 0, .01);
  transition: .5s;
  padding-bottom: 9px;
  vertical-align: middle
}
.post .repair_price td, .repair_price .post th {
  border: 0
}
.table-hover > tbody > tr:hover {
  background-color: #fef6b7 !important
}
.table-striped > tbody > tr td:nth-child(even):hover {
  background: rgba(211, 78, 78, .2);
  font-weight: 700;
  color: #d34e4e;
  font-size: 17px;
  padding-bottom: 8px
}
.table-striped > tbody > tr td:nth-child(odd):hover, .table-striped > tbody > tr td:last-child:hover, .table-striped > tbody > tr td:nth-last-child(3):hover {
  font-weight: 700;
  color: #222;
  font-size: 14px;
  background: rgba(0, 0, 0, .1);
  padding-bottom: 8px
}
.table-hover > tbody > tr:hover th {
  color: #ffee0c
}
.repair_price table tbody tr th, .repair_price table thead tr td[rowspan] {
  min-width: 120px;
  width: 120px;
  position: sticky;
  left: 0;
  border: 0;
  white-space: normal
}
.repair_price table tbody tr th {
  background: #333;
  color: #e3e3e3
}
.repair_price table tbody tr:nth-child(odd) th, .repair_price table thead td[colspan]:nth-child(even) {
  background: #222
}
.repair_price table td.no-hosho, .repair_price table td.hosho {
  padding: 5px 10px;
  letter-spacing: .5px;
  font-size: 13px
}
form table {
  border-top: 1px solid #222;
  width: 100%;
  max-width: 900px;
  margin: 0 auto
}
.post form table th {
  background: 0 0;
  border-color: #222;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  font-weight: 400;
  text-align: left;
  padding: 15px 10px
}
.post form table td {
  border-color: #222;
  border-top: 0;
  padding: 15px 10px;
  border-left: 0;
  border-right: 0
}
option, textarea, [type=text], [type=email], [type=search] {
  color: inherit;
  background: #f5f5f5;
  display: block;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%
}
input[type=submit] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
  background: #39b54a;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: .1em;
  border: none;
  cursor: pointer
}
input[type=submit]:hover {
  opacity: .8
}
button#button {
  background: #0064b7;
  color: #fff;
  font-weight: 700
}
.input-lg {
  font-size: 16px !important;
  padding: 5px !important
}
td.mw-color input[type=radio] {
  display: none
}
td.mw-color .horizontal-item label {
  display: block;
  cursor: pointer;
  padding-top: 42px
}
td.mw-color .horizontal-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 40px
}
td.mw-color .horizontal-item label:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 0;
  border: 2px solid #ccc
}
span.mwform-radio-field-text {
  display: block;
  text-align: center
}
td.mw-color .horizontal-item:nth-child(1) label:before {
  background: #fff
}
td.mw-color .horizontal-item:nth-child(2) label:before {
  background: #000
}
td.mw-color .horizontal-item:nth-child(3) label:before {
  background-image: linear-gradient(to top left, #f7de05, #da8e00, #edac06, #f7de05, #ecb802, #daaf08, #b67b03)
}
td.mw-color .horizontal-item:nth-child(4) label:before {
  background-image: linear-gradient(to top left, #a5a5a5, #babac2, #e8e8e8, #a5a5a5, #babac2)
}
td.mw-color .horizontal-item:nth-child(5) label:before {
  background: #008cd6
}
td.mw-color .horizontal-item:nth-child(6) label:before {
  background: #f19ec2
}
td.mw-color .horizontal-item:nth-child(7) label:before {
  background: #d42836
}
td.mw-color .horizontal-item:nth-child(8) label:before {
  background: #094
}
td.mw-color .horizontal-item:nth-child(9) label:before {
  background: #956134
}
td.mw-color input[type=radio]:checked + span {
  font-weight: 700;
  background: #fef400
}
input#search {
  font-size: 16px;
  padding: 5px;
  display: block
}
.post p.small {
  font-size: 13px
}
button.key_submit:hover {
  color: #23527c
}
button.key_submit {
  border: none;
  text-decoration: underline;
  color: #0064b7;
  font-size: 1.1em
}
@media only screen and (max-width:767px) {
  .post form table th, .post form table td {
    display: block;
    width: 100%;
    clear: both;
    padding-left: 0;
    padding-right: 0
  }
  a.panel_quality {
    display: block;
    float: none;
    margin-left: -40px;
    margin-top: 15px;
    font-size: 4vw
  }
  td.mw-color .mw-colorwrap {
    display: flex;
    flex-wrap: wrap
  }
  td.mw-color .horizontal-item label {
    padding-top: 42px
  }
  td.mw-color .horizontal-item {
    position: relative;
    cursor: pointer;
    padding: 0 5px 10px;
    display: block;
    float: left;
    width: 60px;
    box-sizing: border-box
  }
  td.mw-color .horizontal-item label:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 50px;
    box-sizing: border-box;
    top: 0;
    border: 2px solid #ccc
  }
  td.mw-color .horizontal-item + .horizontal-item {
    margin-left: 0
  }
}
.access-map ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  counter-reset: num
}
.access-map ul li {
  position: relative;
  z-index: 1;
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 10px;
  counter-increment: num
}
.access-map ul li:before {
  content: counter(num);
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
  background: #fdf236;
  color: #222;
  padding: 5px 15px;
  border-radius: 100px
}
.access-map ul li img {
  display: block;
  margin-bottom: 10px;
  border-radius: 5px
}
@media only screen and (max-width:767px) {
  .access-map ul li {
    width: 50%
  }
}
.swiper-slide {
  border: none
}
p.swiper-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 10px;
  height: 70px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-align: left;
  background: rgba(255, 255, 255, .9);
  overflow: hidden
}
footer, body #footer, body #foot-in, body #copyright, body #footer footer #foot-in #copyright, body #footer footer #foot-in, body #footer footer, body #footer footer #copyright, body #footer #foot-in #copyright, body #footer #foot-in, body #footer #copyright, body #foot-in #copyright, body footer #foot-in #copyright, body footer #foot-in {
  background: #f5f5f5
}
div#foot-in {
  padding: 60px 0
}
.footer-menu table th {
  width: 30%
}
.footer-menu table {
  margin-bottom: 0
}
.footer-menu table th, .footer-menu table td {
  font-size: 13px;
  padding: 12px 5px;
  text-align: left;
  border-bottom: 1px solid #b7b7b7
}
.footer-table {
  background: #fff;
  padding: 10px;
  border-radius: 6px
}
a.btn-banner {
  display: block;
  color: #222 !important;
  text-align: left;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 10px 10px 22%;
  min-height: 80px;
  margin-bottom: 20px;
  background: #fdf236;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  transition: .5s
}
a.btn-banner strong {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px
}
a.btn-banner:hover {
  color: #222 !important;
  text-decoration: none;
  opacity: .7
}
a.btn-banner:after {
  content: "\f1ec";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 40px;
  top: 19px;
  left: 8%;
  color: #333;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: rotate(-20deg);
  transition: .5s
}
a.btn-banner:hover:after {
  transform: rotate(-30deg)
}
a.btn-banner.banner-kakaku:after {
  content: "\f1ec"
}
a.btn-banner.banner-mail:after {
  content: "\f0e0"
}
a.btn-banner.banner-tel:after, .pricecheck-contactbtn a.banner-tel:after {
  content: "\f2a0"
}
a.btn-banner.banner-kishu:after {
  content: "\f3cd"
}
a.btn-banner.banner-number:after {
  content: "\f3cd"
}
.pricecheck-contactbtn ul li a.btn-round, .pricecheck-contactbtn ul li button.btn-round {
  position: relative;
  height: auto;
  padding: 15px 10px
}
.pricecheck-contactbtn ul li a.btn-round:after, .pricecheck-contactbtn ul li button.btn-round:after {
  content: "\f1ec";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 27px;
  top: 17px;
  left: 8%;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: rotate(-20deg);
  transition: .5s
}
.pricecheck-contactbtn ul li a.btn-round:hover:after, .pricecheck-contactbtn ul li button.btn-round:hover:after {
  transform: rotate(-30deg)
}
.pricecheck-contactbtn ul li a.btn-round.btn-tel:after {
  content: "\f2a0"
}
.pricecheck-contactbtn ul li a.btn-round.btn-tel + small {
  display: block;
  font-size: 13px;
  font-weight: 400
}
.pricecheck-contactbtn ul li a.btn-round.btn-access:after {
  content: "\f5a0"
}
.pricecheck-contactbtn ul li button.btn-round.btn-reserve:after {
  content: "\f073"
}
.pricecheck-contactbtn ul li button.btn-round.btn-mail:after {
  content: "\f658"
}
#foot-in .footerbtn ul {
  display: flex;
  flex-wrap: wrap
}
#foot-in .footerbtn ul li {
  width: calc(100%/3);
  margin: 0;
  padding: 10px
}
#foot-in .footerbtn a {
  color: #fff;
  padding: 25px 20px;
  border: none;
  display: block;
  background-color: #0064b7;
  box-shadow: 0 6px #b7b7b7;
  line-height: 1;
  position: relative;
  border-radius: 3px;
  box-shadow: 2px 2px #b7b7b7;
  top: 0;
  transition: .2s all;
  vertical-align: middle
}
#foot-in .footerbtn a i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px
}
#foot-in .footerbtn a:hover {
  top: -3px;
  text-decoration: none;
  color: #0064b7;
  background-color: #fff;
  box-shadow: 5px 5px #0064b7
}
#foot-in .footercontact ul {
  padding: 0
}
.post h2 > .innerlink {
  position: absolute;
  top: -60px
}
.post h2,.post .entry-title {
  border: none;
  background: #f5f5f5;
  padding: 15px 10px 15px 50px;
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px;
  text-align: left;
}
.post h2:before,.post .entry-title:before {
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(/wp-content/uploads/2018/06/sma-sta_apple.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 30px;
  width: 30px
}
.post h3 {
  border-left: none;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0 0 20px;
  font-size: 20px
}
.table-scrollbox {
  height: calc(60vh);
  overflow: scroll;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px
}
.table-scrollbox::-webkit-scrollbar {
  height: 2%
}
.table-scrollbox::-webkit-scrollbar-track {
  background: #eee
}
.table-scrollbox::-webkit-scrollbar-thumb {
  background: #fff107
}
.post .price-box h3 br {
  display: none
}
.index-repair li a {
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  box-sizing: border-box;
  border: 2px solid #222;
  border-radius: 5px;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 10px;
  text-decoration: none;
  transition: .5s;
  background-color: #fdf236
}
.index-repair li a:hover {
  opacity: .7
}
.index-repair li a span {
  display: block;
  font-size: 14px;
  padding-top: 10px
}
.post p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 20px
}
.post h1:first-child {
  text-align: center
}
.post .entry-title, #front-page-title {
  margin-bottom: 20px
}
.container {
  max-width: 100% !important
}
.table span.no-hoken, .table span.hoken {
  width: 50%
}
.table span.hoken:before {
  left: 10px
}
.post div.meta-box {
  display: none
}
.post table {
  font-size: 14px
}
.access-map ul li {
  width: 33%
}
@media screen and (min-width:768px) {
  .sp_footer_fixed {
    display: none
  }
}
@media screen and (max-width:767px) {
  #foot-in .sp_footer_fixed {
    z-index: 100;
    position: fixed;
    width: 100%;
    bottom: 0
  }
  #foot-in .sp_footer_fixed ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    background: linear-gradient(to bottom, #222, #000);
    background: -webkit-linear-gradient(top, #222, #000);
    background: -moz-linear-gradient(top, #222, #000);
    background: -o-linear-gradient(top, #222, #000)
  }
  #foot-in .sp_footer_fixed ul li {
    flex-grow: 1;
    padding: .5vh .5vw;
    margin: 0
  }
  #foot-in .sp_footer_fixed ul li a {
    display: block;
    background: linear-gradient(to bottom, #222, #000);
    background: -webkit-linear-gradient(top, #222, #000);
    background: -moz-linear-gradient(top, #222, #000);
    background: -o-linear-gradient(top, #222, #000);
    display: block;
    color: #fff;
    text-align: center;
    padding: 1.6vh .5vw;
    font-size: 3.5vw;
    height: 100%;
    border: 1px solid #777;
    border-radius: 5px
  }
  #foot-in .sp_footer_fixed ul li a small {
    font-size: 2.5vw
  }
  #foot-in .sp_footer_fixed ul li a i {
    font-size: 3vw;
    color: #fdf236;
    margin-right: 1vw
  }
  #foot-in .sp_footer_fixed ul li a:hover {
    text-decoration: none
  }
  #page-top {
    bottom: 10vh
  }
}
@media screen and (max-width:320px) {
  #foot-in .sp_footer_fixed ul li a {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 3.9vw;
    text-align: left;
    line-height: 120%;
    padding: 1vh
  }
  #foot-in .sp_footer_fixed ul li a i {
    align-self: center;
    font-size: 5vw
  }
  #foot-in .sp_footer_fixed ul li a span {
    display: block;
    padding-left: 1vw
  }
  #foot-in .sp_footer_fixed ul li a small {
    display: block;
    font-size: 3vw
  }
}
@media screen and (max-width:767px) {
  .access-map ul li {
    width: 50%
  }
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fff
  }
  #breadcrumb {
    padding: 10px;
    font-size: 12px;
    background: #f5f5f5;
    margin: 0
  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important
  }
  table.table.table-striped.table-hover {
    font-size: 13px
  }
  .table span.no-hoken, .table span.hoken {
    font-size: 13px
  }
  .table span.hoken:before {
    left: 0
  }
}
h3.dec {
  color: #526d82;
  text-shadow: 2px 2px 1px #ccc
}
h3.open {
  border-bottom-color: #526d82;
  border-bottom-style: dashed
}
h3.open:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "∨";
  float: right;
  margin-right: 20px;
  transform: scale(1.5, 1);
  transition: .5s
}
h3.close:after {
  transform: rotate(180deg);
  transition: .5s
}
p.addheader {
  font-size: 1.1rem;
  color: gray;
  padding-top: 5px
}
@media screen and (max-width:767px) {
  p.addheader {
    display: none
  }
}
ul.flex-2 > li.features-1 {
  text-align: left;
  margin: 0 40px;
  padding: 0
}
ul.flex-2 > li.features-1 h3{
  height: 68px;
}



.features-2 {
  text-align: left;
  margin: 0 160px 40px;
  border: solid 3px #526d82
}
.features-3 {
  margin-left: 40px
}
.features-4 {
  margin: 20px 0 0 40px
}
.post h3:first-child {
  margin-top: 0
}
h3.features-5:before {
  content: url(/wp-content/uploads/top_features01.png);
  float: left
}
h3.features-6:before {
  content: url(/wp-content/uploads/top_features02.png);
  float: left
}
h3.features-7:before {
  content: url(/wp-content/uploads/top_features03.png);
  float: left
}
h3.features-8:before {
  content: url(/wp-content/uploads/top_features04.png);
  float: left
}
h3.features-9 {
  padding-top: 30px
}
@media screen and (max-width:767px) {
  ul.flex-2 > li.features-1 {
    margin: 0
  }
  .features-2 {
    margin: 0 0 40px
  }
  .features-3 {
    margin: 0
  }
  .features-4 {
    text-align: center;
    margin: 0 0 20px
  }
  h3.features-10, p.features-10 {
    margin-left: 20px;
    margin-right: 20px
  }
  .table-responsive {
    overflow-x: scroll
  }
}
.cap-red {
  text-align: center;
  color: red;
  font-style: bold;
  font-size: large
}
div.shopframe {
  background-color: #fff;
  padding: 30px 20px 0
}
.shopname {
  font-size: 130%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px
}
.shopname:before {
  content: url(/wp-content/uploads/top-shopicon.png)
}
.tel {
  text-align: center;
  margin: 0 auto 10px;
  background: #f5f5f5;
  padding-bottom: 10px;
  border-radius: 6px;
  max-width: 100%;
  width: 400px
}
article {
  width: 100%;
  max-width: 100%
}
a.btn-y {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-bottom: 2px solid #666;
  padding: 10px;
  color: #fff;
  background: #0064b7;
  border-radius: 6px;
  transition: .5s;
  margin: 0 auto 42px
}
a.btn-y:hover {
  color: #0064b7;
  margin-bottom: 40px;
  margin-top: 2px;
  border-bottom: 2px solid #0064b7;
  text-decoration: none;
  background: #fff
}
.searchbox {
  padding: 20px 0 0
}
.form-control {
  border: 1px solid #222
}
ul.payment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
ul.payment-list li {
  width: 9%;
  margin-bottom: 10px;
  padding: 0 2.5px
}
ul.other-payment {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center
}
ul.other-payment li {
  font-size: 12px;
  padding: 5px 10px;
  background: #f2f2f2;
  margin-right: 5px;
  border-radius: 25px
}
.paymentbox {
  padding: 10px
}
.paymentbox p {
  font-size: 13px
}
@media (max-width:767px) {
  ul.payment-list li {
    width: calc(100%/5)
  }
}
@media (max-width:991px) {
  div#header {
    display: none
  }
  #gnavi .mobile-nav li:nth-child(2), #gnavi .mobile-nav li:nth-child(3), #gnavi .mobile-nav li:nth-child(4) {
    display: none
  }
  #layer #nav {
    width: 100%
  }
  h1.sitename {
    max-width: 75%
  }
  div#head-in {
    position: relative
  }
  #nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%
  }
  #gnavi .mobile-nav li {
    padding: 12px 8px 0
  }
  #header .head-cover {
    max-width: 76%;
    margin: 0
  }
  div#head-in {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%
  }
  div.shopframe {
    padding-top: 60px
  }
}
@media screen and (max-width:767px) {
  a.btn-y {
    font-size: 14px
  }
  a.btn-y {
    margin-bottom: 12px
  }
  a.btn-y:hover {
    margin-bottom: 10px
  }
}
.repair_price table tr td {
  text-align: center
}
.repair_price table tr th {
  text-align: left;
  font-weight: 400;
  font-size: .95em
}
.repair_price table td.no-hosho {
  background-color: #d34e4e;
  color: #fff;
  text-align: center
}
.repair_price table td.hosho {
  background-color: #666;
  color: #fff;
  text-align: center
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  overflow-x: scroll
}
.scroll {
  overflow: auto;
  white-space: nowrap
}
.scroll::-webkit-scrollbar {
  height: 20px
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1
}
.scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc
}
.swiper-wrapper a {
  width: 300px !important
}
.post-top-thumbnail {
  text-align: center;
  margin-bottom: 30px
}
a.shop-link {
  text-decoration: none;
  position: relative;
  color: #0064b7
}
.post .shop-box h3 {
  border-bottom: none
}
.post h3 a.shop-link:after {
  right: 0;
  font-size: 16px;
  top: 0;
  content: "WEBサイトへ";
  border: 1px solid #0064b7;
  padding: 4px 5px;
  border-radius: 3px;
  margin-left: 10px
}
.post h3 a.shop-link:hover:after {
  color: #fff;
  background: #0064b7
}
li.shop-text {
  text-align: left;
  color: #222;
  font-size: 16px
}
.post .shop-box ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.post .shop-box ol {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
div.shop-box {
  color: #777;
  margin: 0 10px 40px;
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #ddd
}
.post .shop-box ol.price_btn li {
  width: 32% !important;
  margin-bottom: 10px
}
@media screen and (min-width:768px) {
  .post .shop-box ol li {
    font-size: 14px;
    width: calc(100%/5 - 5px)
  }
  .post .shop-box ol li a.btn-y {
    margin-bottom: 0
  }
  .post .shop-box ul {
    display: flex;
    justify-content: space-between
  }
  .post .shop-box ul li {
    width: 60%
  }
  .post .shop-box ul li:first-child {
    width: 36%
  }
}
@media screen and (max-width:767px) {
  div.shop-box {
    margin: 0 0 10vw;
    padding: 4vw;
    overflow: hidden
  }
  .post .shop-box ol {
    margin: 0
  }
  .post .shop-box ol li {
    width: calc(100%);
    font-size: 14px
  }
  .post .shop-box ol li a.btn-y {
    margin-bottom: 10px
  }
  .post .shop-box ul li img {
    display: block;
    margin-bottom: 10px
  }
  .post .shop-box h3 {
    font-size: 5vw;
    text-align: center
  }
  .post h3 a.shop-link:after {
    font-size: 4.3vw;
    display: block;
    width: 98%;
    color: #fff;
    background: #0064b7;
    border-radius: 3px;
    margin: 10px auto 0
  }
  .post .shop-box ol li a.btn-y {
    margin-bottom: 5px;
    padding: 4px 2px
  }
  .post .shop-box ol.price_btn li {
    width: 48% !important
  }
  .post .shop-box ol li a.btn-y strong {
    font-size: 120%
  }
}
span.yoyakuok {
  color: #00a093
}
a.calendar-daylink, a.booking-timelink {
  position: relative;
  display: block;
  font-size: 18px;
  color: #00a093;
  text-decoration: none;
  transition: .5s
}
a.calendar-daylink:hover, a.booking-timelink:hover {
  transform: scale(1.2);
  color: #06b5a4
}
.day-calendar th, .day-calendar td, .content-form th, .content-form td, .content-form legend, .content-form input, .content-form textarea {
  font-size: 16px
}
.content-form input, .content-form textarea {
  padding: 5px;
  margin: 0
}
.post .content-form form table th, .post .content-form form table td {
  border-color: #fff
}
.post .day-calendar table {
  margin: 0 auto;
  width: 100%
}
.content-form fieldset#booking-reservation-fieldset table tr:nth-child(2) {
  display: none
}
.content-form table {
  margin: 0 auto
}
.content-form button {
  background: #00a093;
  color: #fff;
  font-weight: 700;
  padding: 15px 10px;
  width: 500px;
  max-width: 98%;
  cursor: pointer;
  font-size: 18px;
  display: block;
  margin: 20px auto 60px;
  transition: .5s
}
.content-form button:hover {
  opacity: .7
}
.content-form fieldset#booking-reservation-fieldset td {
  font-size: 20px;
  font-weight: 700
}
.content-form fieldset#booking-confirm-fieldset table tr:nth-child(2), .content-form fieldset#booking-confirm-fieldset table tr:nth-child(3), .content-form fieldset#booking-confirm-fieldset table tr:nth-child(8) {
  display: none
}
fieldset#booking-message-fieldset td:before {
  content: "機種名、色、症状をご記入いただくと、受付がスムーズになります。"
}
@media screen and (max-width:767px) {
  .content-text.medium, .content-text.fat {
    width: 100%
  }
  .post .content-form form table th, .post .content-form form table td {
    padding: 5px 0
  }
}
ul.model-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0
}
li.model-row {
  width: 33.3%;
  list-style: none
}
div.model-box {
  background-color: #f5f5f5;
  color: #777;
  margin: 0 5px 10px;
  padding: 10px 20px 0;
  border-radius: 10px;
  border: solid 1px #ddd;
  transition-duration: .5s;
  text-align: center
}
div.model-box:hover {
  background-color: #777;
  color: #f5f5f5;
  text-shadow: 0 0 20px rgba(189, 186, 188, 1)
}
div.model-box button {
  border-style: none;
  background: inherit;
  line-height: 2;
  padding: 0;
  cursor: pointer;
  width: 100%
}
a.model-link {
  text-decoration: none;
  text-align: center
}
a.model-link > h3 {
  font-size: 97%
}
p.model-size {
  font-size: 75%
}
ul.type-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0
}
li.type-row {
  width: 35%;
  list-style: none
}
p.type-size {
  font-size: 250%
}
@media screen and (max-width:767px) {
  li.model-row {
    width: 50%
  }
  li.type-row {
    width: 100%
  }
  div.model-box {
    transition-duration: unset
  }
}
.quality .white-box, .flowshop .white-box {
  margin: inherit
}
.post .quality h3, .flowshop h3 {
  padding: 0 15px;
  margin: 30px 0 20px
}
a.btn-banner.banner-reserve:after {
  content: "\f274"
}
i.fa.fa-check {
  color: #fdf236
}
@media screen and (max-width:767px) {
  .col-xs-12 {
    width: 100%
  }
}
.masthead a.btn-y {
  margin: 0 auto 15px
}
#iphone_xperia {
  display: block
}
.price-box table td.td01 {
  width: 32% !important
}
.price-box table td.td02, .price-box table td.td03 {
  width: 27% !important
}
.price-box table td.td04 {
  width: 10% !important
}
td.repair-time {
  width: 10%
}
@media screen and (max-width:767px) {
  td.repair-time {
    font-size: .5em !important
  }
  .price-box table td.td01 {
    width: 26% !important
  }
  .price-box table td.td02, .price-box table td.td03 {
    width: 24% !important
  }
  .price-box table td.td04 {
    width: 10% !important;
    min-width: 40px !important
  }
}
#foot-in h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none
}
#foot-in ul.storelink {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
#foot-in ul.storelink li {
  padding: 0 .5% 0;
  width: 25%;
  box-sizing: border-box;
  margin: 0 0 15px
}
#foot-in ul.storelink li a {
  display: block
}
@media screen and (max-width:767px) {
  #foot-in ul.storelink li {
    width: 50%;
    margin-bottom: 10px
  }
  aside.footerbtn {
    padding-top: 40px
  }
  #foot-in .footerbtn ul li {
    width: 94%;
    margin: 0 auto 15px;
    padding: 0
  }
  #foot-in .footerbtn a {
    color: #fff;
    margin: 0 auto 0;
    padding: 15px 20px;
    border: none;
    display: block;
    background-color: #0064b7;
    box-shadow: 0 6px #b7b7b7;
    line-height: 1;
    position: relative;
    border-radius: 3px;
    box-shadow: 2px 2px #b7b7b7;
    top: 0;
    transition: .2s all;
    vertical-align: middle;
    font-size: 16px
  }
  #foot-in .footercontact ul {
    padding: 60px 0 0
  }
}
ul.post-step {
  list-style: none;
  background: url(/com/img/post/arrow.png) repeat-y;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 30px;
  padding: 0
}
ul.post-step > li h2 {
  background: 0 0;
  padding: 15px 0 10px;
  margin: 0;
  margin-top: 0;
  font-weight: 700
}
ul.post-step > li h2:before {
  display: none
}
ul.post-step > li {
  padding-left: 120px;
  position: relative;
  margin-bottom: 60px
}
.post-info {
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.price-search {
  background: #f2cf01;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px
}
.price-search h3 {
  border: none
}
.price-search form .form-group select {
  height: 50px;
  border-radius: 6px;
  display: block
}
.price-search form button.button {
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #d16b16;
  letter-spacing: 2px;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}
.post .contact-2col {
  list-style: none;
  margin: 0;
  padding: 0
}
.moretag {
  border: 0;
  border-radius: 6px;
  padding: 10px;
  background: #439cf8;
  cursor: pointer;
  color: #fff;
  font-weight: 700
}
.moretag:hover {
  background: #de9610
}
.post-memo {
  display: none
}
.post-memo.post-memo-display {
  display: block;
  transition: .3s
}
.pricecheck-contactbtn span {
  border: #fee 2px solid;
  padding: 5px 7px;
  border-radius: 15px;
  margin: 0 3px
}
@media screen and (min-width:768px) {
  .post-info {
    padding-top: 53.75%;
    background-image: url(/com/img/post/info-pc.png);
    margin: 0 auto;
    max-width: 100%;
    width: 1000px
  }
  ul.post-step > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
  }
  ul.post-step > li:first-child:before {
    background-image: url('/com/img/post/step1.png)')
  }
  ul.post-step > li:nth-child(2):before {
    background-image: url('/com/img/post/step2.png)')
  }
  ul.post-step > li:nth-child(3):before {
    background-image: url('/com/img/post/step3.png)')
  }
  ul.post-step > li:nth-child(4):before {
    background-image: url('/com/img/post/step4.png)')
  }
  ul.post-step > li:nth-child(5):before {
    background-image: url('/com/img/post/step5.png)')
  }
  .post .contact-2col {
    display: flex
  }
  .post .contact-2col li {
    width: 49%;
    max-width: 400px;
    padding: 0 20px 0 0
  }
  .price-search form {
    display: flex
  }
  .price-search form .form-group {
    width: 25%
  }
  .price-search form .form-group select {
    width: 90%
  }
  arch form button.button {
    cursor: pointer;
    width: 20%
  }
  .price-search form button.button:hover {
    background: #de9610
  }
  .price-search form .input-group {
    display: flex;
    width: 100%;
    margin: 20px 0
  }
  .price-search form .input-group .form-group-lg {
    width: 75%
  }
  .price-search form .input-group .form-group-lg input#search {
    width: 96.8%;
    height: 50px
  }
}
@media screen and (max-width:767px) {
  .price-search .container {
    background: 0 0
  }
  .post-info {
    padding-top: 72.91666666%;
    background-image: url(/com/img/post/info-sp.png)
  }
  .post ul.post-step > li h2 {
    min-height: 60px;
    margin: 0 0 20px -11vw;
    padding: 10px 0 0 70px
  }
  ul.post-step > li h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
  }
  ul.post-step > li:first-child h2:after {
    background-image: url('/com/img/post/step1.png)')
  }
  ul.post-step > li:nth-child(2) h2:after {
    background-image: url('/com/img/post/step2.png)')
  }
  ul.post-step > li:nth-child(3) h2:after {
    background-image: url('/com/img/post/step3.png)')
  }
  ul.post-step > li:nth-child(4) h2:after {
    background-image: url('/com/img/post/step4.png)')
  }
  ul.post-step > li:nth-child(5) h2:after {
    background-image: url('/com/img/post/step5.png)')
  }
  ul.post-step > li:before {
    width: 15vw;
    height: 15vw
  }
  ul.post-step {
    margin-top: 7vh;
    background-position: 1vw;
    background-size: 7vw
  }
  ul.post-step > li {
    padding-left: 10vw;
    margin-bottom: 4vh
  }
  .price-search form .form-group select {
    width: 100%;
    margin-bottom: 10px
  }
  .price-search input#search {
    height: 50px;
    margin-bottom: 10px
  }
}
span.checkpink, i.checkpink {
  color: #f7768b
}
.pricecheck-step {
  margin-top: -100px;
  padding-top: 100px
}
.pricecheck-step ol {
  list-style: none;
  background: #f9f9f9;
  padding: 0;
  margin: 50px 0 30px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end
}
.pricecheck-step ol li:before {
  display: none
}
.pricecheck-step ol li {
  border-bottom: 5px solid #eee;
  position: relative;
  margin: 0;
  padding: 10px 0;
  color: #777;
  width: calc(100%/3)
}
.pricecheck-step ol li.active {
  color: #f7768b;
  border-bottom: 5px solid #fde7e5
}
.pricecheck-step ol li h3 {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
  text-align: center;
  font-weight: 400;
  font-size: 15px
}
.pricecheck-step ol li.active h3 {
  color: #111;
  font-size: 20px;
  font-weight: 700
}
.pricecheck-step ol li h3 span {
  font-size: 14px
}
.pricecheck-step ol li svg, .pricecheck-step ol li i {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px !important
}
.pricecheck-step ol li svg, .pricecheck-step ol li.active i {
  font-size: 50px !important
}
.post-tab-list-inner, .pricecheck-contactbtn {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 3px solid #fdf236;
  margin-bottom: 20px
}
.result_wrap .pricecheck-contactbtn, .pricecheck-contactbtn.no-border {
  border: none
}
.result_wrap.repairtabchildinner-wrap {
  padding: 15px
}
#repairtabchildinner {
  padding-top: 70px;
  margin-top: -70px
}
.repairtab.repair-menu ul.repairtabchild > li {
  border: 2px solid #439cf8;
  border-radius: 6px;
  text-align: center;
  position: relative;
  padding: 3px 5px;
  background: #fff
}
.repairtab.repair-menu ul.repairtabchild > li.selected {
  background: #439cf8;
  color: #fff
}
.post-tab-list-inner h3, .pricecheck-contactbtn h3 {
  position: relative;
  margin: 0 auto 20px;
  padding: 10px 15px;
  font-size: 15px;
  border-bottom: 0;
  text-align: center;
  background: #ffff6f
}
.post-tab-list-inner h3:before, .pricecheck-contactbtn h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee
}
.result_wrap {
  background: #fff;
  text-align: center
}
.post .result_wrap .sum {
  padding: 10px 0
}
.post .result_wrap .sum h4 {
  border: none;
  margin: 10px 0
}
.result_wrap .sum span.money {
  font-size: 1.4em;
  margin: 0
}
.doujiwari20 {
  background: #fee;
  border: #f7768b 2px solid;
  color: #775454;
  padding: 10px;
  margin: 30px auto 20px
}
.post .doujiwari20 h2 {
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #eee 1px, #f5f5f5 6px);
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 10px 10px 20px
}
.post .doujiwari20 h2:before {
  background: inherit
}
.post .doujiwari20 p {
  text-align: left;
  margin: 15px 5px 0;
  font-size: .8em
}
.post-tab-list-inner .desc {
  margin: 10px 0 20px 15px;
  font-size: .8em;
  line-height: 1.7
}
@media screen and (min-width:769px) {
  .pricecheck-step p {
    text-align: center
  }
  .pricecheck-step ol li h3 span {
    margin-right: 5px;
    background: #eee;
    padding: 5px
  }
  .pricecheck-step ol li.active h3 span {
    background: #fde7e5
  }
  .doujiwari20 {
    width: 60%
  }
}
@media screen and (max-width:768px) {
  .pricecheck-wrap {
    margin: 0 -10px
  }
  .pricecheck-step ol li h3 span {
    display: block;
    text-align: center
  }
  .post p.inquire2 {
    text-align: left;
    margin-left: 15px;
    font-size: .8em
  }
}
.ptl {
  display: none
}
.repairtab ul, .repairtab ul.repairtabchild {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0
}
.repairtab ul li {
  padding: 0;
  margin: 0
}
.repairtab ul.repairtabparent > li {
  width: 50%;
  text-align: center;
  font-size: 13px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 3px solid #fdf236;
  border-bottom: none
}
.repairtab ul.repairtabparent > li.selected strong {
  transform: scale(1.2)
}
.repairtab ul.repairtabparent > li.selected {
  background: #fdf236;
  color: #111
}
.repairtab ul.repairtabparent > li strong {
  font-size: 18px;
  transition: .5s
}
.repairtab ul.repairtabparent > li:hover strong {
  transform: scale(1.2)
}
.repairtab ul.repairtabchildinner > li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5px 10px
}
.repairtab ul.repairtabchildinner > li .ptl-li-wrap {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  height: 100%
}
.repairtab ul.repairtabchildinner > li h3 {
  padding: 0;
  margin-bottom: 10px
}
.repairtab ul.repairtabchildinner > li .ptl-wrap {
  display: flex;
  justify-content: space-between
}
.repairtab ul.repairtabchildinner li .ptl-img {
  width: 20%;
  text-align: center
}
.repairtab ul.repairtabchildinner li .ptl-closed {
  width: 15%;
  text-align: center
}
.repairtab ul.repairtabchildinner li .ptl-closed .fa-times-circle {
  color: #adb5bd
}
.repairtab ul.repairtabchildinner li .ptl-img img {
  height: 50px;
  margin: 0
}
.repairtab ul.repairtabchildinner li .ptl-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%
}
.repairtab ul.repairtabchildinner li .ptl-text dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1.5
}
.repairtab ul.repairtabchildinner li .ptl-text dl dt {
  width: 28%;
  text-align: center;
  font-size: 12px
}
.repairtab ul.repairtabchildinner li .ptl-text dl dt:first-child, .post-tab-list-inner span.warranty_on {
  color: #439cf8;
  font-weight: 700
}
.repairtab ul.repairtabchildinner li .ptl-text dl dt:last-of-type, .post-tab-list-inner span.warranty_no, .pricecheck-contactbtn h3 span {
  color: #ff4f72;
  font-weight: 700
}
.repairtab ul.repairtabchildinner li .ptl-text dl dd {
  width: 70%;
  text-align: left;
  font-size: 1.4em
}
.repairtab ul.repairtabchildinner li a {
  display: block;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none
}
.repairtab ul.repairtabchildinner li a:hover {
  border: 2px solid #0075d6
}
.repairtab ul.repairtabchildinner > li .ptl-text ul li {
  width: 48%
}
.repairtab ul.repairtabchildinner > li .ptl-text ul li a {
  text-decoration: none;
  display: block;
  background: #ffe102;
  border-radius: 6px;
  padding: 6px;
  color: #111;
  position: relative
}
.repairtab ul.repairtabchildinner > li .ptl-text ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 12%;
  left: 5%
}
.repairtab ul.repairtabchildinner > li.ptl-text ul li a:hover {
  background: #fdf236
}
.repairtab ul h3 {
  margin: 0;
  padding: 8px;
  font-size: 16px;
  border: none;
  letter-spacing: -.4px;
  background: 0 0
}
.repairtab ul h3:before {
  display: none
}
.repairtab ul.repairtabchild {
  padding: 15px 15px 0;
  margin-bottom: 0
}
.repairtab ul.repairtabchild > li {
  position: relative;
  margin: 0 10px 10px 0;
  cursor: pointer;
  font-size: 15px;
  transition: .5s;
  font-weight: 700;
  text-align: left
}
ul.repairtabchild > li button, .repairtab ul.repairtabchild > li form button#button {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border: 2px #eee solid;
  transition: .3s;
  text-decoration: none
}
ul.repairtabchild > li button:hover, .repairtab ul.repairtabchild > li form button#button:hover, .repairtab ul.repairtabchild > li form button#button.active {
  background: #439cf8;
  color: #fff;
  padding-left: 20px;
  border: 2px #439cf8 solid
}
ul.career_ul li.more, .repairtab.repair-menu ul.repaire_ul li.more2 {
  border: 3px solid #ffe102;
  padding: 5px 10px;
  border-radius: 20px
}
.repairtab ul.repairtabchild > li form button:hover, .repairtab ul.repairtabchild > li:hover button#button, .repairtab ul.repairtabchild > li.selected button#button {
  color: #111;
  background: #7af1ff;
  position: relative
}
.repairtab ul.repairtabchildinner p {
  margin: 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 150%;
  font-weight: 700
}
.repairtab ul.repairtabchildinner p.info {
  margin: 10px 20px 20px;
  padding: 5px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.form-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px
}
.form-wrap .form-group {
  width: 25%
}
.form-wrap select {
  width: 100%;
  height: 50px;
  background: #f2f2f2;
  border: none
}
.form-wrap button#button {
  position: relative;
  border-radius: 6px;
  padding: 15px;
  cursor: pointer;
  background: #ffe102;
  color: #111
}
.form-wrap button#button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 35%;
  left: 5%
}
.form-wrap button#button:hover {
  background: #fdf236
}
.form-wrap.ptl-device-link form {
  width: calc(100%/6 - 10px)
}
.form-wrap.ptl-device-link form button#button {
  width: 100%;
  background: #439cf8;
  color: #111
}
.form-wrap.ptl-device-link form button#button:hover {
  background: #7af1ff
}
.form-wrap button#button {
  width: 20%
}
.form-wrap.form-wrap-keyword input.form-control {
  width: 78.5%;
  background: #fff;
  border: none;
  background: #f2f2f2
}
.post p.keyword-info {
  text-align: center;
  font-size: 14px
}
.repairtab ul.repairtabchildinner strong {
  display: block;
  border-bottom: 2px solid #439cf8;
  font-size: 20px;
  padding: 0 10px 1px;
  margin-bottom: 20px
}
.pricecheck-contactbtn ul {
  list-style: none;
  text-align: center;
  padding: 0
}
.pricecheck-contactbtn p {
  margin: 0 15px
}
.devicelist-result p {
  margin: 20px
}
.pricecheck-contactbtn ul li a, .pricecheck-contactbtn ul li button, input[type=submit].inq_sub, .content-form button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #fc6b34;
  padding: 10px;
  width: 70%;
  height: 100%;
  border-radius: 35px;
  border: none;
  font-weight: 700;
  transition: .3s;
  border-bottom: 4px solid #fff;
  border-right: 3px solid #fff
}
input[type=submit].inq_sub, .content-form button {
  display: block;
  padding: 20px 10px
}
.pricecheck-contactbtn ul li a:hover, .pricecheck-contactbtn ul li button:hover {
  background: #439cf8
}
.pricecheck-contactbtn span.free {
  color: #fff;
  background: #ff4f72;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 50px
}
.pricecheck-contactbtn ul li form {
  height: 100%
}
#repairtabchildinner li {
  display: none
}
@media screen and (min-width:768px) {
  .repairtab ul.repairtabchildinner > li {
    width: calc(100%/3);
    padding: 10px
  }
  .pricecheck-contactbtn ul {
    display: flex;
    justify-content: space-around
  }
  .pricecheck-contactbtn ul li {
    width: 50%;
    padding: 0 10px
  }
}
@media screen and (max-width:767px) {
  .pricecheck-step ol {
    margin-top: 0;
    margin-bottom: 20px
  }
  .pricecheck-step ol li {
    padding: 5px 0;
    width: 25%
  }
  .pricecheck-step ol li.active {
    width: 50%
  }
  .pricecheck-step ol li.active h3 {
    font-size: 12px
  }
  .pricecheck-step ol li h3 {
    font-size: 11px
  }
  .pricecheck-step ol li h3 span {
    font-size: 11px
  }
  .pricecheck-step ol li svg, .pricecheck-step ol li i {
    font-size: 15px !important
  }
  .pricecheck-step ol li svg, .pricecheck-step ol li.active i {
    font-size: 20px !important
  }
  .repairtab, .popular_repair, .pricecheck-contactbtn {
    margin: 0 -10px 20px
  }
  .repairtabchildinner-wrap {
    padding: 10px 5px
  }
  .repairtab ul.repairtabchild {
    margin: 0;
    padding: 10px
  }
  .repairtab.repair-menu ul.repairtabchild > li {
    padding: 5px
  }
  .repairtab ul.repairtabparent > li {
    font-size: 12px
  }
  .repairtab ul.repairtabparent > li strong {
    font-size: 15px;
    display: block
  }
  .repairtab ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 0
  }
  .repairtab ul.repairtabchild > li {
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -.7px;
    margin-right: 10px
  }
  .repairtab ul.repairtabchildinner > li h3 {
    font-size: 15px
  }
  .repairtab ul.repairtabchild > li form {
    margin: 0
  }
  .repairtab ul.repairtabchild > li:before {
    font-size: 12px;
    top: 4px;
    left: 5px
  }
  .repairtab ul.repairtabchildinner > li {
    padding: 5px;
    width: 100%
  }
  .repairtab ul.repairtabchildinner > li .ptl-li-wrap {
    padding: 8px 5px
  }
  .repairtab ul.repairtabchildinner p {
    padding: 0 10px;
    font-size: 13px;
    line-height: 140%
  }
  .repairtab ul.repairtabchildinner p.info {
    font-size: 2.8vw;
    margin: 0;
    padding: 10px;
    border: none
  }
  .pricecheck-contactbtn ul li {
    margin: 0 auto 25px;
    width: 100%
  }
  .ptl-device.ptl form {
    margin: 0
  }
  .form-wrap {
    flex-direction: column;
    justify-content: unset
  }
  .form-wrap .form-group {
    width: 100%;
    margin-bottom: 10px
  }
  .form-wrap select {
    padding: 0 10px
  }
  .form-wrap button#button {
    width: 90%;
    margin: 0 auto
  }
  .form-wrap.form-wrap-keyword input#search.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px
  }
  .form-wrap.ptl-device-link {
    flex-direction: row;
    justify-content: space-between
  }
  .form-wrap.ptl-device-link form {
    width: 24%
  }
  .form-wrap {
    padding: 10px
  }
  .form-wrap.ptl-device-link button#button {
    padding: 10px 5px 10px 10px;
    font-size: 15px
  }
  .form-wrap.ptl-device-link form button#button small {
    font-weight: 400;
    display: block;
    margin-top: 7px;
    font-size: 11px
  }
  .pricecheck-contactbtn ul li a, .pricecheck-contactbtn ul li button {
    width: 85%
  }
}
.voice .voicecomment {
  color: #101010 !important
}
.post .repair_inquiry_div {
  max-width: 900px;
  margin: 0 auto 20px;
  line-height: 1.4
}
@media screen and (max-width:767px) {
  .post table.inquiry th {
    border-bottom: none;
    padding: 3px 7px;
    margin: 7px 0 0;
    background: #fce4d9;
    border-radius: 3px
  }
  span.mwform-checkbox-field.horizontal-item {
    margin-left: 10px
  }
  span.mwform-checkbox-field-text {
    margin-left: 0
  }
}
div#inquiry_form {
  border: 3px solid #fdf236;
  border-radius: 5px;
  padding: 20px 0
}
div#inquiry_form h3 {
  border: none;
  text-align: center;
  font-size: 1.6em
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}
.pc {
  display: inline-block
}
.sp {
  display: none
}
.nobo {
  border: 0 !important
}
.priceBox {
  width: 100%;
  border-radius: 6px;
  border: 3px solid #fdf236;
  margin-bottom: 30px
}
.repaire_ulBox {
  display: flex
}
.repaire_ulBox .repaire_ulBoxleft {
  width: 25%;
  background: #fdf236;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center
}
.repaire_ulBox .repaire_ulBoxleft div {
  margin: -74px 0 0
}
.repaire_ulBox .repaire_ulBoxright {
  width: 75%;
  padding: 25px 0;
  box-sizing: border-box
}
.repaire_ulBox .repaire_ulBoxright .ttl {
  font-weight: 700;
  margin-bottom: 16px;
  padding: 0 0 0 25px
}
.repaire_ulBox .repaire_ulBoxright .repairtabchild {
  padding: 0 !important;
  margin: 0 0 0 11px
}
.repairtab.repair-menu ul.repairtabchild > li {
  border: 2px solid #f2f2f2;
  background: #f2f2f2
}
.repairtab.repair-menu ul.repairtabchild > li.selected {
  border: 2px solid #439cf8
}
.repaire_ulBox .repaire_ulBoxright li {
  font-size: 16px !important;
  width: 30.7%;
  padding: 11px 5px !important;
  margin: 0 0 14px 14px !important
}
.repaire_ulBox .repaire_ulBoxright li .txtmid {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}
.repaire_ulBox .repaire_ulBoxright .inlineC {
  text-align: center
}
.repaire_ulBox .repaire_ulBoxright .more2 {
  display: inline-block;
  margin: 10px auto 5px auto;
  border: 3px solid #ffe102;
  padding: 5px 10px;
  border-radius: 20px
}
.repaire_ulBox .more2 .txtBold {
  display: inline-block;
  font-weight: 700 !important
}
@media screen and (max-width:767px) {
  .pc {
    display: none
  }
  .sp {
    display: inline-block
  }
  .priceBox {
    width: 94.6%;
    border-radius: 6px;
    border: 3px solid #fdf236;
    margin: 0 auto 30px auto
  }
  .repaire_ulBox {
    display: block
  }
  .repaire_ulBox .repaire_ulBoxleft {
    width: 100%;
    font-size: 4.27vw;
    display: block;
    padding: 10px 0
  }
  .repaire_ulBox .repaire_ulBoxleft div {
    margin: 0
  }
  .repaire_ulBox .repaire_ulBoxleft div img {
    width: 60%
  }
  .repaire_ulBox .repaire_ulBoxright {
    width: 100%;
    padding: 17px 12px 17px 7px
  }
  .repaire_ulBox .repaire_ulBoxright .ttl {
    font-size: 3.2vw;
    margin-bottom: 7px;
    padding: 0 0 0 5px
  }
  .repaire_ulBox .repaire_ulBoxright .repairtabchild {
    padding: 0 !important;
    margin: 0
  }
  .repaire_ulBox .repaire_ulBoxright li {
    font-size: 3.2vw !important;
    width: 31.8%;
    padding: 7px !important;
    margin: 0 0 5px 5px !important
  }
  .repaire_ulBox .repaire_ulBoxright li .txtmid {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
  }
  .repaire_ulBox .repaire_ulBoxright .inlineC {
    text-align: center
  }
  .repaire_ulBox .repaire_ulBoxright .more2 {
    display: inline-block;
    margin: 0 auto;
    border: 0;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 3.2vw
  }
  .repaire_ulBox .more2 .txtBold {
    font-weight: 700 !important
  }
  .repaire_ulBox .sptxt {
    color: #018cff;
    text-decoration: underline
  }
}
.resultBox .ttl {
  background: #fdf236;
  padding: 25px 0;
  text-align: center;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: relative
}
.resultBox .ttl:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  background: url("/wp-content/themes/luxech/images/price/ico_arrow01.png") no-repeat;
  margin: auto;
  width: 30px;
  height: 18px
}
.resultBox .ttl .txt26 {
  font-size: 26px
}
.resultBox .ttl .txt20 {
  font-size: 20px
}
.resultBox .sum {
  width: 45%;
  margin: 35px auto 25px auto;
  background: #ffff6f;
  padding: 24px 0 !important;
  text-align: center;
  position: relative
}
.resultBox .sum:after {
  content: "";
  background: url("/wp-content/themes/luxech/images/price/img_price_fukidashi01.png") no-repeat;
  position: absolute;
  top: -45px;
  right: -130px;
  height: 158px;
  width: 158px
}
.resultBox .sum h4 {
  margin: 0 !important
}
.resultBox .sum .nashiprice {
  color: #e50111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1
}
.resultBox .sum .nashiprice .txt30 {
  font-size: 30px
}
.resultBox .sum .nashiprice .txt20 {
  font-size: 20px
}
.resultBox .sum .ariprice {
  font-size: 16px;
  font-weight: 700
}
.repairtabchildinner-wrap ul {
  justify-content: center
}
.gaisan {
  font-size: 12px;
  text-align: center;
  padding: 20px 0 22px
}
.payment {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 40px
}
@media screen and (max-width:767px) {
  .resultBox .ttl {
    padding: 13px 0;
    font-size: 5.87vw;
    line-height: 1.3
  }
  .resultBox .ttl:after {
    background-size: 100%;
    bottom: -14px;
    width: 25px;
    height: 14px
  }
  .resultBox .ttl .txt26 {
    font-size: 4.8vw
  }
  .resultBox .ttl .txt20 {
    font-size: 4vw
  }
  .resultBox .sum {
    width: 80%;
    margin: 24px auto 15px auto;
    padding: 13px 0 !important
  }
  .resultBox .sum:after {
    top: -35%;
    right: -12%;
    background-size: 100%;
    height: 88px;
    width: 88px
  }
  .resultBox .sum h4 {
    margin: 0 !important
  }
  .resultBox .sum .nashiprice {
    font-size: 5.87vw;
    line-height: 1
  }
  .resultBox .sum .nashiprice .txt30 {
    font-size: 5.33vw
  }
  .resultBox .sum .nashiprice .txt20 {
    font-size: 4.27vw
  }
  .resultBox .sum .ariprice {
    font-size: 3.2vw
  }
  .repairtabchildinner-wrap ul {
    justify-content: center
  }
  .gaisan {
    font-size: 2.93vw;
    padding: 12px 0 20px
  }
  .payment {
    font-size: 4.27vw;
    padding: 0
  }
}
.reserveBox {
  padding: 50px 40px
}
.reserveBox .ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 33px;
  line-height: 1.2
}
.reserveBox .ttl .underblue {
  font-size: 16px;
  color: #018cff;
  border-bottom: 2px #018cff solid;
  display: inline-block;
  margin: 0 0 0 5px
}
.reserveBox .reserve2box {
  display: flex;
  justify-content: space-around
}
.reserveBox .h50box {
  width: 43.9%
}
.reserveBox .times .ttl {
  background: url("/wp-content/themes/luxech/images/price/bg_times01.png") repeat;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  line-height: 1;
  margin-bottom: 10px;
  position: relative
}
.reserveBox .times .ttl:after {
  content: "";
  background: url("/wp-content/themes/luxech/images/price/ico_lun01.png") repeat;
  position: absolute;
  width: 50px;
  height: 53px;
  top: -10px;
  right: 75px
}
.reserveBox .times .ttl div {
  margin-left: -55px
}
.reserveBox .times .txt01 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #111
}
.reserveBox .times .timebox {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  background: #ffff6f;
  padding: 7px;
  width: 86%;
  margin: 0 auto 10px auto;
  overflow: hidden
}
.reserveBox .times .timebox span {
  display: inline-block;
  padding: 28px 0 0 21px
}
.reserveBox .times .timebox .time {
  float: right;
  font-size: 48px;
  font-weight: 700;
  color: #018cff;
  background: #fff;
  padding: 21px 0 17px;
  text-align: center;
  width: 187px;
  display: inline-block;
  line-height: 1
}
.reserveBox .times02 .ttl {
  background: #f5f5f5;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #018cff;
  padding: 20px 0;
  line-height: 1;
  margin-bottom: 22px
}
.reserveBox .h50box li {
  background: #fc6b34;
  color: #fff;
  border-radius: 35px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}
.reserveBox .h50box li small {
  font-size: 16px;
  font-weight: 400
}
.reserveBox .h50box li a {
  display: block;
  color: #fff;
  padding: 11px 10px 11px 25%;
  text-decoration: none
}
.reserveBox .h50box li a:hover {
  border-radius: 35px
}
.reserveBox .h50box.times02 li {
  border-radius: 50px;
  margin-bottom: 10px
}
.reserveBox .h50box.times02 li a {
  padding: 25px 10px 25px 25%
}
.reserveBox .h50box.times02 li a:hover {
  border-radius: 50px
}
.reserveBox .h50box.times02 li button {
  text-align: center;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  background: url("/wp-content/themes/luxech/images/price/ico_pc01.png") no-repeat 40px center, #fc6b34;
  display: block;
  color: #fff;
  padding: 38px 0;
  border-radius: 50px
}
.reserveBox .h50box li button:hover {
  background: url("/wp-content/themes/luxech/images/price/ico_pc01.png") no-repeat 40px center, #fd8c62;
  border-radius: 50px;
  border: 0
}
.reserveBox .h50box .telico {
  background: url("/wp-content/themes/luxech/images/price/ico_tel01.png") no-repeat 40px center, #fc6b34
}
.reserveBox .h50box .telico:hover {
  background: url("/wp-content/themes/luxech/images/price/ico_tel01.png") no-repeat 40px center, #fd8c62
}
@media screen and (max-width:767px) {
  .reserveBox {
    width: 99% !important;
    padding: 20px 0 0
  }
  .reserveBox .ttl {
    font-size: 7.2vw;
    margin-bottom: 40px;
    line-height: 1.2
  }
  .reserveBox .ttl .underblue {
    font-size: 3.73;
    margin: 0 0 0 5px
  }
  .reserveBox .reserve2box {
    display: block
  }
  .reserveBox .h50box {
    width: 94.6%;
    margin: 0 auto
  }
  .reserveBox .times .ttl {
    font-size: 4.27vw;
    padding: 10px 0;
    margin-bottom: 10px
  }
  .reserveBox .times .ttl:after {
    background-size: 100%;
    width: 38px;
    height: 40px;
    top: -10px;
    right: 45px
  }
  .reserveBox .times .ttl div {
    margin-left: -38px
  }
  .reserveBox .times .txt01 {
    font-size: 4.27vw
  }
  .reserveBox .times .timebox {
    font-size: 3.73vw;
    padding: 5px;
    width: 72%;
    margin: 0 auto 10px auto
  }
  .reserveBox .times .timebox span {
    display: inline-block;
    padding: 23px 0 0 13px
  }
  .reserveBox .times .timebox .time {
    font-size: 5.87vw;
    padding: 21px 0 17px;
    width: 44%
  }
  .reserveBox .times02 .ttl {
    font-size: 4.27vw;
    padding: 10px 0;
    margin-bottom: 10px
  }
  .reserveBox .h50box ul {
    padding: 0
  }
  .reserveBox .h50box li {
    border-radius: 35px;
    font-size: 3.73vw;
    line-height: 1.2
  }
  .reserveBox .h50box li small {
    font-size: 2.93vw
  }
  .reserveBox .h50box li a {
    padding: 15px 10px 15px 18%
  }
  .reserveBox .h50box li a:hover {
    border-radius: 35px
  }
  .reserveBox .h50box.times02 li {
    border-radius: 35px;
    margin-bottom: 10px
  }
  .reserveBox .h50box.times02 li a {
    padding: 15px 10px 15px 18%
  }
  .reserveBox .h50box.times02 li a:hover {
    border-radius: 35px
  }
  .reserveBox .h50box.times02 li button {
    font-size: 3.73vw;
    background: url("/wp-content/themes/luxech/images/price/ico_pc01.png") no-repeat 20px center, #fc6b34;
    background-size: 30px;
    padding: 24px 0;
    border-radius: 35px
  }
  .reserveBox .h50box li button:hover {
    background: url("/wp-content/themes/luxech/images/price/ico_pc01.png") no-repeat 20px center, #fd8c62;
    background-size: 30px;
    border-radius: 35px
  }
  .reserveBox .h50box .telico {
    background: url("/wp-content/themes/luxech/images/price/ico_tel01.png") no-repeat 20px center, #fc6b34;
    background-size: 30px
  }
  .reserveBox .h50box .telico:hover {
    background: url("/wp-content/themes/luxech/images/price/ico_tel01.png") no-repeat 20px center, #fd8c62;
    background-size: 30px
  }
}
.pricemap01 {
  display: flex;
  margin: 0 0 30px
}
.pricemap01 .companyBox {
  width: 32%
}
.pricemap01 .companyBox h4 {
  height: 38px !important
}
.pricemap01 .mapBox {
  width: 68%;
  padding: 0 0 0 2%;
  box-sizing: border-box
}
.pricemap01 .mapBox .gmap02 iframe {
  width: 100%;
  height: 405px !important
}
@media screen and (max-width:767px) {
  div#foot-in.pricefoot {
    padding: 45px 0 0 !important
  }
  .pricemap01 {
    display: block;
    margin: 0 0 30px
  }
  .pricemap01 .companyBox {
    width: 94.6%;
    margin: 0 auto 15px auto
  }
  .pricemap01 .companyBox h4 {
    font-size: 3.73vw !important;
    height: 35px !important
  }
  .pricemap01 .mapBox {
    width: 94.6%;
    margin: 0 auto;
    padding: 0
  }
  .pricemap01 .mapBox .gmap02 iframe {
    width: 100%;
    height: 205px !important
  }
  .pricefoot .footer-table {
    font-size: 3.2vw
  }
}
.accessBox {
  background: #fff;
  border-radius: 10px;
  padding: 40px 6%
}
.accessBox h2 {
  border: none;
  background: #f5f5f5;
  padding: 15px 10px 15px 50px;
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px
}
.accessBox h2:before {
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(/wp-content/uploads/2018/06/sma-sta_apple.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 30px;
  width: 30px
}
.accessBox .access-map {
  width: 100%
}
.accessBox .access-map ul li {
  width: 31.3% !important;
  margin: 0 1% !important;
  padding-bottom: 30px !important;
  font-size: 16px !important
}
@media screen and (max-width:767px) {
  .accessBox {
    width: 94.6%;
    padding: 15px;
    margin: 0 auto
  }
  .accessBox h2 {
    font-size: 3.73vw;
    font-weight: 700;
    padding: 10px 10px 10px 50px;
    margin: 0 0 16px
  }
  .accessBox h2:before {
    position: absolute;
    top: 3px;
    left: 10px;
    background: url(/wp-content/uploads/2018/06/sma-sta_apple.png) no-repeat center;
    background-size: contain;
    content: "";
    height: 30px;
    width: 30px
  }
  .accessBox .access-map ul li {
    width: 44.3% !important;
    margin: 0 2.5% !important;
    padding-bottom: 30px !important;
    font-size: 3.73vw !important
  }
}
.snsBox {
  padding: 40px 0 0;
  text-align: center
}
.snsBox div {
  width: 412px;
  vertical-align: top;
  display: inline-block;
  text-align: left
}
.snsBox .tw iframe {
  height: 290px !important
}
.snsBox .repairinfo {
  margin-left: 27px
}
@media screen and (max-width:767px) {
  .pricefoot02 {
    padding: 0 !important
  }
  .snsBox {
    width: 94.6%;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center
  }
  .snsBox div {
    width: 100%;
    vertical-align: top;
    display: block;
    text-align: left;
    margin: 0 auto
  }
  .snsBox .tw iframe {
    height: 547px !important
  }
  .snsBox .repairinfo {
    margin-left: 0
  }
}

@media (min-width: 768px){
#gnavi ul li.misterminit a>span {
    background-color: #4cb1c8;
    letter-spacing: -3px;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    font-size: 13px;
    background-size: auto 30%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px;
}
}

@media screen and (min-width: 1200px){
#gnavi ul li.misterminit a>span {
    background-color: #4cb1c8;
    letter-spacing: normal;
    background-image: url(/wp-content/themes/luxech/images/misterminit.png);
    text-align: right;
    background-size: auto 50%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-right: 10px;
}
}
@media screen and (min-width: 1270px){
#gnavi ul li.misterminit a>span, #gnavi ul li.misterminit a:hover>span {
    background-position: 8px 73%;
    background-size: auto 30%;
    font-size: 1.6rem;
}
}
.table thead {
    background: #333333;
    color: #ffffff;
}
.repair_price table tbody tr:nth-child(odd) th, .repair_price table thead td[colspan]:nth-child(even) {
    background: #222;
}


.pagination>.active>span, .pagination>li>a:hover {
    color: #fff;
    background: #dc143c;
}



/*tuika 2021 0426*/
#foot-in h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;}