/*
Theme Name: Repair Master
Theme URI: http://repair-master.jp/
Description: A theme by <a href="http://war.co.jp">Warrior Co. Ltd.</a>.
Version: 1
Author: Shin Ando
Author URI: https://andoshin11.github.io
*/
/* Color */
/* Modifier */
.shadow_true {
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}

.color_blue {
  color: #1276c3;
}

.is_accent {
  color: #1276c3;
  font-weight: bold;
  font-size: 16px;
}

/* Block */
h3 {
  font-size: 20px;
  background-image: url(./images/background.png);
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 2;
  display: inline-block;
  margin: 20px 0;
}

.page-title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}

.page-subtitle {
  padding: 10px 5px 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}

/* Color */
/* Modifier */
.background-black {
  background-color: #222;
}

.weight-bold {
  font-weight: bold;
}

/* Block */
body {
  font-size: 14px;
  font-family: Corbel, 'MS PGothic', 'Microsoft JhengHei', Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
}

.archive__header {
  color: #fff;
  padding: 10px 20px;
  height: 44px;
  line-height: 34px;
  box-sizing: border-box;
  background: linear-gradient(225deg, transparent 10px, #222 10px);
  display: inline;
  font-weight: bold;
  font-size: 1.2rem;
}
.archive__body {
  border: solid 1px #222;
  padding: 10px;
  height: 200px;
  margin-top: 3px;
}

.column__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}
.column__time {
  margin-bottom: 10px;
  color: #ddd;
}
.column__body {
  padding: 10px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.column__image {
  margin-bottom: 20px;
}
.column__image img {
  display: block;
  margin: auto;
}

.columns__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}

.content {
  width: 90%;
  margin-left: 5%;
  padding: 20px 0;
  display: inline-block;
}
.content__body {
  width: 70%;
  float: left;
  position: relative;
}
.content__sidebar {
  width: 25%;
  margin-right: 5%;
  float: left;
}

.faq {
  margin-bottom: 20px;
}
.faq__question {
  color: #fff;
  padding: 10px 20px;
  height: 44px;
  line-height: 34px;
  box-sizing: border-box;
  background: linear-gradient(225deg, transparent 10px, #222 10px);
  display: inline;
  font-size: 1.2rem;
}
.faq__question .faq__icon {
  margin-right: 10px;
}
.faq__answer {
  border: solid 1px #222;
  padding: 10px 20px;
  line-height: 1.5;
}
.faq__answer .faq__icon {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #d63838;
}

.faq-title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 50px;
}

.footer__sub {
  padding: 0 15%;
  display: inline-block;
  width: 70%;
  height: 50px;
  border-top: solid 2px #ddd;
  line-height: 50px;
  position: relative;
}
.footer__sub__link {
  display: inline;
  border-bottom: solid 1px #222;
  padding-bottom: 5px;
  cursor: pointer;
}
.footer__sub__pageup {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #d63838;
  position: absolute;
  right: 15%;
  top: 0;
  text-align: center;
  font-size: 42px;
  cursor: pointer;
}

.footer-content {
  padding: 20px 5%;
  display: inline-block;
  width: 90%;
}
.footer-content__description {
  text-align: center;
}
.footer-content__image {
  display: block;
  margin: 20px auto 0;
}
.footer-content__store:nth-child(3n) {
  margin-right: 0;
}
.footer-content__store .store__address, .footer-content__store .store__business-time, .footer-content__store .store__phone {
  color: #222;
  font-size: 13px;
}

.footer-header {
  height: 80px;
  background-color: #ddd;
  border-bottom: solid 2px #222;
  text-align: center;
  padding-top: 10px;
}
.footer-header__title {
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
}
.footer-header__subtitle {
  font-size: 14px;
}
.footer-header__description {
  text-align: center;
}
.footer-header.background-blue {
  background-color: #1276c3;
  color: #fff;
}

