@charset "UTF-8";
/****************************************
		0. Import
*****************************************/
/*options*/
   /*
  $base-grid: true,
  $margin-grid: true,
  $padding-grid: true,
  $block-grid: true,
  $collapse: true,
  $offset: true,
  $vertical-grid: true,
  $frame-grid: true

);
*/
/****************************************
		1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

main {
  display: block;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #981d98;
  cursor: pointer;
}
a:hover * {
  color: #981d98 !important;
}

nav {
  display: block;
}

/*Clear*/
.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* *::after, * *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.inline {
  display: inline;
}

.columns, .column {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.space1 {
  margin-bottom: 5px;
}

.space2 {
  margin-bottom: 10px;
}

.space3 {
  margin-bottom: 15px;
}

.space4 {
  margin-bottom: 20px;
}

.space5 {
  margin-bottom: 25px;
}

.space6 {
  margin-bottom: 30px;
}

.space7 {
  margin-bottom: 35px;
}

.space8 {
  margin-bottom: 40px;
}

.space9 {
  margin-bottom: 45px;
}

.space10 {
  margin-bottom: 50px;
}

.space11 {
  margin-bottom: 55px;
}

.space12 {
  margin-bottom: 60px;
}

.space13 {
  margin-bottom: 65px;
}

.space14 {
  margin-bottom: 70px;
}

.space15 {
  margin-bottom: 75px;
}

.space16 {
  margin-bottom: 80px;
}

.space17 {
  margin-bottom: 85px;
}

.space18 {
  margin-bottom: 90px;
}

.space19 {
  margin-bottom: 95px;
}

.space20 {
  margin-bottom: 100px;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
figure, picture {
  margin: 0;
  display: block;
}

.googlemap_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.googlemap_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.last {
  margin-bottom: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: none;
  /* ※ブラウザが標準で付加する線を消したいとき */
}

/****************************************
		0.1. font-family
*****************************************/
/*
300 light
400 normal
500 medium
600
700
800 bold
*/
/****************************************
		0.1. define
*****************************************/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.underline {
  text-decoration: underline;
}

.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hover_a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 779px) {
  .mdbr::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 959px) {
  .lgbr::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 960px) {
  .pcbr::before {
    content: "\a";
    white-space: pre;
  }
}

.pagetop {
  display: block;
  position: fixed;
  z-index: 999;
  transform: none !important;
  -webkit-transform: none !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /*
  @include max-screen( $max-large-width ){
      width:40px;
      height:40px;
      bottom:20px;
      right:20px;
  }
  */
}
.pagetop:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 779px) {
  .pagetop {
    width: 33.6px;
    height: 33.6px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .pagetop {
    width: 56px;
    height: 56px;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pagetop {
    width: 56px;
    height: 56px;
    bottom: 30px;
    right: 30px;
  }
}
.pagetop img {
  width: 100%;
  height: 100%;
}

.img_fit img {
  width: 100%;
}

/***********************************/
/*Common Setting*/
/***********************************/
hr.grade {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  margin: 20px 0;
}

hr.hr_kigo {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
  margin: 40px 0;
}
hr.hr_kigo:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

/*****************************/
/*input deny*/
.prevent {
  pointer-events: none;
}

/*spmenu open html not scroll*/
.not_scroll {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*******************************/
/***********************************/
/*.inner_Setting*/
/***********************************/
.inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 519px) {
  .inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  .inner {
    max-width: 520px;
  }
  .inner.inner_slide {
    max-width: 800px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .inner {
    width: 100%;
    max-width: 520px;
  }
  .inner.inner_slide {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    width: 100%;
  }
}

/***********************************/
/*.wrapper Setting*/
/***********************************/
.wrapper {
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 519px) {
  .wrapper {
    width: 100vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  .wrapper {
    width: 100vw;
  }
}
@media screen and (min-width: 780px) {
  .wrapper {
    width: 100%;
  }
}

/***********************************/
/*01 body main setting*/
/***********************************/
body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-image: url("../images/common/background.jpg");
  background-size: 400px 400px;
  background-repeat: repeat;
  font-size: 14px;
}

main {
  position: relative;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 519px) {
  main {
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  main {
    width: 520px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  main {
    width: 780px;
    min-width: 780px;
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  main {
    width: 100%;
    max-width: 1020px;
  }
}

section {
  /*
  @include max-screen( $max-large-width){
      padding-left:10px;
      padding-right:10px;
  }
  */
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1.h1_normal {
  color: #981d4d;
  margin-bottom: 30px;
  text-align: center;
}

h2.h2_normal {
  color: #981d4d;
  margin-bottom: 30px;
  text-align: center;
}

p {
  line-height: 1.7;
}

.btn_detail {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100px;
  background-color: #981d4d;
  letter-spacing: 1px;
  font-size: 12px;
  min-height: 15px;
  text-align: center;
  color: white;
  position: relative;
  line-height: 14px;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.2s;
}
.btn_detail:hover {
  background-color: #000;
  color: #FFF !important;
}

/***********************************/
/*Header*/
/***********************************/
header.header_pc {
  width: 100%;
  background-color: #FFF;
  margin: 0 auto 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 519px) {
  header.header_pc {
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  header.header_pc {
    width: 520px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  header.header_pc {
    width: 780px;
    min-width: 780px;
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  header.header_pc {
    width: 100%;
    max-width: 1020px;
  }
}
@media screen and (min-width: 0) and (max-width: 779px) {
  header.header_pc {
    display: none;
  }
}
header.header_pc .header_inner {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
header.header_pc .header_inner .head_copy {
  position: absolute;
  left: 40px;
  top: 20px;
}
header.header_pc .logo_wrapper {
  padding-top: 60px;
}
header.header_pc .logo_wrapper .logo {
  display: block;
  width: 171px;
}
header.header_pc .right_wrapper {
  width: 50%;
  margin-left: auto;
}
header.header_pc .right_wrapper .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 12px;
}
header.header_pc .right_wrapper .sns_wrapper a.sns_icon {
  display: block;
  width: 36px;
}
header.header_pc .right_wrapper .sns_wrapper a.sns_icon:nth-child(1), header.header_pc .right_wrapper .sns_wrapper a.sns_icon:nth-child(2), header.header_pc .right_wrapper .sns_wrapper a.sns_icon:nth-child(3) {
  margin-right: 10px;
}
header.header_pc .right_wrapper .info {
  text-align: right;
  line-height: 25px;
}
header.header_pc .right_wrapper .tel {
  line-height: 32px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
header.header_pc nav.nav_pc {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
header.header_pc nav.nav_pc ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
header.header_pc nav.nav_pc ul li {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #55545d;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  header.header_pc nav.nav_pc ul li {
    padding: 2px 5px;
  }
}
@media screen and (min-width: 960px) {
  header.header_pc nav.nav_pc ul li {
    padding: 5px 10px;
  }
}
header.header_pc nav.nav_pc ul li:nth-child(1) {
  border-left: none !important;
}
header.header_pc nav.nav_pc ul li a {
  line-height: 17px;
  color: #55545d;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 959px) {
  header.header_pc nav.nav_pc ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  header.header_pc nav.nav_pc ul li a {
    font-size: 14px;
  }
}
header.header_pc nav.nav_pc ul li a.current, header.header_pc nav.nav_pc ul li a:hover {
  color: #981d4d;
}

header.header_sp {
  background-color: #fffaff;
  height: 60px;
  width: 100vw;
  position: fixed;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 780px) {
  header.header_sp {
    display: none;
  }
}
header.header_sp.is_login {
  top: 46px !important;
}
header.header_sp .logo_sp {
  display: block;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header.header_sp .btn_tel {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 10px;
  background-image: url("../images/common/phone.png");
  background-size: cover;
}

.header_sp_space {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 780px) {
  .header_sp_space {
    display: none;
  }
}

/*-----------------------------------------------------*/
/*           スマホボタン                               */
/*-----------------------------------------------------*/
.btn-trigger_wrapper {
  width: 40px;
  height: 40px;
  /*padding:22px 19px;*/
  background-color: #fffaff;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn-trigger {
  position: relative;
  width: 21px;
  height: 16px;
  top: 11px;
  left: 10px;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #981d4d;
  border-radius: 0;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 7px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.btn-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -13px;
}

.btn-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.btn-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

/***********************************/
/*SP MENU　スマホメニュー*/
/***********************************/
nav.header-nav_sp {
  width: 80vw;
  position: fixed;
  right: 0;
  top: 40px;
  height: 100%;
  background-color: #FFF;
  padding: 50px 20px 120px;
  overflow-y: scroll;
  transform: translate(100%, 0);
  transition: all 0.5s;
}
nav.header-nav_sp.active {
  transform: translate(0, 0);
}
nav.header-nav_sp .btn_area {
  padding: 30px;
  width: 100%;
}
nav.header-nav_sp .btn_area .btn_close {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto;
}
nav.header-nav_sp .sp_menu_item {
  text-align: center;
  margin-bottom: 20px;
  background-color: #B2B2B2;
  position: relative;
  left: 100%;
  transition: all 0.2s ease-out;
  border-radius: 5px;
  overflow: hidden;
}
nav.header-nav_sp .sp_menu_item.anim {
  left: 0;
}
nav.header-nav_sp .sp_menu_item a.link {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding: 20px 0;
}
nav.header-nav_sp .sp_menu_item a.link.current {
  background-color: #666;
  font-weight: bold;
}
nav.header-nav_sp .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
nav.header-nav_sp .sns_wrapper a {
  display: block;
  /*
  margin-right:30px;
  margin-bottom:30px;
  */
}
nav.header-nav_sp .sns_wrapper a.instagram, nav.header-nav_sp .sns_wrapper a.line {
  margin-right: 0 !important;
}
nav.header-nav_sp .sns_wrapper a.ameblo,
nav.header-nav_sp .sns_wrapper a.instagram,
nav.header-nav_sp .sns_wrapper a.facebook,
nav.header-nav_sp .sns_wrapper a.google_b {
  width: 40px;
  height: 40px;
}
nav.header-nav_sp .sns_wrapper a.line {
  width: 128px;
}

/***********************************/
/*Footer*/
/***********************************/
section.sec_common .footer_nav {
  /*
  @include flex;
  @include flex-justify-content-center;
  @include flex-wrap-wrap;
  */
  padding: 20px 20px;
  text-align: center;
}
section.sec_common .footer_nav li {
  padding: 0 10px;
  border-left: 1px solid #000;
  display: inline-block;
}
section.sec_common .footer_nav li.item1 {
  border-left: none !important;
}
@media screen and (max-width: 779px) {
  section.sec_common .footer_nav li.item1 {
    display: block;
  }
}
@media screen and (max-width: 779px) {
  section.sec_common .footer_nav li.item2 {
    border-left: none !important;
  }
}
@media screen and (max-width: 779px) {
  section.sec_common .footer_nav li {
    margin-bottom: 30px;
  }
}
section.sec_common .footer_nav li a {
  font-size: 11px;
  font-weight: bold;
}

footer .copy {
  width: 100%;
  background-color: #981D4D;
  text-align: center;
  padding: 10px 10px;
}
footer .copy span {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

/***********************************/
/*TOP Front*/
/***********************************/
section.sec_slider {
  padding-bottom: 80px;
  max-width: 1600px;
  margin: 0 auto;
}
section.sec_slider .arrow_l,
section.sec_slider .arrow_r {
  display: block;
  font-size: 0;
  border-color: transparent;
  background-color: #FFFFFF;
  border-width: 0px;
  text-align: center;
  color: #999999;
  position: absolute;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 779px) {
  section.sec_slider .arrow_l,
  section.sec_slider .arrow_r {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 780px) {
  section.sec_slider .arrow_l,
  section.sec_slider .arrow_r {
    width: 50px;
    height: 50px;
  }
}
section.sec_slider .arrow_l {
  background-image: url("../images/top/top_slide_arrow_l.png");
}
section.sec_slider .arrow_r {
  background-image: url("../images/top/top_slide_arrow_r.png");
}
section.sec_slider .inner_slide {
  position: relative;
}
section.sec_slider .arrow_l {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
section.sec_slider .arrow_r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#front .slide_item {
  width: 100%;
}
#front .slide_item img {
  width: 100% !important;
}
#front section.sec_2 {
  padding-top: 25px;
  padding-bottom: 50px;
}
#front section.sec_2 .top_text {
  width: 100%;
  line-height: 25px;
  max-width: 750px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
#front section.sec_2 .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#front section.sec_2 .sns_wrapper a.sns_icon {
  display: block;
  width: 36px;
  margin-left: 15px;
}
#front section.sec_2 .sns_wrapper a.sns_icon.line {
  width: 116px;
}
#front section.sec_2 .sns_wrapper a.sns_icon:first-child {
  margin-left: 0 !important;
}
#front section.sec_blog {
  padding: 0 20px 30px;
}
#front section.sec_blog h1 {
  display: block;
  width: 100%;
  text-align: center;
}
#front section.sec_index {
  padding: 20px 20px;
}
#front section.sec_index .index_wrapper {
  width: 100%;
  margin-bottom: 60px;
}
#front section.sec_index h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0;
}
#front section.sec_index .btn_banner {
  display: block;
  width: 296px;
  margin: 0 auto 20px !important;
}
#front section.sec_index .btn_banner img {
  width: 100%;
}
#front section.sec_index .text {
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: center;
}
#front section.sec_index .meganeshi {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 20px;
}

