@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  @font-face {
    font-family: "OpenSans";
    src: url(../font/OpenSans.eot) format("eot"), url(../font/OpenSans.woff) format("woff");
  }
  @font-face {
    font-family: "OpenSansBold";
    src: url(../font/OpenSansBold.eot) format("eot"), url(../font/OpenSansBold.woff) format("woff");
  }
  /*------------------------------------------------------------
 * Body
------------------------------------------------------------*/
  body {
    font-family: -apple-system,"YuGothic","Yu Gothic","Yu Gothic Medium","游ゴシック","游ゴシック体","Yu Gothic UI",sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1;
    position: relative;
    height: 100%;
    width: 100%;
  }
  _:-ms-input-placeholder, :root {
    font-family: Meiryo, sans-serif;
  }
  /*------------------------------------------------------------
 * Anchor
------------------------------------------------------------*/
  a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
  a:link,
  a:visited,
  a:hover {
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    transition: 0.3s all;
  }
  /*------------------------------------------------------------
 * img
------------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
    text-indent: -9999px;
  }
  /*------------------------------------------------------------
 * layout
------------------------------------------------------------*/
  div.wrapper_,
  div.container_ div.contents_,
  div.container_ div.contents_ div.mainframe_ {
    width: 100%;
  }
  /*------------------------------------------------------------
 * input
------------------------------------------------------------*/
  input:-ms-input-placeholder {
    color: #ACACAC;
  }
  input::placeholder {
    color: #ACACAC;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
  }
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-error {
    color: #B60005;
  }
  .label-radio input[type="radio"] {
    display: none;
  }
  .label-radio {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  .label-radio .span-radio:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 100%;
  }
  .label-radio input[type="radio"]:checked + .span-radio:before {
    background: #B60005;
  }
  .label-radio input[type="radio"]:checked + .span-radio:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    background: #FFF;
    border-radius: 100%;
  }
  .label-check input[type="checkbox"] {
    display: none;
  }
  .label-check {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 22px;
    cursor: pointer;
  }
  .label-check .span-checkbox:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .label-check input[type="checkbox"]:checked + .span-checkbox:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: 4px solid #B60005;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
  }
  .subscription-form__agreement-list input[type="checkbox"] {
    display: none;
  }
  .subscription-form__agreement-list {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 22px;
    cursor: pointer;
  }
  .subscription-form__agreement-list .subscription-form__agreement-text:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__agreement-list input[type="checkbox"]:checked + .subscription-form__agreement-text:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: 4px solid #B60005;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
  }
  .reservation-form__agreement-list input[type="checkbox"] {
    display: none;
  }
  .reservation-form__agreement-list {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 22px;
    cursor: pointer;
  }
  .reservation-form__agreement-list .reservation-form__agreement-text:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__agreement-list input[type="checkbox"]:checked + .reservation-form__agreement-text:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: 4px solid #B60005;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
  }
  .contact-form__agreement-list input[type="checkbox"] {
    display: none;
  }
  .contact-form__agreement-list {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 22px;
    cursor: pointer;
  }
  .contact-form__agreement-list .contact-form__agreement-text:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__agreement-list input[type="checkbox"]:checked + .contact-form__agreement-text:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: 4px solid #B60005;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    bottom: 8px;
  }
  /*
color
*/
  h1 {
    font-weight: bold;
  }
  /*style7 styles*/
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .header {
    padding: 10px 0;
    border-top: 4px solid #B60005;
  }
  .header__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .header__table {
    width: 1024px;
    display: table;
    height: 48px;
  }
  .header__table-cell {
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
  }
  .header__table-cell:first-child {
    width: 450px;
    text-align: left;
  }
  .header__table-logo {
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    height: 48px;
    padding: 0 15px 0 0;
  }
  .header__table-logo:hover {
    opacity: 0.7;
  }
  .header__table-logo-contents {
    height: 48px;
  }
  .header__table-text {
    display: inline-block;
    vertical-align: middle;
    color: #B60005;
    font-size: 12px;
    font-weight: bold;
  }
  .header__table-reserve {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 14px;
    border: 2px solid #B60005;
    border-radius: 4px;
    margin: 0 10px 0 0;
    transform: 0.3s all;
  }
  .header__table-reserve-text {
    color: #B60005;
    font-size: 12px;
    font-weight: bold;
  }
  .header__table-reserve:hover {
    opacity: 0.7;
  }
  .header__table-contact {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 20px;
    background: linear-gradient(90deg, #E13200, #B60005);
    border-radius: 4px;
    margin: 0 20px 0 0;
    transform: 0.3s all;
  }
  .header__table-contact-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .header__table-contact:hover {
    opacity: 0.7;
  }
  .header__table-info {
    display: inline-block;
    vertical-align: middle;
  }
  .header__table-info-tel {
    text-align: center;
  }
  .header__table-info-tel-contents {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 22px;
    font-weight: bold;
  }
  .header__table-info-tel-contents:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 13px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
  }
  .header__table-info-caption-contents {
    font-size: 12px;
    font-weight: bold;
  }
  .gnav {
    width: 1020px;
    margin: 0 auto;
  }
  .gnav__wrapper {
    position: relative;
    font-size: 0;
  }
  .gnav__main {
    width: 170px;
    display: inline-block;
    vertical-align: top;
  }
  .gnav__main:last-child .gnav__open {
    right: 0;
  }
  .gnav__main:hover {
    cursor: default;
  }
  .gnav__block {
    padding: 25px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
  .gnav__block:hover {
    cursor: pointer;
  }
  .gnav__open {
    display: none;
    font-size: 14px;
    position: absolute;
    z-index: 9998;
    background-color: #fff;
    border: 1px solid #000;
  }
  .gnav__open-inner {
    padding: 26px 30px 10px 30px;
  }
  .gnav__open-contents {
    display: block;
    margin: 0 0 15px;
  }
  .gnav__open-contents-text:hover {
    text-decoration: underline;
  }
  .gnav__open-area {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  .gnav__open-area:last-child {
    padding-right: 0;
  }
  .gnav__border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    border-bottom: 6px solid #B60005;
  }
  .gnav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 9999;
  }
  .gnav-fixed__inner {
    width: 1024px;
    margin: 0 auto;
    display: table;
  }
  .gnav-fixed__logo {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
  }
  .gnav-fixed__logo-contents {
    width: 100px;
  }
  .gnav-fixed__wrapper {
    position: relative;
    font-size: 0;
    display: table-cell;
    width: 924px;
    text-align: right;
    vertical-align: middle;
  }
  .gnav-fixed__main {
    width: 130px;
    display: inline-block;
  }
  .gnav-fixed__main:first-child {
    width: 140px;
  }
  .gnav-fixed__main:last-child .gnav-fixed__open {
    right: 0;
  }
  .gnav-fixed__main:hover {
    cursor: default;
  }
  .gnav-fixed__block {
    padding: 25px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }
  .gnav-fixed__block:hover {
    cursor: pointer;
  }
  .gnav-fixed__open {
    display: none;
    font-size: 14px;
    position: absolute;
    z-index: 9998;
    background-color: #fff;
    border: 1px solid #000;
  }
  .gnav-fixed__open-inner {
    padding: 26px 30px 10px 30px;
  }
  .gnav-fixed__open-contents {
    display: block;
    margin: 0 0 15px;
    text-align: left;
  }
  .gnav-fixed__open-contents-text {
    position: relative;
    display: inline-block;
  }
  .gnav-fixed__open-contents-text:hover {
    text-decoration: underline;
  }
  .gnav-fixed__open-area {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  .gnav-fixed__open-area:last-child {
    padding-right: 0;
  }
  .cv-fixed {
    display: none;
    width: 123px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9998;
  }
  .cv-fixed:hover {
    opacity: 0.7;
  }
  .slick-prev, .slick-next {
    background-color: #fafafa !important;
    z-index: 1 !important;
    width: 50px !important;
    height: 50px !important;
  }
  .slick-prev:before, .slick-next:before {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
  }
  .slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
  }
  .slick-prev {
    left: calc((100vw - 797px) / 2) !important;
  }
  .slick-prev:before {
    background-image: url(../img/pc/common/arrow_right.png) !important;
    background-size: 16px;
  }
  .slick-next {
    right: calc((100vw - 797px) / 2) !important;
  }
  .slick-next:before {
    background-image: url(../img/pc/common/arrow_left.png) !important;
    background-size: 16px;
  }
  .slick-dots {
    bottom: 20px !important;
  }
  .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 2.5px !important;
  }
  .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
  }
  .slick-dots li button:before {
    content: "" !important;
    color: #fff !important;
    opacity: 1 !important;
    background-color: #fff  !important;
    border: 1px solid #acacac;
    border-radius: 25px;
    width: 10px !important;
    height: 10px !important;
  }
  .slick-dots li.slick-active button:before {
    content: "";
    opacity: 1 !important;
    color: #acacac !important;
    background-color: #e8e8e8 !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 20px !important;
  }
  .slick-slide {
    width: 750px !important;
    padding: 0 10px !important;
  }
  .footer {
    background-color: #f7f7f7;
    padding: 0 0 60px;
    border-bottom: 1px solid #DBDBDB;
  }
  .footer__topbtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 48px;
    height: 48px;
    background-color: #acacac;
    z-index: 9998;
  }
  .footer__topbtn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #acacac;
    background-image: url(../img/pc/common/arrow_top.png);
    background-repeat: no-repeat;
  }
  .footer__topbtn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .footer__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .footer__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer__info {
    background-color: #fff;
  }
  .footer__info-inner {
    width: 840px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
  }
  .footer__info-text {
    color: #B60005;
    font-size: 18px;
    padding: 0 0 35px;
    font-weight: bold;
  }
  .footer__info-caption {
    font-size: 0;
    font-family: YuGothic, "游ゴシック体", Meiryo, sans-serif;;
  }
  .footer__info-tel {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    font-weight: bold;
    padding: 0 30px 0 69px;
  }
  .footer__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 49px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
  }
  .footer__info-time {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
  }
  .footer__info-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer__wrapper {
    width: 600px;
    float: right;
    padding: 60px 0;
    font-size: 12px;
  }
  .footer__area {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
  }
  .footer__area:last-child {
    padding-right: 0;
  }
  .footer__block {
    padding: 0 0 18px;
  }
  .footer__block a {
    font-size: 12px;
    font-weight: bold;
  }
  .footer__block a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .footer__open-contents {
    display: block;
    padding: 0 0 18px 15px;
  }
  .footer__open-contents-text:hover {
    text-decoration: underline;
  }
  .footer__message {
    width: 390px;
    padding: 148px 0 0;
    float: left;
  }
  .footer__message-inner {
    font-size: 12px;
    line-height: 24px;
  }
  .footer__copyright {
    position: absolute;
    top: 60px;
    left: 0;
  }
  .footer__copyright-logo {
    font-size: 0;
  }
  .footer__copyright-logo-image {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .footer__copyright-logo-image-contents {
    width: 126px;
  }
  .footer__copyright-logo-text {
    display: inline-block;
    vertical-align: middle;
    color: #B60005;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
  }
  .footer__pc {
    background-color: #f7f7f7;
  }
  .footer__pc-inner {
    width: 1024px;
    margin: 0 auto;
    display: table;
    padding: 30px 0;
  }
  .footer__pc-last {
    background-color: #fff;
  }
  .footer__pc-last-wrapper {
    width: 1024px;
    margin: 0 auto;
    display: table;
    padding: 30px 0;
  }
  .footer__pc-last-attention {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
  }
  .footer__pc-last-copyright {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: right;
    font-size: 12px;
  }
  .footer__sns {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
  }
  .footer__sns-inner {
    font-size: 0;
  }
  .footer__sns-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .footer__sns-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    padding: 0 8px 0 0;
  }
  .footer__sns-icon:last-child {
    padding-right: 0;
  }
  .footer__sns-icon:hover {
    opacity: 0.7;
  }
  .footer__sns-icon-image {
    height: 36px;
  }
  .footer__caption {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .footer__caption-text {
    font-size: 12px;
  }
  .footer__caption-link:first-child {
    padding: 0 20px 0 0;
    border-right: 1px solid #000;
  }
  .footer__caption-link:last-child {
    padding: 0 0 0 20px;
  }
  .footer__caption-link:hover {
    text-decoration: underline;
  }
  @-moz-document url-prefix() {
    .footer__info-tel {
      font-family: 'OpenSansBold';
    }
  }
  .crumb {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 18px 0;
    font-size: 0;
    background-color: #f7f7f7;
    z-index: 1;
  }
  .crumb__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .crumb-list {
    position: relative;
    display: inline;
    font-size: 12px;
    padding: 0 10px 0 0;
    line-height: 18px;
  }
  .crumb-list:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 5px;
    margin: 0 0 1px 10px;
    background-image: url(../img/sp/common/arrow.png);
    background-repeat: no-repeat;
  }
  .crumb-list:last-child {
    color: #000;
  }
  .crumb-link:hover {
    text-decoration: underline;
  }
  .pager {
    padding: 60px 0 0;
    text-align: center;
  }
  .pager__in {
    font-size: 0;
  }
  .pager__off {
    font-size: 16px;
  }
  .pager__active {
    display: inline-block;
    vertical-align: middle;
    font-family: "Helvetica";
    padding: 11px 15px;
    color: #B01922;
    background-color: #F7DCDE;
    font-size: 16px;
    margin: 0 5px;
  }
  .pager__num {
    display: inline-block;
    vertical-align: middle;
    font-family: "Helvetica";
    padding: 10px 14px;
    border: 1px solid #acacac;
    background-color: #fff;
    font-size: 16px;
    margin: 0 5px;
  }
  .pager__num:hover {
    color: #fff;
    background-color: #b60005;
    border: 1px solid #b60005;
  }
  .pager__prev {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #acacac;
    margin: 0 5px 0 0;
  }
  .pager__prev:hover {
    background-color: #b60005;
    border: 1px solid #b60005;
  }
  .pager__prev-none {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 5px 0 0;
  }
  .pager__next {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #acacac;
    margin: 0 0 0 5px;
  }
  .pager__next:hover {
    background-color: #b60005;
    border: 1px solid #b60005;
  }
  .pager__next-none {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 0 0 5px;
  }
  .pager2 {
    padding: 50px 0 0;
    font-size: 0;
    width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .pager2::after {
    content: "";
    display: block;
    clear: both;
  }
  .pager2__prev {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    font-size: 14px;
  }
  .pager2__prev:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .pager2__prev-text {
    font-weight: normal;
    padding: 0 0 15px;
  }
  .pager2__prev-link {
    display: block;
    font-weight: bold;
    position: relative;
    line-height: 25px;
    padding: 0 0 0 17px;
  }
  .pager2__prev-image {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .pager2__next {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    font-size: 14px;
  }
  .pager2__next:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .pager2__next-text {
    font-weight: normal;
    padding: 0 0 15px;
  }
  .pager2__next-link {
    display: block;
    font-weight: bold;
    position: relative;
    text-align: right;
    line-height: 25px;
    padding: 0 17px 0 0;
  }
  .pager2__next-image {
    position: absolute;
    top: 6px;
    right: 0;
  }
  .pager2__back {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 600px);
    font-size: 14px;
    text-align: center;
  }
  .pager2__back:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .pager3 {
    padding: 45px 0 0;
    font-size: 0;
    width: 763px;
    box-sizing: border-box;
  }
  .pager3::after {
    content: "";
    display: block;
    clear: both;
  }
  .pager3__prev {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 90px;
    font-size: 14px;
  }
  .pager3__prev:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .pager3__prev-text {
    font-weight: normal;
    padding: 0 0 15px;
  }
  .pager3__prev-link {
    display: block;
    font-weight: bold;
    position: relative;
    line-height: 25px;
    padding: 0 0 0 17px;
    word-break: break-all;
  }
  .pager3__prev-image {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .pager3__next {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 90px;
    font-size: 14px;
  }
  .pager3__next:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .pager3__next-text {
    font-weight: normal;
    padding: 0 0 15px;
  }
  .pager3__next-link {
    display: block;
    font-weight: bold;
    position: relative;
    text-align: right;
    line-height: 25px;
    padding: 0 17px 0 0;
    word-break: break-all;
  }
  .pager3__next-image {
    position: absolute;
    top: 6px;
    right: 0;
  }
  .pager3__back {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 600px);
    font-size: 14px;
    text-align: center;
  }
  .pager3__back:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .popular {
    position: relative;
    padding: 0 0 15px;
    font-size: 0;
  }
  .popular:last-child {
    padding-bottom: 0;
  }
  .popular:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .popular__image {
    width: 68px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
  }
  .popular__image img {
    width: auto;
    max-height: 68px;
  }
  .popular__text {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .popular__num {
    position: absolute;
    vertical-align: top;
    top: -8px;
    left: -8px;
    width: 28px;
  }
  .popular__title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    word-break: break-all;
    padding: 0 0 10px;
  }
  .popular__category {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .wpp-no-data {
    display: none;
  }
  .form-error {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #B60005;
  }
  .error {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #B60005;
  }
  .page-form .form {
    padding: 60px 0 40px;
  }
  .page-form .contact {
    width: 760px;
    margin: 0 auto 60px;
    padding: 30px 0;
    background-color: #f5f3f2;
    text-align: center;
  }
  .page-form .contact__btn {
    display: block;
    margin: 0 0 20px 0;
  }
  .page-form .contact__btn:hover {
    opacity: 0.8;
  }
  .page-form .contact__attention {
    padding: 0 30px;
  }
  .page-form .contact__attention-text {
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .page-form .showroom {
    width: 860px;
    margin: 0 auto;
  }
  .page-form .showroom__title {
    margin: 0 0 60px 0;
    text-align: center;
  }
  .page-form .showroom__wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-form .showroom__wrap-parts {
    float: left;
    width: 380px;
    margin: 0 50px 0 0;
  }
  .page-form .showroom__wrap-img {
    float: left;
  }
  .page-form .showroom__text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
  .page-form .showroom__text-strong {
    color: #cc0000;
  }
  .page-form .showroom__btn {
    display: block;
    margin: 0 0 20px 0;
  }
  .page-form .showroom__btn:hover {
    opacity: 0.8;
  }
  .page-form .showroom__address {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic Pro';
  }
  .page-form .showroom__tel {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic Pro';
  }
  .home-main {
    position: relative;
    margin: 0 0 15px;
  }
  .home-main__image {
    overflow: hidden;
    height: 375px;
    margin: 0 0 20px;
  }
  .home-main__image-block {
    width: auto;
    max-width: 750px !important;
    text-align: center;
  }
  .home-main__image-contents {
    width: 750px !important;
    display: inline-block !important;
    transition: 0.3s all;
  }
  .home-main__image-contents:hover {
    opacity: 0.7;
    transition: 0.3s all;
    cursor: pointer;
  }
  .home-main__news {
    width: 1024px;
    margin: 0 auto;
    border: 1px solid #B60005;
  }
  .home-main__news-inner {
    color: #B60005;
    padding: 16px 30px;
    background-color: #F7DCDE;
  }
  .home-main__news-inner:hover {
    cursor: pointer;
  }
  .home-main__news-inner:hover .home-main__news-text {
    text-decoration: underline;
  }
  .home-main__news-date {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 13px;
    font-weight: bold;
  }
  .home-main__news-text {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
  }
  .loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 375px;
    background-color: #fff;
    z-index: 1;
  }
  .loading__image {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /*GW INFORMATION 2019.04.25*/
  .gw_information {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 45px;
  }
  .gw_information-ttl {
    color: #B60005;
    font-size: 24px;
    font-weight: bold;
  }
  .gw_information-ttl-sub {
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .gw_information-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .gw_information-calender {
    max-width: 354px;
    margin: 20px auto 20px;
  }
  /*2019.12.03 お知らせエリアデザイン変更*/
  .move_information-outer {
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0px 15px 0;
  }
  .move_information{
    border: 0px;
    background: #f7f7f7;
    padding: 17px 15px 16px 20px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }

  .move_information:hover .move_information-txt{
    text-decoration: underline;
    cursor: pointer;
  }
  .move_information:hover{
    opacity: .7;
    transition: 0.25s all;
  }

  .move_information-upper{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 42px;
  }
  .move_information-upper .cat{
    background-color: #a41910;
    font-weight: 700;
    color: #FFF;
    margin-right: 7px;
    padding: 2px 4px;
  }
  .move_information-upper .ymd{
    color:#5f5f5f;
  }
  .move_information-btm{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .move_information-txt{
    max-width: 864px;
    line-height: 21px;
  }
  ._move_information-txt:hover{
    text-decoration: underline;
    cursor: pointer;
  }
  .move_information-btm .click{
    color: #666;
    font-size: 12px;
    line-height: 25px;
  }
  .move_information-btm .click::after{
    content:"";
    display: inline-block;
    margin-left: 10px;
    background-image: url(../img/pc/home/img_info-arrow.png);
    background-size: contain;
    vertical-align: middle;
    width: 5px;
    height: 9px;
  }

  /*2019.10.21 New Main visual*/
  .main-renew {
    max-width: 1024px;
    margin: 0 auto 20px;
  }

  .main-renew .slick-slider{
    margin-bottom: 40px!important;
  }
  .main-renew .slick-slide{
    width: 1024px!important;
    padding: 0 !important;
    position: relative;
  }

  .main-renew .s-kv-slide .s-kv_txt{
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
  }

  .main-renew .s-kv-slide .s-kv01_txt{
    width: 623px;
    top: 172px;
  }
  .main-renew .s-kv-slide .s-kv02_txt{
    width: 566px;
    top: 172px;
  }
  .main-renew .s-kv-slide .s-kv03_txt{
    width: 426px;
    top: 135px;
  }

  .main-renew .slick-dots{
    width: auto;
    right: 0px;
    bottom: -26px!important;
  }
  .main-renew .slick-dots li{
    width: 100px !important;
    height: 2px !important;
    margin: 0 0 0 10px !important;
  }
  .main-renew .slick-dots button{
    margin: 0;
  }
  .main-renew .slick-dots li button:before{
    border-radius: 0;
    border: none;
    width: 100px !important;
    height: 2px !important;
    background-color: #e5e5e5!important;
  }
  .main-renew .slick-dots li.slick-active button:before{
    background-color: #7c7c7c!important;
  }

  .main-renew img {
    width: 100%;
    height: auto;
  }
  .main-renew a {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .main-renew a:hover {
    opacity: 0.6;
  }
  .tour {
    position: relative;
  }
  .tour__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 48px;
    position: relative;
    font-size: 0;
  }
  .tour__title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
  }
  .tour__title-text {
    padding: 39px 45px 97px 105px;
    border: 1px solid #E8E8E8;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
  .tour__title-text-red {
    color: #B60005;
    font-size: 24px;
    font-weight: bold;
  }
  .tour__title-text-red-big {
    font-size: 32px;
  }
  .tour__title-image-001 {
    position: absolute;
    width: 66px;
    top: -5px;
    left: 20px;
  }
  .tour__title-image-002 {
    width: 45px;
    position: absolute;
    bottom: -8px;
    left: 11px;
  }
  .tour__title-image-003 {
    width: 36px;
    position: absolute;
    bottom: -8px;
    left: 64px;
  }
  .tour__title-image-004 {
    width: 65px;
    position: absolute;
    bottom: -8px;
    right: 23px;
  }
  .tour__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    position: absolute;
    top: 124px;
    left: 106px;
  }
  .tour__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .tour__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .tour__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .tour__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .tour__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 26px 13px 26px 20px;
    border: 1px solid #E8E8E8;
    border-left: none;
    font-size: 16px;
    background-color: #fff;
  }
  .tour__wrapper-image {
    width: 66px;
    position: absolute;
    bottom: 0;
    right: 7px;
  }
  .tour__block {
    font-size: 0;
    margin: 0 0 17px;
  }
  .tour__block:last-child {
    margin-bottom: 0;
  }
  .tour__block-num {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #acacac;
    font-size: 26px;
    font-family: 'DIN Alternate';
  }
  .tour__block-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
  .tour__block-text-red {
    color: #B60005;
    font-weight: bold;
  }
  .tour__banner {
    padding: 27px 0 0;
    font-size: 0;
  }
  .tour__banner-block {
    position: relative;
    width: 326px;
    display: inline-block;
    margin: 0 20px 0 0;
    transition: 0.3s all;
    border: 1px solid #ebebeb;
  }
  .tour__banner-block:last-child {
    margin-right: 0;
  }
  .tour__banner-block:hover {
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0.7;
  }
  .tour__banner-text {
    background-color: #fff;
    border-bottom: 2px solid #a41910;
    padding: 17px 30px;

  }
  .tour__banner-text-main {
    font-size: 20px;
    margin: 0 0 6px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .tour__banner-text-sub {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .05em;
  }
  .tour__background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 446px;
    z-index: -1;
    background-color: #f7f7f7;
  }
  .tour__attention {
    padding: 8px 0 0;
    text-align: right;
  }
  .tour__attention-text {
    font-size: 12px;
  }
  .maker {
    padding: 60px 0;
  }
  .maker__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .maker__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .maker__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .maker__wrapper {
    font-size: 0;
    padding: 0 0 20px;
  }
  .maker__block {
    width: 241px;
    margin: 0 20px 20px 0;
    display: inline-block;
    transition: 0.3s all;
  }
  .maker__block:nth-child(4n) {
    margin-right: 0;
  }
  .maker__block-image {
    margin: 0 0 10px;
    border-radius: 4px;
    border: 1px solid #acacac;
  }
  .maker__block-image img {
    width: 240px;
    height: 80px;
  }
  .maker__block-text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .maker__block:hover {
    transition: 0.3s all;
    opacity: 0.7;
    cursor: pointer;
  }
  .maker__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    width: 160px;
    left: 0;
    right: 0;
    bottom: 148px;
    margin: 0 auto;
    padding: 16px 88px 16px 66px;
  }
  .maker__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .maker__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .maker__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .maker__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .maker__btn-text:after {
    right: -23px;
  }
  .maker__fav {
    font-size: 0;
    margin: 0 0 60px;
  }
  .maker__fav-title {
    text-align: center;
    margin: 0 0 13px;
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 0;
  }
  .maker__fav-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .maker__fav-wrapper {
    font-size: 0;
    display: inline-block;
  }
  .maker__fav-block {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .maker__fav-block:last-child {
    padding-right: 0;
  }
  .maker__fav-block-text {
    font-size: 16px;
  }
  .maker__fav-block-text:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .maker__banner {
    font-size: 0;
    margin-top: 0px;
  }
  .maker__banner-block {
    width: 328px;
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .maker__banner-block:last-child {
    margin-right: 0;
  }
  .maker__banner-block:hover {
    opacity: 0.7;
  }
  .area {
    background-color: #f7f7f7;
    padding: 60px 0 120px;
  }
  .area__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }
  .area__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .area__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .area__text {
    padding: 0 0 30px;
    text-align: center;
  }
  .area__text-contents {
    font-size: 14px;
    line-height: 25px;
  }
  .area__city {
    position: relative;
    font-size: 14px;
    width: 645px;
    margin: 0 44px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .area__city-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
  }
  .area__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area__city-main {
    width: 129px;
    position: absolute;
  }
  .area__city-main:first-child {
    top: 191px;
    right: 0;
  }
  .area__city-main:last-child .area__city-open-contents-text:hover {
    -webkit-text-decoration-color: #b49aa8;
            text-decoration-color: #b49aa8;
  }
  .area__city-main:nth-child(2) {
    bottom: 130px;
    right: 25px;
  }
  .area__city-main:nth-child(2) .area__city-block {
    background-color: #E13300;
  }
  .area__city-main:nth-child(2) .area__city-open-contents-text {
    color: #E13300;
  }
  .area__city-main:nth-child(3) {
    top: 216px;
    right: 274px;
  }
  .area__city-main:nth-child(3) .area__city-block {
    background-color: #39AA60;
  }
  .area__city-main:nth-child(3) .area__city-open-contents-text {
    color: #39AA60;
  }
  .area__city-main:nth-child(4) {
    bottom: 39px;
    right: 159px;
  }
  .area__city-main:nth-child(4) .area__city-block {
    background-color: #E98930;
  }
  .area__city-main:nth-child(4) .area__city-open-contents-text {
    color: #E98930;
  }
  .area__city-main:nth-child(5) {
    top: 340px;
    left: 79px;
  }
  .area__city-main:nth-child(5) .area__city-block {
    background-color: #00AEFF;
  }
  .area__city-main:nth-child(5) .area__city-open-contents-text {
    color: #00AEFF;
  }
  .area__city-main:nth-child(6) {
    top: 520px;
    left: 206px;
  }
  .area__city-main:nth-child(6) .area__city-block {
    background-color: #ff7777;
  }
  .area__city-main:nth-child(6) .area__city-open-contents-text {
    color: #ff7777;
  }
  .area__city-main:last-child {
    top: 130px;
    bottom: auto;
    left: 0;
  }
  .area__city-main:last-child .area__city-block {
    background-color: #CB8BD3;
  }
  .area__city-main:last-child .area__city-open-contents-text {
    color: #CB8BD3;
  }
  .area__city-main:first-child .area__city-block {
    background-color: #006fcc;
  }
  .area__city-main:first-child .area__city-open-contents-text {
    color: #006fcc;
  }
  .area__city-block {
    position: relative;
    width: 129px;
    height: 21px;
    margin: 0 0 8px;
    border-radius: 4px;
    background-color: #95651A;
  }
  .area__city-block-text {
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 11px;
    top: 46%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
  .area__city-open-inner {
    font-size: 0;
  }
  .area__city-open-contents {
    display: inline-block;
    width: 43px;
    text-align: center;
    margin: 0 0 7px;
  }
  .area__city-open-contents-text {
    color: #95651A;
    font-size: 13px;
  }
  .area__city-open-contents-text:hover {
    text-decoration: underline;
  }
  .area__city2 {
    font-size: 14px;
    width: 335px;
    display: inline-block;
    vertical-align: top;
  }
  .area__city2-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
  }
  .area__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area__city2-search {
    position: relative;
  }
  .area__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    padding: 0 65px 0 20px;
    outline: none;
  }
  .area__city2-search-box:-ms-input-placeholder {
    color: #ACACAC;
  }
  .area__city2-search-box::placeholder {
    color: #ACACAC;
  }
  .area__city2-search-btn {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: url(../img/sp/home/glass.png);
    background-size: 20px;
    border-left: 1px solid #95989A;
    width: 20px;
    height: 20px;
    padding: 19px;
    border-top: 1px solid #95989a;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #95989a;
  }
  .area__banner {
    position: absolute;
    bottom: 86px;
    right: 0;
  }
  .area__banner:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .area__banner-image {
    width: 335px;
  }
  .area__banner-reserve {
    position: absolute;
    width: 77px;
    top: 10px;
    right: 20px;
  }
  .area__banner-text {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .area__banner-text-main {
    margin: 0 0 10px;
  }
  .area__banner-text-main-contents {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
  }
  .area__banner-text-sub-contents {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
  }
  .area__banner-btn {
    width: 299px;
    margin: 0 auto;
  }
  .area__banner-btn-wrapper {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50px;
    color: #fff;
    background-color: #000;
    padding: 22px 105px 22px 78px;
  }
  .area__banner-btn-wrapper-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .area__banner-btn-wrapper-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .area__banner-btn-wrapper-text:after {
    right: -27px;
    background-image: url(../img/pc/common/arrow_right3.png);
  }
  .guid {
    padding: 60px 0;
  }
  .guid__inner {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
  }
  .guid__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guid__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guid__wrapper {
    font-size: 0;
    padding: 0 0 5px;
    text-align: left;
  }
  .guid__block {
    width: 241px;
    padding: 0 20px 25px 0;
    display: inline-block;
    vertical-align: top;
  }
  .guid__block:nth-child(4n) {
    padding-right: 0;
  }
  .guid__block-image {
    width: 241px;
    min-height: 120px;
    padding: 0 0 20px;
  }
  .guid__block-image img {
    width: auto;
    max-height: 120px;
  }
  .guid__block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    word-break: break-all;
  }
  .guid__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .guid__block-tag {
    position: relative;
    color: #acacac;
    font-size: 12px;
    padding: 0 0 0 27px;
  }
  .guid__block-tag:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/pc/home/file.png);
  }
  .guid__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .guid__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 73px 16px 50px;
  }
  .guid__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .guid__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .guid__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .guid__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .guid__btn-text:after {
    right: -23px;
  }
  .news {
    padding: 60px 0 100px;
    background-color: #F7F7F7;
  }
  .news__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }
  .news__title {
    text-align: center;
    padding: 0 0 20px;
    width: 763px;
    text-align: left;
  }
  .news__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .news__wrapper {
    width: 763px;
  }
  .news__block {
    position: relative;
    font-size: 0;
    padding: 18px 0 45px;
    border-bottom: 1px solid #E8E8E8;
  }
  .news__block:first-child {
    padding: 17px 0 45px;
  }
  .news__block-caption {
    display: inline-block;
    vertical-align: top;
  }
  .news__block-date {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 20px 0 0;
  }
  .news__block-tag {
    width: 100%;
    color: #acacac;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 92px;
    padding: 0 0 0 27px;
  }
  .news__block-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/pc/home/file.png);
  }
  .news__block-title {
    display: inline-block;
    width: 660px;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news__block:hover {
    cursor: pointer;
  }
  .news__block:hover .news__block-title {
    text-decoration: underline;
  }
  .news__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    width: 160px;
    display: block;
    margin: 20px auto 0;
    padding: 16px 82px 16px 66px;
  }
  .news__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .news__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .news__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .news__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .news__btn-text:after {
    right: -23px;
  }
  .news__links {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news__links-block {
    width: 241px;
  }
  .news__links-block:first-child {
    margin: 0 0 20px;
  }
  .news__links-block-image {
    width: 241px;
  }
  .news__links-block-image-contents {
    width: 100%;
  }
  .news__links-block-text {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
  }
  .news__links-block-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
  }
  .news__links-block-text-contents {
    font-size: 14px;
    font-weight: bold;
  }
  .news__links-block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .area-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .area-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .area-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .area-archive {
    background-color: #f7f7f7;
    padding: 38px 0 40px;
  }
  .area-archive__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }
  .area-archive__head-title {
    text-align: center;
    padding: 0 0 25px;
  }
  .area-archive__head-title-text {
    font-size: 14px;
    line-height: 25px;
  }
  .area-archive__text {
    padding: 0 0 30px;
    text-align: center;
  }
  .area-archive__text-contents {
    font-size: 14px;
    line-height: 25px;
  }
  .area-archive__city {
    position: relative;
    font-size: 14px;
    width: 645px;
    margin: 0 44px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .area-archive__city-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
  }
  .area-archive__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-archive__city-main {
    width: 129px;
    position: absolute;
  }
  .area-archive__city-main:first-child {
    top: 191px;
    right: 0;
  }
  .area-archive__city-main:nth-child(2) {
    bottom: 130px;
    right: 25px;
  }
  .area-archive__city-main:nth-child(2) .area-archive__city-block {
    background-color: #E13300;
  }
  .area-archive__city-main:nth-child(2) .area-archive__city-open-contents-text {
    color: #E13300;
  }
  .area-archive__city-main:nth-child(3) {
    top: 216px;
    right: 274px;
  }
  .area-archive__city-main:nth-child(3) .area-archive__city-block {
    background-color: #39AA60;
  }
  .area-archive__city-main:nth-child(3) .area-archive__city-open-contents-text {
    color: #39AA60;
  }
  .area-archive__city-main:nth-child(4) {
    bottom: 39px;
    right: 159px;
  }
  .area-archive__city-main:nth-child(4) .area-archive__city-block {
    background-color: #E98930;
  }
  .area-archive__city-main:nth-child(4) .area-archive__city-open-contents-text {
    color: #E98930;
  }
  .area-archive__city-main:nth-child(5) {
    top: 340px;
    left: 79px;
  }
  .area-archive__city-main:nth-child(5) .area-archive__city-block {
    background-color: #00AEFF;
  }
  .area-archive__city-main:nth-child(5) .area-archive__city-open-contents-text {
    color: #00AEFF;
  }
  .area-archive__city-main:nth-child(6) {
    top: 520px;
    left: 206px;
  }
  .area-archive__city-main:nth-child(6) .area-archive__city-block {
    background-color: #ff7777;
  }
  .area-archive__city-main:nth-child(6) .area-archive__city-open-contents-text {
    color: #ff7777;
  }
  .area-archive__city-main:last-child {
    top: 130px;
    bottom: auto;
    left: 0;
  }
  .area-archive__city-main:last-child .area-archive__city-block {
    background-color: #CB8BD3;
  }
  .area-archive__city-main:last-child .area-archive__city-open-contents-text {
    color: #CB8BD3;
  }
  .area-archive__city-main:first-child .area-archive__city-block {
    background-color: #006fcc;
  }
  .area-archive__city-main:first-child .area-archive__city-open-contents-text {
    color: #006fcc;
  }
  .area-archive__city-block {
    position: relative;
    width: 129px;
    height: 21px;
    margin: 0 0 8px;
    border-radius: 4px;
    background-color: #95651A;
  }
  .area-archive__city-block-text {
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 11px;
    top: 46%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
  .area-archive__city-open-inner {
    font-size: 0;
  }
  .area-archive__city-open-contents {
    display: inline-block;
    width: 43px;
    text-align: center;
    margin: 0 0 7px;
  }
  .area-archive__city-open-contents-text {
    color: #95651A;
    font-size: 13px;
  }
  .area-archive__city-open-contents-text:hover {
    text-decoration: underline;
  }
  .area-archive__city2 {
    font-size: 14px;
    width: 335px;
    display: inline-block;
    vertical-align: top;
  }
  .area-archive__city2-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
  }
  .area-archive__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-archive__city2-search {
    position: relative;
  }
  .area-archive__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    padding: 0 65px 0 20px;
  }
  .area-archive__city2-search-box:-ms-input-placeholder {
    color: #ACACAC;
  }
  .area-archive__city2-search-box::placeholder {
    color: #ACACAC;
  }
  .area-archive__city2-search-btn {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: url(../img/sp/home/glass.png);
    background-size: 20px;
    border-left: 1px solid #95989A;
    width: 20px;
    height: 20px;
    padding: 19px;
    border-top: 1px solid #95989a;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #95989a;
  }
  .area-category {
    background-color: #f7f7f7;
  }
  .area-category__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .area-category__wrapper {
    margin: 0 0 20px;
  }
  .area-category__wrapper:last-child {
    margin-bottom: 0;
  }
  .area-category__wrapper:hover {
    cursor: pointer;
  }
  .area-category__subtitle {
    padding: 0 0 20px;
  }
  .area-category__subtitle-text {
    font-weight: bold;
    font-size: 20px;
  }
  .area-category__city {
    margin: 60px 0 0;
  }
  .area-category__city-wrapper {
    margin: 0 0 40px;
    font-size: 0;
  }
  .area-category__city-main {
    display: inline-block;
    vertical-align: top;
    width: 502px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    min-height: 141px;
  }
  .area-category__city-main:nth-child(2n) {
    margin-right: 0;
  }
  .area-category__city-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .area-category__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city-block {
    background-color: #fff;
    position: relative;
    padding: 30px 10px 20px 30px;
  }
  .area-category__city-block-text {
    font-size: 14px;
    font-weight: bold;
  }
  .area-category__city-open {
    background-color: #fff;
  }
  .area-category__city-open-inner {
    font-size: 0;
    padding: 0 40px 15px 30px;
  }
  .area-category__city-open-contents {
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    width: 21%;
    text-align: center;
  }
  .area-category__city-open-contents-text {
    font-size: 16px;
  }
  .area-category__city-open-contents-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .area-category__city-open-contents:first-child {
    text-align: left;
    width: 16%;
  }
  .area-category__city-open-contents:nth-child(5n) {
    border-right: none;
  }
  .area-category__city-open-contents:nth-child(6n) {
    text-align: left;
    width: 16%;
  }
  .area-category__city-open-contents:last-child {
    border-right: none;
  }
  .area-category__city2 {
    padding: 0 !important;
    background-color: #f7f7f7;
  }
  .area-category__city2-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .area-category__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city2-search {
    width: 335px;
    position: relative;
  }
  .area-category__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    outline: none;
    padding: 0 65px 0 20px;
  }
  .area-category__city2-search-box:-ms-input-placeholder {
    color: #ACACAC;
  }
  .area-category__city2-search-box::placeholder {
    color: #ACACAC;
  }
  .area-category__city2-search-btn {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: url(../img/sp/home/glass.png);
    background-size: 20px;
    border-left: 1px solid #95989A;
    width: 20px;
    height: 20px;
    padding: 18px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area-category__block:hover .area-category__block-shop-btn-contents {
    color: #B60005;
    border: 1px solid #B60005;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s all;
  }
  .area-category__block-inner {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-category__block-shop {
    display: table;
    width: 100%;
    margin: 0 0 30px;
  }
  .area-category__block-shop-name {
    display: table-cell;
    width: 50%;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
  }
  .area-category__block-shop-btn {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
  }
  .area-category__block-shop-btn-contents {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 14px;
    padding: 7px 19px;
    background-color: #B60005;
    transition: 0.3s all;
    border: 1px solid #B60005;
  }
  .area-category__block-city {
    padding: 0 0 15px;
    font-size: 14px;
    color: #000;
    font-size: 16px;
  }
  .area-category__block-city:last-child {
    padding-bottom: 0;
  }
  .area-category__block-city-name {
    display: inline-block;
    padding: 6px 9px;
    border: 1px solid #000;
    margin: 0 0 8px;
    font-weight: bold;
  }
  .area-category__block-city-sub {
    font-size: 0;
    display: block;
  }
  .area-category__block-city-sub-block {
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
  }
  .area-category__block-city-sub-block:last-child .area-category__block-city-sub-block-comma {
    display: none;
  }
  .area-detail {
    background-color: #f7f7f7;
  }
  .area-detail__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .area-detail__wrapper {
    background-color: #fff;
    padding: 40px 30px 20px;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-detail__inner2 {
    background-color: #f7f7f7;
    padding: 0 10px 10px;
  }
  .area-detail__wrapper2 {
    background-color: #fff;
    padding: 60px 20px 20px;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-detail__title {
    padding: 0 0 25px;
  }
  .area-detail__title-text {
    font-size: 28px;
    font-weight: bold;
    word-break: break-all;
  }
  .area-detail__message {
    padding: 0 0 35px;
  }
  .area-detail__message-text {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .area-detail__message-text p {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .area-detail__subtitle-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px solid #000;
  }
  .area-detail__subtitle-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__subtitle:nth-child(2) .area-detail__subtitle-title {
    margin: 0 0 20px;
  }
  .area-detail__city {
    margin: 60px 0 0;
  }
  .area-detail__city-wrapper {
    margin: 0 0 40px;
    font-size: 0;
  }
  .area-detail__city-main {
    display: inline-block;
    vertical-align: top;
    width: 502px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    min-height: 141px;
  }
  .area-detail__city-main:nth-child(2n) {
    margin-right: 0;
  }
  .area-detail__city-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .area-detail__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__city-block {
    background-color: #fff;
    position: relative;
    padding: 30px 10px 20px 30px;
  }
  .area-detail__city-block-text {
    font-size: 14px;
    font-weight: bold;
  }
  .area-detail__city-open {
    background-color: #fff;
  }
  .area-detail__city-open-inner {
    font-size: 0;
    padding: 0 40px 15px 30px;
  }
  .area-detail__city-open-contents {
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    width: 21%;
    text-align: center;
  }
  .area-detail__city-open-contents-text {
    font-size: 16px;
  }
  .area-detail__city-open-contents-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .area-detail__city-open-contents:first-child {
    text-align: left;
    width: 16%;
  }
  .area-detail__city-open-contents:nth-child(5n) {
    border-right: none;
  }
  .area-detail__city-open-contents:nth-child(6n) {
    text-align: left;
    width: 16%;
  }
  .area-detail__city-open-contents:last-child {
    border-right: none;
  }
  .area-detail__city2 {
    padding: 0 !important;
    background-color: #f7f7f7;
  }
  .area-detail__city2-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .area-detail__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__city2-search {
    width: 335px;
    position: relative;
  }
  .area-detail__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    outline: none;
    padding: 0 65px 0 20px;
  }
  .area-detail__city2-search-box:-ms-input-placeholder {
    color: #ACACAC;
  }
  .area-detail__city2-search-box::placeholder {
    color: #ACACAC;
  }
  .area-detail__city2-search-btn {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: url(../img/sp/home/glass.png);
    background-size: 20px;
    border-left: 1px solid #95989A;
    width: 20px;
    height: 20px;
    padding: 18px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area-detail__block-city {
    padding: 0 0 35px;
  }
  .area-detail__block-city-wrapper {
    padding: 0 0 15px;
  }
  .area-detail__block-city-wrapper:last-child {
    padding-bottom: 0;
  }
  .area-detail__block-city-name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 9px;
    margin: 0 0 5px;
    border: 1px solid #000;
  }
  .area-detail__block-city-sub {
    display: block;
    font-size: 0;
  }
  .area-detail__block-city-sub-block {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
  }
  .area-detail__block-city-sub-block:last-child .area-detail__block-city-sub-block-comma {
    display: none;
  }
  .area-detail__voice {
    padding: 0 0 35px;
  }
  .area-detail__voice-block {
    margin: 0 0 15px;
  }
  .area-detail__voice-block:last-child {
    margin-bottom: 0;
  }
  .area-detail__voice-block-title {
    padding: 0 0 5px;
  }
  .area-detail__voice-block-title-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    word-break: break-all;
  }
  .area-detail__voice-block-name {
    padding: 0 0 8px;
  }
  .area-detail__voice-block-name-text {
    color: #acacac;
    font-size: 12px;
    word-break: break-all;
  }
  .area-detail__voice-block-text {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .area-detail__voice-block-text p {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .area-detail__images-inner {
    font-size: 0;
  }
  .area-detail__images-contents {
    width: 308px;
    display: inline-block;
    padding: 0 20px 20px 0;
    text-align: center;
  }
  .area-detail__images-contents:nth-child(3n) {
    padding-right: 0;
  }
  .area-detail__images img {
    width: auto;
  }
  .area-detail__sns-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .area-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .area-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .area-search {
    background-color: #f7f7f7;
  }
  .area-search__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  .area-search__word {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px;
  }
  .area-search__answer {
    display: block;
    padding: 0 0 20px;
  }
  .area-search__answer:last-child {
    padding-bottom: 0;
  }
  .area-search__answer:hover {
    cursor: pointer;
  }
  .area-search__answer:hover .area-search__answer-detail {
    color: #B60005;
    border: 1px solid #B60005;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s all;
  }
  .area-search__answer-inner {
    position: relative;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-search__answer-detail {
    position: absolute;
    color: #fff;
    top: 40px;
    right: 30px;
    font-weight: bold;
    background-color: #b60005;
    border: 1px solid #b60005;
    font-size: 11px;
    border-radius: 14px;
    padding: 7px 19px;
  }
  .area-search__answer-text {
    font-size: 14px;
    font-weight: bold;
  }
  .area-search__answer-shop {
    width: 50%;
    word-break: break-all;
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 30px;
  }
  .area-search__answer-main {
    font-size: 0;
    padding: 0 0 15px;
  }
  .area-search__answer-main:last-child {
    padding-bottom: 0;
  }
  .area-search__answer-city {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 9px;
    margin: 0 0 8px;
    border: 1px solid #000;
  }
  .area-search__answer-city-sub {
    display: block;
    font-size: 0;
  }
  .area-search__answer-city-sub-block {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
  }
  .area-search__answer-city-sub-block:last-child .area-search__answer-city-sub-block-comma {
    display: none;
  }
  .area-frame {
    position: relative;
  }
  .area-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .area-search {
    background-color: #f7f7f7;
  }
  .area-search__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  .news-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .news-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .news-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .news-archive {
    padding: 40px 0 0;
    background-color: #F7F7F7;
  }
  .news-archive__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .news-archive__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .news-archive__wrapper {
    width: 763px;
    float: left;
  }
  .news-archive__wrapper2 {
    width: 241px;
    float: right;
  }
  .news-archive__subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
  }
  .news-archive__block {
    position: relative;
    font-size: 0;
    padding: 18px 0 45px;
    border-bottom: 1px solid #E8E8E8;
  }
  .news-archive__block:first-child {
    padding: 0 0 45px;
  }
  .news-archive__block-caption {
    display: inline-block;
    vertical-align: top;
  }
  .news-archive__block-date {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 20px 0 0;
  }
  .news-archive__block-tag {
    color: #acacac;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 92px;
    padding: 0 0 0 27px;
  }
  .news-archive__block-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/pc/home/file.png);
  }
  .news-archive__block-title {
    display: inline-block;
    width: 660px;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-archive__block:hover {
    cursor: pointer;
  }
  .news-archive__block:hover .news-archive__block-title {
    text-decoration: underline;
  }
  .news-archive__btn {
    position: absolute;
    top: 0;
    left: 666px;
    width: 114px;
  }
  .news-archive__btn-text {
    position: relative;
    padding: 0 17px 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .news-archive__btn-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
  }
  .news-archive__btn-text:hover {
    text-decoration: underline;
  }
  .news-archive__links {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-archive__links-block {
    width: 241px;
  }
  .news-archive__links-block:first-child {
    margin: 0 0 20px;
  }
  .news-archive__links-block-image {
    width: 241px;
  }
  .news-archive__links-block-image-contents {
    width: 100%;
  }
  .news-archive__links-block-text {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
  }
  .news-archive__links-block-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
  }
  .news-archive__links-block-text-contents {
    font-size: 14px;
    font-weight: bold;
  }
  .news-archive__links-block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .news-archive__category {
    padding: 0 0 40px;
  }
  .news-archive__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 2px solid #000;
  }
  .news-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-archive__category-block {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .news-archive__category-block:last-child {
    border-bottom: none;
  }
  .news-archive__category-block-text {
    position: relative;
  }
  .news-archive__category-block-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .news-archive__category-block-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .news-archive__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .news-archive__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-archive__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .news-archive__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .news-archive__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .news-archive__month-pull select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  select::-ms-expand {
    display: none;
  }
  .news-category {
    padding: 40px 0 80px;
    background-color: #F7F7F7;
  }
  .news-category__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .news-category__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .news-category__wrapper {
    width: 763px;
    float: left;
  }
  .news-category__wrapper2 {
    width: 241px;
    float: right;
  }
  .news-category__subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
  }
  .news-category__block {
    position: relative;
    font-size: 0;
    padding: 18px 0 45px;
    border-bottom: 1px solid #E8E8E8;
  }
  .news-category__block:first-child {
    padding: 0 0 45px;
  }
  .news-category__block-caption {
    display: inline-block;
    vertical-align: top;
  }
  .news-category__block-date {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 20px 0 0;
  }
  .news-category__block-tag {
    color: #acacac;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 92px;
    padding: 0 0 0 27px;
  }
  .news-category__block-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/pc/home/file.png);
  }
  .news-category__block-title {
    display: inline-block;
    width: 660px;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-category__block:hover {
    cursor: pointer;
  }
  .news-category__block:hover .news-category__block-title {
    text-decoration: underline;
  }
  .news-category__btn {
    position: absolute;
    top: 0;
    left: 666px;
    width: 114px;
  }
  .news-category__btn-text {
    position: relative;
    padding: 0 17px 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .news-category__btn-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
  }
  .news-category__btn-text:hover {
    text-decoration: underline;
  }
  .news-category__links {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-category__links-block {
    width: 241px;
  }
  .news-category__links-block:first-child {
    margin: 0 0 20px;
  }
  .news-category__links-block-image {
    width: 241px;
  }
  .news-category__links-block-image-contents {
    width: 100%;
  }
  .news-category__links-block-text {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
  }
  .news-category__links-block-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
  }
  .news-category__links-block-text-contents {
    font-size: 14px;
    font-weight: bold;
  }
  .news-category__links-block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .news-category__category {
    padding: 0 0 40px;
  }
  .news-category__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 2px solid #000;
  }
  .news-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-category__category-block {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .news-category__category-block:last-child {
    border-bottom: none;
  }
  .news-category__category-block-text {
    position: relative;
  }
  .news-category__category-block-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .news-category__category-block-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .news-category__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .news-category__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-category__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .news-category__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .news-category__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .news-category__month-pull select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .news-detail {
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .news-detail__container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
  }
  .news-detail__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .news-detail__inner2 {
    width: 1024px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  .news-detail__wrapper {
    width: 763px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
    box-sizing: border-box;
  }
  .news-detail__wrapper2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 241px;
  }
  .news-detail__block {
    padding: 0 0 55px;
  }
  .news-detail__block-title {
    padding: 0 0 15px;
  }
  .news-detail__block-title-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    word-break: break-all;
  }
  .news-detail__block-caption {
    color: #acacac;
    padding: 0 0 20px;
    font-size: 0;
  }
  .news-detail__block-caption-date {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 30px 0 18px;
  }
  .news-detail__block-caption-date:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/sp/news/clock.png);
  }
  .news-detail__block-caption-news {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 0 0 17px;
  }
  .news-detail__block-caption-news:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 12px;
    height: 13px;
    background-image: url(../img/sp/news/folda.png);
  }
  .news-detail__block-text {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-detail__block-text img {
    display: block;
    max-width: 703px;
  }
  .news-detail__block-text p, .news-detail__block-text h3, .news-detail__block-text figure, .news-detail__block-text blockquote {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    word-break: break-all;
  }
  .news-detail__block2 {
    position: relative;
    padding: 18px 0 27px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 0;
  }
  .news-detail__block2:hover {
    cursor: pointer;
  }
  .news-detail__block2:hover .news-detail__block2-title {
    text-decoration: underline;
  }
  .news-detail__block2-caption {
    display: inline-block;
    vertical-align: top;
    width: 72px;
    margin: 0 20px 10px 0;
    line-height: 25px;
  }
  .news-detail__block2-date {
    font-size: 14px;
    font-weight: bold;
  }
  .news-detail__block2-tag {
    position: absolute;
    bottom: 20px;
    left: 92px;
    color: #acacac;
    font-size: 12px;
    padding: 0 0 0 27px;
  }
  .news-detail__block2-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/pc/home/file.png);
  }
  .news-detail__block2-title {
    display: inline-block;
    vertical-align: top;
    width: 660px;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
    padding: 0 0 25px;
  }
  .news-detail__relation {
    width: 763px;
    padding: 60px 0 0;
  }
  .news-detail__relation-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-bottom: 2px solid #000;
  }
  .news-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-detail__category {
    padding: 0 0 40px;
  }
  .news-detail__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 2px solid #000;
  }
  .news-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-detail__category-block {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .news-detail__category-block:last-child {
    border-bottom: none;
  }
  .news-detail__category-block-text {
    position: relative;
  }
  .news-detail__category-block-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .news-detail__category-block-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .news-detail__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .news-detail__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-detail__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .news-detail__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .news-detail__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .news-detail__month-pull select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .news-detail__sns-block {
    font-size: 0;
  }
  .news-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .news-detail__sns-block-fb img {
    height: 30px;
  }
  .news-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .news-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .news-detail__sns-block-tw img {
    height: 30px;
  }
  .news-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .news-detail__column70_30 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  .news-detail__column70_30-left {
    width: 65%;
  }
  .news-detail__column70_30-right {
    width: 30%;
  }
  .news-detail__column70_30-right img {
    width: 100%;
    height: auto;
  }
  .news-frame {
    position: relative;
  }
  .news-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .faq-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .faq-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .faq-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .faq-frame {
    position: relative;
  }
  .faq-archive__inner {
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .faq-archive__category {
    font-size: 0;
    width: 1024px;
    margin: 0 auto 30px;
  }
  .faq-archive__category-title {
    width: 241px;
    height: 65px;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s all;
  }
  .faq-archive__category-title:hover {
    color: #fff;
    background-color: #000;
    transition: 0.3s all;
  }
  .faq-archive__category-title:hover .faq-archive__category-title-text:after {
    background-image: url(../img/pc/faq/arrow_under_w.png);
  }
  .faq-archive__category-title:nth-child(2) .faq-archive__category-title-text:after {
    right: 49px;
  }
  .faq-archive__category-title:nth-child(3) .faq-archive__category-title-text:after {
    right: 35px;
  }
  .faq-archive__category-title:last-child {
    margin-right: 0;
  }
  .faq-archive__category-title:last-child .faq-archive__category-title-text:after {
    right: 84px;
  }
  .faq-archive__category-title-text {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 27px 0 0;
  }
  .faq-archive__category-title-text:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 22px;
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(../img/pc/faq/arrow_under.png);
  }
  .faq-archive__main {
    width: 1024px;
    margin: 0 auto;
  }
  .faq-archive__main-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 2px solid #000;
  }
  .faq-archive__main-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .faq-archive__main-block {
    padding: 30px 0;
  }
  .faq-archive__main-block:last-child {
    padding-bottom: 0;
  }
  .faq-archive__main-question {
    position: relative;
    padding: 18px  44px;
    border-bottom: 1px solid #E8E8E8;
  }
  .faq-archive__main-question:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../img/pc/faq/q.png);
  }
  .faq-archive__main-question:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/common/arrow_right.png);
  }
  .faq-archive__main-question:hover {
    cursor: pointer;
  }
  .faq-archive__main-question:hover .faq-archive__main-question-contents {
    text-decoration: underline;
  }
  .faq-archive__main-question-contents {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    word-break: break-all;
  }
  .faq-detail {
    background-color: #f7f7f7;
  }
  .faq-detail__inner {
    width: 1024px;
    padding: 40px 0 0;
    margin: 0 auto;
  }
  .faq-detail__inner2 {
    background-color: #f7f7f7;
  }
  .faq-detail__main {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .faq-detail__main-title {
    position: relative;
    font-size: 24px;
    line-height: 43px;
    font-weight: bold;
    padding: 0 0 0 36px;
    margin: 0 0 20px;
    word-break: break-all;
  }
  .faq-detail__main-title:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 36px;
    background-image: url(../img/sp/faq/Q.png);
    background-size: 26px 36px;
  }
  .faq-detail__main-category {
    color: #acacac;
    font-size: 12px;
    padding: 0 0 30px;
  }
  .faq-detail__main-text {
    position: relative;
    padding: 0 0 0 34px;
    line-height: 25px;
    margin: 0 0 60px;
    word-break: break-all;
  }
  .faq-detail__main-text p {
    line-height: 25px;
    word-break: break-all;
  }
  .faq-detail__main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 34px;
    background-image: url(../img/sp/faq/A.png);
    background-size: 24px 34px;
  }
  .faq-detail__relation {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .faq-detail__relation-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
  }
  .faq-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .faq-detail__relation-question {
    position: relative;
    padding: 18px 44px;
    border-bottom: 1px solid #E8E8E8;
  }
  .faq-detail__relation-question:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .faq-detail__relation-question:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../img/pc/faq/q.png);
  }
  .faq-detail__relation-question:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/common/arrow_right.png);
  }
  .faq-detail__relation-question-contents {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    word-break: break-all;
  }
  .faq-detail__sns-block {
    font-size: 0;
  }
  .faq-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .faq-detail__sns-block-fb img {
    height: 30px;
  }
  .faq-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .faq-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .faq-detail__sns-block-tw img {
    height: 30px;
  }
  .faq-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .faq-frame {
    position: relative;
  }
  .faq-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .word-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .word-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .word-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .word-archive {
    background-color: #f7f7f7;
  }
  .word-archive__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 30px 0;
  }
  .word-archive__lists {
    background-color: #f7f7f7;
    display: block;
    padding: 0 0 30px;
  }
  .word-archive__lists-wrapper {
    font-size: 0;
    box-sizing: border-box;
  }
  .word-archive__lists-list {
    width: 88px;
    height: 38px;
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    margin: 0 16px 0 0;
    box-sizing: border-box;
    transition: 0.3s all;
  }
  .word-archive__lists-list:last-child {
    margin-right: 0;
  }
  .word-archive__lists-list:hover {
    color: #fff;
    background-color: #000;
    transition: 0.3s all;
  }
  .word-archive__lists-list-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .word-archive__kana {
    padding: 30px 0;
  }
  .word-archive__kana:last-child {
    padding-bottom: 0;
  }
  .word-archive__kana-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .word-archive__kana-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .word-archive__kana-block {
    font-size: 0;
  }
  .word-archive__kana-block-word {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold;
  }
  .word-archive__kana-block-word:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .word-archive__kana-block-word-text {
    font-size: 16px;
    word-break: break-all;
  }
  .word-detail {
    background-color: #f7f7f7;
  }
  .word-detail__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .word-detail__main {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .word-detail__main-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 0 25px;
    word-break: break-all;
  }
  .word-detail__main-text {
    line-height: 25px;
    word-break: break-all;
  }
  .word-detail__main-text p {
    line-height: 25px;
    word-break: break-all;
  }
  .word-detail__lists {
    padding: 60px 0 0;
    background-color: #f7f7f7;
  }
  .word-detail__lists-wrapper {
    width: 1024px;
    margin: 0 auto;
    font-size: 0;
  }
  .word-detail__lists-list {
    width: 88px;
    height: 38px;
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    margin: 0 16px 0 0;
    box-sizing: border-box;
  }
  .word-detail__lists-list:last-child {
    margin-right: 0;
  }
  .word-detail__lists-list:hover {
    color: #fff;
    background-color: #000;
  }
  .word-detail__lists-list-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .word-frame {
    position: relative;
  }
  .word-frame__inner {
    padding-bottom: 80px;
    background-color: #f7F7F7;
  }
  .voice-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .voice-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .voice-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .voice-archive {
    background-color: #f7f7f7;
  }
  .voice-archive__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
  }
  .voice-archive__slider {
    text-align: left;
    padding: 0 0 35px;
  }
  .voice-archive__slider-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .voice-archive__slider-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__slider-main {
    font-size: 0;
  }
  .voice-archive__slider-main-block {
    display: inline-block;
    vertical-align: top;
    width: 328px;
    margin: 0 20px 25px 0;
  }
  .voice-archive__slider-main-block:nth-child(3n) {
    margin-right: 0;
  }
  .voice-archive__slider-main-block-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    word-break: break-all;
  }
  .voice-archive__slider-main-block img {
    display: block;
    padding: 0 0 10px;
  }
  .voice-archive__slider-main-block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .voice-archive__card {
    text-align: left;
  }
  .voice-archive__card-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
  }
  .voice-archive__card-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__wrapper {
    font-size: 0;
  }
  .voice-archive__block {
    width: 328px;
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 25px 0;
  }
  .voice-archive__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .voice-archive__block:nth-child(3n) {
    margin-right: 0;
  }
  .voice-archive__block-image {
    padding: 0 0 10px;
    height: 233.88px;
  }
  .voice-archive__block-image img {
    width: auto;
    max-height: 233.88px;
  }
  .voice-archive__block-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    word-break: break-all;
  }
  .voice-archive__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .voice-archive__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .voice-archive__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .voice-archive__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .voice-detail {
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .voice-detail__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .voice-detail__wrapper {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .voice-detail__wrapper2 {
    padding: 0 30px 40px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .voice-detail__images {
    font-size: 0;
    padding: 20px 0;
  }
  .voice-detail__images-contents {
    display: inline-block;
    vertical-align: top;
    width: 472px;
    padding: 0 20px 20px 0;
  }
  .voice-detail__images-contents:nth-child(2n) {
    padding-right: 0;
  }
  .voice-detail__images-contents img {
    width: auto;
  }
  .voice-detail__block-title {
    padding: 0 0 15px;
  }
  .voice-detail__block-title-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    word-break: break-all;
  }
  .voice-detail__block-info {
    padding: 0 0 20px;
  }
  .voice-detail__block-info-text {
    color: #acacac;
    font-size: 12px;
    word-break: break-all;
  }
  .voice-detail__block-image {
    padding: 0 0 15px;
  }
  .voice-detail__block-image img {
    width: auto;
    max-height: 426px;
  }
  .voice-detail__block-qa {
    padding: 0 0 25px;
  }
  .voice-detail__block-qa:last-child {
    padding: 0 0 15px;
  }
  .voice-detail__block-question {
    padding: 0 0 5px;
  }
  .voice-detail__block-question-text {
    color: #E13300;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .voice-detail__block-answer-text {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .voice-detail__block-caption {
    margin: 0 0 60px;
  }
  .voice-detail__block-caption-inner {
    padding: 15px 20px;
    border: 1px solid #000;
  }
  .voice-detail__block-caption-text {
    font-size: 12px;
    line-height: 24px;
    word-break: break-all;
  }
  .voice-detail__sns-block {
    font-size: 0;
  }
  .voice-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .voice-detail__sns-block-fb img {
    height: 30px;
  }
  .voice-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .voice-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .voice-detail__sns-block-tw img {
    height: 30px;
  }
  .voice-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .voice-frame {
    position: relative;
  }
  .voice-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .card-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .card-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .card-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .card-archive {
    background-color: #f7f7f7;
  }
  .card-archive__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .card-archive__wrapper {
    font-size: 0;
    padding: 0 0 30px;
  }
  .card-archive__block {
    width: 328px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 25px 0;
  }
  .card-archive__block:nth-child(3n) {
    margin-right: 0;
  }
  .card-archive__block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .card-archive__block-image {
    padding: 0 0 10px;
    height: 233.88px;
  }
  .card-archive__block-image img {
    width: auto;
    max-height: 233.88px;
  }
  .card-archive__block-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    word-break: break-all;
  }
  .card-archive .pager {
    padding-top: 0;
  }
  .card-detail {
    background-color: #f7f7f7;
  }
  .card-detail__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .card-detail__wrapper {
    position: relative;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .card-detail__wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .card-detail__main {
    width: 714px;
    float: left;
    padding: 0 0 60px;
  }
  .card-detail__main-text {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 25px;
    word-break: break-all;
  }
  .card-detail__main-text p {
    font-size: 16px;
    line-height: 25px;
    word-break: break-all;
  }
  .card-detail__main-image {
    width: 230px;
    float: right;
    margin: 0 0 90px;
  }
  .card-detail__main-info {
    color: #acacac;
    font-size: 14px;
    word-break: break-all;
  }
  .card-detail__sns {
    position: absolute;
    left: 30px;
    bottom: 40px;
  }
  .card-detail__sns-block {
    font-size: 0;
  }
  .card-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .card-detail__sns-block-fb img {
    height: 30px;
  }
  .card-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .card-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .card-detail__sns-block-tw img {
    height: 30px;
  }
  .card-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .card-detail h1 {
    font-weight: normal;
  }
  .card-detail .pager2 {
    padding: 45px 0 0;
  }
  .card-frame {
    position: relative;
  }
  .card-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .guide-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    background-color: #fff;
    padding: 100px 0 62px;
  }
  .guide-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .guide-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .guide-archive__inner {
    position: relative;
    padding: 40px 0 0;
    width: 1024px;
    min-height: 856px;
    margin: 0 auto;
  }
  .guide-archive__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-archive__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-archive__wrapper {
    width: 763px;
    font-size: 0;
  }
  .guide-archive__description {
    width: 763px;
    padding: 0 0 40px;
  }
  .guide-archive__description p {
    line-height: 25px;
    padding: 0 0 25px;
    font-size: 14px;
  }
  .guide-archive__description p:last-child {
    padding-bottom: 0;
  }
  .guide-archive__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 25px 0;
  }
  .guide-archive__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .guide-archive__block:nth-child(3n) {
    margin-right: 0;
  }
  .guide-archive__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-archive__block:nth-last-child(3) {
    margin-bottom: 0;
  }
  .guide-archive__block:last-child {
    margin-bottom: 0;
  }
  .guide-archive__block-image {
    margin: 0 0 20px;
    height: 120px;
  }
  .guide-archive__block-image img {
    width: auto;
    max-height: 120px;
  }
  .guide-archive__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .guide-archive__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .guide-archive__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-archive__category {
    width: 241px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 0;
  }
  .guide-archive__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .guide-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-archive__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .guide-archive__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .guide-archive__category-block:last-child {
    border-bottom: none;
  }
  .guide-archive__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .guide-archive__favorite {
    width: 241px;
    position: absolute;
    top: 640px;
    right: 0;
  }
  .guide-archive__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .guide-archive__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-archive__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .guide-archive__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-archive__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-archive__favorite-block-image-contents {
    width: 68px;
  }
  .guide-archive__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-archive__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .guide-archive__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .guide-archive__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-archive .pager {
    width: 763px;
  }
  .guide-category__inner {
    position: relative;
    padding: 40px 0 0;
    width: 1024px;
    min-height: 848px;
    margin: 0 auto;
  }
  .guide-category__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-category__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-category__wrapper {
    width: 763px;
    font-size: 0;
  }
  .guide-category__subtitle {
    padding: 0 0 20px;
  }
  .guide-category__subtitle-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-category__description {
    width: 763px;
    line-height: 25px;
    padding: 0 0 40px;
  }
  .guide-category__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
  }
  .guide-category__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .guide-category__block:nth-child(3n) {
    margin-right: 0;
  }
  .guide-category__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-category__block:nth-last-child(3) {
    margin-bottom: 0;
  }
  .guide-category__block:last-child {
    margin-bottom: 0;
  }
  .guide-category__block-image {
    margin: 0 0 20px;
    height: 120px;
  }
  .guide-category__block-image img {
    width: auto;
    max-height: 120px;
  }
  .guide-category__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .guide-category__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .guide-category__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-category__category {
    width: 241px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 0;
  }
  .guide-category__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .guide-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-category__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .guide-category__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .guide-category__category-block:last-child {
    border-bottom: none;
  }
  .guide-category__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .guide-category__favorite {
    width: 241px;
    position: absolute;
    top: 437px;
    right: 0;
  }
  .guide-category__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .guide-category__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-category__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .guide-category__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-category__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-category__favorite-block-image-contents {
    width: 68px;
  }
  .guide-category__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-category__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .guide-category__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .guide-category__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-category .pager {
    width: 763px;
  }
  .guide-detail {
    width: 1024px;
    min-height: 880px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
  }
  .guide-detail__inner {
    width: 763px;
  }
  .guide-detail__wrapper {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .guide-detail__wrapper2 {
    width: 763px;
    background-color: #f7f7f7;
  }
  .guide-detail__main-title {
    padding: 0 0 15px;
  }
  .guide-detail__main-title-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    word-break: break-all;
  }
  .guide-detail__main-caption {
    font-size: 0;
    padding: 0 0 20px;
  }
  .guide-detail__main-date {
    position: relative;
    display: inline-block;
    padding: 0 47px 0 18px;
  }
  .guide-detail__main-date-text {
    color: #acacac;
    font-size: 12px;
  }
  .guide-detail__main-date:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/pc/guide/time.png);
    background-size: 12px 12px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .guide-detail__main-info {
    position: relative;
    display: inline-block;
  }
  .guide-detail__main-info-text {
    color: #acacac;
    font-size: 12px;
  }
  .guide-detail__main-info:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/pc/guide/file.png);
    background-size: 12px 12px;
    left: -17px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .guide-detail__main-image {
    padding: 0 0 20px;
  }
  .guide-detail__main-lists {
    padding: 0 0 20px;
  }
  .guide-detail__main-lists-inner {
    padding: 15px 20px;
    border: 1px solid #acacac;
  }
  .guide-detail__main-lists-title {
    color: #b60005;
    line-height: 25px;
    font-weight: bold;
  }
  .guide-detail__main-lists-list {
    display: block;
    line-height: 25px;
    word-break: break-all;
  }
  .guide-detail__main-lists-list-contents:hover {
    text-decoration: underline;
  }
  .guide-detail__main-contents {
    padding: 20px 0 15px;
  }
  .guide-detail__main-contents-none {
    padding: 5px 0;
  }
  .guide-detail__main-contents-title {
    line-height: 2rem;
    font-size: 16px;
    padding: 0.5em 0.5em 0.8em 0;
    border-bottom: solid 2px #222;
    margin: 50px 0 20px 0;
    font-weight: bold;
  }
  /* .guide-detail__main-contents-title-text {
    font-weight: bold;
  } */
  .guide-detail__main-contents-text {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .guide-detail__main-contents-text h3 {
    font-weight: bold;
    padding: 0 0 10px;
  }
  .guide-detail__main-contents-text img {
    display: block;
  }
  .guide-detail__main-contents-text p {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .guide-detail__main-tags {
    font-size: 0;
    margin: 20px 0;
    padding: 0 0 0 22px;
    position: relative;
  }
  .guide-detail__main-tags:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/sp/guide/tag.png);
    background-size: 12px;
  }
  .guide-detail__main-tags-tag {
    color: #acacac;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px 0 0;
    display: inline-block;
  }
  .guide-detail__main-tags-tag:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .guide-detail__sns {
    padding: 40px 0 0;
  }
  .guide-detail__sns-block {
    font-size: 0;
  }
  .guide-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .guide-detail__sns-block-fb img {
    height: 30px;
  }
  .guide-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .guide-detail__sns-block-tw img {
    height: 30px;
  }
  .guide-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-detail__relation {
    padding: 55px 0 0;
  }
  .guide-detail__relation-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .guide-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-detail__relation-wrapper {
    font-size: 0;
  }
  .guide-detail__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
  .guide-detail__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .guide-detail__block:nth-child(3) {
    margin-right: 0;
  }
  .guide-detail__block-image {
    margin: 0 0 20px;
  }
  .guide-detail__block-image img {
    width: auto;
    max-height: 120px;
  }
  .guide-detail__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .guide-detail__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-detail__category {
    width: 241px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 0;
  }
  .guide-detail__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .guide-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-detail__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .guide-detail__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .guide-detail__category-block:last-child {
    border-bottom: none;
  }
  .guide-detail__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .guide-detail__favorite {
    width: 241px;
    position: absolute;
    top: 437px;
    right: 0;
  }
  .guide-detail__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .guide-detail__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-detail__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .guide-detail__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-detail__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-detail__favorite-block-image-contents {
    width: 68px;
  }
  .guide-detail__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-detail__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .guide-detail__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .guide-detail__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-detail__images {
    font-size: 0;
  }
  .guide-detail__images-contents {
    width: 344px;
    padding: 0 15px 15px 0;
    display: inline-block;
    vertical-align: top;
  }
  .guide-detail__images-contents:nth-child(2n) {
    padding-right: 0;
  }
  .guide-detail__images-contents:last-child {
    margin-bottom: none;
  }
  .guide-detail__images img {
    width: auto;
  }
  .guide-tag__inner {
    position: relative;
    padding: 40px 0 0;
    width: 1024px;
    min-height: 848px;
    margin: 0 auto;
  }
  .guide-tag__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-tag__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-tag__wrapper {
    width: 763px;
    font-size: 0;
  }
  .guide-tag__subtitle {
    padding: 0 0 40px;
  }
  .guide-tag__subtitle-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-tag__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
  }
  .guide-tag__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .guide-tag__block:nth-child(3n) {
    margin-right: 0;
  }
  .guide-tag__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-tag__block:nth-last-child(3) {
    margin-bottom: 0;
  }
  .guide-tag__block:last-child {
    margin-bottom: 0;
  }
  .guide-tag__block-image {
    margin: 0 0 20px;
  }
  .guide-tag__block-image img {
    width: auto;
    max-height: 120px;
  }
  .guide-tag__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .guide-tag__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .guide-tag__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-tag__category {
    width: 241px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 0;
  }
  .guide-tag__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .guide-tag__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-tag__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .guide-tag__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .guide-tag__category-block:last-child {
    border-bottom: none;
  }
  .guide-tag__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .guide-tag__favorite {
    width: 241px;
    position: absolute;
    top: 437px;
    right: 0;
  }
  .guide-tag__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .guide-tag__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-tag__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .guide-tag__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .guide-tag__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-tag__favorite-block-image-contents {
    width: 68px;
  }
  .guide-tag__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-tag__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .guide-tag__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .guide-tag__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-tag .pager {
    width: 763px;
  }
  .guide-frame {
    position: relative;
  }
  .guide-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
    min-height: 1250px;
  }
  .maker-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .maker-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .maker-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .maker-archive {
    width: 1024px;
    margin: 0 auto;
  }
  .maker-archive__inner {
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .maker-archive__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .maker-archive__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .maker-archive__wrapper {
    font-size: 0;
  }
  .maker-archive__block {
    width: 242px;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 40px 0;
    transition: 0.3s all;
  }
  .maker-archive__block:nth-child(4n) {
    margin-right: 0;
  }
  .maker-archive__block:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .maker-archive__block-image {
    width: 240px;
    height: 80px;
    margin: 0 0 10px;
    border-radius: 4px;
    border: 1px solid #acacac;
  }
  .maker-archive__block-image img {
    width: auto;
    max-height: 80px;
  }
  .maker-archive__block-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
  }
  .maker-archive__block:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s all;
  }
  .maker-archive__maker-image {
    padding: 0 0 30px;
  }
  .maker-detail {
    padding: 40px 0 0;
  }
  .maker-detail__main {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .maker-detail__main-image {
    padding: 0 0 30px;
  }
  .maker-detail__main-title {
    text-align: center;
  }
  .maker-detail__main-title-text {
    font-size: 28px;
    font-weight: bold;
    word-break: break-all;
  }
  .maker-detail__main-image2 {
    padding: 0 0 8px;
    text-align: center;
  }
  .maker-detail__main-image2 img {
    max-width: 165px;
  }
  .maker-detail__main-link {
    padding: 15px 0 0;
    text-align: center;
  }
  .maker-detail__main-link-group {
    display: inline-block;
    padding: 8px 37px;
    border: 1px solid #707070;
    transition: 0.3s all;
  }
  .maker-detail__main-link-group:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .maker-detail__main-link-group:hover .maker-detail__main-link-text:after {
    background-image: url("../img/pc/maker/foreign2.png");
  }
  .maker-detail__main-link-text {
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 0 22px 0 0;
  }
  .maker-detail__main-link-text:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../img/pc/maker/foreign.png");
    background-size: 12px 12px;
  }
  .maker-detail__main-text {
    padding: 0 0 30px;
  }
  .maker-detail__main-text-contents {
    line-height: 25px;
    word-break: break-all;
  }
  .maker-detail__main-text-contents p {
    line-height: 25px;
    word-break: break-all;
  }
  .maker-detail__main-images {
    padding: 0 0 15px;
  }
  .maker-detail__main-images-wrapper {
    font-size: 0;
  }
  .maker-detail__main-images-image {
    width: 226px;
    display: inline-block;
    margin: 0 20px 20px 0;
  }
  .maker-detail__main-images-image:nth-child(4n) {
    margin-right: 0;
  }
  .maker-detail__main-paragraph-block {
    margin: 0 0 40px;
  }
  .maker-detail__main-paragraph-block:last-child {
    margin-bottom: 0;
  }
  .maker-detail__main-paragraph-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px solid #000;
  }
  .maker-detail__main-paragraph-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .maker-detail__main-paragraph-title-text {
    word-break: break-all;
  }
  .maker-detail__main-paragraph-text {
    padding: 0 0 15px;
    line-height: 25px;
    word-break: break-all;
  }
  .maker-detail__main-paragraph-text p {
    line-height: 25px;
    word-break: break-all;
  }
  .maker-detail__main-paragraph-catalog {
    display: block;
  }
  .maker-detail__main-paragraph-catalog-text {
    padding: 0 0 0 17px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .maker-detail__main-paragraph-catalog-text:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .maker-detail__main-paragraph-catalog-text:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-image: url(../img/sp/maker/arrow.png);
  }
  .maker-frame {
    position: relative;
  }
  .maker-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .blog-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .blog-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .blog-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .blog-archive__inner {
    padding: 40px 0 0;
    width: 1024px;
    margin: 0 auto;
  }
  .blog-archive__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .blog-archive__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .blog-archive__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .blog-archive__subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 40px;
  }
  .blog-archive__wrapper {
    float: left;
    width: 763px;
  }
  .blog-archive__wrapper-inner {
    font-size: 0;
  }
  .blog-archive__wrapper2 {
    float: right;
    width: 241px;
  }
  .blog-archive__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 25px 0;
  }
  .blog-archive__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .blog-archive__block:nth-child(3n) {
    margin-right: 0;
  }
  .blog-archive__block:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .blog-archive__block-image {
    margin: 0 0 20px;
    max-height: 120px;
  }
  .blog-archive__block-image img {
    max-height: 120px;
  }
  .blog-archive__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .blog-archive__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .blog-archive__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-archive__category {
    width: 241px;
    margin: 0 0 20px;
  }
  .blog-archive__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .blog-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-archive__category-block {
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-archive__category-block-text {
    line-height: 24px;
  }
  .blog-archive__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .blog-archive__category-block:last-child {
    border-bottom: none;
  }
  .blog-archive__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .blog-archive__favorite {
    width: 241px;
    padding: 0 0 40px;
  }
  .blog-archive__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .blog-archive__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-archive__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .blog-archive__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .blog-archive__favorite-block:last-child {
    padding-bottom: 0;
  }
  .blog-archive__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-archive__favorite-block-image-contents {
    width: 68px;
  }
  .blog-archive__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-archive__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .blog-archive__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .blog-archive__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-archive__month {
    width: 241px;
  }
  .blog-archive__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
  }
  .blog-archive__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-archive__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .blog-archive__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .blog-archive__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .blog-archive__month-pull select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .blog-archive .pager {
    width: 763px;
  }
  .blog-detail {
    width: 1024px;
    margin: 0 auto;
  }
  .blog-detail::after {
    content: "";
    display: block;
    clear: both;
  }
  .blog-detail__inner {
    width: 763px;
    float: left;
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .blog-detail__wrapper {
    padding: 40px 30px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .blog-detail__wrapper2 {
    float: right;
    width: 241px;
    margin: 40px 0 0;
  }
  .blog-detail__main-title {
    padding: 0 0 10px;
  }
  .blog-detail__main-title-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    word-break: break-all;
  }
  .blog-detail__main-info {
    padding: 0 0 20px;
  }
  .blog-detail__main-info-text {
    color: #acacac;
    font-size: 12px;
  }
  .blog-detail__main-image {
    padding: 0 0 20px;
  }
  .blog-detail__main-contents-block {
    padding: 0 0 40px;
  }
  .blog-detail__main-contents-text {
    word-break: break-all;
    font-size: 14px;
    line-height: 25px;
  }
  /* .blog-detail__main-contents-text a {
    display: block;
  } */
  .blog-detail__main-contents-text img {
    display: block;
    margin: 0 0 40px;
  }
  .blog-detail__main-contents-text p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 40px;
    word-break: break-all;
  }
  .blog-detail__main-contents-text pre {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 40px;
    white-space: pre-wrap;
  }
  .blog-detail__main-contents-text h2 {
    line-height: 2rem;
    font-size:20px;
    padding: 1em;
    background: #FAF2F2;
    border-bottom: solid 2px #a41910;
    word-break: break-all;
    margin: 50px 0 40px 0;
    font-weight: bold;
    border-left:none;
  }

  .blog-detail__main-contents-text h6 {
    font-size: 14px;
    font-weight: bold;
    color: #000c15;
    margin: 32px 0 8px 0;
    word-break: break-all;
  }
  .blog-detail__sns {
    padding: 40px 0 0;
  }
  .blog-detail__sns-block {
    font-size: 0;
  }
  .blog-detail__sns-block-fb {
    width: 150px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .blog-detail__sns-block-fb img {
    height: 30px;
  }
  .blog-detail__sns-block-fb:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .blog-detail__sns-block-tw {
    width: 150px;
    display: inline-block;
  }
  .blog-detail__sns-block-tw img {
    height: 30px;
  }
  .blog-detail__sns-block-tw:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .blog-detail__relation {
    width: 763px;
    margin: 55px 0 0;
  }
  .blog-detail__relation-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .blog-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__relation-wrapper {
    font-size: 0;
  }
  .blog-detail__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
  .blog-detail__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .blog-detail__block:nth-child(3) {
    margin-right: 0;
  }
  .blog-detail__block-image {
    margin: 0 0 20px;
  }
  .blog-detail__block-image img {
    width: auto;
    max-height: 120px;
  }
  .blog-detail__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 15px;
    word-break: break-all;
  }
  .blog-detail__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-detail__category {
    width: 241px;
    margin: 0 0 40px;
  }
  .blog-detail__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .blog-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__category-block {
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-detail__category-block-text {
    line-height: 24px;
  }
  .blog-detail__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .blog-detail__category-block:last-child {
    border-bottom: none;
  }
  .blog-detail__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .blog-detail__favorite {
    width: 241px;
    padding: 0 0 40px;
  }
  .blog-detail__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .blog-detail__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .blog-detail__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .blog-detail__favorite-block:last-child {
    padding-bottom: 0;
  }
  .blog-detail__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-detail__favorite-block-image-contents {
    width: 68px;
  }
  .blog-detail__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-detail__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .blog-detail__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .blog-detail__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-detail__month {
    width: 241px;
  }
  .blog-detail__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
  }
  .blog-detail__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .blog-detail__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .blog-detail__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .blog-detail__month-pull select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .blog-detail .pager3 {
    overflow: hidden;
  }
  .blog-category__inner {
    padding: 40px 0 0;
    width: 1024px;
    margin: 0 auto;
  }
  .blog-category__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .blog-category__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .blog-category__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .blog-category__subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 40px;
  }
  .blog-category__wrapper {
    float: left;
    width: 763px;
  }
  .blog-category__wrapper-inner {
    font-size: 0;
  }
  .blog-category__wrapper2 {
    float: right;
    width: 241px;
  }
  .blog-category__block {
    width: 241px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 25px 0;
  }
  .blog-category__block:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .blog-category__block:nth-child(3n) {
    margin-right: 0;
  }
  .blog-category__block:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .blog-category__block-image {
    margin: 0 0 20px;
    max-height: 120px;
  }
  .blog-category__block-image img {
    max-height: 120px;
  }
  .blog-category__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .blog-category__block-text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 5px;
    word-break: break-all;
  }
  .blog-category__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-category__category {
    width: 241px;
    margin: 0 0 20px;
  }
  .blog-category__category-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    margin: 0;
  }
  .blog-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-category__category-block {
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-category__category-block-text {
    line-height: 24px;
  }
  .blog-category__category-block:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .blog-category__category-block:last-child {
    border-bottom: none;
  }
  .blog-category__category-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right3.png);
  }
  .blog-category__favorite {
    width: 241px;
    padding: 0 0 40px;
  }
  .blog-category__favorite-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .blog-category__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-category__favorite-block {
    font-size: 0;
    padding: 0 0 18px;
  }
  .blog-category__favorite-block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .blog-category__favorite-block:last-child {
    padding-bottom: 0;
  }
  .blog-category__favorite-block-image {
    width: 68px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-category__favorite-block-image-contents {
    width: 68px;
  }
  .blog-category__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-category__favorite-block-cap {
    width: 157px;
    display: inline-block;
    vertical-align: top;
  }
  .blog-category__favorite-block-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .blog-category__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-category__month {
    width: 241px;
  }
  .blog-category__month-title {
    text-align: center;
    margin: 0 0 13px;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
  }
  .blog-category__month-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-category__month-pull {
    width: 100%;
    background-color: #fff;
    padding: 9px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .blog-category__month-pull-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .blog-category__month-pull-arrow {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    background-image: url(../img/sp/news/arrow_under.png);
  }
  .blog-category__month-pull select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .blog-category .pager {
    width: 763px;
  }
  .blog-frame {
    position: relative;
  }
  .blog-frame strong{
    font-weight: 700;
  }
  .blog-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .reason-frame {
    position: relative;
  }
  .reason-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .reason-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .reason-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .reason-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .reason-mv {
    background: #E1E1E1;
  }
  .reason-mv img {
    display: block;
    margin: 0 auto;
  }
  .reason-intro {
    background-color: #f7f7f7;
  }
  .reason-intro__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .reason-intro__wrapper {
    padding: 20px 0;
  }
  .reason-intro__lead {
    margin: 0 0 20px;
  }
  .reason-intro__lead p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
    color: #B60005;
  }
  .reason-intro__text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .reason-intro__text-sec {
    margin: 0 0 20px;
  }
  .reason-intro__text-sec:last-child {
    margin: 0;
  }
  .reason-section {
    padding: 55px 0 60px;
  }
  .reason-section:last-of-type {
    padding: 55px 0 0;
  }
  .reason-section-white {
    background: #fff;
  }
  .reason-section-gray {
    background: #f7f7f7;
  }
  .reason-section-mov .reason-section__inner {
    margin-bottom: 40px;
  }
  .reason-section__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .reason-section__inner div:last-of-type {
    margin-bottom: 0;
  }
  .reason-section__icon {
    display: table;
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #B60005;
    border-radius: 50%;
    top: -30px;
    left: 0;
  }
  .reason-section__icon p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
  }
  .reason-section__icon-big {
    font-size: 20px;
  }
  .reason-section__heading {
    padding-left: 110px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .reason-section__text {
    margin-bottom: 40px;
  }
  .reason-section__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .reason-section__text p.reason-section__text-min {
    font-size: 12px;
  }
  .reason-section__text-sec {
    margin: 0 0 20px;
  }
  .reason-section__text-sec:last-child {
    margin: 0;
  }
  .reason-section__text-img {
    margin: 0 0 10px;
  }
  .reason-section__text-img::after {
    content: "";
    display: block;
    clear: both;
  }
  .reason-section__text-img img {
    display: block;
    float: left;
    height: 122px;
    margin-right: 15px;
  }
  .reason-section__text-img img:last-child {
    margin: 0;
  }
  .reason-section__text-img-2 {
    margin: 0 0 10px;
  }
  .reason-section__text-img-2::after {
    content: "";
    display: block;
    clear: both;
  }
  .reason-section__text-img-2 img {
    display: block;
    float: left;
    height: 122px;
    margin-right: 15px;
  }
  .reason-section__text-img-2 img:last-child {
    margin: 0;
  }
  .reason-section__cont {
    margin: 0 0 40px;
  }
  .reason-section__cont .reason-section__text {
    margin: 0;
  }
  .reason-section__cont-heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px solid #000;
  }
  .reason-section__button-wrap {
    text-align: center;
  }
  .reason-section__button {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 14px 71px 14px 52px;
    margin-bottom: 0;
  }
  .reason-section__button-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .reason-section__button-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .reason-section__button:hover {
    background: #000;
    color: #fff;
  }
  .reason-section__button:hover .reason-section__button-text:after {
    background-image: url(../img/pc/common/arrow_right3.png);
  }
  .reason-section__mov {
    width: 640px;
    height: 350px;
    margin: 0 auto 40px;
  }
  .reason-section__mov iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .what-frame {
    position: relative;
  }
  .what-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .what-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .what-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .what-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .what-mv {
    background: #E1E1E1;
  }
  .what-mv img {
    display: block;
    margin: 0 auto;
  }
  .what-intro {
    background-color: #f7f7f7;
  }
  .what-intro__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .what-intro__wrapper {
    padding: 20px 0;
  }
  .what-intro__lead {
    margin: 0 0 30px;
  }
  .what-intro__lead p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
  .what-intro__text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .what-intro__text-sec {
    margin: 0 0 30px;
  }
  .what-intro__text-sec:last-child {
    margin: 0;
  }
  .what-comparison {
    background-color: #fff;
  }
  .what-comparison__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .what-comparison__heading {
    margin: 0 0 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .what-comparison__text {
    margin-bottom: 30px;
  }
  .what-comparison__text-sec {
    margin: 0 0 20px;
  }
  .what-comparison__text-sec:last-child {
    margin: 0;
  }
  .what-comparison__text p {
    line-height: 1.8;
    font-size: 16px;
  }
  .what-comparison__table {
    border-collapse: collapse;
  }
  .what-comparison__table-wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  .what-comparison__table-th {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
  }
  .what-comparison__table-th:nth-child(1) {
    width: 20%;
    background-color: #F7F7F7;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  .what-comparison__table-th:nth-child(2) {
    width: 40%;
    color: #fff;
    background-color: #B60005;
    border: 1px solid #B60005;
    border-bottom: none;
  }
  .what-comparison__table-th:nth-child(3) {
    width: 40%;
    color: #fff;
    background: #1E294E;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .what-comparison__table-th p {
    font-size: 14px;
    line-height: 1.8;
  }
  .what-comparison__table-td {
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
  }
  .what-comparison__table-td:nth-child(1) {
    background-color: #F7F7F7;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  .what-comparison__table-td:nth-child(2) {
    background-color: #FFF7F7;
    border: 1px solid #B60005;
    border-bottom: none;
  }
  .what-comparison__table-td:nth-child(3) {
    background-color: #E5F4FA;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .what-comparison__table-td-highlight {
    background-color: #FBFFE0;
  }
  .what-comparison__table-td p {
    line-height: 1.8;
  }
  .what-comparison__table-row:nth-child(5) .what-comparison__table-td-highlight {
    color: #B60005;
    background-color: #FBFFE0;
  }
  .what-comparison__table-row:nth-child(5) .what-comparison__table-td-highlight p {
    font-weight: bold;
  }
  .what-comparison__table-row:nth-child(6) .what-comparison__table-td-highlight {
    background-color: #FBFFE0;
  }
  .what-comparison__table-row:nth-child(6) .what-comparison__table-td-highlight p {
    font-weight: bold;
  }
  .what-comparison__table-row:last-child .what-comparison__table-td:nth-child(1) {
    border-bottom: 1px solid #707070;
  }
  .what-comparison__table-row:last-child .what-comparison__table-td:nth-child(2) {
    border-bottom: 1px solid #B60005;
  }
  .what-comparison__table-row:last-child .what-comparison__table-td:nth-child(3) {
    border-bottom: 1px solid #707070;
  }
  .what-price__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .what-price__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .what-price__content {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .what-price__heading {
    margin: 0 0 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .what-price__text-sec {
    margin: 0 0 30px;
  }
  .what-price__text-sec:last-child {
    margin: 0;
  }
  .what-price__text p {
    line-height: 1.8;
    font-size: 16px;
  }
  .what-price__text-highlight {
    position: relative;
    padding-bottom: 4px;
    background: #faf185;
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 30%, #faf185 31%, #faf185);
  }
  .what-price__img {
    width: 49%;
    float: left;
  }
  .what-measure {
    background: #fff;
  }
  .what-measure__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .what-measure__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .what-measure__content {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .what-measure__heading {
    margin: 0 0 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .what-measure__text {
    margin-bottom: 20px;
  }
  .what-measure__text p {
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 30px;
  }
  .what-measure__text p:last-child {
    margin: 0;
  }
  .what-measure__text-highlight {
    position: relative;
    padding-bottom: 4px;
    background: #faf185;
    background: linear-gradient(to bottom, #fff, #fff 30%, #faf185 31%, #faf185);
  }
  .what-measure__link a {
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/sp/what/arrow.svg) no-repeat left;
    background-size: 7px 16px;
  }
  .what-measure__link a:hover {
    text-decoration: underline;
  }
  .what-measure__img {
    float: left;
    width: 49%;
  }
  .what-shop {
    background: #f7f7f7;
  }
  .what-shop__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .what-shop__heading {
    margin: 0 0 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .what-shop__text {
    margin-bottom: 20px;
  }
  .what-shop__text p {
    line-height: 1.8;
    font-size: 16px;
  }
  .what-shop__text-highlight {
    position: relative;
    padding-bottom: 4px;
    background: #faf185;
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 30%, #faf185 31%, #faf185);
  }
  .what-shop__items::after {
    content: "";
    display: block;
    clear: both;
  }
  .what-shop__item {
    float: left;
    position: relative;
    width: 32%;
    padding: 30px 20px;
    margin: 0 2% 20px 0;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
  }
  .what-shop__item:nth-child(3n) {
    margin: 0 0 20px;
  }
  .what-shop__item:nth-child(-n+3) {
    height: 236px;
  }
  .what-shop__item:nth-last-child(-n+3) {
    height: 286px;
  }
  .what-shop__item-heading {
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .what-shop__item-text {
    overflow: hidden;
  }
  .what-shop__item-text.is-hidden {
    height: 20px;
  }
  .what-shop__item-text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .what-shop__item-btn {
    position: absolute;
    color: #B60005;
    bottom: 24px;
    right: 16px;
  }
  .what-shop__box {
    width: 600px;
    padding: 40px 30px;
    margin: 0 auto 30px;
    border: 2px solid #B60005;
    background: #fff;
  }
  .what-shop__box-heading {
    margin: 0 0 15px;
    text-align: center;
  }
  .what-shop__box-heading p {
    display: inline-block;
    padding: 0 0 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
    border-bottom: 2px solid #B60005;
  }
  .what-shop__box-text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .what-shop__box-text-highlight {
    position: relative;
    padding-bottom: 4px;
    background: #faf185;
    background: linear-gradient(to bottom, #fff, #fff 30%, #faf185 31%, #faf185);
  }
  .what-shop__link a {
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../img/sp/what/arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px 16px;
    background-position: left 0px;
    height: 16px;
  }
  .what-shop__link a:hover {
    text-decoration: underline;
  }
  .tour-frame {
    position: relative;
  }
  .tour-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .tour-frame__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-links-wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .tour-links-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .tour-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .tour-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .tour-mv {
    background: #E1E1E1;
  }
  .tour-mv img {
    display: block;
    margin: 0 auto;
  }
  .tour-main {
    position: relative;
    height: 100px;
  }
  .tour-main__inner {
    width: 1024px;
    margin: 0 auto;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tour-main__content {
    padding: 60px;
    background: #fff;
  }
  .tour-main__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-main__wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 120px;
  }
  .tour-main__lead {
    float: left;
  }
  .tour-main__lead p {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
    color: #B60005;
  }
  .tour-main__text {
    float: right;
  }
  .tour-main__text p {
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
  }
  .tour-main__text-sec {
    margin: 0 0 30px;
  }
  .tour-main__text-sec:last-child {
    margin: 0;
  }
  .tour-movie {
    padding: 40px 0 0 0;
    text-align: center;
  }
  .tour-links__wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
  .tour-links__wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-links__link {
    transition: all 0.3s ease;
    float: left;
    width: 340px;
    padding: 80px 0 60px;
  }
  .tour-links__link:nth-child(1) {
    background: url(../img/sp/tour/link-what.jpg) no-repeat center;
    background-size: cover;
    margin: 0 2px 0 0;
  }
  .tour-links__link:nth-child(2) {
    background: url(../img/sp/tour/link-reason.jpg) no-repeat center;
    background-size: cover;
  }
  .tour-links__link:nth-child(3) {
    background: url(../img/sp/tour/link-flow.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 0 2px;
  }
  .tour-links__link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .tour-links__link p {
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .tour-links__link-btn {
    width: 125px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #fff;
  }
  .tour-links__link-btn a {
    position: relative;
    padding-right: 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
  }
  .tour-links__link-btn a:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 30px;
    background: url(../img/sp/tour/arrow.svg) no-repeat center;
    right: 0;
  }
  .tour-links-2 {
    float: left;
  }
  .tour-links-2__inner {
    margin-right: 20px;
  }
  .tour-links-2__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-links-2__link {
    transition: all 0.3s ease;
    display: table;
    float: left;
    width: 324px;
  }
  .tour-links-2__link:nth-child(1) {
    margin-right: 20px;
  }
  .tour-links-2__link:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .tour-links-2__link img {
    display: table-cell;
    width: 162px;
    height: 162px;
  }
  .tour-links-2__link p {
    display: table-cell;
    width: 162px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
  }
  .tour-banner {
    transition: all 0.3s ease;
    float: right;
  }
  .tour-banner:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .tour-banner__inner {
    position: relative;
  }
  .tour-banner__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-banner__image {
    width: 100%;
  }
  .tour-banner__image-contents {
    width: 328px;
    height: 162px;
  }
  .tour-banner__text {
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    left: 6%;
  }
  .tour-banner__text-main {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .tour-banner__text-sub {
    font-size: 12px;
    line-height: 2;
  }
  .policy-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    width: 100%;
    padding-top: 100px;
  }
  .policy-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .policy-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .policy-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .policy-term {
    background-color: #F7F7F7;
  }
  .policy-term__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .policy-term__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .policy-term__content {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .policy-term__content:last-child {
    margin-bottom: 0;
  }
  .policy-privacy {
    background-color: #F7F7F7;
  }
  .policy-privacy__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .policy-privacy__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .policy-privacy__content {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .policy-privacy__content:last-child {
    margin-bottom: 0;
  }
  .policy-frame {
    position: relative;
  }
  .policy-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .recruit-guideline {
    background-color: #F7F7F7;
  }
  .recruit-guideline__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .recruit-guideline__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-guideline__content {
    font-size: 14px;
  }
  .recruit-guideline__content-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
  }
  .recruit-guideline__content-wrapper:last-child {
    margin-bottom: 0;
  }
  .recruit-guideline__content-head {
    width: 130px;
    margin: 0 0 20px 20px;
    vertical-align: top;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
  }
  .recruit-guideline__content-body {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .recruit-guideline__wrapper {
    text-align: center;
  }
  .recruit-guideline__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .recruit-guideline__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .recruit-guideline__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .recruit-guideline__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .recruit-guideline__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .recruit-mv {
    background: #E1E1E1;
  }
  .recruit-mv img {
    display: block;
    margin: 0 auto;
  }
  .recruit-main__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .recruit-main__header {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
  }
  .recruit-main__content {
    font-size: 16px;
    line-height: 29px;
  }
  .recruit-main__wrapper {
    text-align: center;
  }
  .recruit-main__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .recruit-main__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .recruit-main__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .recruit-main__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .recruit-main__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .recruit-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    width: 100%;
    padding-top: 100px;
  }
  .recruit-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .recruit-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .recruit-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .recruit-message {
    background-color: #F7F7F7;
  }
  .recruit-message__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 10px 0;
  }
  .recruit-message__content-wrapper {
    position: relative;
    margin-top: 20px;
    padding: 40px 30px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .recruit-message__content-image {
    position: absolute;
    top: 40px;
    left: 30px;
  }
  .recruit-message__header {
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-message__content-body {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 29px;
  }
  .recruit-message__content-body:nth-child(2) {
    margin-left: 100px;
  }
  .recruit-message__content-body:nth-child(3) {
    position: absolute;
    top: 69px;
    left: 225px;
    margin-bottom: 0;
  }
  .recruit-message__content-body:nth-child(4) {
    text-indent: 100px;
  }
  .recruit-message__content-body:last-child {
    margin-bottom: 0;
  }
  .recruit-frame {
    position: relative;
  }
  .recruit-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .btob-example {
    background-color: #F7F7F7;
  }
  .btob-example__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .btob-example__header {
    font-size: 20px;
    font-weight: bold;
  }
  .btob-example__content {
    display: -ms-flexbox;
    display: flex;
  }
  .btob-example__content-wrapper {
    margin-top: 20px;
    margin-right: 30px;
  }
  .btob-example__content-head {
    padding: 60px 0 60px 40px;
    line-height: 25px;
    background-color: #FFF;
    font-size: 20px;
    font-weight: bold;
  }
  .btob-example__content-head:first-child br {
    display: none;
  }
  .btob-example__content-body {
    padding-top: 20px;
    font-size: 16px;
    line-height: 29px;
  }
  .btob-example__content-text {
    margin-bottom: 29px;
    font-size: 16px;
  }
  .btob-example__content-text:last-child {
    margin-bottom: 0;
  }
  .btob-example__content-photo {
    display: block;
    min-width: 375px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .btob-example__content-photo:last-child {
    margin-bottom: 0;
  }
  .btob-example__content-photo-wrapper {
    margin-top: 20px;
    text-align: center;
  }
  .btob-example__wrapper {
    text-align: center;
    margin: 35px 0 0;
  }
  .btob-example__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .btob-example__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-example__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .btob-example__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .btob-example__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .btob-mv {
    background: #E1E1E1;
  }
  .btob-mv img {
    display: block;
    margin: 0 auto;
  }
  .btob-main__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .btob-main__header {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
  }
  .btob-main__content {
    font-size: 16px;
    line-height: 29px;
  }
  .btob-main__wrapper {
    text-align: center;
  }
  .btob-main__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .btob-main__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-main__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .btob-main__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .btob-main__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .btob-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    width: 100%;
    padding-top: 100px;
  }
  .btob-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .btob-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .btob-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .btob-voice {
    background-color: #F7F7F7;
  }
  .btob-voice__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 60px;
  }
  .btob-voice__content-wrapper {
    margin-top: 20px;
    padding: 40px 30px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btob-voice__header {
    font-size: 20px;
    font-weight: bold;
  }
  .btob-voice__content-head {
    margin-top: -4px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-voice__content-name {
    margin-bottom: 8px;
    color: #ACACAC;
    font-size: 12px;
    line-height: 24px;
  }
  .btob-voice__content-body {
    font-size: 16px;
    line-height: 29px;
  }
  .btob-voice__wrapper {
    padding: 0 20px 52px;
  }
  .btob-voice__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .btob-voice__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-voice__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .btob-frame {
    position: relative;
  }
  .btob-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .company-info {
    background-color: #F7F7F7;
  }
  .company-info__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .company-info__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-info__content {
    font-size: 14px;
  }
  .company-info__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
  }
  .company-info__content-wrapper:last-child {
    margin-bottom: 0;
  }
  .company-info__content-head {
    width: 130px;
    margin: 0 0 20px 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-weight: bold;
  }
  .company-info__content-body {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .company-info__content-body-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .company-info__content-body-noborder {
    line-height: 25px;
  }
  .company-info__content-body-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .company-info__content-body-left {
    margin-right: 170px;
  }
  .company-info__wrapper {
    padding: 0 20px 52px;
  }
  .company-info__map {
    display: inline-block;
    line-height: 55px;
  }
  .company-info__map-text {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    font-weight: bold;
  }
  .company-info__map-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;
    background-image: url(../img/pc/company/foreign.svg);
    background-repeat: no-repeat;
  }
  .company-info__map-text:hover {
    text-decoration: underline;
  }
  .company-mv {
    background: #E1E1E1;
  }
  .company-mv img {
    display: block;
    margin: 0 auto;
  }
  .company-message {
    display: none;
    background-color: #F7F7F7;
  }
  .company-message__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .company-message__wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .company-message__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-message__content {
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    font-size: 16px;
    line-height: 29px;
  }
  .company-message__content-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
  }
  .company-message__content-body:last-child {
    margin-bottom: 0;
  }
  .company-message__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .company-message__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .company-message__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .company-message__photo {
    display: -ms-flexbox;
    display: flex;
  }
  .company-message__photo-photo {
    display: block;
    max-width: 315px;
  }
  .company-contact {
    background-color: #F7F7F7;
  }
  .company-contact__inner {
    display: -ms-flexbox;
    display: flex;
    width: 1024px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .company-partner {
    background-color: #F7F7F7;
    max-width: 314px;
    margin-right: 41px;
  }
  .company-partner__inner {
    margin-bottom: 30px;
  }
  .company-partner__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-partner__content {
    font-size: 16px;
    line-height: 29px;
  }
  .company-partner__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .company-partner__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .company-partner__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .company-partner__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .company-partner__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .company-customer {
    background-color: #F7F7F7;
    max-width: 314px;
    margin-right: 41px;
  }
  .company-customer__inner {
    margin-bottom: 30px;
  }
  .company-customer__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-customer__content {
    font-size: 16px;
    line-height: 29px;
  }
  .company-customer__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .company-customer__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .company-customer__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .company-customer__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .company-customer__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .company-recruit {
    background-color: #F7F7F7;
    max-width: 314px;
  }
  .company-recruit__inner {
    margin-bottom: 30px;
  }
  .company-recruit__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-recruit__content {
    font-size: 16px;
    line-height: 29px;
  }
  .company-recruit__wrapper {
    padding-bottom: 116px;
  }
  .company-recruit__btn {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .company-recruit__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .company-recruit__btn-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .company-recruit__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .company-recruit__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .company-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    width: 100%;
    padding-top: 100px;
  }
  .company-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .company-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .company-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .company-frame {
    position: relative;
  }
  .company-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .flow-frame {
    background: #f7f7f7;
    position: relative;
  }
  .flow-frame__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .flow-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .flow-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .flow-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .flow-mv {
    background: #E1E1E1;
    margin-bottom: 30px;
  }
  .flow-mv img {
    display: block;
    margin: 0 auto;
  }
  .flow-section {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #f7f7f7;
  }
  .flow-section-last {
    padding-bottom: 0;
  }
  .flow-section__inner {
    position: relative;
    min-height: 200px;
    padding: 40px 215px 40px 60px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .flow-section__plate {
    float: left;
    width: 75px;
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #B60005;
  }
  .flow-section__heading {
    float: left;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .flow-section__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto 0;
  }
  .flow-section__icon-1 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/devices.svg) no-repeat center;
    background-size: 120px;
  }
  .flow-section__icon-2 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/support.svg) no-repeat center;
    background-size: 92px;
  }
  .flow-section__icon-3 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/measure.svg) no-repeat center;
    background-size: 111px;
  }
  .flow-section__icon-4 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/sheet.svg) no-repeat center;
    background-size: 100px;
  }
  .flow-section__icon-5 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/cart.svg) no-repeat center;
    background-size: 100px;
  }
  .flow-section__icon-6 {
    width: 120px;
    height: 120px;
    background: url(../img/sp/flow/settings.svg) no-repeat center;
    background-size: 100px;
  }
  .flow-section__text {
    margin-bottom: 20px;
    clear: both;
  }
  .flow-section__text:last-child {
    margin: 0;
  }
  .flow-section__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .flow-section__link {
    display: inline-block;
    margin-right: 40px;
  }
  .flow-section__link:hover {
    text-decoration: underline;
  }
  .flow-section__link a {
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/sp/what/arrow.svg) no-repeat left;
    background-size: 7px 16px;
  }
  .frame-showroom {
    position: relative;
    background: #f7f7f7;
  }
  .frame-showroom__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .showroom-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .showroom-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .showroom-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .showroom-mv {
    background: #E1E1E1;
  }
  .showroom-mv img {
    display: block;
    margin: 0 auto;
  }
  .showroom-intro {
    padding: 40px 0;
    background-color: #f7f7f7;
  }
  .showroom-intro__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .showroom-intro__lead {
    margin: 0 0 20px;
  }
  .showroom-intro__lead p {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    color: #B60005;
  }
  .showroom-intro__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .showroom-main {
    position: relative;
    padding: 60px 0 30px;
    background: #fff;
  }
  .showroom-main__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .showroom-main__content {
    margin-bottom: 45px;
  }
  .showroom-main__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .showroom-main__content:last-child {
    margin: 0;
  }
  .showroom-main__text {
    width: 534px;
  }
  .showroom-main__text.right {
    float: right;
  }
  .showroom-main__text.left {
    float: left;
    margin-right: 30px;
  }
  .showroom-main__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .showroom-main__text-sec {
    margin: 0 0 20px;
  }
  .showroom-main__text-sec:last-child {
    margin: 0;
  }
  .showroom-main__img {
    width: 460px;
  }
  .showroom-main__img.right {
    float: right;
  }
  .showroom-main__img.left {
    float: left;
    margin-right: 30px;
  }
  .showroom-main__img img {
    width: 100%;
  }
  .showroom-cv {
    background: #fff;
    border-bottom: 1px solid #ACACAC;
  }
  .showroom-cv__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    width: 780px;
    padding: 30px 0 40px;
    overflow: hidden;
  }
  .showroom-cv__image {
    position: absolute;
    right: 0;
    bottom: -25px;
    max-height: 210px;
  }
  .showroom-cv__btn {
    transition: all 0.3s ease;
    display: block;
    width: 314px;
    height: 48px;
    margin: 0 auto 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #B60005;
    border: 2px solid #B60005;
    border-radius: 4px;
  }
  .showroom-cv__btn-text {
    display: inline-block;
    padding-right: 27px;
    background: url(../img/sp/showroom/arrow_right_red.svg) no-repeat right;
    background-size: 7px 16px;
  }
  .showroom-cv__btn:hover {
    color: #fff;
    background: #B60005;
  }
  .showroom-cv__btn:hover .showroom-cv__btn-text {
    background-image: url(../img/sp/showroom/arrow_right_white.svg);
  }
  .showroom-cv__info::after {
    content: "";
    display: block;
    clear: both;
  }
  .showroom-cv__info-tel {
    float: left;
    display: block;
    position: relative;
    font-size: 38px;
    padding-left: 70px;
    margin-right: 30px;
    font-weight: bold;
  }
  .showroom-cv__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 49px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
    background-size: 49px;
  }
  .showroom-cv__info-time {
    float: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .showroom-cv__info-text {
    margin-bottom: 35px;
    color: #B60005;
    font-size: 18px;
    font-weight: bold;
  }
  .showroom-access {
    background: #fff;
  }
  .showroom-access__inner {
    width: 1024px;
    margin: 0 auto;
    width: 730px;
    padding: 40px 0;
  }
  .showroom-access__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .showroom-access__heading {
    float: left;
    margin-right: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .showroom-access__text {
    float: left;
  }
  .showroom-access__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .showroom-access__text-sec {
    margin-bottom: 20px;
  }
  .showroom-access__text-sec:last-child {
    margin: 0;
  }
  .showroom-access__map {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .showroom-access__map iframe {
    width: 100%;
    height: 300px;
    border: none;
  }
  .showroom-voice {
    padding-top: 40px;
    background-color: #F7F7F7;
  }
  .showroom-voice__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .showroom-voice__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .showroom-voice__item {
    padding: 40px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .showroom-voice__item:last-child {
    margin-bottom: 6px;
  }
  .showroom-voice__item-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .showroom-voice__item-sub {
    margin-bottom: 20px;
    font-size: 12px;
    color: #ACACAC;
  }
  .showroom-voice__item-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-voice__item-text-sect {
    margin-bottom: 20px;
  }
  .showroom-voice__item-text-sect:last-child {
    margin: 0;
  }
  .showroom-relation {
    background: #F7F7F7;
  }
  .showroom-relation__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  .showroom-relation__item {
    padding: 30px 20px;
    border: 1px solid #ACACAC;
  }
  .showroom-relation__heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
  .showroom-relation__text {
    margin-bottom: 15px;
  }
  .showroom-relation__text:last-child {
    margin: 0;
  }
  .showroom-relation__text a {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-relation__text a:hover {
    text-decoration: underline;
  }
  .showroom-ds {
    background-color: #fff;
  }
  .showroom-ds__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .showroom-ds__logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .showroom-ds__logo img {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .showroom-ds__heading {
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
  }
  .showroom-ds__text {
    clear: both;
  }
  .showroom-ds__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .showroom-for_child {
    background: #ffffff;
    padding: 20px 0;
  }
  .showroom-for_child__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .showroom-for_child-ttl {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .showroom-for_child-sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .showroom-for_child-sub span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 15px;
    color: #B60005;
  }
  .showroom-for_child-sub span:after {
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #B60005;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    top: 0;
  }
  .showroom-for_child-sub span:before {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 1px solid #B60005;
    transform: rotate(-15deg);
    position: absolute;
    left: 0;
    top: 0;
  }
  .showroom-for_child-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 25px;
  }
  .showroom-for_child-column-col {
    width: 244px;
  }
  .showroom-for_child-column-col img {
    width: 100%;
    height: auto;
  }
  .showroom-for_child-txt {
    border-bottom: 1px dotted #000000;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .showroom-for_child-txt-1 {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-for_child-txt-2 {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .showroom-for_child-attention {
    font-size: 12px;
    line-height: 1.8;
  }
  .accompany-frame {
    position: relative;
    background: #fff;
  }
  .accompany-frame__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .accompany-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .accompany-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .accompany-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .accompany-mv {
    background: #E1E1E1;
  }
  .accompany-mv img {
    display: block;
    margin: 0 auto;
  }
  .accompany-intro {
    background-color: #f7f7f7;
  }
  .accompany-intro__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .accompany-intro__text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .accompany-main {
    background: #fff;
  }
  .accompany-main__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .accompany-main__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .accompany-main__heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .accompany-main__text-wrap {
    float: left;
    width: 530px;
  }
  .accompany-main__text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .accompany-main__text-sec {
    margin: 0 0 20px;
  }
  .accompany-main__text-sec:last-child {
    margin: 0;
  }
  .accompany-main__img {
    float: right;
    width: 460px;
  }
  .accompany-main__img img {
    width: 100%;
  }
  .accompany-cv {
    background: #fff;
    border-bottom: 1px solid #ACACAC;
  }
  .accompany-cv__inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    width: 780px;
    padding: 30px 0 40px;
    overflow: hidden;
  }
  .accompany-cv__image {
    position: absolute;
    right: 0;
    bottom: -25px;
    max-height: 210px;
  }
  .accompany-cv__btn {
    transition: all 0.3s ease;
    display: block;
    width: 314px;
    height: 48px;
    margin: 0 auto 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #B60005;
    border: 2px solid #B60005;
    border-radius: 4px;
  }
  .accompany-cv__btn-text {
    display: inline-block;
    padding-right: 27px;
    background: url(../img/sp/showroom/arrow_right_red.svg) no-repeat right;
    background-size: 7px;
  }
  .accompany-cv__btn:hover {
    color: #fff;
    background: #B60005;
  }
  .accompany-cv__btn:hover .showroom-cv__btn-text {
    background-image: url(../img/sp/showroom/arrow_right_white.svg);
  }
  .accompany-cv__info::after {
    content: "";
    display: block;
    clear: both;
  }
  .accompany-cv__info-tel {
    float: left;
    display: block;
    position: relative;
    font-size: 38px;
    padding-left: 70px;
    margin-right: 30px;
    font-family: "OpenSansBold", sans-serif;
  }
  .accompany-cv__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 49px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
    background-size: 49px;
  }
  .accompany-cv__info-time {
    float: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
  }
  .accompany-cv__info-time-font {
    font-family: "OpenSansBold", sans-serif;
  }
  .accompany-cv__info-text {
    margin-bottom: 35px;
    color: #B60005;
    font-size: 18px;
    font-weight: bold;
  }
  .example-frame {
    position: relative;
    background: #f7f7f7;
  }
  .example-frame__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .example-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .example-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .example-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .example-mv {
    background: #E1E1E1;
  }
  .example-mv img {
    display: block;
    margin: 0 auto;
  }
  .example-intro {
    background-color: #f7f7f7;
  }
  .example-intro__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .example-intro__text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .example-main {
    background-color: #fff;
  }
  .example-main__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .example-main__content {
    margin-bottom: 40px;
  }
  .example-main__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-main__col {
    float: left;
    width: 502px;
    margin-right: 20px;
  }
  .example-main__col::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-main__col:last-child {
    margin: 0;
  }
  .example-main__item {
    display: block;
  }
  .example-main__item:hover {
    opacity: 0.7;
  }
  .example-main__item img {
    margin-bottom: 15px;
  }
  .example-main__item p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
  }
  .example-main__item-large img {
    width: 100%;
  }
  .example-main__item-small {
    float: left;
    width: 241px;
    margin: 0 20px 30px 0;
  }
  .example-main__item-small:nth-child(2n) {
    margin-right: 0;
  }
  .example-main__item-small:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .example-main__btn {
    transition: all 0.3s ease;
    display: block;
    width: 331px;
    height: 56px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #000;
  }
  .example-main__btn-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    padding-right: 27px;
    background: url(../img/pc/common/arrow_right2.png) no-repeat right;
    background-size: 7px;
  }
  .example-main__btn:hover {
    color: #fff;
    background: #000;
  }
  .example-main__btn:hover .example-main__btn-text {
    background-image: url(../img/pc/common/arrow_right3.png);
  }
  .example-point {
    padding: 20px 0 40px;
    background-color: #fff;
  }
  .example-point__inner {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #B60005;
  }
  .example-point__heading {
    padding: 30px 30px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #B60005;
  }
  .example-point__content {
    padding: 0 30px 30px;
  }
  .example-point__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-point__col {
    float: left;
  }
  .example-point__col:last-child {
    float: right;
  }
  .example-point__item::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-point__text {
    float: left;
    width: 235px;
  }
  .example-point__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .example-point__img {
    float: left;
    margin-right: 10px;
  }
  .example-point__img img {
    width: 220px;
  }
  .example-gallery {
    background: #f7f7f7;
  }
  .example-gallery__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .example-gallery__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .example-gallery__heading img {
    width: 200px;
    height: 51px;
  }

  .example-gallery__content {
  margin-bottom: 40px;
  }

  .example-gallery__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-gallery__img {
    float: left;
    width: 328px;
    margin: 0 20px 20px 0;
  }
  .example-gallery__img:nth-child(3n) {
    margin-right: 0;
  }
  .example-gallery__img:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .sitemap-frame {
    position: relative;
  }
  .sitemap-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .sitemap-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .sitemap-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .sitemap-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .sitemap-main__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .sitemap-main__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .sitemap-main__col {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .sitemap-main__col:last-child {
    margin: 0;
  }
  .sitemap-main__link {
    margin-bottom: 30px;
  }
  .sitemap-main__link:last-child {
    margin: 0;
  }
  .sitemap-main__link a {
    font-size: 16px;
    font-weight: bold;
  }
  .sitemap-main__link a:hover {
    text-decoration: underline;
  }
  .sitemap-main__item {
    margin-bottom: 30px;
  }
  .sitemap-main__item:last-child {
    margin: 0;
  }
  .sitemap-main__item:last-child .sitemap-main__link {
    margin: 0;
  }
  .sitemap-main__item-child .sitemap-main__link a {
    padding-left: 15px;
    font-weight: normal;
  }
  .notfound-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .notfound-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .notfound-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .notfound {
    margin: 60px 0 0;
  }
  .notfound__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .notfound__subtitle {
    font-size: 30px;
    color: #333;
    margin: 0 0 25px;
  }
  .notfound__text {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin: 0 0 60px;
  }
  .notfound__btn {
    text-align: center;
  }
  .notfound__btn-main {
    position: relative;
    display: inline-block;
    padding: 23px 172px;
    border: 1px solid #000;
    transition: 0.3s all;
  }
  .notfound__btn-main:hover {
    color: #fff;
    background-color: #000;
    transition: 0.3s all;
  }
  .notfound__btn-main:hover:after {
    background-image: url(../img/pc/common/arrow_right3.png);
  }
  .notfound__btn-main-contents {
    font-size: 16px;
    font-weight: bold;
  }
  .notfound__btn-main:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .notfound-frame {
    position: relative;
  }
  .notfound-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .subscription-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .subscription-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .subscription-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .subscription-intro {
    background-color: #F7F7F7;
  }
  .subscription-intro__text {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 16px;
    line-height: 2;
  }
  .subscription-step {
    width: 1024px;
    margin: 0 auto 60px;
  }
  .subscription-step-confirm {
    margin: 0 auto 40px;
  }
  .subscription-form__wrap {
    width: 836px;
    margin: 0 auto;
    padding: 0 94px;
  }
  .subscription-form__wrap2 {
    width: 836px;
    margin: 0 auto;
    padding: 40px 94px 60px;
    background-color: #F7F7F7;
  }
  .subscription-form__wrap2-intro {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 40px 0;
  }
  .subscription-form__box {
    display: table;
    width: 100%;
  }
  .subscription-form__group {
    display: table-row;
  }
  .subscription-form__group-head {
    width: 220px;
    display: table-cell;
    vertical-align: top;
    padding: 25px 10px 10px;
  }
  .subscription-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .subscription-form__group-body {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }
  .subscription-form__group-body-text {
    padding: 20px 0 0 0;
    font-size: 12px;
  }
  .subscription-form__group-body-text-address {
    float: left;
    display: block;
    padding: 10px;
  }
  .subscription-form__group-body-text-paddress {
    float: left;
    display: block;
    padding: 10px;
  }
  .subscription-form__group-body-postal-address {
    float: left;
    display: block;
  }
  .subscription-form__group-body-postal-address:after {
    content: "";
    clear: both;
    display: block;
  }
  .subscription-form__group-body-postal-address-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .subscription-form__group-body-postal-address-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .subscription-form__group-body-postal-paddress {
    float: left;
    display: block;
  }
  .subscription-form__group-body-postal-paddress:after {
    content: "";
    clear: both;
    display: block;
  }
  .subscription-form__group-body-postal-paddress-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .subscription-form__group-body-postal-paddress-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .subscription-form__group-body-input-name {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .subscription-form__group-body-input-kana {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .subscription-form__group-body-input-mail {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .subscription-form__group-body-input-tel {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .subscription-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .subscription-form__group-body-input-address {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    display: block;
  }
  .subscription-form__group-body-input-address-postcode1 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 46px;
  }
  .subscription-form__group-body-input-address-postcode2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 56px;
  }
  .subscription-form__group-body-input-address-type-2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .subscription-form__group-body-input-address-type-3 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .subscription-form__group-body-input-paddress {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    display: block;
  }
  .subscription-form__group-body-input-paddress-postcode1 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 46px;
  }
  .subscription-form__group-body-input-paddress-postcode2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 56px;
  }
  .subscription-form__group-body-input-paddress-type-2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .subscription-form__group-body-input-paddress-type-3 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .subscription-form__group-body-input-date {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 190px;
    background-image: url(../img/pc/subscription/img_select.png);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
  }
  .subscription-form__group-body-select-month {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-select-window-num {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-select-budget {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-label-image {
    cursor: pointer;
    display: inline-block;
    margin: 0 50px 0 0;
  }
  .subscription-form__group-body-label-image:nth-of-type(3) {
    margin: 0 180px 0 0;
  }
  .subscription-form__group-body-label-image:nth-of-type(4) {
    margin: 20px 25px 0 0;
  }
  .subscription-form__group-body-input-image {
    cursor: pointer;
  }
  .subscription-form__group-body-input-image-extra {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 480px;
    height: 60px;
    vertical-align: top;
    margin: 20px 0 0 0;
  }
  .subscription-form__group-body-label-parking {
    cursor: pointer;
    display: inline-block;
    margin: 10px 40px 0 0;
  }
  .subscription-form__group-body-input-parking {
    cursor: pointer;
    margin: 0 5px 0 0;
  }
  .subscription-form__group-body-label-estimates {
    cursor: pointer;
    display: inline-block;
    margin: 10px 40px 0 0;
  }
  .subscription-form__group-body-input-estimates {
    cursor: pointer;
    margin: 0 5px 0 0;
  }
  .subscription-form__group-body-double {
    display: table-row;
  }
  .subscription-form__group-body-double-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form__group-body-double-head-max {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form__group-body-double-head-date {
    display: table-cell;
    padding: 13px 53px 0 0;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form__group-body-double-attention {
    font-size: 12px;
    padding: 0 0 10px 0;
  }
  .subscription-form__group-body-double-body {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
  }
  .subscription-form__group-body-double-body-max {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
  }
  .subscription-form__group-body-double-body:after {
    content: "";
    clear: both;
    display: block;
  }
  .subscription-form__group-body-double-body-date-1 {
    padding: 0 0 20px 0;
  }
  .subscription-form__group-body-double-wrap {
    display: block;
    float: left;
  }
  .subscription-form__tag {
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0 0 0 10px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #B60005;
    border-radius: 3px;
    cursor: default;
  }
  .subscription-form__agreement-wrap {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }
  .subscription-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .subscription-form__agreement-list:hover {
    cursor: pointer;
  }
  .subscription-form__agreement-check {
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    height: 20px;
  }
  .subscription-form__agreement-text {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 20px;
  }
  .subscription-form__agreement-text:hover {
    cursor: pointer;
  }
  .subscription-form__privacy {
    width: 730px;
    height: 90px;
    margin: 0 auto 60px;
    padding: 20px;
    border: 1px solid #E8E8E8;
    overflow: scroll;
    font-size: 11px;
  }
  .subscription-form__privacy-h1 {
    margin: 0 0 10px 0;
  }
  .subscription-form__privacy-h2 {
    margin: 0 0 5px 0;
  }
  .subscription-form__privacy-text {
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
  .subscription-form__submit-area {
    width: 100%;
    text-align: center;
  }
  .subscription-form__submit-btn {
    width: 335px;
    padding: 20px 0;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .subscription-form__submit-btn[disabled] {
    cursor: default;
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .subscription-form__to-agreement {
    width: 1024px;
    margin: 0 auto;
    padding: 25px 0 40px;
    text-align: center;
  }
  .subscription-form__to-agreement-link {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  .subscription-form__to-agreement-red {
    color: #B60005;
  }
  .subscription-form-confirm {
    width: 640px;
    margin: 0 auto;
    padding: 40px 60px 60px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .subscription-form-confirm__box {
    display: table;
    width: 100%;
  }
  .subscription-form-confirm__group {
    display: table-row;
  }
  .subscription-form-confirm__group-head {
    display: table-cell;
    width: 170px;
  }
  .subscription-form-confirm__group-head-text {
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form-confirm__group-body {
    display: table-cell;
    padding: 0 0 30px 0;
  }
  .subscription-form-confirm__group-body-text {
    font-size: 14px;
    word-break: break-all;
  }
  .subscription-form-confirm__group-body-text-address {
    line-height: 2;
    letter-spacing: 2px;
  }
  .subscription-form-confirm__group-body-text-date {
    line-height: 2;
  }
  .subscription-form-confirm__group-body-text-date-bold {
    font-weight: bold;
    padding: 0 20px 0 0;
    letter-spacing: 2px;
  }
  .subscription-form-confirm__group-body-text-image {
    line-height: 2;
    word-break: break-all;
  }
  .subscription-form-confirm__submit {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .subscription-form-confirm__submit-btn {
    width: 335px;
    margin: 0 0 40px 0;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .subscription-form-confirm__button {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .subscription-form-thanks {
    width: 760px;
    margin: 0 auto;
  }
  .subscription-form-thanks__thanks {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .subscription-form-thanks__text {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 2;
  }
  .subscription-form-thanks__text-bold {
    font-weight: bold;
  }
  .subscription-form-thanks__link {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .subscription-form-thanks__link-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .subscription-form-thanks__link-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .subscription-form-thanks__link:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .subscription-form-thanks__link:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .subscription-frame {
    position: relative;
  }
  .subscription-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .subscription-frame__inner-input {
    padding-bottom: 80px;
    background-color: #FFF;
  }
  .subscription-confirm {
    padding: 40px 0 0;
  }
  .subscription-thanks {
    padding: 40px 0 0;
  }
  .reservation-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .reservation-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .reservation-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .reservation-intro {
    background-color: #F7F7F7;
  }
  .reservation-intro__text {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 16px;
    line-height: 2;
  }
  .reservation-step {
    width: 1024px;
    margin: 0 auto 60px;
  }
  .reservation-step-confirm {
    margin: 0 auto 40px;
  }
  .reservation-form__wrap {
    width: 836px;
    margin: 0 auto;
    padding: 0 94px;
  }
  .reservation-form__wrap2 {
    width: 836px;
    margin: 0 auto;
    padding: 40px 94px 60px;
    background-color: #F7F7F7;
  }
  .reservation-form__wrap2-intro {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 40px 0;
  }
  .reservation-form__box {
    display: table;
    width: 100%;
  }
  .reservation-form__group {
    display: table-row;
  }
  .reservation-form__group-head {
    width: 220px;
    display: table-cell;
    vertical-align: top;
    padding: 25px 10px 10px;
  }
  .reservation-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .reservation-form__group-body {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }
  .reservation-form__group-body-text {
    padding: 20px 0 0 0;
    font-size: 12px;
  }
  .reservation-form__group-body-text-address {
    float: left;
    display: block;
    padding: 10px;
  }
  .reservation-form__group-body-text-paddress {
    float: left;
    display: block;
    padding: 10px;
  }
  .reservation-form__group-body-postal-address {
    float: left;
    display: block;
  }
  .reservation-form__group-body-postal-address:after {
    content: "";
    clear: both;
    display: block;
  }
  .reservation-form__group-body-postal-address-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .reservation-form__group-body-postal-address-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .reservation-form__group-body-postal-paddress {
    float: left;
    display: block;
  }
  .reservation-form__group-body-postal-paddress:after {
    content: "";
    clear: both;
    display: block;
  }
  .reservation-form__group-body-postal-paddress-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .reservation-form__group-body-postal-paddress-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .reservation-form__group-body-input-name {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .reservation-form__group-body-input-kana {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .reservation-form__group-body-input-mail {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .reservation-form__group-body-input-tel {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .reservation-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .reservation-form__group-body-input-address {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    display: block;
  }
  .reservation-form__group-body-input-address-postcode1 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 46px;
  }
  .reservation-form__group-body-input-address-postcode2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 56px;
  }
  .reservation-form__group-body-input-address-type-2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .reservation-form__group-body-input-address-type-3 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .reservation-form__group-body-input-paddress {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    display: block;
  }
  .reservation-form__group-body-input-paddress-postcode1 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 46px;
  }
  .reservation-form__group-body-input-paddress-postcode2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 56px;
  }
  .reservation-form__group-body-input-paddress-type-2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .reservation-form__group-body-input-paddress-type-3 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .reservation-form__group-body-dateset {
    display: inline-block;
    vertical-align: top;
  }
  .reservation-form__group-body-input-date {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 190px;
    background-image: url(../img/pc/subscription/img_select.png);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: 190px 10px;
  }
  .reservation-form__group-body-select-date {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 150px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-month {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-window-num {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-budget {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    height: 36px;
    width: 190px;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 15px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-label-image {
    cursor: pointer;
    display: inline-block;
    margin: 0 50px 0 0;
  }
  .reservation-form__group-body-label-image:nth-of-type(3) {
    margin: 0 180px 0 0;
  }
  .reservation-form__group-body-label-image:nth-of-type(4) {
    margin: 20px 25px 0 0;
  }
  .reservation-form__group-body-input-image {
    cursor: pointer;
  }
  .reservation-form__group-body-input-image-extra {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 480px;
    height: 60px;
    vertical-align: top;
    margin: 20px 0 0 0;
  }
  .reservation-form__group-body-label-parking {
    cursor: pointer;
    display: inline-block;
    margin: 10px 40px 0 0;
  }
  .reservation-form__group-body-input-parking {
    cursor: pointer;
    margin: 0 5px 0 0;
  }
  .reservation-form__group-body-label-estimates {
    cursor: pointer;
    display: inline-block;
    margin: 10px 40px 0 0;
  }
  .reservation-form__group-body-input-estimates {
    cursor: pointer;
    margin: 0 5px 0 0;
  }
  .reservation-form__group-body-double {
    display: table-row;
  }
  .reservation-form__group-body-double-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form__group-body-double-head-max {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form__group-body-double-head-date {
    display: table-cell;
    padding: 13px 95px 0 0;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form__group-body-double-attention {
    font-size: 12px;
    padding: 0 0 10px 0;
  }
  .reservation-form__group-body-double-body {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
  }
  .reservation-form__group-body-double-body-max {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
  }
  .reservation-form__group-body-double-body:after {
    content: "";
    clear: both;
    display: block;
  }
  .reservation-form__group-body-double-body-date-1 {
    padding: 0 0 20px 0;
  }
  .reservation-form__group-body-double-wrap {
    display: block;
    float: left;
  }
  .reservation-form__tag {
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0 0 0 10px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #B60005;
    border-radius: 3px;
    cursor: default;
  }
  .reservation-form__agreement-wrap {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }
  .reservation-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .reservation-form__agreement-list:hover {
    cursor: pointer;
  }
  .reservation-form__agreement-check {
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    height: 20px;
  }
  .reservation-form__agreement-text {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 20px;
  }
  .reservation-form__agreement-text:hover {
    cursor: pointer;
  }
  .reservation-form__privacy {
    width: 730px;
    height: 90px;
    margin: 0 auto 60px;
    padding: 20px;
    border: 1px solid #E8E8E8;
    overflow: scroll;
    font-size: 11px;
  }
  .reservation-form__privacy-h1 {
    margin: 0 0 10px 0;
  }
  .reservation-form__privacy-h2 {
    margin: 0 0 5px 0;
  }
  .reservation-form__privacy-text {
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
  .reservation-form__submit-area {
    width: 100%;
    text-align: center;
  }
  .reservation-form__submit-btn {
    width: 335px;
    padding: 20px 0;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .reservation-form__submit-btn[disabled] {
    cursor: default;
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .reservation-form__to-agreement {
    width: 1024px;
    margin: 0 auto;
    padding: 25px 0 40px;
    text-align: center;
  }
  .reservation-form__to-agreement-link {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  .reservation-form__to-agreement-red {
    color: #B60005;
  }
  .reservation-form-confirm {
    width: 640px;
    margin: 0 auto;
    padding: 40px 60px 60px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .reservation-form-confirm__box {
    display: table;
    width: 100%;
  }
  .reservation-form-confirm__group {
    display: table-row;
  }
  .reservation-form-confirm__group-head {
    display: table-cell;
    width: 170px;
  }
  .reservation-form-confirm__group-head-text {
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form-confirm__group-body {
    display: table-cell;
    padding: 0 0 30px 0;
  }
  .reservation-form-confirm__group-body-text {
    font-size: 14px;
    word-break: break-all;
    line-height: 2;
  }
  .reservation-form-confirm__group-body-text-address {
    line-height: 2;
    letter-spacing: 2px;
  }
  .reservation-form-confirm__group-body-text-date {
    line-height: 2;
  }
  .reservation-form-confirm__group-body-text-date-bold {
    font-weight: bold;
    padding: 0 20px 0 0;
    letter-spacing: 2px;
  }
  .reservation-form-confirm__group-body-text-image {
    line-height: 2;
    word-break: break-all;
  }
  .reservation-form-confirm__submit {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .reservation-form-confirm__submit-btn {
    width: 335px;
    margin: 0 0 40px 0;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .reservation-form-confirm__button {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .reservation-form-thanks {
    width: 760px;
    margin: 0 auto;
  }
  .reservation-form-thanks__thanks {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .reservation-form-thanks__text {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 2;
  }
  .reservation-form-thanks__text-bold {
    font-weight: bold;
  }
  .reservation-form-thanks__link {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .reservation-form-thanks__link-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .reservation-form-thanks__link-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .reservation-form-thanks__link:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .reservation-form-thanks__link:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .reservation-frame {
    position: relative;
  }
  .reservation-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .reservation-frame__inner-input {
    padding-bottom: 80px;
    background-color: #FFF;
  }
  .reservation-confirm {
    padding: 40px 0 0;
  }
  .reservation-thanks {
    padding: 40px 0 0;
  }
  .contact-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding: 100px 0 62px;
  }
  .contact-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .contact-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .contact-intro {
    background-color: #F7F7F7;
    padding: 55px 0 40px;
  }
  .contact-intro__inner {
    width: 1024px;
    margin: 0 auto;
  }
  .contact-intro__text {
    padding: 0 0 15px;
    font-size: 16px;
    line-height: 2;
  }
  .contact-intro__btn {
    display: inline-block;
    padding: 0 0 0 17px;
    font-weight: bold;
    position: relative;
  }
  .contact-intro__btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/tour/arrow_black.svg);
    background-size: 7px 12px;
    background-repeat: no-repeat;
  }
  .contact-intro__btn:hover {
    text-decoration: underline;
  }
  .contact-step {
    width: 1024px;
    margin: 0 auto 60px;
  }
  .contact-step-confirm {
    margin: 0 auto 40px;
  }
  .contact-form__wrap {
    width: 836px;
    margin: 0 auto;
    padding: 0 94px;
  }
  .contact-form__box {
    display: table;
    width: 100%;
  }
  .contact-form__group {
    display: table-row;
  }
  .contact-form__group-head {
    width: 220px;
    display: table-cell;
    vertical-align: top;
    padding: 25px 10px 10px;
  }
  .contact-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .contact-form__group-body {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }
  .contact-form__group-body-text {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
  .contact-form__group-body-text-address {
    float: left;
    display: block;
    padding: 10px;
  }
  .contact-form__group-body-label-category {
    display: block;
    margin: 10px 0 20px 0;
  }
  .contact-form__group-body-label-category:nth-of-type(5) {
    margin: 0;
  }
  .contact-form__group-body-input-text {
    padding: 0 0 0 10px;
  }
  .contact-form__group-body-postal-address {
    float: left;
    display: block;
  }
  .contact-form__group-body-postal-address:after {
    content: "";
    clear: both;
    display: block;
  }
  .contact-form__group-body-postal-address-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .contact-form__group-body-postal-address-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .contact-form__group-body-input-name {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-kana {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-mail {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-tel {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .contact-form__group-body-input-note {
    cursor: pointer;
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 540px;
    height: 110px;
    vertical-align: top;
  }
  .contact-form__group-body-input-company {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-fax {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
  }
  .contact-form__group-body-input-address {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    display: block;
  }
  .contact-form__group-body-input-address-postcode1 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 46px;
  }
  .contact-form__group-body-input-address-postcode2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 56px;
  }
  .contact-form__group-body-input-address-type-2 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .contact-form__group-body-input-address-type-3 {
    width: 280px;
    height: 14px;
    border: 1px solid #95989A;
    border-radius: 3px;
    padding: 10px;
    box-sizing: content-box;
    width: 100%;
  }
  .contact-form__group-body-double {
    display: table-row;
  }
  .contact-form__group-body-double-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form__group-body-double-head-max {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form__group-body-double-head-date {
    display: table-cell;
    padding: 13px 95px 0 0;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form__group-body-double-attention {
    font-size: 12px;
    padding: 0 0 10px 0;
  }
  .contact-form__group-body-double-body {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
  }
  .contact-form__group-body-double-body-max {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
  }
  .contact-form__group-body-double-body:after {
    content: "";
    clear: both;
    display: block;
  }
  .contact-form__group-body-double-body-date-1 {
    padding: 0 0 20px 0;
  }
  .contact-form__group-body-double-wrap {
    display: block;
    float: left;
  }
  .contact-form__tag {
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0 0 0 10px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #B60005;
    border-radius: 3px;
    cursor: default;
  }
  .contact-form__agreement-wrap {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }
  .contact-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contact-form__agreement-list:hover {
    cursor: pointer;
  }
  .contact-form__agreement-check {
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    height: 20px;
  }
  .contact-form__agreement-text {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 20px;
  }
  .contact-form__agreement-text:hover {
    cursor: pointer;
  }
  .contact-form__privacy {
    width: 730px;
    height: 90px;
    margin: 0 auto 60px;
    padding: 20px;
    border: 1px solid #E8E8E8;
    overflow: scroll;
    font-size: 11px;
  }
  .contact-form__privacy-h1 {
    margin: 0 0 10px 0;
  }
  .contact-form__privacy-h2 {
    margin: 0 0 5px 0;
  }
  .contact-form__privacy-text {
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
  .contact-form__submit-area {
    width: 100%;
    text-align: center;
  }
  .contact-form__submit-btn {
    width: 335px;
    padding: 20px 0;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .contact-form__submit-btn[disabled] {
    cursor: default;
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .contact-form__to-agreement {
    width: 1024px;
    margin: 0 auto;
    padding: 25px 0 40px;
    text-align: center;
  }
  .contact-form__to-agreement-link {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  .contact-form__to-agreement-red {
    color: #B60005;
  }
  .contact-form-confirm {
    width: 640px;
    margin: 0 auto;
    padding: 40px 60px 60px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .contact-form-confirm__box {
    display: table;
    width: 100%;
  }
  .contact-form-confirm__group {
    display: table-row;
  }
  .contact-form-confirm__group-head {
    display: table-cell;
    width: 170px;
  }
  .contact-form-confirm__group-head-text {
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form-confirm__group-body {
    display: table-cell;
    padding: 0 0 30px 0;
  }
  .contact-form-confirm__group-body-text {
    font-size: 14px;
    word-break: break-all;
  }
  .contact-form-confirm__group-body-text-address {
    line-height: 2;
    letter-spacing: 2px;
  }
  .contact-form-confirm__group-body-text-date {
    line-height: 2;
  }
  .contact-form-confirm__group-body-text-date-bold {
    font-weight: bold;
    padding: 0 20px 0 0;
    letter-spacing: 2px;
  }
  .contact-form-confirm__group-body-text-image {
    line-height: 2;
    word-break: break-all;
  }
  .contact-form-confirm__submit {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .contact-form-confirm__submit-btn {
    width: 335px;
    margin: 0 0 40px 0;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    background: linear-gradient(45deg, #E23400, #B60005);
    background: -moz-linear-gradient(45deg, #E23400, #B60005);
  }
  .contact-form-confirm__button {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .contact-form-thanks {
    width: 760px;
    margin: 0 auto;
  }
  .contact-form-thanks__thanks {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .contact-form-thanks__text {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 2;
  }
  .contact-form-thanks__text-bold {
    font-weight: bold;
  }
  .contact-form-thanks__link {
    display: block;
    width: 314px;
    margin: 0 auto;
    padding: 14px 27px 14px 0;
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .contact-form-thanks__link-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .contact-form-thanks__link-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .contact-form-thanks__link:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .contact-form-thanks__link:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  .contact-frame {
    position: relative;
  }
  .contact-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .contact-frame__inner-input {
    padding-bottom: 80px;
    background-color: #FFF;
  }
  .contact-confirm {
    padding: 40px 0 0;
  }
  .contact-thanks {
    padding: 40px 0 0;
  }
  .special-frame {
    position: relative;
  }
  .special-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .special-title {
    position: relative;
    text-align: center;
    padding: 0 0 62px;
    background-color: #FFF;
    padding-top: 100px;
    background: #fff;
  }
  .special-title__text {
    font-size: 28px;
    font-weight: bold;
  }
  .special-title__border {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .special-banner {
    background-color: #F7F7F7;
  }
  .special-banner__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0px;
  }
	.special-frame__inner .special-banner__inner{
		padding: 40px 0 0 0;
	}
  .special-banner__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .special-banner__link {
    float: left;
    display: block;
    margin: 30px 20px 0 0;
  }
  .special-banner__link:nth-child(1) {
    margin: 0 20px 0 0;
  }
  .special-banner__link:nth-of-type(2) {
    margin: 0 20px 0 0;
  }
  .special-banner__link:nth-of-type(3n) {
    margin: 30px 0 0 0;
  }
  .special-banner__link:nth-of-type(3) {
    margin: 0;
  }
  .special-banner__link:hover {
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0.7;
  }
  .special-banner__link span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 5px;
  }
  .special-banner__img {
    width: 328px;
  }
  /*special*/
  .almedahls-frame {
    position: relative;
  }
  .almedahls-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
    background-color: #eaeaea;
  }
  .almedahls {
    /*共通*/
  }
  .almedahls * {
    margin: 0px;
    padding: 0px;
  }
  .almedahls body {
    background: #FFF;
  }
  .almedahls img, .almedahls a img {
    vertical-align: bottom;
  }
  .almedahls table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .almedahls header {
    width: 100%;
    background: #FFF;
  }
  .almedahls footer {
    background: #eaeaea;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 40px;
  }
  .almedahls footer table {
    margin: 0 auto;
  }
  .almedahls .map {
    background: #91bac0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .almedahls .map:before {
    content: "";
    display: block;
    padding-top: 70%;
    /* 高さを幅の75%に固定 */
  }
  .almedahls #map_inner {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
  }
  .almedahls .m_b20 {
    margin-bottom: 20px;
  }
  .almedahls .m_b40 {
    margin-bottom: 40px;
  }
  .almedahls .p_b20 {
    padding-bottom: 20px;
  }
  .almedahls .p_b40 {
    padding-bottom: 40px;
  }
  .almedahls .t_left {
    text-align: left;
  }
  .almedahls .t_right {
    text-align: right;
  }
  .almedahls .p_b10 {
    padding: 10px;
  }
  .almedahls a, .almedahls a:hover, .almedahls a:link, .almedahls a:visited {
    text-decoration: none;
    border: none;
  }
  .almedahls #wrapper {
    width: 100%;
    margin: 0px auto 0px;
    border-top: #dddddd 1px solid;
    background: #eaeaea;
  }
  .almedahls .sp_hed {
    display: none;
  }
  .almedahls .contents {
    width: 1100px;
    margin: auto;
  }
  .almedahls .sp_foot {
    display: none;
  }
  .almedahls .p_map {
    padding: 10px;
  }
  .mornin-frame {
    position: relative;
  }
  .mornin-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .mornin * {
    box-sizing: border-box;
  }
  .mornin img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .mornin .mornin_pc {
    display: block;
    margin: 0 auto;
  }
  .mornin .mornin_sp {
    display: none;
  }
  .mornin .mainWrap {
    background: url(../img/pc/mornin/bg_main.png) repeat-x;
    padding: 0 20px;
  }
  .mornin .mainWrap h1 {
    max-width: 980px;
    margin: 0 auto;
  }
  .mornin .txt1Wrap {
    background: url(../img/pc/mornin/bg_txt.png) repeat-x;
    padding: 0 20px;
  }
  .mornin .txt1Wrap p {
    max-width: 980px;
    margin: 0 auto;
  }
  .mornin .content {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mornin .content h2 {
    margin: 6% 0 2.05%;
    text-align: center;
  }
  .mornin .content .txt3 {
    position: relative;
  }
  .mornin .content .txt3 p {
    margin: 0;
  }
  .mornin .content .txt3 ul {
    overflow: hidden;
    position: absolute;
    right: 4%;
    top: 8.5%;
    margin: 0;
    padding: 0;
    width: 40.8%;
  }
  .mornin .content .txt3 ul li {
    float: left;
    padding-left: 10px;
    width: 50%;
  }
  .mornin .content .txt3 ul li:hover {
    opacity: 0.8;
  }
  .mornin .content .movie {
    overflow: hidden;
    margin: 6.1% 0 12.3%;
  }
  .mornin .content .movie .box1 {
    float: left;
    margin-right: 1.5%;
  }
  .mornin .content .movie .box2 {
    float: left;
    margin-left: 1.5%;
  }
  .mornin .content .movie div {
    position: relative;
    width: 48.5%;
    padding-top: 31%;
  }
  .mornin .content .movie div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mornin .content .showroom h2 {
    margin: 0 0 2.05% 0;
  }
  .mornin .content .showroom .box {
    overflow: hidden;
    background: #e9f1f3;
  }
  .mornin .content .showroom .box .left {
    float: left;
    padding-bottom: 3%;
    width: 51.5%;
  }
  .mornin .content .showroom .box .left .txt4 {
    margin: 5.75% 5.94% 5.34% 5.94%;
  }
  .mornin .content .showroom .box .left .btn {
    margin: 0 5.94% 3.56% 5.94%;
  }
  .mornin .content .showroom .box .left .btn:hover {
    opacity: 0.8;
  }
  .mornin .content .showroom .box .left .txt5 {
    margin: 0 5.94% 0 5.94%;
  }
  .mornin .content .showroom .box .right {
    float: right;
    width: 48.5%;
    background: #91bac0;
  }
  .mornin .content .showroom .box .right div {
    padding: 2.12% 2.12% 3.56%;
  }
  .mornin .content .showroom .box .right div img {
    width: 100%;
  }
  .mornin .content .showroom .box .right .mapWrap {
    padding: 0 2.12% 2.12%;
  }
  .mornin .content .showroom .box .right .map {
    position: relative;
    width: 100%;
  }
  .mornin .content .showroom .box .right .map:before {
    content: "";
    display: block;
    padding-top: 70%;
    /* 高さを幅の75%に固定 */
  }
  .mornin .content .showroom .box .right .map #map_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pollen-frame {
    position: relative;
  }
  .pollen-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .pollen {
    /*
    GoogleMap
    */
    /*
    foot
    */
  }
  .pollen .sec {
    width: 980px;
    margin: 0 auto;
  }
  .pollen .form {
    padding: 60px 0 40px;
  }
  .pollen .contact {
    width: 760px;
    margin: 0 auto 60px;
    padding: 30px 0;
    background-color: #f5f3f2;
    text-align: center;
  }
  .pollen .contact__btn {
    display: block;
    margin: 0 0 20px 0;
  }
  .pollen .contact__btn:hover {
    opacity: 0.8;
  }
  .pollen .contact__attention {
    padding: 0 30px;
  }
  .pollen .contact__attention-text {
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .pollen .showroom {
    width: 860px;
    margin: 0 auto;
  }
  .pollen .showroom__title {
    margin: 0 0 60px 0;
    text-align: center;
  }
  .pollen .showroom__wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .pollen .showroom__wrap-parts {
    float: left;
    width: 380px;
    margin: 0 50px 0 0;
  }
  .pollen .showroom__wrap-img {
    float: left;
  }
  .pollen .showroom__text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
  .pollen .showroom__text-strong {
    color: #cc0000;
  }
  .pollen .showroom__btn {
    display: block;
    margin: 0 0 20px 0;
  }
  .pollen .showroom__btn:hover {
    opacity: 0.8;
  }
  .pollen .showroom__address {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic Pro';
  }
  .pollen .showroom__tel {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic Pro';
  }
  .pollen .map {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
  }
  .pollen .map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .pollen .foot {
    width: 100%;
    min-width: 980px;
    height: 90px;
    line-height: 90px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .style {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /*BANNER*/
  }
  .style-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv {
    padding: 20px 0 30px 0;
  }
  .style__mv h1 {
    text-align: center;
  }
  .style__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style__report-sec1__img {
    margin-bottom: 10px;
  }
  .style__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style__report-kanso-text p:last-child {
    margin: 0;
  }
  .style__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style__report-sec4-text p:last-child {
    margin: 0;
  }
  .style__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style__add-sec__img {
    float: left;
  }
  .style__add-sec__text {
    float: right;
    width: 480px;
  }
  .style__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style__add-sec__text p:last-child {
    margin: 0;
  }
  .style__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style__banner-block:hover {
    opacity: 0.7;
  }
  .style__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner-num {
    padding: 0 0 10px;
  }
  .style__banner-num-text {
    font-size: 12px;
  }
  .style__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style2 {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /* BANNER */
  }
  .style2-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style2-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style2__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style2__mv {
    padding: 20px 0 30px 0;
  }
  .style2__mv h1 {
    text-align: center;
  }
  .style2__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style2__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style2__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style2__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style2__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style2__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style2__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style2__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style2__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style2__report-sec1__img {
    margin-bottom: 10px;
  }
  .style2__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style2__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style2__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style2__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style2__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style2__report-kanso-text p:last-child {
    margin: 0;
  }
  .style2__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style2__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style2__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style2__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style2__report-sec4-text p:last-child {
    margin: 0;
  }
  .style2__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style2__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style2__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style2__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style2__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style2__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style2__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style2__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style2__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style2__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style2__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style2__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style2__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style2__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style2__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style2__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style2__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style2__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style2__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style2__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style2__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style2__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style2__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style2__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style2__add-sec__img {
    float: left;
  }
  .style2__add-sec__text {
    float: right;
    width: 480px;
  }
  .style2__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style2__add-sec__text p:last-child {
    margin: 0;
  }
  .style2__add-sec__img {
    width: 50%;
  }
  .style2__add-sec__text {
    width: 45%;
  }
  .style2__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style2__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style2__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style2__banner-block:hover {
    opacity: 0.7;
  }
  .style2__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style2__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style2__banner-num {
    padding: 0 0 10px;
  }
  .style2__banner-num-text {
    font-size: 12px;
  }
  .style2__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style3 {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /* BANNER */
  }
  .style3-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style3-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style3__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style3__mv {
    padding: 20px 0 30px 0;
  }
  .style3__mv h1 {
    text-align: center;
  }
  .style3__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style3__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style3__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style3__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style3__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style3__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style3__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style3__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style3__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style3__report-sec1__img {
    margin-bottom: 10px;
  }
  .style3__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style3__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style3__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style3__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style3__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style3__report-kanso-text p:last-child {
    margin: 0;
  }
  .style3__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style3__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style3__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style3__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style3__report-sec4-text p:last-child {
    margin: 0;
  }
  .style3__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style3__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style3__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style3__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style3__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style3__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style3__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style3__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style3__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style3__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style3__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style3__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style3__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style3__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style3__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style3__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style3__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style3__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style3__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style3__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style3__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style3__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style3__report__img {
    top: -40px;
  }
  .style3__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style3__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style3__add-sec__img {
    float: left;
  }
  .style3__add-sec__text {
    float: right;
    width: 480px;
  }
  .style3__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style3__add-sec__text p:last-child {
    margin: 0;
  }
  .style3__add-sec__img {
    width: 50%;
  }
  .style3__add-sec__text {
    width: 45%;
  }
  .style3__add__video {
    display: block;
    width: 710px;
    margin: 0 auto;
  }
  .style3__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style3__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style3__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style3__banner-block:hover {
    opacity: 0.7;
  }
  .style3__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style3__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style3__banner-num {
    padding: 0 0 10px;
  }
  .style3__banner-num-text {
    font-size: 12px;
  }
  .style3__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style4 {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /* BANNER */
  }
  .style4-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style4-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style4__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style4__mv {
    padding: 20px 0 30px 0;
  }
  .style4__mv h1 {
    text-align: center;
  }
  .style4__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style4__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style4__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style4__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style4__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style4__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style4__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style4__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style4__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style4__report-sec1__img {
    margin-bottom: 10px;
  }
  .style4__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style4__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style4__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style4__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style4__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style4__report-kanso-text p:last-child {
    margin: 0;
  }
  .style4__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style4__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style4__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style4__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style4__report-sec4-text p:last-child {
    margin: 0;
  }
  .style4__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style4__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style4__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style4__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style4__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style4__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style4__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style4__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style4__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style4__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style4__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style4__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style4__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style4__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style4__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style4__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style4__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style4__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style4__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style4__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style4__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style4__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style4__report__img {
    top: -40px;
  }
  .style4__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style4__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style4__add-sec__img {
    float: left;
  }
  .style4__add-sec__text {
    float: right;
    width: 480px;
  }
  .style4__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style4__add-sec__text p:last-child {
    margin: 0;
  }
  .style4__add-sec__img {
    width: 50%;
  }
  .style4__add-sec__text {
    width: 45%;
  }
  .style4__add2-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style4__add2-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style4__add2-sec__img {
    float: left;
  }
  .style4__add2-sec__text {
    float: right;
    width: 480px;
  }
  .style4__add2-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style4__add2-sec__text p:last-child {
    margin: 0;
  }
  .style4__add2-sec__wrap {
    border-top: none;
  }
  .style4__add2-sec__img {
    width: 50%;
  }
  .style4__add2-sec__text {
    width: 45%;
  }
  .style4__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style4__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style4__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style4__banner-block:hover {
    opacity: 0.7;
  }
  .style4__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style4__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style4__banner-num {
    padding: 0 0 10px;
  }
  .style4__banner-num-text {
    font-size: 12px;
  }
  .style4__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style5 {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /* BANNER */
  }
  .style5-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style5-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style5__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style5__mv {
    padding: 20px 0 30px 0;
  }
  .style5__mv h1 {
    text-align: center;
  }
  .style5__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style5__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style5__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style5__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style5__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style5__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style5__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style5__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style5__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style5__report-sec1__img {
    margin-bottom: 10px;
  }
  .style5__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style5__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style5__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style5__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style5__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style5__report-kanso-text p:last-child {
    margin: 0;
  }
  .style5__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style5__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style5__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style5__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style5__report-sec4-text p:last-child {
    margin: 0;
  }
  .style5__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style5__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style5__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style5__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style5__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style5__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style5__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style5__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style5__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style5__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style5__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style5__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style5__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style5__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style5__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style5__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style5__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style5__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style5__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style5__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style5__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style5__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style5__report__img {
    top: -40px;
  }
  .style5__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style5__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style5__add-sec__img {
    float: left;
  }
  .style5__add-sec__text {
    float: right;
    width: 480px;
  }
  .style5__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style5__add-sec__text p:last-child {
    margin: 0;
  }
  .style5__add-sec__img {
    width: 50%;
  }
  .style5__add-sec__text {
    width: 45%;
  }
  .style5__video {
    display: block;
    width: 710px;
    margin: 0 auto 40px;
  }
  .style5__video__mov {
    width: 100%;
  }
  .style5__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style5__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style5__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style5__banner-block:hover {
    opacity: 0.7;
  }
  .style5__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style5__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style5__banner-num {
    padding: 0 0 10px;
  }
  .style5__banner-num-text {
    font-size: 12px;
  }
  .style5__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style6 {
    color: #333300;
    /*MV*/
    /*INTRO*/
    /*REPORT*/
    /*ADD*/
    /* IND-IMAGE */
    /* BANNER */
  }
  .style6-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style6-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style6__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style6__mv {
    padding: 20px 0 30px 0;
  }
  .style6__mv h1 {
    text-align: center;
  }
  .style6__intro__text {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
  }
  .style6__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style6__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style6__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style6__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style6__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style6__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style6__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style6__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style6__report-sec1__img {
    margin-bottom: 10px;
  }
  .style6__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style6__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style6__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style6__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style6__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style6__report-kanso-text p:last-child {
    margin: 0;
  }
  .style6__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style6__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style6__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style6__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style6__report-sec4-text p:last-child {
    margin: 0;
  }
  .style6__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style6__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style6__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style6__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style6__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style6__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style6__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style6__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style6__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style6__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style6__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style6__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style6__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style6__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style6__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style6__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style6__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style6__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style6__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style6__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style6__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style6__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style6__report__img {
    top: 0;
  }
  .style6__add-sec__wrap {
    padding: 25px 0 0;
    border-top: 1px solid #313131;
  }
  .style6__add-sec__wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style6__add-sec__img {
    float: left;
  }
  .style6__add-sec__text {
    float: right;
    width: 480px;
  }
  .style6__add-sec__text p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .style6__add-sec__text p:last-child {
    margin: 0;
  }
  .style6__add-sec__img {
    width: 50%;
  }
  .style6__add-sec__text {
    width: 45%;
  }
  .style6__ind-img {
    display: block;
    margin: 40px auto 0;
  }
  .style6__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style6__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style6__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style6__banner-block:hover {
    opacity: 0.7;
  }
  .style6__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style6__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style6__banner-num {
    padding: 0 0 10px;
  }
  .style6__banner-num-text {
    font-size: 12px;
  }
  .style6__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style7 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style7-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style7-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style7__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style7__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style7__mv_new h1 {
    margin-bottom: 50px;
  }
  .style7__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style7__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style7__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style7__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style7__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style7__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style7__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style7__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style7__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style7__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style7__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style7__report-sec1__img {
    margin-bottom: 10px;
  }
  .style7__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style7__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style7__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style7__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style7__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style7__report-kanso-text p:last-child {
    margin: 0;
  }
  .style7__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style7__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style7__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style7__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style7__report-sec4-text p:last-child {
    margin: 0;
  }
  .style7__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style7__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style7__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style7__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style7__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style7__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style7__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style7__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style7__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style7__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style7__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style7__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style7__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style7__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style7__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style7__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style7__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style7__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style7__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style7__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style7__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style7__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style7__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style7__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style7__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style7__banner-block:hover {
    opacity: 0.7;
  }
  .style7__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style7__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style7__banner-num {
    padding: 0 0 10px;
  }
  .style7__banner-num-text {
    font-size: 12px;
  }
  .style7__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style7__roominfo {
    width: 980px;
    margin: 60px auto 0;
  }
  .style7__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style7__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style7__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style7__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style7__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style7__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style7__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style7__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style7__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style7__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style7__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style7__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style7__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
  }
  .style7__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style7__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style7__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style7__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style7__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style7__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style7__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style7__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style7__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style7__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style7__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style7__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style7__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style7__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style7__movie-control {
    width: 710px;
  }
  .style7__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style7__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style7__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style7__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style7__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style7__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style7__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style7__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style8 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style8-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style8-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style8__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style8__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style8__mv_new h1 {
    margin-bottom: 50px;
  }
  .style8__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style8__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style8__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style8__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style8__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style8__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style8__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style8__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style8__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style8__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style8__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style8__report-sec1__img {
    margin-bottom: 10px;
  }
  .style8__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style8__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style8__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style8__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style8__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style8__report-kanso-text p:last-child {
    margin: 0;
  }
  .style8__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style8__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style8__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style8__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style8__report-sec4-text p:last-child {
    margin: 0;
  }
  .style8__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style8__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style8__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style8__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style8__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style8__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style8__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style8__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style8__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style8__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style8__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style8__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style8__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style8__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style8__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style8__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style8__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style8__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style8__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style8__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style8__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style8__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style8__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style8__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style8__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style8__banner-block:hover {
    opacity: 0.7;
  }
  .style8__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style8__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style8__banner-num {
    padding: 0 0 10px;
  }
  .style8__banner-num-text {
    font-size: 12px;
  }
  .style8__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style8__roominfo {
    width: 980px;
    margin: 60px auto 0;
    /*new styles*/
    /*new styles*/
  }
  .style8__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style8__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style8__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style8__roominfo-column2-col-box {
    display: block;
    height: 332px;
    padding-right: 40px;
  }
  .style8__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style8__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style8__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style8__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style8__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style8__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style8__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style8__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style8__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style8__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
  }
  .style8__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style8__roominfo-column2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_2-txt {
    width: 640px;
  }
  .style8__roominfo-column2_2-photo {
    width: 320px;
  }
  .style8__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
  }
  .style8__roominfo-column2_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_3-col {
    width: 310px;
  }
  .style8__roominfo-column2_3-col:nth-child(2) {
    width: 650px;
  }
  .style8__roominfo-column2_3-col img {
    margin-bottom: 10px;
  }
  .style8__roominfo-column2_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_4-col {
    width: 650px;
  }
  .style8__roominfo-column2_4-col:nth-child(2) {
    width: 310px;
  }
  .style8__roominfo-column2_4-col img {
    margin-bottom: 10px;
  }
  .style8__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style8__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style8__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style8__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style8__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style8__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style8__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style8__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style8__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style8__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style8__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style8__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style8__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style8__movie-control {
    width: 710px;
  }
  .style8__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style8__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style8__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style8__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style8__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style8__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style8__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style8__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style9 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style9-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style9-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style9__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style9__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style9__mv_new h1 {
    margin-bottom: 50px;
  }
  .style9__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style9__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style9__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style9__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style9__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style9__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style9__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style9__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style9__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style9__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style9__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style9__report-sec1__img {
    margin-bottom: 10px;
  }
  .style9__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style9__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style9__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style9__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style9__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style9__report-kanso-text p:last-child {
    margin: 0;
  }
  .style9__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style9__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style9__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style9__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style9__report-sec4-text p:last-child {
    margin: 0;
  }
  .style9__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style9__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style9__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style9__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style9__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style9__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style9__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style9__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style9__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style9__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style9__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style9__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style9__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style9__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style9__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style9__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style9__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style9__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style9__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style9__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style9__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style9__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style9__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style9__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style9__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style9__banner-block:hover {
    opacity: 0.7;
  }
  .style9__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style9__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style9__banner-num {
    padding: 0 0 10px;
  }
  .style9__banner-num-text {
    font-size: 12px;
  }
  .style9__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style9__roominfo {
    width: 980px;
    margin: 60px auto 0;
    /*new styles*/
    /*new styles*/
  }
  .style9__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style9__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style9__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style9__roominfo-column2-col-box {
    display: block;
    height: 332px;
    padding-right: 40px;
  }
  .style9__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style9__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style9__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style9__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style9__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style9__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style9__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style9__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style9__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style9__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
  }
  .style9__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style9__roominfo-column2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_2-txt {
    width: 640px;
  }
  .style9__roominfo-column2_2-photo {
    width: 320px;
  }
  .style9__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
  }
  .style9__roominfo-column2_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_3-col {
    width: 310px;
  }
  .style9__roominfo-column2_3-col:nth-child(2) {
    width: 650px;
  }
  .style9__roominfo-column2_3-col img {
    margin-bottom: 10px;
  }
  .style9__roominfo-column2_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_4-col {
    width: 650px;
  }
  .style9__roominfo-column2_4-col:nth-child(2) {
    width: 310px;
  }
  .style9__roominfo-column2_4-col img {
    margin-bottom: 10px;
  }
  .style9__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style9__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style9__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style9__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style9__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style9__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style9__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style9__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style9__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style9__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style9__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style9__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style9__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style9__movie-control {
    width: 710px;
  }
  .style9__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style9__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style9__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style9__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style9__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style9__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style9__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style9__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style10 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style10-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style10-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style10__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style10__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style10__mv_new h1 {
    margin-bottom: 50px;
  }
  .style10__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style10__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style10__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style10__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style10__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style10__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style10__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style10__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style10__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style10__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style10__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style10__report-sec1__img {
    margin-bottom: 10px;
  }
  .style10__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style10__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style10__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style10__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style10__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style10__report-kanso-text p:last-child {
    margin: 0;
  }
  .style10__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style10__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style10__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style10__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style10__report-sec4-text p:last-child {
    margin: 0;
  }
  .style10__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style10__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style10__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style10__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style10__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style10__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style10__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style10__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style10__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style10__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style10__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style10__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style10__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style10__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style10__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style10__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style10__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style10__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style10__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style10__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style10__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style10__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style10__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style10__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style10__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style10__banner-block:hover {
    opacity: 0.7;
  }
  .style10__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style10__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style10__banner-num {
    padding: 0 0 10px;
  }
  .style10__banner-num-text {
    font-size: 12px;
  }
  .style10__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style10__roominfo {
    width: 980px;
    margin: 60px auto 0;
    /*new styles*/
    /*new styles*/
  }
  .style10__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style10__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style10__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style10__roominfo-column2-col-box {
    display: block;
    height: 332px;
    padding-right: 40px;
  }
  .style10__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style10__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style10__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style10__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style10__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style10__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style10__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style10__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style10__roominfo-column3-col-double {
    width: 645px;
  }
  .style10__roominfo-column3-col-single {
    margin-right: 0;
  }
  .style10__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style10__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
  }
  .style10__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style10__roominfo-column2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_2-txt {
    width: 640px;
  }
  .style10__roominfo-column2_2-photo {
    width: 320px;
  }
  .style10__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
  }
  .style10__roominfo-column2_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_3-col {
    width: 310px;
  }
  .style10__roominfo-column2_3-col:nth-child(2) {
    width: 650px;
  }
  .style10__roominfo-column2_3-col img {
    margin-bottom: 10px;
  }
  .style10__roominfo-column2_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_4-col {
    width: 650px;
  }
  .style10__roominfo-column2_4-col:nth-child(2) {
    width: 310px;
  }
  .style10__roominfo-column2_4-col img {
    margin-bottom: 10px;
  }
  .style10__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style10__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style10__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style10__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style10__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style10__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style10__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style10__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style10__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style10__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style10__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style10__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style10__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style10__movie-control {
    width: 710px;
  }
  .style10__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style10__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style10__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style10__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style10__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style10__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style10__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style10__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style11 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style11-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style11-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style11__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style11__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style11__mv_new h1 {
    margin-bottom: 50px;
  }
  .style11__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style11__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style11__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style11__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style11__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style11__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style11__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style11__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style11__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style11__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style11__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style11__report-sec1__img {
    margin-bottom: 10px;
  }
  .style11__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style11__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style11__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style11__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style11__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style11__report-kanso-text p:last-child {
    margin: 0;
  }
  .style11__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style11__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style11__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style11__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style11__report-sec4-text p:last-child {
    margin: 0;
  }
  .style11__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style11__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style11__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style11__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style11__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style11__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style11__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style11__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style11__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style11__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style11__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style11__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style11__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style11__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style11__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style11__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style11__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style11__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style11__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style11__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style11__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style11__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style11__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style11__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style11__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style11__banner-block:hover {
    opacity: 0.7;
  }
  .style11__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style11__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style11__banner-num {
    padding: 0 0 10px;
  }
  .style11__banner-num-text {
    font-size: 12px;
  }
  .style11__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style11__roominfo {
    width: 980px;
    margin: 60px auto 0;
    /*new styles*/
    /*new styles*/
  }
  .style11__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style11__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style11__roominfo-column2-col-mb_10 {
    margin-bottom: 10px;
  }
  .style11__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style11__roominfo-column2-col-cell-vtop {
    vertical-align: top;
  }
  .style11__roominfo-column2-col-box {
    display: block;
    height: 332px;
    padding-right: 40px;
  }
  .style11__roominfo-column2-col-txt4 {
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
  }
  .style11__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style11__roominfo-column2-col-txt3-bold {
    font-weight: bold;
  }
  .style11__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style11__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style11__roominfo-column2-col-txt2-big {
    font-size: 24px;
  }
  .style11__roominfo-column2-col-txt2-letterSpace_min {
    letter-spacing: -0.05em;
  }
  .style11__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style11__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style11__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style11__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style11__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style11__roominfo-column3-col-double {
    width: 645px;
  }
  .style11__roominfo-column3-col-single {
    margin-right: 0;
  }
  .style11__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style11__roominfo-column4-sp_full {
    margin-bottom: 50px;
  }
  .style11__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
    /*rinji style*/
  }
  .style11__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style11__roominfo-column4-col-sp_full {
    margin-bottom: 10px;
  }
  .style11__roominfo-column2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_2-txt {
    width: 640px;
  }
  .style11__roominfo-column2_2-photo {
    width: 320px;
  }
  .style11__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
  }
  .style11__roominfo-column2_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_3-col {
    width: 310px;
  }
  .style11__roominfo-column2_3-col:nth-child(2) {
    width: 650px;
  }
  .style11__roominfo-column2_3-col img {
    margin-bottom: 10px;
  }
  .style11__roominfo-column2_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_4-col {
    width: 650px;
  }
  .style11__roominfo-column2_4-col:nth-child(2) {
    width: 310px;
  }
  .style11__roominfo-column2_4-col img {
    margin-bottom: 10px;
  }
  .style11__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style11__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style11__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style11__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style11__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style11__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style11__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style11__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style11__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style11__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style11__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style11__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style11__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style11__movie-control {
    width: 710px;
  }
  .style11__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style11__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style11__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style11__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style11__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style11__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style11__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style11__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .style__banner_new {
    width: 980px;
    margin: 70px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style__banner_new-block {
    width: 475px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #EFEDED;
    margin-bottom: 30px;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: 315px;
    padding-right: 25px;
    height: 120px;
    display: table;
  }
  .style__banner_new-title {
    display: table-cell;
    vertical-align: middle;
  }
  .style__banner_new-title-text-1 {
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #333300;
  }
  .style__banner_new-title-text-2 {
    line-height: 21px;
    font-size: 14px;
    color: #333300;
  }
  /*MV-NEW 2019.03.add */
  .style__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style__contents_link__btn {
    display: inline-block;
    padding: 16px 45px 16px 25px;
    border: 2px solid #000;
    transition: 0.3s all;
    background-repeat: no-repeat;
    padding: 16px 74px 16px 47px;
  }
  .style__contents_link__btn-text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .style__contents_link__btn-text:after {
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -21px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/pc/common/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .style__contents_link__btn:hover {
    transition: 0.3s all;
    color: #fff;
    background-color: #000;
  }
  .style__contents_link__btn:hover :after {
    transition: 0.3s all;
    background-image: url(../img/pc/common/arrow_right3.png);
    background-repeat: no-repeat;
  }
  /*style__contents_link 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 65px 0 120px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 50%;
  }
  .style__contents_link-inner-txt {
    width: 50%;
    padding-left: 30px;
  }
  .style__contents_link-inner-txt-1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .style__contents_link-inner-txt-2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  /*hide show*/
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style12 {
    color: #333300;
    /*MV*/
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style12-frame {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN';
  }
  .style12-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .style12__inner {
    width: 980px;
    margin: 0 auto;
  }
  .style12__mv_new {
    width: 980px;
    margin: 0 auto;
  }
  .style12__mv_new h1 {
    margin-bottom: 50px;
  }
  .style12__mv_new-txt {
    width: 738px;
    margin: 0 auto;
  }
  .style12__mv_new-txt-1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style12__mv_new-txt-2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1em;
  }
  .style12__report-box {
    min-height: 290px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_01.png);
    background-repeat: no-repeat;
  }
  .style12__report-box-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style12__report-box2 {
    min-height: 350px;
    padding: 40px 0 0 0;
    background-image: url(../img/pc/style/common/bg_03.png);
    background-repeat: no-repeat;
  }
  .style12__report-box2-in-box {
    position: relative;
    padding: 30px 40px;
  }
  .style12__report-sec1 {
    padding: 80px 0 0 0;
  }
  .style12__report-sec1__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .style12__report-sec1__box {
    width: 310px;
    margin: 0 25px 40px 0;
  }
  .style12__report-sec1__box:nth-child(3n) {
    margin-right: 0;
  }
  .style12__report-sec1__img {
    margin-bottom: 10px;
  }
  .style12__report-sec1__text {
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
  }
  .style12__report-kanso {
    position: relative;
    padding: 50px 0 0;
  }
  .style12__report-kanso-text {
    position: relative;
    padding: 69px 42px 30px;
    background-image: url(../img/pc/style/common/img_bg_kanso.png);
    background-repeat: no-repeat;
  }
  .style12__report-kanso-text-img {
    position: absolute;
    width: 310px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style12__report-kanso-text p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style12__report-kanso-text p:last-child {
    margin: 0;
  }
  .style12__report-sec4 {
    position: relative;
    padding: 50px 0;
  }
  .style12__report-sec4-text {
    position: relative;
    padding: 60px 35px 30px;
    border: 5px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style12__report-sec4-text-img {
    position: absolute;
    width: 190px;
    margin: 0 auto;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .style12__report-sec4-text p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .style12__report-sec4-text p:last-child {
    margin: 0;
  }
  .style12__report-sec5__list-item {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0;
  }
  .style12__report-sec5__list-item:first-child {
    padding-bottom: 10px;
  }
  .style12__report-sec6__title {
    padding: 40px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #e45585;
    letter-spacing: 1px;
    text-align: center;
  }
  .style12__report-sec6__title-min {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333;
    text-align: center;
  }
  .style12__report-sec6__content::after {
    content: "";
    display: block;
    clear: both;
  }
  .style12__report-sec6__img-wrap {
    margin: 0 0 20px 0;
  }
  .style12__report-sec6__profile {
    float: left;
    width: 290px;
    margin: 0 40px 0 0;
  }
  .style12__report-sec6__profile-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .style12__report-sec6__profile-img {
    margin: 0 0 10px 0;
  }
  .style12__report-sec6__profile-head p {
    font-size: 14px;
    text-align: center;
  }
  .style12__report-sec6__profile-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .style12__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style12__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .style12__report-sec6__profile-link {
    display: block;
    font-size: 12px;
    color: #e6638f;
  }
  .style12__report-sec6__profile-link:hover {
    opacity: 0.8;
  }
  .style12__report__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .style12__report__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .style12__report__text-wrap {
    width: 435px;
    position: absolute;
    top: 45px;
    left: 510px;
  }
  .style12__report__text-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .style12__report__text-title span {
    padding: 0 0 0 20px;
  }
  .style12__report__camera {
    position: absolute;
    top: 200px;
    right: 30px;
  }
  .style12__report__camera2 {
    position: absolute;
    top: 280px;
    right: 30px;
  }
  .style12__banner {
    font-size: 0;
    width: 980px;
    margin: 40px auto 0;
  }
  .style12__banner-block {
    width: 470px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 35px 35px 0;
  }
  .style12__banner-block:nth-child(2n) {
    margin-right: 0;
  }
  .style12__banner-block:hover {
    opacity: 0.7;
  }
  .style12__banner-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 0;
  }
  .style12__banner-text {
    display: table-cell;
    vertical-align: middle;
  }
  .style12__banner-num {
    padding: 0 0 10px;
  }
  .style12__banner-num-text {
    font-size: 12px;
  }
  .style12__banner-title-text {
    font-size: 18px;
    font-weight: bold;
  }
  .style12__roominfo {
    width: 980px;
    margin: 60px auto 0;
    /*new styles*/
    /*new styles*/
  }
  .style12__roominfo-column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style12__roominfo-column2-first {
    margin-bottom: 10px;
  }
  .style12__roominfo-column2-col {
    width: 50%;
    display: table;
    height: 332px;
    margin-bottom: 40px;
  }
  .style12__roominfo-column2-col-mb_10 {
    margin-bottom: 10px;
  }
  .style12__roominfo-column2-col-cell {
    display: table-cell;
    height: 332px;
    padding-right: 40px;
    vertical-align: middle;
  }
  .style12__roominfo-column2-col-cell-vtop {
    vertical-align: top;
  }
  .style12__roominfo-column2-col-box {
    display: block;
    height: 332px;
    padding-right: 40px;
  }
  .style12__roominfo-column2-col-txt5 {
    font-size: 12px;
    line-height: 21px;
    padding-top: 10px;
  }
  .style12__roominfo-column2-col-txt5 a {
    color: #E6638F;
  }
  .style12__roominfo-column2-col-txt5 a:hover {
    text-decoration: underline;
  }
  .style12__roominfo-column2-col-txt4 {
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
  }
  .style12__roominfo-column2-col-txt3 {
    font-size: 16px;
    line-height: 32px;
  }
  .style12__roominfo-column2-col-txt3-bold {
    font-weight: bold;
  }
  .style12__roominfo-column2-col-txt2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .style12__roominfo-column2-col-txt2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style12__roominfo-column2-col-txt2-big {
    font-size: 24px;
  }
  .style12__roominfo-column2-col-txt2-letterSpace_min {
    letter-spacing: -0.05em;
  }
  .style12__roominfo-column2-col-txt1 {
    font-size: 12px;
    line-height: 32px;
    background: #CBA755;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .style12__roominfo-column2-col-645 {
    width: 645px;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .style12__roominfo-column2-col-645-rev {
    margin-left: 0;
    margin-right: 25px;
  }
  .style12__roominfo-column2-col-645 .style12__report-sec1__text {
    padding-top: 0.5em;
  }
  .style12__roominfo-column2-col-310 {
    width: 310px;
    margin-bottom: 20px;
  }
  .style12__roominfo-column2-col-310 .style12__report-sec1__text {
    padding-top: 0.5em;
  }
  .style12__roominfo-column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style12__roominfo-column3-col {
    width: 310px;
    margin: 0 25px 40px 0;
    margin-bottom: 20px;
  }
  .style12__roominfo-column3-col:nth-child(3n) {
    margin-right: 0;
  }
  .style12__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style12__roominfo-column3-col-double {
    width: 645px;
  }
  .style12__roominfo-column3-col-single {
    margin-right: 0;
  }
  .style12__roominfo-column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style12__roominfo-column4-sp_full {
    margin-bottom: 50px;
  }
  .style12__roominfo-column4-col {
    width: 230px;
    margin: 0 0 40px 0;
    /*rinji style*/
  }
  .style12__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style12__roominfo-column4-col-sp_full {
    margin-bottom: 10px;
  }
  .style12__roominfo-column2_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_2-txt {
    width: 640px;
  }
  .style12__roominfo-column2_2-photo {
    width: 320px;
  }
  .style12__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
  }
  .style12__roominfo-column2_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_3-col {
    width: 310px;
  }
  .style12__roominfo-column2_3-col:nth-child(2) {
    width: 650px;
  }
  .style12__roominfo-column2_3-col img {
    margin-bottom: 10px;
  }
  .style12__roominfo-column2_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_4-col {
    width: 650px;
  }
  .style12__roominfo-column2_4-col:nth-child(2) {
    width: 310px;
  }
  .style12__roominfo-column2_4-col img {
    margin-bottom: 10px;
  }
  .style12__from_cordinator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 20px 28px;
  }
  .style12__from_cordinator-thumb {
    width: 106px;
    height: 106px;
  }
  .style12__from_cordinator-txt {
    width: 794px;
    padding-top: 15px;
  }
  .style12__from_cordinator-txt-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .style12__from_cordinator-txt-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .style12__report-ttl {
    border-top: 1px dotted #CBA755;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .style12__report-ttl img {
    height: 28px;
    width: auto;
  }
  .style12__editors_note {
    padding-bottom: 80px;
    width: 980px;
    margin: 60px auto 80px;
    border-bottom: 1px dotted #CBA755;
  }
  .style12__editors_note-inner {
    background: #FFF7EA;
    padding: 40px 35px 20px 35px;
  }
  .style12__editors_note-ttl {
    font-size: 24px;
    color: #80540C;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../img/sp/style/common/bg_editors_note-ttl.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: 78px auto;
  }
  .style12__editors_note-ttl:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #80540C;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .style12__editors_note-txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1em;
  }
  .style12__movie {
    width: 710px;
    height: auto;
    margin: 0 auto;
  }
  .style12__movie-control {
    width: 710px;
  }
  .style12__photo-report {
    border: 1px solid #CBA755;
    width: 980px;
    margin: 70px auto 0;
    position: relative;
    padding: 2px;
  }
  .style12__photo-report-ttl {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .style12__photo-report-ttl img {
    width: 243px;
    height: auto;
  }
  .style12__photo-report-inner {
    border: 2px solid #CBA755;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .style12__photo-report-inner-photo {
    padding: 20px;
    width: 356px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .style12__photo-report-inner-txt {
    width: 494px;
    padding-top: 12px;
  }
  .style12__photo-report-inner-txt-1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .style12__photo-report-inner-txt-2 {
    font-size: 16px;
    line-height: 32px;
  }
  .akarina-frame {
    position: relative;
  }
  .akarina-frame__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .akarina {
    min-width: 1024px;
  }
  /*
main
*/
  .main {
    background: no-repeat url(../img/pc/akarina/img_mainvisual.jpg);
    background-size: cover;
  }
  .main__inner {
    max-width: 815px;
    margin: 0 auto;
    padding-top: 66px;
    text-align: center;
  }
  .main__page-title {
    display: inline-block;
    margin-bottom: 22px;
  }
  .main__page-title-top {
    line-height: 51px;
    margin-bottom: 12px;
    color: #707070;
    font-size: 30px;
    font-family: 'YuMincho',-apple-system,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','MMS P明朝','MS PMincho',serif;
  }
  .main__page-title-bottom {
    line-height: 42px;
    margin-bottom: 44px;
    font-size: 20px;
  }
  .main__page-title-bottom br:nth-child(odd) {
    display: none;
  }
  .main__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    -ms-flex-align: center;
        align-items: center;
  }
  .main__feature-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-right: 36px;
  }
  .main__text-large {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #C70000;
  }
  .main__text-small {
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .main__ba {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  /*
 present
*/
  .present__inner {
    height: 159px;
    margin-bottom: 34px;
    background-color: #D5F1F3;
  }
  .present__image {
    position: relative;
    margin: 0 auto;
    width: 967px;
  }
  .present__image-image {
    position: absolute;
    top: -11px;
  }
  /*
feature
*/
  .feature__title {
    text-align: center;
  }
  .feature__title-image {
    margin: 0 auto 28px;
  }
  .feature__subtitle {
    margin-bottom: 30px;
    text-align: center;
    color: #FFF;
    background-color: #169A8E;
  }
  .feature__subtitle-number-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0;
    margin-right: 30px;
    padding: 15px 27px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 20px;
    font-weight: bold;
  }
  .feature__subtitle-text {
    display: inline-block;
    line-height: 86px;
    font-size: 36px;
    font-weight: bold;
  }
  .feature__wrapper {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 1024px;
  }
  .feature__wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .feature__content-wrapper {
    margin-bottom: 20px;
  }
  .feature__content-text-wrapper {
    width: 568px;
    float: left;
  }
  .feature__content-title {
    margin-bottom: 32px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    color: #169A8E;
  }
  .feature__content-text {
    line-height: 31px;
    margin-bottom: 31px;
    font-size: 18px;
    color: #000000;
  }
  .feature__content-image-wrapper {
    width: 426px;
    float: right;
    line-height: 21px;
    font-size: 14px;
    color: #666666;
  }
  .feature__content-image-image {
    margin-bottom: 14px;
  }
  .feature__content-image-text {
    line-height: 21px;
    font-size: 14px;
    color: #666666;
  }
  /*clearfix*/
  .feature__content-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .feature__content-reason-q {
    line-height: 48px;
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid #169A8E;
    font-size: 20px;
    font-weight: bold;
    color: #169A8E;
  }
  .feature__content-reason-a {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 16px;
  }
  .feature__content-reason-1-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 685px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .feature__content-reason-2-image {
    text-align: center;
  }
  .feature__content-reason-2-image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 685px;
    margin: 0 auto;
  }
  .feature__content-reason-2-top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
  }
  .feature__content-reason-2-bottom {
    display: -ms-flexbox;
    display: flex;
  }
  .feature__content-reason-2-text-top {
    float: left;
    text-align: center;
    width: 128px;
    height: 128px;
    line-height: 128px;
    margin-right: 11px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    color: #FFF;
    background-color: #C1C1C1;
  }
  .feature__content-reason-2-image-left {
    margin-right: 14px;
  }
  .feature__content-reason-2-text-bottom {
    float: left;
    text-align: center;
    width: 128px;
    height: 128px;
    line-height: 128px;
    margin-right: 11px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    color: #FFF;
    background-color: #169A8E;
  }
  /*
night
*/
  .night {
    background-color: #ECF7F6;
    text-align: center;
  }
  .night__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 43px 0 60px;
  }
  .night__title {
    display: inline-block;
    position: relative;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .night__title br {
    display: none;
  }
  .night__title:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -7px;
    right: -100px;
    background: no-repeat url(../img/pc/akarina/icon_moon.png);
  }
  .night__subtitle {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: bold;
    color: #169A8E;
  }
  .night__text {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 24px;
  }
  .night__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 740px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .movie {
    width: 100%;
    height: 230px;
  }
  .night__movie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 30px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
  }
  .night__movie-left {
    width: 495px;
  }
  .night__movie-right {
    width: 495px;
  }
  .night__movie-text {
    line-height: 24px;
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
  }
  .night__signage {
    max-width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .night__signage-left-left {
    float: left;
    margin-right: 5px;
  }
  .night__signage-left-right {
    float: right;
  }
  .night__signage-right-left {
    float: left;
    margin-right: 5px;
  }
  .night__signage-right-right {
    float: right;
  }
  .night__signage-text {
    font-size: 18px;
    line-height: 31px;
  }
  .night__signage-image-wrapper {
    margin-bottom: 14px;
  }
  .night__signage-image-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  /*
example
*/
  .example__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: center;
  }
  .example__title {
    margin-bottom: 40px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .example__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
  }
  .example__section:last-child {
    margin-bottom: 0;
  }
  /*
qa
*/
  .qa__inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 27px;
  }
  .qa__title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .qa__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .qa__wrapper {
    width: 494px;
    margin-bottom: 40px;
  }
  .qa__q {
    margin-bottom: 9px;
    color: #666666;
  }
  .qa__a-red {
    color: #FF0000;
  }
  /*
lineup
*/
  .lineup__inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .lineup__title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .lineup__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .lineup__product {
    display: -ms-flexbox;
    display: flex;
    width: 494px;
    margin-bottom: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid #707070;
  }
  .lineup__product-image {
    margin-right: 20px;
  }
  .lineup__product-name {
    margin-top: 23px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
  }
  .lineup__product-cert {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 24px;
    color: #169A8E;
  }
  .lineup__product-spec {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .lineup__product-type {
    font-size: 14px;
    line-height: 24px;
  }
  /*
client
*/
  .client__inner {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 12px;
  }
  .client__title {
    text-align: center;
    margin-bottom: 69px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .client__content {
    display: inline-block;
    width: 256px;
    vertical-align: top;
  }
  .client__content:last-child {
    width: auto;
  }
  .client__content-list {
    line-height: 20px;
  }
  .wallfitter {
    position: relative;
  }
  .wallfitter__inner {
    padding-top: 54px;
    padding-bottom: 80px;
  }
  .wallfitter__mv {
    position: relative;
  }
  .wallfitter__mv-img {
    width: 100%;
  }
  .wallfitter__h1 {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -273px;
  }
  .wallfitter__sec:nth-child(1) {
    padding: 100px 0 90px;
    background-color: #F5F5F5;
  }
  .wallfitter__sec:nth-child(2) {
    padding: 90px 0;
    background-color: #FFFFFF;
  }
  .wallfitter__sec:nth-child(3) {
    padding: 90px 0;
    background-color: #E1E5EF;
  }
  .wallfitter__sec:nth-child(4) {
    padding: 90px 0 100px;
    background-color: #FFFFFF;
  }
  .wallfitter__sec-inner {
    width: 1024px;
    margin: 0 auto;
  }
  .wallfitter__h2 {
    width: 335px;
    margin: 0 auto 70px;
    padding: 0 0 14px;
    text-align: center;
    border-bottom: 4px solid #4E5D7C;
    color: #4E5D7C;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .wallfitter__h3 {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 60px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
  }
  .wallfitter__h3 span {
    display: inline-block;
    padding: 0 14px;
    line-height: 36px;
  }
  .wallfitter__h3:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 36px;
    background-image: url("../img/sp/wallfitter/img_slash.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wallfitter__h3:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 36px;
    background-image: url("../img/sp/wallfitter/img_slash.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wallfitter__sec-content::after {
    content: "";
    display: block;
    clear: both;
  }
  .wallfitter__sec-content_2 {
    padding: 20px;
    background-color: #F5F5F5;
  }
  .wallfitter__text-box {
    float: left;
    width: 482px;
    margin: 0 60px 0 0;
  }
  .wallfitter__text-box_2 {
    float: left;
    width: 500px;
  }
  .wallfitter__movie-box {
    float: left;
    width: 442px;
    padding: 20px;
    background: #FFF;
  }
  .wallfitter__movie-box_2 {
    float: left;
    width: 440px;
    margin: 0 30px 0 0;
  }
  .wallfitter__img-box {
    float: left;
    width: 442px;
    padding: 20px;
    background: #F5F5F5;
  }
  .wallfitter__sec-text-title {
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
  }
  .wallfitter__sec-text {
    margin: 0 0 40px 0;
    font-size: 14px;
    color: #323232;
    line-height: 2;
    word-break: break-all;
  }
  .wallfitter__text-border-box {
    margin: 35px 0 0 0;
    padding: 30px;
    border: 2px solid #323232;
  }
  .wallfitter__text-border-box-title {
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
  }
  .wallfitter__text-border-box-text {
    font-size: 13px;
    color: #323232;
    line-height: 2;
  }
  .wallfitter__dot-img {
    display: block;
    width: 28px;
    height: 4px;
    margin: 70px auto;
  }
  .wallfitter__sec-intro {
    margin: 0 0 60px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #323232;
  }
  .wallfitter__sec-inner-inner {
    width: 750px;
    margin: 0 auto;
  }
  .wallfitter__num-box {
    position: relative;
    margin: 0 0 40px 0;
    padding: 40px 70px;
    background-color: #FFF;
  }
  .wallfitter__num-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
  }
  .wallfitter__num-box-text {
    font-size: 13px;
    color: #323232;
    line-height: 2;
  }
  .wallfitter__attention {
    padding: 40px 0 0;
    border-top: dotted 1px #000;
  }
  .wallfitter__attention_production {
    padding: 60px 0 0 0;
  }
  .wallfitter__attention-title {
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
  }
  .wallfitter__attention-text {
    font-size: 14px;
    color: #323232;
    line-height: 2;
  }
  .wallfitter__attention-link {
    color: #B60005;
    font-weight: bold;
  }
  .wallfitter__attention-link:hover {
    opacity: 0.8;
  }
  .wallfitter__product-wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .wallfitter__product-img {
    float: left;
    width: 300px;
    height: 250px;
    margin: 0 60px 60px 0;
  }
  .wallfitter__product-img:nth-child(3n) {
    margin: 0 0 60px 0;
  }
  .map {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    overflow: hidden;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .foot {
    width: 100%;
    min-width: 980px;
    height: 90px;
    line-height: 90px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .kahun {
    position: relative;
    padding: 54px 0 0 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    /*使い回すパーツ*/
  }
  .kahun-visual {
    width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .kahun-content {
    width: 980px;
    margin: 0 auto;
  }
  .kahun-content_section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/pc/kahun/partition.png);
    background-repeat: no-repeat;
    background-size: 56px auto;
    background-position: 50% 100%;
  }
  .kahun-content_section-no_partition {
    padding-bottom: 80px;
    background: none;
  }
  .kahun-content_section-heading {
    display: inline-block;
    font-size: 32px;
    line-height: 1.5;
    color: #034EA2;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 60px;
  }
  .kahun-content_section-heading:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #034EA2;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  .kahun-content_section-heading-s {
    font-size: 24px;
  }
  .kahun-content_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
  }
  .kahun-content_column-col {
    width: 475px;
  }
  .kahun-paragraph_text {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 1em;
  }
  .kahun-paragraph_text-s {
    font-size: 14px;
    line-height: 21px;
    color: #646464;
  }
  .kahun-paragraph_text-sup {
    font-size: 10px;
    vertical-align: text-bottom;
  }
  .kahun-qa_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
    margin-bottom: 50px;
  }
  .kahun-qa_column:last-child {
    margin-bottom: 0;
  }
  .kahun-qa_column-text {
    width: 600px;
  }
  .kahun-qa_column-text-q, .kahun-qa_column-text-a {
    padding-left: 75px;
    position: relative;
    min-height: 60px;
  }
  .kahun-qa_column-text-q:before, .kahun-qa_column-text-a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
    border: 1px solid #034EA2;
  }
  .kahun-qa_column-text-q {
    color: #034EA2;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .kahun-qa_column-text-q:before {
    content: 'Q';
    color: #ffffff;
    background: #034EA2;
  }
  .kahun-qa_column-text-a {
    color: #333333;
    font-size: 16px;
    line-height: 27px;
  }
  .kahun-qa_column-text-a:before {
    content: 'A';
    color: #034EA2;
    background: #ffffff;
  }
  .kahun-qa_column-text-s {
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
    color: #646464;
  }
  .kahun-qa_column-photo {
    width: 350px;
  }
  .kahun-qa_column-reverse .kahun-qa_column-text {
    -ms-flex-order: 2;
        order: 2;
  }
  .kahun-qa_column-reverse .kahun-qa_column-image {
    -ms-flex-order: 1;
        order: 1;
  }
  .kahun-content_function {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 50px;
  }
  .kahun-content_function li {
    height: 40px;
    border: 1px solid #034EA2;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 5px;
    color: #034EA2;
  }
  .kahun-content_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .kahun-content_items-item {
    width: 215px;
    text-align: left;
  }
  .kahun-content_items-item-text {
    padding: 20px 0 0 0;
    font-size: 24px;
    color: #333333;
  }
  .kahun-content_items-item-text span {
    font-size: 16px;
  }
  .kahun-content_aside {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0;
  }
  .kahun-content_aside-text {
    margin-right: 15px;
  }
  .kahun-content_aside-banner {
    margin-left: 15px;
  }
  .kahun-content_aside-banner img {
    width: 328px;
    height: auto;
  }
  .kahun-content_aside-banner a {
    transition: all .3s ease;
  }
  .kahun-content_aside-banner a:hover {
    opacity: 0.6;
  }
  .kahun-content_aside p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top: -0.2em;
  }
  .kahun-content_aside-linktext {
    font-size: 16px;
    color: #646464;
    font-weight: normal;
    line-height: 27px;
  }
  .kahun-content_aside-gray {
    background: #F7F7F7;
  }
  .kahun-content_aside-pollen {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  /* add koshio */
  .header_special_info {
    background-color: #B60005;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: .8rem
  }

    .header_special_info a {
      color: #fff;
      text-decoration: underline;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s;
    }

    .header_special_info a:hover {
      opacity: .5;
    }

  /* slick */
  .post-slide {
    width: 100%;
  }

    .post-slide .slick-prev{
      left: 50px!important;
      border-radius: 50%;
    }

    .post-slide .slick-next{
      right: 50px!important;
      border-radius: 50%;
    }

  .pc-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .c-info-border-body {
    background-color: #fff;
    padding-bottom: 50px;
  }

  .c-info-border {
    width: 560px;
    margin: 0 auto;
    padding: 24px 24px;
    border: solid 1px #555;
    border-radius: 20px;
  }

  .c-info-border h2{
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    color: #B60005;
  }

  .c-info-border .c-info-txt {
    text-align: center;
    padding-bottom: 30px;
  }

  .c-info-border .c-info-ul {
    width: 80%;
    margin: 0 auto;
    list-style-type: disc!important;
    font-weight: bold;
    font-size: 14px;
  }

  .c-info-border .c-info-ul li {
    font-weight: bold;
    line-height: 1.8;
  }

  .c-info-border .c-info-ul li a {
    text-decoration: underline;
    font-weight: bold;
  }
  .c-info-border .c-info-ul li a:hover {
    opacity: 0.6;
  }

  .subscription-form__footnote {
    font-size: 12px;
    line-height: 1.8;
    max-width: 320px;
    margin: 20px auto;
  }
}

/*------------------------------------------------------------
* common-detail
------------------------------------------------------------*/

h2.common-detail__tit02 {
  line-height: 2rem;
  font-size:20px;
  padding: 1em;
  background: #FAF2F2;
  border-bottom: solid 2px #a41910;
  word-break: break-all;
  margin: 50px 0 40px 0;
  font-weight: bold;
  border-left:none;
}

h3.common-detail__tit03 {
  line-height: 2rem;
  font-size:16px;
  padding: 0.5em 0.5em 0.8em 0;
  border-bottom: solid 2px #222;
  margin: 50px 0 20px 0;
  font-weight: bold;
}

h4.common-detail__tit04 {
  line-height: 2rem;
  font-size:16px;
  color:#a41910;
  margin: 50px 0 10px 0;
  font-weight: bold;
}

h5.common-detail__tit05 {
  line-height: 1.8rem;
  font-size:14px;
  font-weight: bold;
  margin: 50px 0 10px 0;
}

ul {
  list-style-type: none;
}

ul.common-detail__li-underver {
  display: block;
  padding: 30px 0px 20px 30px;
}

ul.common-detail__li-underver li {
  position: relative;
  margin-bottom: 1.2em;
  line-height: 1.5rem;
}
ul.common-detail__li-underver li::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -2em;
  width: 15px;
  height: 3px;
  background-color: #a41910;
}

ol.common-detail__li-number {
  display: block;
  padding: 20px 0;
  counter-reset: li;
  list-style: none;
}

ol.common-detail__li-number li {
  margin-bottom: 1.2em;
  line-height: 1.5rem;
  position: relative;
	padding-left: 2em;
}

.common-detail__li-number li:before {
  color: #a41910;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
  padding-left: 0.2em;
  position: absolute;
  width: 2em;
	height: 1.3em;
	position: absolute;
	left: 0em;
	top: 2px;
}

div.common-detail__linkBtn {
  display: block;
  margin: 30px 0px 40px 0px;
  line-height:2.5em;
}

a.common-detail__link {
  text-decoration:none;
  font-weight:bold;
  border-bottom: 1px solid #a41910;
  padding-bottom: 0.5em;
}

a.common-detail__link:hover {
  cursor: pointer;
  opacity: 0.8;
}

div.table-scroll table{
  width: 703px;
  border:#707070 solid 1px;
}

div.table-scroll{
  overflow: auto;　
  white-space: normal;
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #F7F7F7;
}

table.common-detail__table01 {
  white-space: normal;
  border-collapse: collapse;
  border-right:#F7F7F7 solid 1px;
  border-collapse: collapse;
}
table.common-detail__table01 thead th {
  background:#F7F7F7;
  padding:10px 15px;
  border:#707070 solid 1px;
}
table.common-detail__table01 thead th:last-child {
  border-right:#707070 solid 1px;
}
table.common-detail__table01 tbody th {
  background:#F7F7F7;
  padding:10px 15px;
  border:#707070 solid 1px;
  vertical-align:top;
  min-width: 40px;
  vertical-align: middle;
}
div.table-scroll table.common-detail__table01 tbody tr:last-child th {
  border-bottom:#707070 solid 1px;
}
table.common-detail__table01 tbody td {
  max-width: 350px;
  background:#FFF;
  padding:10px;
  border:#707070 solid 1px;
  vertical-align:top;
  word-break:break-all;
  line-height: 1.4rem;
  vertical-align: middle;
}