.footer-main {
  padding: 50px 15%;
  background-color: #eee;
  min-height: 300px;
  width: 70%;
}
.footer-main__image {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
.footer-main__button {
  color: #1276c3;
  border: solid 1px #1276c3;
  border-radius: 2px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.footer-main__info {
  width: 25%;
  float: left;
  display: block;
}
.footer-main__nav {
  width: 75%;
  float: left;
  display: block;
}
.footer-main__nav ul {
  box-sizing: border-box;
  padding-right: 10px;
  display: block;
  float: left;
  width: 25%;
  list-style: none;
}
.footer-main__nav li {
  text-decoration: underline;
  margin-bottom: 5px;
}
.footer-main__nav li i {
  color: #ffb900;
  margin-right: 5px;
}

.hiw {
  box-sizing: border-box;
  position: relative;
  width: 25%;
  float: left;
  background-color: #eee;
}
.hiw__body {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 0 10px 0 30px;
}
.hiw__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 200px 20px;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  z-index: 20;
  right: -20px;
  top: 0;
}
.hiw__icon {
  background-color: #fff;
  width: 80px;
  height: 80px;
  margin: 20px auto 20px;
  border-radius: 50%;
}
.hiw__image {
  width: 70%;
  display: block;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.hiw__title {
  margin-bottom: 10px;
  text-align: center;
}
.hiw__title span {
  color: #1276c3;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #1276c3;
  padding-bottom: 3px;
}
.hiw:nth-child(even) {
  background-color: #fff;
}
.hiw:nth-child(even) .hiw__arrow {
  border-color: transparent transparent transparent #fff;
}

.hiw-group {
  height: 420px;
}

.jirei__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.jirei__info {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
}
.jirei__info:nth-child(odd) {
  margin-right: 2%;
}
.jirei__info__label {
  width: 40%;
  float: left;
  color: #1276c3;
}
.jirei__info__content {
  width: 60%;
  float: left;
}
.jirei__thumbnail img {
  width: 60%;
  display: block;
  margin: 20px auto;
}
.jirei__left {
  width: 48%;
  margin-right: 1%;
  box-sizing: border-box;
  display: inline-block;
}
.jirei__right {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 5px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}

.jirei-nav {
  margin-top: 50px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.jirei-nav__title {
  font-size: 20px;
  line-height: 2;
}
.jirei-nav__description {
  margin-bottom: 20px;
}
.jirei-nav__link {
  width: 49%;
  box-sizing: border-box;
  color: #fff;
  background-color: #d63838;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 28px;
  margin-bottom: 3px;
  cursor: pointer;
  transition: .3s;
}
.jirei-nav__link:first-child {
  margin-right: 1%;
}
.jirei-nav__link:hover {
  opacity: .6;
}

.label-lg {
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #1276c3;
  font-size: 2.3rem;
  border-bottom: solid 2px #222;
  margin-bottom: 20px;
}

.loading i {
  display: block;
  text-align: center;
  margin: 10px auto;
}
.loading__message {
  text-align: center;
  font-size: 20px;
}

.main-header {
  background-color: #fff;
  height: 100px;
  padding: 0 5%;
  position: relative;
}
.main-header__left {
  display: inline-block;
  width: 50%;
}
.main-header__right {
  display: inline-block;
  width: 50%;
  float: right;
  position: relative;
}
.main-header__icon {
  display: block;
  margin-bottom: 5px;
}
.main-header__icons {
  display: inline-block;
  position: absolute;
  top: 10px;
}
.main-header__logo {
  display: inline-block;
  top: 50%;
  position: relative;
  transform: translateY(-47%);
}
.main-header__phone {
  display: inline-block;
  top: 50%;
  position: relative;
  transform: translateY(-47%);
}

.main-visual {
  background-color: #ddd;
  height: auto;
}

.pager {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pager__page {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: solid 1px #ddd;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  transition: .3s;
}
.pager__page.active {
  background-color: #1276c3;
  color: #fff;
}
.pager__page:hover {
  background-color: #1276c3;
  color: #fff;
}
.pager__arrow {
  margin-right: 10px;
  line-height: 20px;
  cursor: pointer;
  transition: .3s;
  display: inline-block;
}
.pager__arrow:hover {
  opacity: .6;
}

.plan__title {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 20px;
}
.plan__title__inner {
  display: inline-block;
}
.plan__subtitle {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
.plan__nav {
  width: 98%;
  box-sizing: border-box;
  padding: 10px;
}
.plan__nav h3 {
  display: inline-block;
  line-height: 2;
}
.plan__nav__description {
  line-height: 1.5;
}
.plan__nav__links.num_1 .plan__nav__link {
  background-color: #d63838;
  color: #fff;
  width: 99%;
  line-height: 2;
  font-size: 24px;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
.plan__nav__links.num_1 .plan__nav__link:hover {
  opacity: .6;
}

.post-sm {
  width: 23%;
  background: no-repeat;
  background-size: cover;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  transition: .3s;
  margin-right: 1%;
  display: inline-block;
}
.post-sm__title {
  color: #fff;
  bottom: 10px;
  position: absolute;
}
.post-sm:hover {
  opacity: .6;
}

.privacy {
  margin-bottom: 50px;
}

.repair-case {
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  width: 23%;
}
.repair-case__thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.repair-case__title {
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
}
.repair-case__summary {
  height: 50px;
}
.repair-case__more {
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #d63838;
}

.section {
  margin-bottom: 40px;
}
.section__header {
  padding-bottom: 10px;
  border-bottom: solid 2px #ddd;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.shop__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}

.phone_number{
  text-align: center;
}

.shop__info {
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
}
.shop__info__label {
  width: 19%;
  display: inline-block;
  color: #1276c3;
}
.shop__info__content {
  width: 80%;
  display: inline-block;
}
.shop__thumbnail img {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
}
.shop__description img {
  height: auto !important;
  max-width: 80%;
}
.shop__body {
  position: relative;
}
.shop__left {
  width: 48%;
  margin-right: 1%;
  box-sizing: border-box;
  display: inline-block;
}
.shop__right {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 5px;
  position: absolute;
  left: 50%;
}
.shop__bottom {
  margin-top: 20px;
}
.shop__link {
  width: 32%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 24px;
  margin-bottom: 3px;
  cursor: pointer;
  transition: .3s;
  margin-right: 1%;
}
.shop__link:last-child {
  margin-right: 0;
}
.shop__link:hover {
  opacity: .6;
}
.shop__link.phone {
  background-color: #d63838;
}
.shop__link.mail {
  background-color: #1276c3;
}
.shop__link.line {
  background-color: #52bc25;
}
.shop__link i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.shop__link__icon {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.sidebar-header {
  padding: 5px 10px;
  height: 44px;
  line-height: 34px;
  box-sizing: border-box;
  background: linear-gradient(225deg, transparent 10px, #222 10px);
}
.sidebar-header.background-blue {
  background: linear-gradient(225deg, transparent 10px, #1276c3 10px);
}
.sidebar-header__content {
  float: left;
  color: #fff;
}
.sidebar-header__icon {
  background-color: #fff;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.sidebar-header__image {
  width: 70%;
  display: block;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.sidebar-list {
  padding-left: 0;
  list-style: none;
  margin: 0 0 40px;
}
.sidebar-list__item {
  padding: 0 20px;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sidebar-list__item:nth-child(even) {
  background-color: #eee;
}
.sidebar-list__arrow::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ffb900;
}
.sidebar-list__arrow::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}
.sidebar-list__arrow.background-grey::after {
  background: #eee;
}
.sidebar-list__content {
  display: inline;
  padding-left: 15px;
}

.store {
  width: 32%;
  margin-right: 1%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  display: block;
}
.store i {
  color: #ffb900;
}
.store__info {
  width: 50%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.store__name {
  color: #1276c3;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
  font-weight: bold;
  line-height: 1;
}
.store__thumbnail {
  width: 50%;
  float: left;
}
.store__thumbnail img {
  max-width: 100%;
}
.store__address {
  margin-bottom: 5px;
}
.store__business-time {
  margin-bottom: 5px;
}
.store__phone {
  margin-bottom: 5px;
}
.store__more {
  display: block;
  background: #d63838;
  color: #fff;
  line-height: 2;
  width: 180px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}
.store__more:hover {
  opacity: .6;
  text-decoration: none;
}

.stores__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}

.stores-list__item {
  width: 48%;
  margin-bottom: 20px;
}

.sub-header {
  background-color: #1276c3;
  height: 60px;
}
.sub-header__content {
  width: 50%;
  margin: auto;
}

.sub-visual {
  background-color: #ddd;
  height: auto;
  border-bottom: solid 2px #222;
}
.sub-visual img {
  display: block;
  margin: auto;
}

.summary {
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 5px;
}
.summary__body {
  position: relative;
}
.summary__title {
  margin-bottom: 10px;
}
.summary__title span {
  font-size: 20px;
  background-image: url(./images/background.png);
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 2;
  display: inline-block;
}
.summary__thumbnail {
  display: inline-block;
  box-sizing: border-box;
}
.summary__thumbnail img {
  max-width: 100%;
}
.summary__middle {
  width: 24%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
}
.summary__right {
  width: 48%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 51%;
}
.summary__info {
  border-bottom: solid 1px #ddd;
  line-height: 1.5;
}
.summary__label {
  display: inline-block;
  color: #1276c3;
  width: 48%;
}
.summary__content {
  display: inline-block;
  width: 50%;
}
.summary__date {
  margin-bottom: 10px;
  color: #ddd;
}
.summary__text {
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
.summary__more {
  color: #fff;
  background-color: #d63838;
  line-height: 2;
  width: 180px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
}
.summary__more:hover {
  opacity: .6;
  text-decoration: none;
}

.symptom__body {
  position: relative;
}
.symptom__left {
  width: 20%;
  margin-right: 1%;
  display: inline-block;
}
.symptom__right {
  width: 78%;
  display: inline-block;
  position: absolute;
  left: 23%;
}
.symptom__thumbnail img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.symptom-nav {
  margin: 30px 0 50px;
}
.symptom-nav__title {
  font-size: 20px;
  line-height: 2;
}
.symptom-nav__description {
  margin-bottom: 20px;
}
.symptom-nav__link {
  width: 99%;
  box-sizing: border-box;
  color: #fff;
  background-color: #d63838;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 28px;
  margin-bottom: 3px;
  cursor: pointer;
  transition: .3s;
}
.symptom-nav__link:hover {
  opacity: .6;
}

.symptom-list {
  margin-bottom: 30px;
}
.symptom-list__cause {
  background-color: #eee;
  line-height: 2;
  margin-bottom: 10px;
  padding: 0 10px;
}
.symptom-list__cause i {
  color: #ffb900;
  display: inline-block;
  margin-right: 10px;
}

.symptoms__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}

.symptoms-list__item {
  display: inline-block;
}
.symptoms-list .summary__text {
  -webkit-line-clamp: 4;
}

.voice__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.voice__info {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
}
.voice__info:nth-child(odd) {
  margin-right: 2%;
}
.voice__info__label {
  width: 40%;
  float: left;
  color: #1276c3;
}
.voice__info__content {
  width: 60%;
  float: left;
}
.voice__thumbnail img {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  padding-top: 10px;
}
.voice__body {
  position: relative;
}
.voice__left {
  width: 48%;
  margin-right: 1%;
  box-sizing: border-box;
  display: inline-block;
}
.voice__right {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 5px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  position: absolute;
  left: 50%;
}

.voice-nav {
  margin: 50px 0;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.voice-nav__title {
  margin-bottom: 20px;
}
.voice-nav__title span {
  font-size: 20px;
  background-image: url(./images/background.png);
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 2;
  display: inline-block;
}
.voice-nav__description {
  margin-bottom: 20px;
}
.voice-nav__link {
  width: 32%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 2;
  font-size: 24px;
  margin-bottom: 3px;
  cursor: pointer;
  transition: .3s;
  margin-right: 1%;
}
.voice-nav__link:last-child {
  margin-right: 0;
}
.voice-nav__link:hover {
  opacity: .6;
}
.voice-nav__link.phone {
  background-color: #d63838;
}
.voice-nav__link.mail {
  background-color: #1276c3;
}
.voice-nav__link.line {
  background-color: #52bc25;
}
.voice-nav__link i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.voice-nav__link__icon {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.voice-recent {
  position: relative;
}
.voice-recent__header {
  color: #fff;
  padding: 10px;
  height: 44px;
  line-height: 34px;
  box-sizing: border-box;
  background: linear-gradient(225deg, transparent 10px, #222 10px);
  display: inline;
  font-size: 1rem;
}
.voice-recent__body {
  border: solid 1px #222;
  padding: 10px;
}
.voice-recent__nav {
  width: 180px;
  border: solid 1px #d63838;
  color: #d63838;
  line-height: 2;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  transition: .3s;
  text-decoration: none;
  cursor: pointer;
}
.voice-recent__nav:hover {
  text-decoration: none;
  background: #d63838;
  color: #fff;
}

.voices__title {
  text-align: center;
  color: #fff;
  background-color: #1276c3;
  line-height: 2;
  font-size: 26px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
  margin-bottom: 20px;
}

.voices-list__item {
  width: 48%;
  display: inline-block;
}
.voices-list .summary__title span {
  display: block;
}

.pb10 {
  padding-bottom: 10px;
}

.fl-r {
  float: right;
}

.newsList-list {
  overflow: auto;
  height: 200px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 0px 1px #222;
  -moz-box-shadow: 1px 1px 0px 1px #222;
  -webkit-box-shadow: 1px 1px 0px 1px #222;
}
.newsList-list .summary__text {
  word-wrap: normal;
}

.rm-price-note{
  margin-top: 40px;
  line-height: 1.5;
  font-size: 12px;
}

.rm-price-note p{
  line-height: inherit;
  margin: 0 0 5px 0;
}

@media screen and (min-width: 481px) {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  font-size: 12px;
}


.shop__header_banner {
  width: 100%;
}
.shop__header_banner img {
  width: 100%;
}
.shop__header_banner .banner_pc {
  display: block;
}
.shop__header_banner .banner_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop__header_banner .banner_sp {
    display: block;
  }
  .shop__header_banner .banner_pc {
    display: none;
  }
}