/***************************************/
/*アーカイブ　カテゴリー　タクソノミー*/
/***************************************/
main#news.archive section.sec_blog,
main#repair.archive section.sec_blog,
main.single section.sec_blog {
  padding-top: 30px;
}
main#news.archive .category_wrapper,
main#repair.archive .category_wrapper,
main.single .category_wrapper {
  width: 100%;
}
main#news.archive .category_wrapper.category_archive,
main#repair.archive .category_wrapper.category_archive,
main.single .category_wrapper.category_archive {
  margin: 0 auto 50px;
}
main#news.archive .category_wrapper.category_single,
main#repair.archive .category_wrapper.category_single,
main.single .category_wrapper.category_single {
  padding: 10px 0 10px 0;
}
@media screen and (min-width: 779px) {
  main#news.archive .category_wrapper ul.cat_list_archive,
  main#repair.archive .category_wrapper ul.cat_list_archive,
  main.single .category_wrapper ul.cat_list_archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 780px) {
  main#news.archive .category_wrapper ul.cat_list_archive,
  main#repair.archive .category_wrapper ul.cat_list_archive,
  main.single .category_wrapper ul.cat_list_archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 779px) {
  main#news.archive .category_wrapper ul.cat_list_single,
  main#repair.archive .category_wrapper ul.cat_list_single,
  main.single .category_wrapper ul.cat_list_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 780px) {
  main#news.archive .category_wrapper ul.cat_list_single,
  main#repair.archive .category_wrapper ul.cat_list_single,
  main.single .category_wrapper ul.cat_list_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
main#news.archive .category_wrapper li,
main#repair.archive .category_wrapper li,
main.single .category_wrapper li {
  margin: 0 20px;
}
main#news.archive .category_wrapper li.term_single,
main#repair.archive .category_wrapper li.term_single,
main.single .category_wrapper li.term_single {
  margin: 0 20px 0 0;
}
main#news.archive .category_wrapper li a, main#news.archive .category_wrapper li span,
main#repair.archive .category_wrapper li a,
main#repair.archive .category_wrapper li span,
main.single .category_wrapper li a,
main.single .category_wrapper li span {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  background-color: #5ec2a1;
  border-radius: 5px;
  border: 1px solid #888;
  transition: all 0.2s;
}
@media screen and (max-width: 779px) {
  main#news.archive .category_wrapper li a, main#news.archive .category_wrapper li span,
  main#repair.archive .category_wrapper li a,
  main#repair.archive .category_wrapper li span,
  main.single .category_wrapper li a,
  main.single .category_wrapper li span {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
}
main#news.archive .category_wrapper li a:hover, main#news.archive .category_wrapper li span:hover,
main#repair.archive .category_wrapper li a:hover,
main#repair.archive .category_wrapper li span:hover,
main.single .category_wrapper li a:hover,
main.single .category_wrapper li span:hover {
  background-color: #981D4D !important;
}
main#news.archive .category_wrapper li a.active, main#news.archive .category_wrapper li span.active,
main#repair.archive .category_wrapper li a.active,
main#repair.archive .category_wrapper li span.active,
main.single .category_wrapper li a.active,
main.single .category_wrapper li span.active {
  background-color: #981D4D !important;
}

/***************************************/
/*商品ページ固定*/
/***************************************/
main.page_kotei {
  /*remake review専用*/
}
main.page_kotei section {
  padding: 30px 20px;
}
main.page_kotei section.sec_1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
main.page_kotei table.remake_review {
  border-collapse: collapse;
  margin-bottom: 50px;
}
main.page_kotei table.remake_review th, main.page_kotei table.remake_review td {
  padding: 10px;
  border-bottom: 1px solid #000;
}

/***************************************/
/*NEWS Single 個別記事設定*/
/***************************************/
main#news.single section.sec_blog {
  padding: 30px 20px;
}
main#news.single section.sec_blog .post_area {
  max-width: 800px;
  margin: 0 auto;
}
main#news.single section.sec_blog .post_area .content_area a {
  text-decoration: underline;
  color: #981d4d;
}
main#news.single section.sec_blog .date {
  font-size: 14px;
  font-weight: bold;
}
main#news.single section.sec_blog h2.title {
  font-weight: bold;
  margin-bottom: 30px;
}
main#news.single section.sec_blog .eyecatch_area {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 60px;
}
main#news.single .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
main#news.single .btn_area .btn_post {
  position: relative;
  display: block;
  border-color: #000000;
  background-color: #0C64C0;
}
@media screen and (max-width: 779px) {
  main#news.single .btn_area .btn_post {
    width: 80px;
    height: 40px;
  }
}
@media screen and (min-width: 780px) {
  main#news.single .btn_area .btn_post {
    width: 130px;
    height: 43px;
  }
}
main#news.single .btn_area .btn_post span {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
}
main#news.single .btn_area .btn_post:hover {
  background-color: #981D4D;
}
main#news.single .btn_area .btn_post:hover span {
  color: #FFF !important;
}

/***************************************/
/*アーカイブ　サムネイルリスト*/
/***************************************/
section.sec_blog {
  padding: 0 20px 30px;
}
section.sec_blog h1 {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 519px) {
  .post_wrapper.post_wrapper_parts {
    display: block;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  .post_wrapper.post_wrapper_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .post_wrapper.post_wrapper_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .post_wrapper.post_wrapper_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 0) and (max-width: 519px) {
  .post_wrapper.post_wrapper_archive {
    display: block;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  .post_wrapper.post_wrapper_archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .post_wrapper.post_wrapper_archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .post_wrapper.post_wrapper_archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.post_wrapper .thum_block.parts {
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  .post_wrapper .thum_block.parts {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .post_wrapper .thum_block.parts {
    width: 48%;
    max-width: 200px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .post_wrapper .thum_block.parts {
    width: 33%;
    max-width: 200px;
    margin-right: 20px;
  }
}
.post_wrapper .thum_block.parts .title {
  width: 100%;
  display: block;
  min-height: 40px;
  color: #000;
  font-weight: bold;
}
.post_wrapper .thum_block.parts .title:hover {
  color: #888 !important;
}
.post_wrapper .thum_block.parts .thum {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.post_wrapper .thum_block.parts .thum:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.post_wrapper .thum_block.parts .thum .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  transition: transform 0.5s;
}
.post_wrapper .thum_block.parts .thum:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post_wrapper .thum_block.parts .btn_detail {
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  .post_wrapper .thum_block.archive {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  .post_wrapper .thum_block.archive {
    width: 48%;
    max-width: 200px;
    margin-bottom: 80px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .post_wrapper .thum_block.archive {
    width: calc( 33% - 20px);
    margin-bottom: 80px;
    margin-right: 20px;
  }
  .post_wrapper .thum_block.archive:nth-of-type(3n) {
    margin-right: 0;
  }
}
.post_wrapper .thum_block.archive .date {
  font-weight: bold;
  line-height: 2;
}
.post_wrapper .thum_block.archive .title {
  width: 100%;
  display: block;
  min-height: 40px;
  color: #000;
  font-weight: bold;
}
.post_wrapper .thum_block.archive .title:hover {
  color: #888 !important;
}
.post_wrapper .thum_block.archive .excerpt {
  margin-bottom: 20px;
}
.post_wrapper .thum_block.archive .thum {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.post_wrapper .thum_block.archive .thum:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.post_wrapper .thum_block.archive .thum:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post_wrapper .thum_block.archive .thum .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  transition: transform 0.5s;
}
.post_wrapper .thum_block.archive .btn_detail {
  margin: 0 auto;
}

/*************************************************/
/*Pagenation Archive */
/*************************************************/
.pagenation_area {
  text-align: center;
}
.pagenation_area ul li {
  display: inline-block;
  margin: 0 10px 10px;
}
.pagenation_area ul li a {
  display: block;
  padding: 5px 10px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #666;
}
.pagenation_area ul li a:hover, .pagenation_area ul li a:hover span {
  background-color: #981d4d;
  color: #fff !important;
}
.pagenation_area ul li.current a {
  background-color: #981d4d;
  color: #fff;
  font-weight: bold;
}

/*************************************************/
/*Inq contact */
/*************************************************/
main#inquiry .inq_wrapper {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 10px;
}
main#inquiry .inq_wrapper .inq_item {
  margin-bottom: 10px;
}
main#inquiry .inq_wrapper .input_area {
  margin-bottom: 20px;
}
main#inquiry .inq_wrapper span.hissu {
  color: #b80000;
}
main#inquiry .inq_wrapper input, main#inquiry .inq_wrapper textarea {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #888;
  border-radius: 5px;
  background-color: #Fbfbfb;
}
main#inquiry .inq_wrapper input:focus, main#inquiry .inq_wrapper textarea:focus {
  border: 1px solid #981D4D;
  background-color: #FFF;
}
main#inquiry .inq_wrapper input.long {
  display: block;
  width: 100%;
}
@media screen and (max-width: 519px) {
  main#inquiry .inq_wrapper input[name="tel[data][0]"],
  main#inquiry .inq_wrapper input[name="tel[data][1]"],
  main#inquiry .inq_wrapper input[name="tel[data][2]"] {
    width: 70px;
  }
}
main#inquiry .inq_wrapper textarea {
  width: 100%;
}
main#inquiry .inq_wrapper .btn_area {
  text-align: center;
}
main#inquiry .inq_wrapper .btn_area input, main#inquiry .inq_wrapper .btn_area button {
  display: inline-block;
  margin: 0 20px;
  width: 100px;
  text-align: center;
  padding: 10px;
  background-color: #981D4D;
  color: #FFF;
  transition: all 0.2s;
}
main#inquiry .inq_wrapper .btn_area input:hover, main#inquiry .inq_wrapper .btn_area button:hover {
  cursor: pointer;
}
main#inquiry .inq_wrapper .btn_area .btn_confirm:hover,
main#inquiry .inq_wrapper .btn_area .btn_submit:hover {
  background-color: #6e1538;
  color: #FFF;
}
main#inquiry .inq_wrapper .btn_area .btn_back {
  color: #000;
  background-color: #FFF;
}
main#inquiry .inq_wrapper .btn_area .btn_back:hover {
  background-color: #888;
  color: #FFF;
}
main#inquiry .inq_wrapper .sendok_text {
  padding: 10px 0;
}
main#inquiry .mw_wp_form.mw_wp_form_confirm .input_area {
  font-size: 16px;
  padding: 5px 0;
}

/*************************************************/
/*Privacy */
/*************************************************/
main#privacy .inner {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
main#privacy .text {
  margin-bottom: 40px;
}
main#privacy h3 {
  margin-bottom: 1em;
  color: #000;
}

/*************************************************/
/*Access */
/*************************************************/
main#access h2 {
  font-size: 2em;
}
main#access h3 {
  font-size: 1.7em;
  margin-bottom: 20px;
}
main#access h4 {
  font-size: 1.0em;
  margin-bottom: 20px;
}
main#access .inner {
  padding: 20px;
}
main#access section.sec_1 table.shop_info th, main#access section.sec_1 table.shop_info td {
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}
main#access section.sec_1 table.shop_info td {
  padding-left: 20px;
}
main#access section.sec_1 .googlemap_wrapper {
  position: relative;
  width: 100%;
}
main#access section.sec_1 .googlemap_wrapper:after {
  content: "";
  display: block;
  padding-top: 43.47826%;
}
main#access section.sec_2 .inner {
  max-width: 520px;
}
main#access section.sec_2 .inner .text {
  line-height: 1.5;
}
main#access section.sec_2 .inner .info_wrapper {
  margin-bottom: 60px;
}
main#access section.sec_3 .inner table.access_tbl {
  width: 100%;
  table-layout: fixed;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 779px) {
  main#access section.sec_3 .inner table.access_tbl td {
    display: block;
  }
  main#access section.sec_3 .inner table.access_tbl td.img {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  main#access section.sec_3 .inner table.access_tbl td.img img {
    width: 100%;
    max-width: 240px;
  }
  main#access section.sec_3 .inner table.access_tbl td.text {
    padding-bottom: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 780px) {
  main#access section.sec_3 .inner table.access_tbl td.img {
    width: 240px;
    padding-bottom: 20px;
  }
  main#access section.sec_3 .inner table.access_tbl td.img img {
    width: 100%;
  }
  main#access section.sec_3 .inner table.access_tbl td.text {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

/*****************************************/
/*STUFF スタッフ*/
/****************************************/
@media screen and (max-width: 779px) {
  main#stuff .inner {
    padding: 20px 0;
  }
}
@media screen and (min-width: 780px) {
  main#stuff .inner {
    padding: 20px 20px;
  }
}
main#stuff h2.h2_name {
  color: #FFF;
  padding: 10px 10px;
  background-color: #981d4d;
  min-height: 44px;
  font-weight: bold;
  color: white;
  position: relative;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 15px;
}
main#stuff .stuff_wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  main#stuff .stuff_wrapper .flex_wrapper {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  main#stuff .stuff_wrapper .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_info {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_info {
    order: 1;
    width: calc( 100% - 180px );
  }
}
main#stuff .stuff_wrapper .flex_wrapper .item_info table {
  table-layout: fixed;
  width: 100%;
}
main#stuff .stuff_wrapper .flex_wrapper .item_info table th, main#stuff .stuff_wrapper .flex_wrapper .item_info table td {
  padding: 10px 0 10px 10px;
}
main#stuff .stuff_wrapper .flex_wrapper .item_info table th {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 959px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_info table th {
    width: 6em;
  }
}
@media screen and (min-width: 960px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_info table th {
    width: 8em;
  }
}
main#stuff .stuff_wrapper .flex_wrapper .item_info table td {
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_photo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  main#stuff .stuff_wrapper .flex_wrapper .item_photo {
    order: 2;
    width: 178px;
  }
}
main#stuff .stuff_wrapper .flex_wrapper .item_photo img {
  width: 178px;
}
main#stuff section.sec_stuff_2 table.his_tbl {
  width: 100%;
  table-layout: fixed;
  border: none;
}
main#stuff section.sec_stuff_2 table.his_tbl th, main#stuff section.sec_stuff_2 table.his_tbl td {
  border: none;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 779px) {
  main#stuff section.sec_stuff_2 table.his_tbl th {
    width: 4em;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
  }
}
@media screen and (min-width: 780px) {
  main#stuff section.sec_stuff_2 table.his_tbl th {
    width: 8em;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
  }
}
main#stuff section.sec_stuff_2 table.his_tbl td {
  padding-left: 20px;
  padding-bottom: 50px;
}

/*****************************************/
/*SITE　ORIGIN 投稿と合わせる*/
/****************************************/
.siteorigin-widget-tinymce.textwidget a {
  text-decoration: underline;
  color: #00F !important;
}
.siteorigin-widget-tinymce.textwidget a:hover {
  color: #981D4D !important;
}
.siteorigin-widget-tinymce.textwidget p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.siteorigin-widget-tinymce.textwidget pre {
  border: solid 1px #BBBBBB;
  margin: 1em 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  background: #EEEEEE;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

/***************************************/
/*REPAIR 固定要素*/
/***************************************/
main#repair {
  padding: 30px 20px;
}
main#repair section.sec_still {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
main#repair section.sec_still h2 {
  font-size: 21px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #981D4D;
}
main#repair section.sec_still h3 {
  font-size: 21px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #981D4D;
}
main#repair section.sec_repair_head {
  margin-bottom: 60px;
  max-width: 820px;
  margin-bottom: 50px;
}
main#repair section.sec_repair_head img {
  width: 100%;
  margin-bottom: 40px;
}
main#repair section.sec_repair_head p.text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
main#repair section.sec_repair_price {
  max-width: 820px;
  margin-bottom: 60px;
}
main#repair section.sec_repair_price table.price_tbl {
  width: 100%;
  max-width: 600px;
  table-layout: fixed;
  margin: 0 auto 40px auto;
  border-collapse: collapse;
}
main#repair section.sec_repair_price table.price_tbl th, main#repair section.sec_repair_price table.price_tbl td {
  text-align: left;
  border-top: 1px solid #333;
  padding: 10px 0;
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  main#repair section.sec_repair_price table.price_tbl th, main#repair section.sec_repair_price table.price_tbl td {
    font-size: 16px;
  }
}
@media screen and (min-width: 780px) {
  main#repair section.sec_repair_price table.price_tbl th, main#repair section.sec_repair_price table.price_tbl td {
    font-size: 21px;
  }
}
main#repair section.sec_repair_price table.price_tbl th {
  width: 70%;
}
main#repair section.sec_repair_price table.price_tbl td {
  width: 30%;
}
main#repair section.sec_repair_price p.notice {
  text-align: center;
  line-height: 1.7;
}
main#repair section.sec_repair_process {
  margin-bottom: 60px;
  max-width: 820px;
}
main#repair section.sec_repair_process p {
  width: 100%;
  word-break: break-all;
}
main#repair section.sec_repair_process .flex_wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  main#repair section.sec_repair_process .flex_wrapper {
    width: 240px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  main#repair section.sec_repair_process .flex_wrapper {
    width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  main#repair section.sec_repair_process .flex_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main#repair section.sec_repair_process .flex_wrapper .item {
  width: 240px;
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  main#repair section.sec_repair_process .flex_wrapper .item {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  main#repair section.sec_repair_process .flex_wrapper .item {
    padding-bottom: 40px;
  }
}
main#repair section.sec_repair_process .flex_wrapper .item img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
main#repair section.sec_repair_process .flex_wrapper .item img.tate_img {
  height: 180px;
  width: auto !important;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  main#repair section.sec_repair_process .flex_wrapper .item-x2 {
    width: 240px;
  }
}
@media screen and (min-width: 780px) {
  main#repair section.sec_repair_process .flex_wrapper .item-x2 {
    width: 500px;
    padding-bottom: 20px;
  }
}
main#repair section.sec_repair_process .flex_wrapper .item-x2 img {
  width: 240px;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  main#repair section.sec_repair_process .flex_wrapper .item-x2 img {
    display: inline-block;
    margin-bottom: 1rem;
  }
  main#repair section.sec_repair_process .flex_wrapper .item-x2 img:nth-child(1) {
    margin-right: 10px;
  }
}
main#repair section.sec_repair_process .flex_wrapper .item-arrow {
  padding: 0 5px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 779px) {
  main#repair section.sec_repair_process .flex_wrapper .item-arrow {
    padding: 10px 5px;
    text-align: center;
    height: 60px;
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  main#repair section.sec_repair_process .flex_wrapper .item-arrow {
    width: 50px;
    height: 180px;
  }
  main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow2, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow4, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow5, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow7, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow9 {
    display: none;
  }
}
@media screen and (min-width: 959px) {
  main#repair section.sec_repair_process .flex_wrapper .item-arrow {
    width: 50px;
    height: 180px;
  }
  main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow3, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow5, main#repair section.sec_repair_process .flex_wrapper .item-arrow.arrow8 {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 779px) {
  main#repair section.sec_repair_process .flex_wrapper img.arrow {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 780px) and (max-width: 959px) {
  main#repair section.sec_repair_process .flex_wrapper img.arrow {
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 780px) {
  main#repair section.sec_repair_process .flex_wrapper img.arrow {
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
