@charset "UTF-8";
@media screen and (max-width: 1023px) {
  .pc {
    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
*/
  /*style7 styles*/
  h1 {
    font-weight: bold;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .header__table {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .header__table-cell {
    font-size: 0;
    display: table-cell;
  }
  .header__table-cell:first-child {
    width: calc(100% - 70px);
    padding: 14px 0 14px 15px;
    border-right: 1px solid #E8E8E8;
  }
  .header__table-cell:last-child {
    width: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 0;
  }
  .header__table-logo {
    display: inline-block;
    vertical-align: middle;
  }
  .header__table-logo-contents {
    width: 113px;
  }
  .header__table-text {
    display: inline-block;
    vertical-align: middle;
    width: 143px;
    color: #B60005;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
  .header__table-btn {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 17px;
    margin: 0 0 3px;
  }
  .header__table-bar {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  .header__table-bar:first-child {
    top: 0;
  }
  .header__table-bar:nth-child(2) {
    top: 7px;
  }
  .header__table-bar:last-child {
    bottom: 0;
  }
  .header__table-menu {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
  }
  .header__table-btn.active .header__table-bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .header__table-btn.active .header__table-bar:nth-of-type(2) {
    opacity: 0;
  }
  .header__table-btn.active .header__table-bar:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .header-fixed {
    display: none;
    width: 70px;
    height: 71px;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 9999;
    background-color: #fff;
  }
  .header-fixed__table {
    padding: 20px 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  .header-fixed__table-btn {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 17px;
    margin: 0 0 3px;
  }
  .header-fixed__table-bar {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  .header-fixed__table-bar:first-child {
    top: 0;
  }
  .header-fixed__table-bar:nth-child(2) {
    top: 7px;
  }
  .header-fixed__table-bar:last-child {
    bottom: 0;
  }
  .header-fixed__table-menu {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
  }
  .header-fixed__table-btn.active .header-fixed__table-bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .header-fixed__table-btn.active .header-fixed__table-bar:nth-of-type(2) {
    opacity: 0;
  }
  .header-fixed__table-btn.active .header-fixed__table-bar:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .gnav {
    top: 0;
    bottom: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    right: -100%;
    overflow-y: auto;
    z-index: 9998;
  }
  .gnav__wrapper {
    border-top: 1px solid #E8E8E8;
  }
  .gnav__block {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 30px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E8E8E8;
  }
  .gnav__block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/common/arrow_right.png);
  }
  .gnav__links {
    width: 334px;
    margin: 0 auto;
  }
  .gnav__links-inner {
    font-size: 0;
    padding: 0 10px 20px 0;
  }
  .gnav__links-btn {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 24px 0;
    text-align: center;
    border: 2px solid #B60005;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .gnav__links-btn:first-child {
    margin: 0 10px 10px 0;
  }
  .gnav__links-btn:last-child {
    margin: 0 -10px 0 0;
  }
  .gnav__links-btn-text {
    display: inline-block;
    position: relative;
    color: #B60005;
    font-size: 12px;
    font-weight: bold;
    padding: 0 17px 0 0;
  }
  .gnav__links-btn-text:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/common/arrow_right.png);
    right: 0;
  }
  .gnav__caption {
    background-color: #f7f7f7;
    padding: 30px 0;
    text-align: center;
  }
  .gnav__caption-text {
    font-size: 0;
  }
  .gnav__caption-link {
    display: inline-block;
    font-size: 13px;
  }
  .gnav__caption-link:first-child {
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
  }
  .gnav__caption-link:last-child {
    padding: 0 0 0 15px;
  }
  .gnav__sns {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
    background-color: #F7F7F7;
    border-top: 1px solid #DBDBDB;
    border-bottom: 0;
  }
  .gnav__sns-inner {
    font-size: 0;
  }
  .gnav__sns-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
  .gnav__sns-icon {
    display: inline-block;
    vertical-align: middle;
  }
  .gnav__sns-icon-image {
    width: 36px;
  }
  .gnav__sns-icon:not(:last-child) {
    padding: 0 8px 0 0;
  }
  .gnav__open {
    padding: 0 30px;
    background-color: #fff;
  }
  .gnav__open-inner {
    padding: 10px 0;
  }
  .gnav__open-contents {
    display: block;
    padding: 14px 0;
  }
  .gnav__open-contents-text {
    font-size: 13px;
  }
  .gnav__table {
    width: 100%;
    box-sizing: border-box;
  }
  .gnav__table-cell {
    font-size: 0;
    display: table-cell;
  }
  .gnav__table-cell:first-child {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding: 14px 0 14px 15px;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    z-index: 10000;
  }
  .gnav__table-cell:last-child {
    display: none;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 0;
  }
  .gnav__table-logo {
    display: inline-block;
    vertical-align: middle;
  }
  .gnav__table-logo-contents {
    width: 113px;
  }
  .gnav__table-text {
    display: inline-block;
    vertical-align: middle;
    width: 143px;
    color: #B60005;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
  .gnav__table-btn {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 17px;
    margin: 0 0 3px;
  }
  .gnav__table-bar {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  .gnav__table-bar:first-child {
    top: 0;
  }
  .gnav__table-bar:nth-child(2) {
    top: 7px;
  }
  .gnav__table-bar:last-child {
    bottom: 0;
  }
  .gnav__table-menu {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
  }
  .s-gnav .gnav__main:nth-child(2) .gnav__block {
    border-bottom: none;
  }
  .s-gnav .gnav__main:nth-child(2) .gnav__open {
    border-bottom: 1px solid #e8e8e8;
  }
  .s-gnav .gnav__main:nth-child(9) .gnav__block {
    border-top: 1px solid #e8e8e8;
  }
  .s-gnav .gnav__main:nth-child(13) .gnav__block {
    border-bottom: none;
  }
  .s-gnav .gnav__main:nth-child(13) .gnav__open {
    border-bottom: 1px solid #e8e8e8;
  }
  .s-gnav2 .gnav__main:nth-child(1) .gnav__block {
    border-bottom: none;
  }
  .s-gnav2 .gnav__main:nth-child(1) .gnav__open {
    border-bottom: 1px solid #e8e8e8;
  }
  .s-gnav2 .gnav__main:nth-child(8) .gnav__block {
    border-top: 1px solid #e8e8e8;
  }
  .s-gnav2 .gnav__main:nth-child(12) .gnav__block {
    border-bottom: none;
  }
  .s-gnav2 .gnav__main:nth-child(12) .gnav__open {
    border-bottom: 1px solid #e8e8e8;
  }
  .footer {
    padding: 0 0 68px;
  }
  .footer__topbtn {
    display: block;
    text-align: center;
  }
  .footer__topbtn-text {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    color: #acacac;
    font-size: 16px;
    font-weight: bold;
  }
  .footer__topbtn-text:after {
    content: "";
    width: 13px;
    height: 13px;
    padding: 13px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/sp/common/arrow_up.png);
    background-repeat: no-repeat;
    background-color: #acacac;
    background-position: center center;
  }
  .footer__wrapper {
    border-top: 1px solid #E8E8E8;
  }
  .footer__block {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 30px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E8E8E8;
  }
  .footer__block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/common/arrow_right.png);
  }
  .footer__open {
    padding: 0 30px;
    background-color: #fff;
  }
  .footer__open-inner {
    padding: 10px 0;
  }
  .footer__open-contents {
    display: block;
    padding: 14px 0;
  }
  .footer__open-contents-text {
    font-size: 13px;
  }
  .footer__caption {
    background-color: #f7f7f7;
    padding: 30px 0;
    text-align: center;
  }
  .footer__caption-text {
    font-size: 0;
  }
  .footer__caption-link {
    display: inline-block;
    font-size: 13px;
  }
  .footer__caption-link:first-child {
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
  }
  .footer__caption-link:last-child {
    padding: 0 0 0 15px;
  }
  .footer__message {
    padding: 30px;
    border-bottom: 1px solid #DBDBDB;
  }
  .footer__message-inner {
    font-size: 12px;
    line-height: 24px;
  }
  .footer__sns {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
  }
  .footer__sns-inner {
    font-size: 0;
  }
  .footer__sns-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
  .footer__sns-icon {
    display: inline-block;
    vertical-align: middle;
  }
  .footer__sns-icon-image {
    width: 36px;
  }
  .footer__sns-icon:not(:last-child) {
    padding: 0 8px 0 0;
  }
  .footer__copyright {
    padding: 30px 0 50px;
    text-align: center;
  }
  .footer__copyright-text {
    font-size: 9px;
    line-height: 24px;
    text-align: center;
  }
  .footer__copyright-logo {
    font-size: 0;
    padding: 0 0 30px;
  }
  .footer__copyright-logo-image {
    display: inline-block;
    vertical-align: middle;
  }
  .footer__copyright-logo-image-contents {
    width: 126px;
  }
  .footer__copyright-logo-text {
    color: #B60005;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 0 15px;
  }
  .footer__main:nth-child(2) .footer__open {
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }
  .footer__main:last-child .footer__open {
    display: block;
  }
  .footer__main:nth-child(2) .footer__block {
    border-bottom: none;
  }
  .footer__main:nth-child(14) .footer__block {
    border-bottom: none;
  }
  .footer__main:nth-child(14) .footer__open {
    border-bottom: 1px solid #e8e8e8;
  }

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

@media screen and (max-width: 1023px) and (max-width: 374px) {
  .header__table-text, .gnav__table-text {
    width: 127px;
    padding: 0;
  }
  .header__table-logo-contents, .gnav__table-logo-contents {
    width: 106px;
  }
  .header__table-cell:first-child, .gnav__table-cell:first-child {
    width: calc(100% - 64px);
  }
  .header__table-cell:last-child, .gnav__table-cell:last-child, .header-fixed {
    width: 64px;
  }
  .header-fixed {
    height: 76px;
  }
  .cv__info-text {
    position: relative;
    z-index: 1;
  }
  .tour__block-text {
    width: 85% !important;
  }
  .maker__block, .guid__block, .news__links-block, .maker__fav-block, .gnav__links-btn, .news-detail__sns-block-fb, .news-detail__sns-block-tw {
    width: 49% !important;
  }
  .news__links-block-text {
    text-align: left !important;
    padding: 15px 9px 15px 9px !important;
  }
  .area__banner-reserve {
    top: 1% !important;
    right: 1% !important;
  }
  .area__banner-btn {
    top: 72% !important;
  }
  .area__city-open-contents {
    width: 23% !important;
  }
  .cv {
    width: 320px !important;
  }
  .gnav__links {
    width: 274px;
  }
  .gnav__links-btn-text:after {
    right: 2px;
  }
  .tour__title {
    width: 280px !important;
  }
  .cv-fixed__block-contact-image {
    width: 33px !important;
  }
  .cv-fixed__block-contact-text {
    padding: 0 !important;
  }
  .maker__fav-wrapper {
    width: 228px !important;
  }
  .maker__fav-block {
    margin-right: 0 !important;
  }
  .news-detail__block-text img {
    max-width: 260px !important;
  }
  .pager3__prev, .pager3__back, .pager3__next {
    width: 33% !important;
  }
}

@media screen and (max-width: 1023px) {
  .cv-fixed {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9997;
  }
  .cv-fixed__block {
    width: 100%;
    display: table;
    color: #fff;
  }
  .cv-fixed__block-tel {
    color: #fff;
    width: 50%;
    display: table-cell;
    padding: 17px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #D09104;
  }
  .cv-fixed__block-tel-contents {
    font-size: 0;
  }
  .cv-fixed__block-tel-image {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
  }
  .cv-fixed__block-tel-image_form {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
  }
  .cv-fixed__block-tel-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-weight: bold;
  }
  .cv-fixed__block-tel-text-top {
    font-size: 13px;
    padding: 0 0 4px;
    color: #fff;
  }
  .cv-fixed__block-tel-text-top_form {
    color: #FFDB76;
    font-size: 11px;
  }
  .cv-fixed__block-tel-text-top_form_a {
    font-family: Arial;
    color: #FFDB76;
    font-size: 11px;
  }
  .cv-fixed__block-tel-text-bottom {
    font-size: 14px;
    color: #fff;
  }
  .cv-fixed__block-tel-text-bottom-font {
    font-family: "OpenSansBold", sans-serif;
    color: #fff;
  }
  .cv-fixed__block-contact {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #B60005;
  }
  .cv-fixed__block-contact-contents {
    font-size: 0;
  }
  .cv-fixed__block-contact-image {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
  }
  .cv-fixed__block-contact-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 6px;
    font-size: 13px;
    font-weight: bold;
  }
  .home-main .slick-dots {
    bottom: 10px !important;
  }
  .home-main .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .home-main .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 4px !important;
  }
  .home-main .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
  }
  .home-main .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;
  }
  .home-main .slick-dots li.slick-active button:before {
    content: "";
    opacity: 1 !important;
    color: #acacac !important;
    background-color: #e8e8e8 !important;
  }
  .voice-frame .voice-archive__slider-main-block {
    width: 315px !important;
    padding: 0 5px !important;
  }
  .voice-frame .slick-prev, .voice-frame .slick-next {
    background-color: #fafafa !important;
    z-index: 1 !important;
    width: 50px !important;
    height: 50px !important;
  }
  .voice-frame .slick-prev:before, .voice-frame .slick-next:before {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
  }
  .voice-frame .slick-prev {
    left: 0 !important;
  }
  .voice-frame .slick-prev:before {
    background-image: url(../img/pc/common/arrow_right.png) !important;
    background-size: 16px;
  }
  .voice-frame .slick-next {
    right: 0 !important;
  }
  .voice-frame .slick-next:before {
    background-image: url(../img/pc/common/arrow_left.png) !important;
    background-size: 16px;
  }
  .pager {
    padding: 40px 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 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 5px;
  }
  .pager__prev {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #acacac;
    margin: 0 5px 5px 0;
  }
  .pager__prev-none {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 5px 5px 0;
  }
  .pager__next {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #acacac;
    margin: 0 0 5px 5px;
  }
  .pager__next-none {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 0 5px 5px;
  }
  .pager2 {
    padding: 30px 40px;
    background-color: #fff;
    font-size: 0;
  }
  .pager2::after {
    content: "";
    display: block;
    clear: both;
  }
  .pager2__prev {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
  }
  .pager2__prev-link {
    display: block;
    position: relative;
    padding: 0 0 0 17px;
  }
  .pager2__prev-image {
    position: absolute;
    left: 0;
    bottom: 2px;
  }
  .pager2__next {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
  }
  .pager2__next-link {
    display: block;
    position: relative;
    padding: 0 17px 0 0;
    text-align: right;
  }
  .pager2__next-image {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  .pager2__back {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
    text-align: center;
  }
  .pager3 {
    padding: 30px 40px;
    background-color: #fff;
    font-size: 0;
  }
  .pager3::after {
    content: "";
    display: block;
    clear: both;
  }
  .pager3__prev {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
  }
  .pager3__prev-link {
    display: block;
    position: relative;
    padding: 0 0 0 17px;
  }
  .pager3__prev-image {
    position: absolute;
    left: 0;
    bottom: 2px;
  }
  .pager3__next {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
  }
  .pager3__next-link {
    display: block;
    position: relative;
    padding: 0 17px 0 0;
    text-align: right;
  }
  .pager3__next-image {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  .pager3__back {
    display: inline-block;
    width: calc(100%/3);
    font-size: 14px;
    text-align: center;
  }
  .crumb {
    width: 100%;
    padding: 12px 14px;
    font-size: 0;
    background-color: #f7f7f7;
    box-sizing: border-box;
  }
  .crumb-list {
    position: relative;
    display: inline;
    font-size: 10px;
    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;
    background-size: 3px 5px;
  }
  .crumb-list:last-child {
    color: #000;
  }
  .popular {
    position: relative;
    padding: 0 15px 15px 0;
    font-size: 0;
  }
  .popular:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .popular__image {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .popular__image img {
    width: 100%;
  }
  .popular__text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .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;
  }
  .popular:last-child {
    padding-bottom: 0;
  }
  .wpp-no-data {
    display: none;
  }
  .form-error {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #B60005;
  }
  .page-form .form {
    padding: 0 0 30px;
  }
  .page-form .contact {
    margin: 0 auto 35px;
    padding: 35px 20px;
    background-color: #f5f3f2;
    text-align: center;
  }
  .page-form .contact__title {
    margin: 0;
  }
  .page-form .contact__tel {
    display: block;
    margin: 0 0 20px 0;
  }
  .page-form .contact__btn {
    display: block;
  }
  .page-form .contact__attention {
    max-width: 670px;
    margin: 0 auto;
    padding: 0;
  }
  .page-form .contact__attention-text {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .page-form .showroom {
    padding: 0 20px;
  }
  .page-form .showroom__text {
    max-width: 670px;
    margin: 0 auto 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-form .showroom__text-strong {
    color: #cc0000;
  }
  .page-form .showroom__btn {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .page-form .showroom__tel {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .page-form .showroom__tel-text {
    max-width: 670px;
    margin: 0 auto 20px;
  }
  .page-form .showroom__tel-text-inner {
    padding: 0 0 20px;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-form .showroom__img-wrapper {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .page-form .showroom__address {
    max-width: 670px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 2;
  }
  .home-main {
    position: relative;
  }
  .home-main__image {
    overflow: hidden;
  }
  .home-main__image-contents {
    width: 100%;
  }
  .home-main__news {
    color: #B60005;
    font-size: 13px;
    font-weight: bold;
  }
  .home-main__news-inner {
    padding: 15px 20px 10px;
    background-color: #F7DCDE;
  }
  .home-main__news-date {
    padding: 0 0 5px;
    font-family: "OpenSansBold", sans-serif;
  }
  .home-main__news-text {
    line-height: 25px;
  }
  .home-main__mask {
    width: 100%;
    position: absolute;
    bottom: 97px;
    height: 18px;
    background-color: #000;
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) and (max-width: 320px) {
  .home-main__image {
    max-height: 160px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 321px) and (max-width: 375px) {
  .home-main__image {
    max-height: 187px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .home-main__image {
    max-height: 212px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .home-main__image {
    max-height: 383px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .home-main__image {
    max-height: 511px;
  }
}

@media screen and (max-width: 1023px) {
  /*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 {
    padding: 20px 20px 0px 20px;
  }
  .move_information{
    border: 0px;
    background: #f7f7f7;
    padding: 10px 10px 15px 10px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .move_information-upper{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 21px;
  }
  .move_information-upper .cat{
    background-color: #a41910;
    font-weight: 700;
    color: #FFF;
    margin-right: 8px;
    padding: 2px 3px;
  }
  .move_information-upper .ymd{
    color:#5f5f5f;
  }
  .move_information-btm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .move_information-txt{
    width: 100%;
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 4px;
  }
  .move_information-btm .click{
    color: #666;
    font-size: 11px;
    line-height: 12.5px;
  }
  .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: 4px;
    height: 7.5px;
  }
  /*2019.10.21 New Main visual*/
  .main-renew {
    max-width: 1024px;
    margin: 0 auto;
  }
  .main-renew img {
    width: 100%;
    height: auto;
  }

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

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

  .main-renew .s-kv-slide .s-kv01_txt{
    top:54%;
    width: 74%;
  }
  .main-renew .s-kv-slide .s-kv02_txt{
    top:54%;
    width: 72%;
  }
  .main-renew .s-kv-slide .s-kv03_txt{
    top:54%;
    width: 87%;
  }
  .main-renew .slick-dots{
    width: auto;
    right: 20px;
    bottom: -20px!important;
  }
  .main-renew .slick-dots li{
    width: 50px !important;
    height: 1px !important;
    margin: 0 0 0 5px !important;
    background-color: #e5e5e5!important;
  }
  .main-renew .slick-dots button{
    margin: 0;
  }
  .main-renew .slick-dots li button:before{
    font-size: 0;
    border-radius: 0;
    border: none;
    width: 50px !important;
    height: 1px !important;
    background-color: #e5e5e5!important;
  }
  .main-renew .slick-dots li.slick-active button:before{
    background-color: #7c7c7c!important;
  }
  .cv {
    width: 375px;
    margin: 0 auto;
    position: relative;
  }
  .cv__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .cv__inner {
    padding: 20px 20px 30px;
  }
  .cv__btn {
    display: block;
    padding: 20px 0;
    margin: 0 0 30px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .cv__btn-text {
    display: block;
    position: relative;
    color: #fff;
    margin: 0 0 0 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
  }
  .cv__btn-text:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 49px;
    height: 23px;
    background-image: url(../img/sp/home/measure.svg);
    background-repeat: no-repeat;
  }
  .cv__btn-text:after {
    content: "";
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right.png);
    background-repeat: no-repeat;
  }
  .cv__info-tel {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    font-family: "OpenSansBold", sans-serif;
  }
  .cv__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
  }
  .cv__info-time {
    font-size: 14px;
    padding: 0 0 15px;
    font-weight: bold;
  }
  .cv__info-time-font {
    font-family: "OpenSansBold", sans-serif;
  }
  .cv__info-text {
    color: #B60005;
    line-height: 25px;
    font-weight: bold;
  }
  .cv__inner {
    padding-bottom: 0;
  }
  .cv__btn {
    margin-bottom: 0;
  }
  .tour__inner {
    padding: 40px 20px;
    padding: 0 20px 40px;
    background-color: #f7f7f7;
  }
  .tour__title {
    width: 300px;
    margin: 0 auto;
    position: relative;
    padding: 24px 0 20px;
  }
  .tour__title-image {
    width: 66px;
    position: absolute;
    top: -5px;
  }
  .tour__title-text {
    vertical-align: bottom;
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 0 0 86px;
  }
  .tour__title-text-red {
    color: #B60005;
  }
  .tour__title-text-red-big {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 34px;
  }
  .tour__block {
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    padding: 20px 10px;
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
  }
  .tour__block:nth-child(odd) {
    background-color: #f7f7f7;
  }
  .tour__block:first-child .tour__block-num {
    vertical-align: top;
  }
  .tour__block-num {
    color: #ACACAC;
    width: 10%;
    display: inline-block;
    font-size: 36px;
    font-family: "DIN Alternate";
    vertical-align: middle;
  }
  .tour__block-text {
    width: 88%;
    padding: 0 0 0 2%;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    vertical-align: middle;
  }
  .tour__block-text-red {
    color: #B60005;
    font-weight: bold;
  }
  .tour__block-text-red-font {
    font-family: "OpenSansBold", sans-serif;
  }
  .tour__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
  }
  .tour__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .tour__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .tour__banner-block {
    border: 1px solid #ebebeb;
    position: relative;
    margin: 0 0 18px;
  }
  .tour__banner-block:last-child {
    margin-bottom: 0;
  }
  .tour__banner-image-contents {
    width: 100%;
  }
  .tour__banner-text {
    background-color: #fff;
    border-bottom: 2px solid #a41910;
    padding: 15px 30px;
  }
  .tour__banner-text-main {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 9px;
  }
  .tour__banner-text-sub {
    font-size: 14px;
    line-height: 24px;
  }
  .tour__attention {
    text-align: left;
    margin: 0 0 25px;
  }
  .tour__attention-text {
    font-size: 12px;
    line-height: 18px;
  }
  .maker__inner {
    padding: 40px 20px;
  }
  .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 10px 0 0;
    margin: 0 0 20px;
  }
  .maker__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
  }
  .maker__block:nth-child(2n) {
    margin: 0 -10px 10px 0;
  }
  .maker__block-image {
    border: 1px solid #acacac;
    border-radius: 4px;
    margin: 0 0 5px;
  }
  .maker__block-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
  }
  .maker__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
  }
  .maker__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .maker__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .maker__fav {
    margin: 0 0 9px;
  }
  .maker__fav-title {
    text-align: center;
    margin: 0 0 20px;
  }
  .maker__fav-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .maker__fav-wrapper {
    width: 283px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
  }
  .maker__fav-block {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 20px 12px 0;
  }
  .maker__fav-block-text {
    font-size: 16px;
  }
  .maker__fav-block:nth-child(3) {
    margin-right: 0;
  }
  .maker__fav-block:last-child {
    margin-right: 0;
  }
  .maker__banner {
    text-align: center;
  }
  .maker__banner-block {
    display: block;
    margin: 0 0 10px;
  }
  .maker__banner-block:last-child {
    margin-bottom: 0;
  }
  .area__inner {
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
  .area__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .area__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .area__text {
    padding: 0 10px;
    text-align: center;
    margin: 0 0 35px;
  }
  .area__text-contents {
    line-height: 30px;
  }
  .area__city-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 10px;
    border-bottom: 2px solid #000;
  }
  .area__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area__city-wrapper {
    margin: 0 10px 40px;
  }
  .area__city-block {
    position: relative;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .area__city-block-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area__city-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    display: inline-block;
    background-image: url(../img/sp/home/plus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .area__city-open {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .area__city-open-inner {
    font-size: 0;
    padding: 30px 20px 15px 20px;
  }
  .area__city-open-contents {
    width: 25%;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    vertical-align: top;
  }
  .area__city-open-contents-text {
    font-size: 16px;
  }
  .area__city-open-contents:nth-child(4n) {
    border-right: none;
  }
  .area__city-open-contents:last-child {
    border-right: none;
  }
  .area__city2 {
    margin: 0 0 50px;
  }
  .area__city2-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .area__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area__city2-search {
    position: relative;
    margin: 0 10px;
  }
  .area__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    padding: 0 65px 0 20px;
  }
  .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: 24px;
    border-left: 1px solid #95989A;
    width: 22px;
    height: 24px;
    padding: 23px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area__banner {
    position: relative;
    margin: 0 10px;
  }
  .area__banner-btn {
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .area__banner-btn-wrapper {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
    margin: 0;
  }
  .area__banner-btn-wrapper-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .area__banner-btn-wrapper-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .area__banner-btn-wrapper-text {
    font-size: 16px;
    margin: 0 10px;
  }
  .area__banner-btn-wrapper-text:after {
    background-image: url(../img/pc/common/arrow_right3.png);
  }
  .area__banner-text {
    width: 100%;
    position: absolute;
    top: 18%;
    color: #fff;
  }
  .area__banner-text-main {
    margin: 0 0 5px;
    text-align: center;
  }
  .area__banner-text-main-contents {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
  }
  .area__banner-text-sub {
    text-align: center;
  }
  .area__banner-text-sub-contents {
    font-size: 14px;
    line-height: 21px;
  }
  .area__banner-text-sub-contents-font {
    font-family: "OpenSans", sans-serif;
  }
  .area__banner-image-contents {
    width: 100%;
  }
  .area__banner-reserve {
    position: absolute;
    top: 3%;
    right: 6%;
    display: block;
    width: 77px;
  }
  .guid__inner {
    padding: 40px 20px;
  }
  .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 15px 0 0;
    margin: 0 10px;
  }
  .guid__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .guid__block:nth-child(2n) {
    margin: 0 -15px 20px 0;
  }
  .guid__block-image {
    margin: 0 0 10px;
  }
  .guid__block-image img {
    width: auto;
    max-height: 75px;
  }
  .guid__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .guid__block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guid__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
  }
  .guid__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .guid__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .guid__block-image {
    max-height: 88px;
  }
  .guid__block-image img {
    max-height: 88px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .guid__block-image {
    max-height: 174px;
  }
  .guid__block-image img {
    max-height: 174px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .guid__block-image {
    max-height: 237px;
  }
  .guid__block-image img {
    max-height: 237px;
  }
}

@media screen and (max-width: 1023px) {
  .news__inner {
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
  .news__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .news__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .news__wrapper {
    margin: 0 10px;
    border-top: 1px solid #E8E8E8;
  }
  .news__block {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .news__block:last-child {
    border-bottom: none;
  }
  .news__block-caption {
    font-size: 0;
    margin: 0 0 10px;
  }
  .news__block-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px 0 0;
    font-family: "OpenSansBold", sans-serif;
  }
  .news__block-tag {
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 12px;
    padding: 1px 0;
  }
  .news__block-title {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin: 0 0 40px;
  }
  .news__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .news__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .news__links {
    padding: 0 15px 0 0;
    font-size: 0;
  }
  .news__links-block {
    display: inline-block;
    width: 50%;
    margin: 0 15px 0 0;
  }
  .news__links-block:nth-child(2n) {
    margin: 0 -15px 0 0;
  }
  .news__links-block-image-contents {
    width: 100%;
  }
  .news__links-block-text {
    padding: 15px 20px 15px 0;
    background-color: #fff;
    text-align: center;
  }
  .news__links-block-text-contents {
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .news__links-block-text-contents: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_right2.png);
  }
  .area-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .area-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .area-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .area-archive__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .area-archive__city-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 10px;
    border-bottom: 2px solid #000;
  }
  .area-archive__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-archive__city-wrapper {
    margin: 0 10px 60px;
  }
  .area-archive__city-block {
    position: relative;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .area-archive__city-block-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-archive__city-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    display: inline-block;
    background-image: url(../img/sp/home/plus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .area-archive__city-open {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .area-archive__city-open-inner {
    font-size: 0;
    padding: 30px 20px 15px 20px;
  }
  .area-archive__city-open-contents {
    width: 25%;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .area-archive__city-open-contents-text {
    font-size: 16px;
  }
  .area-archive__city-open-contents:nth-child(4n) {
    border-right: none;
  }
  .area-archive__city-open-contents:last-child {
    border-right: none;
  }
  .area-archive__city2-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .area-archive__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-archive__city2-search {
    position: relative;
    margin: 0 10px;
  }
  .area-archive__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    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: 24px;
    border-left: 1px solid #95989A;
    width: 22px;
    height: 24px;
    padding: 23px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area-archive__title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
  }
  .area-archive__title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .area-archive__title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .area-archive__wrapper {
    padding: 40px 20px 105px;
    background-color: #f7f7f7;
  }
  .area-category__inner {
    padding: 40px 10px 0;
    background-color: #f7f7f7;
  }
  .area-category__wrapper {
    margin: 0 0 20px;
  }
  .area-category__subtitle {
    padding: 0 0 20px 20px;
  }
  .area-category__subtitle-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city {
    margin: 60px 0 0;
  }
  .area-category__city-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 20px 10px;
    border-bottom: 2px solid #000;
  }
  .area-category__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city-wrapper {
    margin: 0 20px 60px;
  }
  .area-category__city-block {
    position: relative;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .area-category__city-block-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    display: inline-block;
    background-image: url(../img/sp/home/plus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .area-category__city-open {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .area-category__city-open-inner {
    font-size: 0;
    padding: 30px 20px 15px 20px;
  }
  .area-category__city-open-contents {
    width: 25%;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .area-category__city-open-contents-text {
    font-size: 16px;
  }
  .area-category__city-open-contents:nth-child(4n) {
    border-right: none;
  }
  .area-category__city-open-contents:last-child {
    border-right: none;
  }
  .area-category__city2 {
    background-color: #f7f7f7;
  }
  .area-category__city2-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 20px 20px;
    border-bottom: 2px solid #000;
  }
  .area-category__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-category__city2-search {
    position: relative;
    margin: 0 20px;
  }
  .area-category__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    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: 24px;
    border-left: 1px solid #95989A;
    width: 22px;
    height: 24px;
    padding: 23px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area-category__block-inner {
    padding: 30px 20px 35px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-category__block-shop {
    display: table;
    width: 100%;
    margin: 0 0 20px;
  }
  .area-category__block-shop-name {
    display: table-cell;
    width: 60%;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
  }
  .area-category__block-shop-btn {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    text-align: right;
  }
  .area-category__block-shop-btn-contents {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    border-radius: 14px;
    padding: 7px 19px;
    background-color: #B60005;
  }
  .area-category__block-city {
    padding: 0 0 15px;
    font-size: 12px;
    color: #ACACAC;
  }
  .area-category__block-city:last-child {
    padding-bottom: 0;
  }
  .area-category__block-city-name {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 9px;
    border: 1px solid #000;
    margin: 0 0 8px;
  }
  .area-category__block-city-sub {
    font-size: 0;
  }
  .area-category__block-city-sub-block {
    display: inline-block;
    line-height: 24px;
    color: #000;
    font-size: 14px;
  }
  .area-category__block-city-sub-block:last-child .area-category__block-city-sub-block-comma {
    display: none;
  }
  .area-detail__inner {
    background-color: #f7f7f7;
    padding: 10px 10px 0;
  }
  .area-detail__wrapper {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .area-detail__title {
    padding: 0 0 15px;
  }
  .area-detail__title-text {
    font-size: 28px;
    font-weight: bold;
    word-break: break-all;
  }
  .area-detail__message {
    padding: 0 0 25px;
  }
  .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 20px;
    text-align: left;
    padding: 0 0 15px;
    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__block-city {
    padding: 0 0 20px;
    font-size: 12px;
    color: #ACACAC;
  }
  .area-detail__block-city:last-child {
    padding-bottom: 0;
  }
  .area-detail__block-city-wrapper {
    padding: 0 0 15px;
  }
  .area-detail__block-city-name {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 9px;
    border: 1px solid #000;
    margin: 0 0 8px;
  }
  .area-detail__block-city-sub {
    font-size: 0;
  }
  .area-detail__block-city-sub-block {
    display: inline-block;
    line-height: 24px;
    color: #000;
    font-size: 14px;
  }
  .area-detail__block-city-sub-block:last-child .area-detail__block-city-sub-block-comma {
    display: none;
  }
  .area-detail__voice {
    padding: 0 0 20px;
  }
  .area-detail__voice-block {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #E8E8E8;
  }
  .area-detail__voice-block:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .area-detail__voice-block-title {
    margin: 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 {
    margin: 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 {
    text-align: center;
  }
  .area-detail__images img {
    padding: 0 0 10px;
  }
  .area-detail__city {
    margin: 60px 0 0;
  }
  .area-detail__city-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 20px 10px;
    border-bottom: 2px solid #000;
  }
  .area-detail__city-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__city-wrapper {
    margin: 0 20px 60px;
  }
  .area-detail__city-block {
    position: relative;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .area-detail__city-block-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__city-block:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    display: inline-block;
    background-image: url(../img/sp/home/plus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .area-detail__city-open {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .area-detail__city-open-inner {
    font-size: 0;
    padding: 30px 20px 15px 20px;
  }
  .area-detail__city-open-contents {
    width: 25%;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .area-detail__city-open-contents-text {
    font-size: 16px;
  }
  .area-detail__city-open-contents:nth-child(4n) {
    border-right: none;
  }
  .area-detail__city-open-contents:last-child {
    border-right: none;
  }
  .area-detail__city2 {
    background-color: #f7f7f7;
  }
  .area-detail__city2-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 20px 20px;
    border-bottom: 2px solid #000;
  }
  .area-detail__city2-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .area-detail__city2-search {
    position: relative;
    margin: 0 20px;
  }
  .area-detail__city2-search-box {
    width: 100%;
    border: 1px solid #95989A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    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: 24px;
    border-left: 1px solid #95989A;
    width: 22px;
    height: 24px;
    padding: 23px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #95989a;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .area-search {
    background-color: #f7f7f7;
  }
  .area-search__inner {
    padding: 40px 0 80px;
  }
  .area-search__word {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px 30px;
  }
  .area-search__answer {
    display: block;
    padding: 0 10px 20px;
  }
  .area-search__answer:last-child {
    padding-bottom: 0;
  }
  .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;
    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: 60%;
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 20px;
    word-break: break-all;
  }
  .area-search__answer-main {
    font-size: 0;
    padding: 0 0 15px;
  }
  .area-search__answer-main:last-child {
    padding-bottom: 0;
  }
  .area-search__answer-nothing {
    padding: 0 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .area-search__answer-city {
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 6px 9px;
    border: 1px solid #000;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .area-search__answer-city-sub {
    display: block;
    font-size: 0;
  }
  .area-search__answer-city-sub-block {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
  }
  .area-search__answer-city-sub-block:last-child .area-search__answer-city-sub-block-comma {
    display: none;
  }
  .area-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .news-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .news-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .news-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .news-archive__inner {
    padding: 20px 20px 0;
    background-color: #f7f7f7;
  }
  .news-archive__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .news-archive__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .news-archive__subtitle {
    padding: 0 10px 10px 0;
  }
  .news-archive__subtitle-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-archive__wrapper {
    margin: 0 10px;
  }
  .news-archive__block {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .news-archive__block-caption {
    font-size: 0;
    margin: 0 0 10px;
  }
  .news-archive__block-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px 0 0;
    font-family: "OpenSansBold", sans-serif;
  }
  .news-archive__block-tag {
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 12px;
    padding: 1px 0;
  }
  .news-archive__block-title {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-archive__category {
    padding: 60px 0 40px;
  }
  .news-archive__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .news-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-archive__category-wrapper {
    padding: 0 10px;
  }
  .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/common/arrow_right.png);
  }
  .news-archive__month {
    padding: 0 10px;
  }
  .news-archive__month-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    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: 13px 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
  }
  .news-archive__month-pull-contetns {
    width: 100%;
    box-sizing: border-box;
  }
  .news-archive__month-pull select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #fff;
    background-color: #fff;
    outline: none;
  }
  .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-category__inner {
    padding: 40px 20px 20px;
    background-color: #f7f7f7;
  }
  .news-category__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .news-category__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .news-category__subtitle {
    padding: 0 10px 10px 0;
  }
  .news-category__subtitle-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-category__wrapper {
    margin: 0 10px 40px;
  }
  .news-category__block {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .news-category__block-caption {
    font-size: 0;
    margin: 0 0 10px;
  }
  .news-category__block-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px 0 0;
    font-family: "OpenSansBold", sans-serif;
  }
  .news-category__block-tag {
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 12px;
    padding: 1px 0;
  }
  .news-category__block-title {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-category__category {
    padding: 60px 0 40px;
  }
  .news-category__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .news-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-category__category-wrapper {
    padding: 0 10px;
  }
  .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/common/arrow_right.png);
  }
  .news-category__month {
    padding: 0 10px 80px;
  }
  .news-category__month-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    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: 13px 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__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .news-detail__inner2 {
    padding: 10px 20px 0;
    background-color: #f7f7f7;
  }
  .news-detail__wrapper {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .news-detail__block {
    padding: 0 0 55px;
  }
  .news-detail__block-title {
    padding: 0 0 15px;
  }
  .news-detail__block-title-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    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: 315px;
  }
  .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 {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .news-detail__block2:last-child {
    border: none;
    padding: 20px 0 0;
  }
  .news-detail__block2-caption {
    font-size: 0;
    margin: 0 0 10px;
  }
  .news-detail__block2-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px 0 0;
    font-family: "OpenSansBold", sans-serif;
  }
  .news-detail__block2-tag {
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    font-size: 12px;
    padding: 1px 0;
  }
  .news-detail__block2-title {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  .news-detail__relation {
    padding: 40px 0 0;
  }
  .news-detail__relation-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
    word-break: break-all;
  }
  .news-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-detail__relation-wrapper {
    padding: 0 10px;
  }
  .news-detail__category {
    padding: 60px 0 40px;
  }
  .news-detail__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .news-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .news-detail__category-wrapper {
    padding: 0 10px;
  }
  .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/common/arrow_right.png);
  }
  .news-detail__month {
    padding: 0 10px 0;
  }
  .news-detail__month-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    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: 13px 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;
    padding: 0 15px 0 0;
  }
  .news-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .news-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .news-detail__column70_30 {
    width: 100%;
  }
  .news-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .word-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .word-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .word-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .word-archive__inner {
    padding: 40px 30px 0;
    background-color: #f7f7f7;
  }
  .word-archive__lists {
    padding: 0 10px 20px;
    background-color: #f7f7f7;
    display: block;
  }
  .word-archive__lists-wrapper {
    width: 100%;
    font-size: 0;
    padding: 0 40px 0 0;
    box-sizing: border-box;
  }
  .word-archive__lists-list {
    width: 20%;
    height: 42px;
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
  }
  .word-archive__lists-list:nth-child(5n) {
    margin: 0 -40px 10px 0;
  }
  .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-of-type {
    padding: 30px 0 0;
  }
  .word-archive__kana-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-bottom: 2px solid #000;
  }
  .word-archive__kana-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .word-archive__kana-block-word {
    padding: 8px 0;
    word-break: break-all;
  }
  .word-archive__kana-block-word:last-child {
    padding-bottom: 0;
  }
  .word-archive__kana-block-word-text {
    font-size: 16px;
    line-height: 24px;
  }
  .word-detail__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .word-detail__main {
    padding: 20px;
    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 20px;
    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: 40px 40px 0;
    background-color: #f7f7f7;
  }
  .word-detail__lists-wrapper {
    width: 100%;
    font-size: 0;
    padding: 0 40px 0 0;
    box-sizing: border-box;
  }
  .word-detail__lists-list {
    width: 20%;
    height: 42px;
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    background-color: #fff;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
  }
  .word-detail__lists-list:nth-child(5n) {
    margin: 0 -40px 10px 0;
  }
  .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__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .faq-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .faq-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .faq-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .faq-archive__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .faq-archive__category {
    font-size: 0;
    padding: 0 15px 0 0;
    margin: 0 0 30px;
  }
  .faq-archive__category-title {
    width: 50%;
    height: 65px;
    position: relative;
    display: inline-block;
    margin: 0 15px 10px 0;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .faq-archive__category-title:nth-child(2n) {
    margin: 0 -15px 10px 0;
  }
  .faq-archive__category-title:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .faq-archive__category-title:nth-child(1) .faq-archive__category-title-text {
    width: 126px;
    margin: 0 auto;
  }
  .faq-archive__category-title:nth-child(3) .faq-archive__category-title-text {
    width: 98px;
    margin: 0 auto;
  }
  .faq-archive__category-title-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
  }
  .faq-archive__main-title {
    text-align: center;
    margin: 0 0 20px;
    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: 20px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .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-contents {
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    word-break: break-all;
  }
  .faq-detail__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .faq-detail__inner2 {
    padding: 0 20px 0;
    background-color: #f7f7f7;
  }
  .faq-detail__main {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .faq-detail__main-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 41px 0 20px;
    word-break: break-all;
  }
  .faq-detail__main-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    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: 39px 0 60px;
    line-height: 25px;
    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;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 24px;
    height: 34px;
    background-image: url(../img/sp/faq/A.png);
    background-size: 24px 34px;
  }
  .faq-detail__relation {
    padding: 40px 0 0;
  }
  .faq-detail__relation-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .faq-detail__relation-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .faq-detail__relation-wrapper {
    padding: 0 10px;
  }
  .faq-detail__relation-question {
    position: relative;
    padding: 20px 0;
    word-break: break-all;
    border-bottom: 1px solid #E8E8E8;
  }
  .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 {
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  .faq-detail__sns-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .faq-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .faq-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .faq-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .card-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .card-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .card-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .card-archive__inner {
    padding: 40px 30px 0;
    background-color: #f7f7f7;
  }
  .card-archive__wrapper {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .card-archive__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 25px 0;
  }
  .card-archive__block:nth-child(2n) {
    margin-right: -15px;
  }
  .card-archive__block:nth-last-child(1) {
    margin-bottom: 0;
  }
  .card-archive__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .card-archive__block-image {
    padding: 0 0 10px;
  }
  .card-archive__block-image img {
    width: auto;
    max-height: 107px;
  }
  .card-archive__block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    word-break: break-all;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .card-archive__block-image {
    max-height: 124.78px;
  }
  .card-archive__block-image img {
    max-height: 124.78px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .card-archive__block-image {
    max-height: 247.06px;
  }
  .card-archive__block-image img {
    max-height: 247.06px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .card-archive__block-image {
    max-height: 328px;
  }
  .card-archive__block-image img {
    max-height: 328px;
  }
}

@media screen and (max-width: 1023px) {
  .card-detail {
    background-color: #f7f7f7;
  }
  .card-detail__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .card-detail__wrapper {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .card-detail__main-text {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
    word-break: break-all;
  }
  .card-detail__main-text p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
    word-break: break-all;
  }
  .card-detail__main-info {
    color: #acacac;
    font-size: 12px;
    margin: 0 0 30px;
    word-break: break-all;
  }
  .card-detail__main-image {
    padding: 0 0 60px;
  }
  .card-detail__sns-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .card-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .card-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .card-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .voice-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .voice-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .voice-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .voice-archive__inner {
    padding: 40px 0 0;
    background-color: #f7f7f7;
  }
  .voice-archive__slider {
    padding: 0 0 55px;
  }
  .voice-archive__slider-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 30px 20px;
    border-bottom: 2px solid #000;
  }
  .voice-archive__slider-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__slider-main {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  .voice-archive__slider-main-block-text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    word-break: break-all;
  }
  .voice-archive__slider-main-block img {
    padding: 0 0 10px;
  }
  .voice-archive__card {
    padding: 0 30px;
  }
  .voice-archive__card-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
  }
  .voice-archive__card-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__wrapper {
    font-size: 0;
    padding: 0 15px 10px 0;
  }
  .voice-archive__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 25px 0;
  }
  .voice-archive__block:nth-child(2n) {
    margin-right: -15px;
  }
  .voice-archive__block-image {
    padding: 0 0 10px;
  }
  .voice-archive__block-image img {
    width: auto;
    max-height: 107px;
  }
  .voice-archive__block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    word-break: break-all;
  }
  .voice-archive__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin: 0 20px 0;
  }
  .voice-archive__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .voice-archive__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .voice-archive__block-image {
    max-height: 124.78px;
  }
  .voice-archive__block-image img {
    max-height: 124.78px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .voice-archive__block-image {
    max-height: 247.06px;
  }
  .voice-archive__block-image img {
    max-height: 247.06px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .voice-archive__block-image {
    max-height: 328px;
  }
  .voice-archive__block-image img {
    max-height: 328px;
  }
}

@media screen and (max-width: 1023px) {
  .voice-detail {
    background-color: #f7f7f7;
  }
  .voice-detail__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .voice-detail__wrapper {
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .voice-detail__wrapper2 {
    padding: 0 10px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .voice-detail__images-contents {
    text-align: center;
  }
  .voice-detail__images img {
    padding: 0 0 20px;
  }
  .voice-detail__block-title {
    padding: 0 0 15px;
  }
  .voice-detail__block-title-text {
    font-size: 20px;
    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 20px;
  }
  .voice-detail__block-qa {
    padding: 0 0 20px;
  }
  .voice-detail__block-qa:last-child {
    padding: 0 0 25px;
  }
  .voice-detail__block-question {
    padding: 0 0 10px;
  }
  .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: 20px;
    border: 1px solid #000;
  }
  .voice-detail__block-caption-text {
    font-size: 12px;
    line-height: 24px;
    word-break: break-all;
  }
  .voice-detail__sns {
    margin: 0 10px;
  }
  .voice-detail__sns-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .voice-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .voice-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .voice-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .guide-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .guide-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .guide-archive__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .guide-archive__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-archive__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-archive__wrapper {
    font-size: 0;
    padding: 0 15px 5px 0;
    margin: 0 10px;
  }
  .guide-archive__description {
    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: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .guide-archive__block:nth-child(2n) {
    margin: 0 -15px 20px 0;
  }
  .guide-archive__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-archive__block:last-child {
    margin-bottom: 0;
  }
  .guide-archive__block-image {
    margin: 0 0 10px;
  }
  .guide-archive__block-image img {
    width: auto;
    max-height: 75px;
  }
  .guide-archive__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .guide-archive__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .guide-archive__category {
    padding: 60px 0 40px;
  }
  .guide-archive__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .guide-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-archive__category-wrapper {
    padding: 0 10px;
  }
  .guide-archive__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .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/common/arrow_right.png);
  }
  .guide-archive__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .guide-archive__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-archive__favorite-wrapper {
    padding: 0 10px;
  }
  .guide-archive__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .guide-archive__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-archive__favorite-block-image-contents {
    width: 100%;
  }
  .guide-archive__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-archive__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .guide-archive__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .guide-archive__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .guide-archive__block-image {
    max-height: 88px;
  }
  .guide-archive__block-image img {
    max-height: 88px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .guide-archive__block-image {
    max-height: 174px;
  }
  .guide-archive__block-image img {
    max-height: 174px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .guide-archive__block-image {
    max-height: 237px;
  }
  .guide-archive__block-image img {
    max-height: 237px;
  }
}

@media screen and (max-width: 1023px) {
  .guide-category__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .guide-category__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-category__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-category__subtitle {
    margin: 0 10px 30px;
  }
  .guide-category__subtitle-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-category__description {
    line-height: 25px;
    padding: 0 0 40px;
  }
  .guide-category__wrapper {
    font-size: 0;
    padding: 0 15px 5px 0;
    margin: 0 10px;
  }
  .guide-category__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .guide-category__block:nth-child(2n) {
    margin: 0 -15px 20px 0;
  }
  .guide-category__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-category__block:last-child {
    margin-bottom: 0;
  }
  .guide-category__block-image {
    margin: 0 0 10px;
  }
  .guide-category__block-image img {
    width: auto;
    max-height: 75px;
  }
  .guide-category__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .guide-category__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .guide-category__category {
    padding: 60px 0 40px;
  }
  .guide-category__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .guide-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-category__category-wrapper {
    padding: 0 10px;
  }
  .guide-category__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .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/common/arrow_right.png);
  }
  .guide-category__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .guide-category__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-category__favorite-wrapper {
    padding: 0 10px;
  }
  .guide-category__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .guide-category__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-category__favorite-block-image-contents {
    width: 100%;
  }
  .guide-category__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-category__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .guide-category__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .guide-category__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .guide-category__block-image {
    max-height: 88px;
  }
  .guide-category__block-image img {
    max-height: 88px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .guide-category__block-image {
    max-height: 174px;
  }
  .guide-category__block-image img {
    max-height: 174px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .guide-category__block-image {
    max-height: 237px;
  }
  .guide-category__block-image img {
    max-height: 237px;
  }
}

@media screen and (max-width: 1023px) {
  .guide-detail {
    background-color: #f7f7f7;
  }
  .guide-detail__inner {
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
  }
  .guide-detail__wrapper {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .guide-detail__wrapper2 {
    padding: 0 20px;
    background-color: #f7f7f7;
  }
  .guide-detail__images {
    font-size: 0;
  }
  .guide-detail__images img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
  }
  .guide-detail__images img:last-child {
    margin-bottom: 0;
  }
  .guide-detail__main-title {
    padding: 0 0 15px;
  }
  .guide-detail__main-title-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    word-break: break-all;
  }
  .guide-detail__main-info {
    padding: 0 0 20px;
  }
  .guide-detail__main-info-text {
    color: #acacac;
    font-size: 12px;
  }
  .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-contents {
    padding: 20px 0;
  }
  .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-title-text {
    line-height: 1;
  } */
  .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 40px 0;
    padding: 0 0 0 22px;
    position: relative;
  }
  .guide-detail__main-tags:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/sp/guide/tag.png);
    background-size: 12px;
  }
  .guide-detail__main-tags-tag {
    display: inline;
    color: #acacac;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px 0 0;
  }
  .guide-detail__sns {
    margin: 40px 0 0;
  }
  .guide-detail__sns-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .guide-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .guide-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .guide-detail__relation {
    margin: 40px 0 0;
    padding: 0 10px;
  }
  .guide-detail__relation-title {
    text-align: center;
    margin: 0 0 20px;
    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 {
    padding: 0 15px 0 0;
    font-size: 0;
  }
  .guide-detail__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-detail__block:nth-child(2n) {
    margin: 0 -15px 0 0;
  }
  .guide-detail__block-image {
    margin: 0 0 10px;
  }
  .guide-detail__block-image img {
    width: auto;
    max-height: 75px;
  }
  .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 {
    padding: 60px 0 40px;
  }
  .guide-detail__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .guide-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-detail__category-wrapper {
    padding: 0 10px;
  }
  .guide-detail__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .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/common/arrow_right.png);
  }
  .guide-detail__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .guide-detail__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-detail__favorite-wrapper {
    padding: 0 10px;
  }
  .guide-detail__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .guide-detail__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-detail__favorite-block-image-contents {
    width: 100%;
  }
  .guide-detail__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-detail__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .guide-detail__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .guide-detail__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-tag__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .guide-tag__title {
    text-align: center;
    padding: 0 0 20px;
  }
  .guide-tag__title-text {
    font-size: 20px;
    font-weight: bold;
  }
  .guide-tag__subtitle {
    margin: 0 10px 30px;
  }
  .guide-tag__subtitle-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-tag__wrapper {
    font-size: 0;
    padding: 0 15px 5px 0;
    margin: 0 10px;
  }
  .guide-tag__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .guide-tag__block:nth-child(2n) {
    margin: 0 -15px 20px 0;
  }
  .guide-tag__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .guide-tag__block:last-child {
    margin-bottom: 0;
  }
  .guide-tag__block-image {
    margin: 0 0 10px;
  }
  .guide-tag__block-image-contents {
    width: 100%;
  }
  .guide-tag__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .guide-tag__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .guide-tag__category {
    padding: 60px 0 40px;
  }
  .guide-tag__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .guide-tag__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-tag__category-wrapper {
    padding: 0 10px;
  }
  .guide-tag__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .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/common/arrow_right.png);
  }
  .guide-tag__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .guide-tag__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .guide-tag__favorite-wrapper {
    padding: 0 10px;
  }
  .guide-tag__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .guide-tag__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .guide-tag__favorite-block-image-contents {
    width: 100%;
  }
  .guide-tag__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .guide-tag__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .guide-tag__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .guide-tag__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .guide-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .maker-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .maker-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .maker-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .maker-archive__inner {
    padding: 40px 20px 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;
    padding: 0 10px 0 0;
  }
  .maker-archive__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 18px 0;
  }
  .maker-archive__block:nth-child(2n) {
    margin: 0 -10px 10px 0;
  }
  .maker-archive__block:nth-last-child(2) {
    margin-bottom: 0;
  }
  .maker-archive__block:last-child {
    margin-bottom: 0;
  }
  .maker-archive__block-image {
    margin: 0 0 5px;
    border-radius: 4px;
    border: 1px solid #acacac;
  }
  .maker-archive__block-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
  }
  .maker-archive__maker-image {
    padding: 0 0 30px;
  }
  .maker-detail__main {
    background-color: #fff;
    border-bottom: 20px solid #f7f7f7;
  }
  .maker-detail__main-image {
    padding: 0 0 30px;
  }
  .maker-detail__main-image img {
    width: 100%;
  }
  .maker-detail__main-title {
    text-align: center;
    padding: 0 0 5px;
  }
  .maker-detail__main-title-text {
    font-size: 20px;
    font-weight: bold;
    word-break: break-all;
  }
  .maker-detail__main-image2 {
    text-align: center;
    padding: 0 0 10px;
  }
  .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-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 30px 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 20px 30px;
  }
  .maker-detail__main-images-wrapper {
    font-size: 0;
    padding: 0 10px 0 0;
  }
  .maker-detail__main-images-image {
    width: 50%;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .maker-detail__main-images-image:nth-child(2n) {
    margin: 0 -10px 0 0;
  }
  .maker-detail__main-paragraph {
    padding: 0 30px 20px;
  }
  .maker-detail__main-paragraph-block {
    margin: 0 0 40px;
  }
  .maker-detail__main-paragraph-title {
    text-align: center;
    margin: 0 0 20px;
    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-text {
    padding: 0 0 0 17px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .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__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .blog-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .blog-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .blog-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .blog-archive__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .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: 16px;
    font-weight: bold;
    padding: 0 0 30px;
  }
  .blog-archive__wrapper {
    padding: 0 15px 0 0;
    margin: 0 10px;
  }
  .blog-archive__wrapper-inner {
    font-size: 0;
  }
  .blog-archive__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .blog-archive__block:nth-child(2n) {
    margin-right: -15px;
  }
  .blog-archive__block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .blog-archive__block-image {
    margin: 0 0 10px;
    max-height: 75px;
  }
  .blog-archive__block-image img {
    width: auto;
    max-height: 75px;
  }
  .blog-archive__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .blog-archive__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-archive__category {
    padding: 55px 0 40px;
  }
  .blog-archive__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .blog-archive__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-archive__category-wrapper {
    padding: 0 10px;
  }
  .blog-archive__category-block {
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-archive__category-block-text {
    line-height: 25px;
  }
  .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/common/arrow_right.png);
  }
  .blog-archive__favorite {
    padding: 0 0 60px;
  }
  .blog-archive__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .blog-archive__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-archive__favorite-wrapper {
    padding: 0 10px;
  }
  .blog-archive__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .blog-archive__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-archive__favorite-block-image-contents {
    width: 100%;
  }
  .blog-archive__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-archive__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .blog-archive__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .blog-archive__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-archive__month {
    padding: 0 10px;
  }
  .blog-archive__month-title {
    text-align: center;
    margin: 0 0 20px;
    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: 15px 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;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .blog-archive__block-image {
    max-height: 88px;
  }
  .blog-archive__block-image img {
    max-height: 88px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .blog-archive__block-image {
    max-height: 174px;
  }
  .blog-archive__block-image img {
    max-height: 174px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .blog-archive__block-image {
    max-height: 237px;
  }
  .blog-archive__block-image img {
    max-height: 237px;
  }
}

@media screen and (max-width: 1023px) {
  .blog-category__inner {
    padding: 40px 20px 0;
    background-color: #f7f7f7;
  }
  .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: 16px;
    font-weight: bold;
    padding: 0 0 30px;
  }
  .blog-category__wrapper {
    padding: 0 15px 0 0;
    margin: 0 10px;
  }
  .blog-category__wrapper-inner {
    font-size: 0;
  }
  .blog-category__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
  }
  .blog-category__block:nth-child(2n) {
    margin-right: -15px;
  }
  .blog-category__block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .blog-category__block-image {
    margin: 0 0 10px;
    max-height: 75px;
  }
  .blog-category__block-image img {
    width: auto;
    max-height: 75px;
  }
  .blog-category__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .blog-category__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-category__category {
    padding: 55px 0 40px;
  }
  .blog-category__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .blog-category__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-category__category-wrapper {
    padding: 0 10px;
  }
  .blog-category__category-block {
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-category__category-block-text {
    line-height: 25px;
  }
  .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/common/arrow_right.png);
  }
  .blog-category__favorite {
    padding: 0 0 60px;
  }
  .blog-category__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .blog-category__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-category__favorite-wrapper {
    padding: 0 10px;
  }
  .blog-category__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .blog-category__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-category__favorite-block-image-contents {
    width: 100%;
  }
  .blog-category__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-category__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .blog-category__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .blog-category__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-category__month {
    padding: 0 10px;
  }
  .blog-category__month-title {
    text-align: center;
    margin: 0 0 20px;
    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: 15px 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;
  }
}

@media screen and (max-width: 1023px) and (min-width: 376px) and (max-width: 425px) {
  .blog-category__block-image {
    max-height: 88px;
  }
  .blog-category__block-image img {
    max-height: 88px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 426px) and (max-width: 768px) {
  .blog-category__block-image {
    max-height: 174px;
  }
  .blog-category__block-image img {
    max-height: 174px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) {
  .blog-category__block-image {
    max-height: 237px;
  }
  .blog-category__block-image img {
    max-height: 237px;
  }
}

@media screen and (max-width: 1023px) {
  .blog-detail {
    background-color: #f7f7f7;
  }
  .blog-detail__inner {
    padding: 10px 0 20px;
    background-color: #f7f7f7;
  }
  .blog-detail__wrapper {
    padding: 20px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #cacaca;
  }
  .blog-detail__wrapper2 {
    padding: 0 20px 0;
    background-color: #f7f7f7;
  }
  .blog-detail__main-title {
    padding: 0 0 15px;
  }
  .blog-detail__main-title-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    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 {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  }
  /* .blog-detail__main-contents-text a {
    display: block;
    word-break: break-all;
  } */
  .blog-detail__main-contents-text img {
    display: block;
    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 p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 40px;
    word-break: break-all;
  }
  .blog-detail__main-contents-text h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 38.4px;
    border-left: 4px solid #000000;
    margin: 56px 0 40px 0;
    padding: 8px 0 8px 16px;
    background-color: #f0f0f0;
    word-break: break-all;
  }
  .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-block {
    font-size: 0;
    padding: 0 15px 0 0;
  }
  .blog-detail__sns-block-fb {
    width: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .blog-detail__sns-block-tw {
    width: 50%;
    display: inline-block;
    margin: 0 -15px 0 0;
  }
  .blog-detail__relation {
    margin: 40px 0 0;
    padding: 0 10px;
  }
  .blog-detail__relation-title {
    text-align: center;
    margin: 0 0 20px;
    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 {
    padding: 0 15px 0 0;
    font-size: 0;
  }
  .blog-detail__block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-detail__block:nth-child(2n) {
    margin: 0 -15px 0 0;
  }
  .blog-detail__block-image {
    margin: 0 0 10px;
  }
  .blog-detail__block-image-contents {
    width: 100%;
  }
  .blog-detail__block-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .blog-detail__block-tag {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-detail__category {
    padding: 55px 0 40px;
  }
  .blog-detail__category-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 0;
    border-bottom: 2px solid #000;
  }
  .blog-detail__category-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__category-wrapper {
    padding: 0 10px;
  }
  .blog-detail__category-block {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .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/common/arrow_right.png);
  }
  .blog-detail__favorite {
    padding: 0 0 60px;
  }
  .blog-detail__favorite-title {
    text-align: center;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    border-bottom: 2px solid #000;
  }
  .blog-detail__favorite-title-text {
    font-size: 16px;
    font-weight: bold;
  }
  .blog-detail__favorite-wrapper {
    padding: 0 10px;
  }
  .blog-detail__favorite-block {
    font-size: 0;
    padding: 8px 15px 13px 0;
  }
  .blog-detail__favorite-block-image {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .blog-detail__favorite-block-image-contents {
    width: 100%;
  }
  .blog-detail__favorite-block-image-num {
    width: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .blog-detail__favorite-block-cap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px 0 0;
  }
  .blog-detail__favorite-block-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 0;
  }
  .blog-detail__favorite-block-tag {
    color: #acacac;
    font-size: 12px;
  }
  .blog-detail__month {
    padding: 0 10px;
  }
  .blog-detail__month-title {
    text-align: center;
    margin: 0 0 20px;
    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: 15px 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 {
    margin: 20px 0 0;
  }
  .blog-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .blog-frame strong{
    font-weight: 700;
  }
  .what-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .what-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .what-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .what-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .what-mv img {
    width: 100%;
  }
  .what-intro {
    background-color: #f7f7f7;
  }
  .what-intro__inner {
    padding: 40px 20px;
  }
  .what-intro__wrapper {
    padding: 20px 0;
  }
  .what-intro__lead {
    margin: 0 0 30px;
  }
  .what-intro__lead p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
  .what-intro__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .what-intro__text-sec {
    margin: 0 0 20px;
  }
  .what-intro__text-sec:last-child {
    margin: 0;
  }
  .what-intro__mov img {
    width: 100%;
    height: auto;
  }
  .what-comparison {
    padding: 40px 0;
    background-color: #fff;
  }
  .what-comparison__inner {
    padding: 0 20px;
    margin: 0 0 30px;
  }
  .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.5;
    font-size: 14px;
  }
  .what-comparison__table {
    font-size: 11px;
    font-size: 3.2vw;
    border-collapse: collapse;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .what-comparison__table {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .what-comparison__table-wrap {
    padding: 0 10px;
  }
  .what-comparison__table-th {
    padding: 20px 0;
    text-align: center;
  }
  .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 {
    line-height: 1.5;
  }
  .what-comparison__table-td {
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    vertical-align: top;
  }
  .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.5;
  }
  .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 {
    background-color: #f7f7f7;
  }
  .what-price__content {
    padding: 40px 20px 0;
    margin-bottom: 30px;
  }
  .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 20px;
  }
  .what-price__text-sec:last-child {
    margin: 0;
  }
  .what-price__text p {
    line-height: 1.5;
    font-size: 14px;
  }
  .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 img {
    width: 100%;
  }
  .what-measure {
    background: #fff;
  }
  .what-measure__content {
    padding: 40px 20px 0;
    margin-bottom: 30px;
  }
  .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.5;
    font-size: 14px;
    margin: 0 0 20px;
  }
  .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-weight: bold;
    background: url(../img/sp/what/arrow.svg) no-repeat left;
    background-size: 7px;
  }
  .what-measure__img img {
    width: 100%;
  }
  .what-shop {
    background-color: #f7f7f7;
  }
  .what-shop__inner {
    padding: 40px 20px 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.5;
    font-size: 14px;
  }
  .what-shop__text-highlight {
    position: relative;
    padding-bottom: 4px;
    background: #faf185;
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 30%, #faf185 31%, #faf185);
  }
  .what-shop__item {
    position: relative;
    padding: 20px;
    margin: 0 0 10px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
  }
  .what-shop__item-heading {
    margin: 0 0 10px;
    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: 13px;
    line-height: 1.5;
  }
  .what-shop__item-btn {
    font-size: 12px;
    font-size: 3.46667vw;
    position: absolute;
    color: #B60005;
    bottom: 24px;
    right: 16px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .what-shop__item-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .what-shop__box {
    padding: 20px;
    margin: 0 0 30px;
    border: 2px solid #B60005;
    background: #fff;
  }
  .what-shop__box-heading {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid #B60005;
  }
  .what-shop__box-heading p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
  .what-shop__box-text p {
    font-size: 13px;
    line-height: 1.5;
  }
  .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-weight: bold;
    background: url(../img/sp/what/arrow.svg) no-repeat left;
    background-size: 7px 12px;
  }
  .tour-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .tour-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .tour-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .tour-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .tour-mv img {
    width: 100%;
  }
  .tour-main__inner {
    padding: 40px 20px 20px;
  }
  .tour-main__wrapper {
    padding: 20px 0;
  }
  .tour-main__lead {
    margin: 0 0 30px;
  }
  .tour-main__lead p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
  .tour-main__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .tour-main__text-sec {
    margin: 0 0 20px;
  }
  .tour-main__text-sec:last-child {
    margin: 0;
  }
  .tour-movie {
    padding: 30px 10px;
    text-align: center;
  }
  .tour-movie__iframe {
    width: 100%;
  }
  .tour-links__wrapper {
    padding: 20px 0;
  }
  .tour-links__link {
    padding: 75px 0 55px;
  }
  .tour-links__link:nth-child(1) {
    background: url(../img/sp/tour/link-what.jpg) no-repeat center;
    background-size: cover;
  }
  .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;
  }
  .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;
    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__inner {
    padding: 20px;
  }
  .tour-links-2__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-links-2__link {
    width: 48%;
    max-width: 324px;
  }
  .tour-links-2__link:nth-child(1) {
    float: left;
    margin-right: 10px;
  }
  .tour-links-2__link:nth-child(2) {
    float: right;
  }
  .tour-links-2__link img {
    width: 100%;
    margin: 0 0 10px;
  }
  .tour-links-2__link p {
    font-size: 13px;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .tour-links-2__link p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .tour-banner__inner {
    position: relative;
    margin: 20px 20px 0;
  }
  .tour-banner__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .tour-banner__image {
    width: 100%;
  }
  .tour-banner__text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6%;
  }
  .tour-banner__text-main {
    font-size: 19px;
    font-size: 5.33333vw;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .tour-banner__text-main {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .tour-banner__text-sub {
    font-size: 11px;
    font-size: 3.2vw;
    line-height: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .tour-banner__text-sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .reason-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .reason-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .reason-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .reason-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .reason-mv img {
    width: 100%;
  }
  .reason-intro {
    background-color: #f7f7f7;
  }
  .reason-intro__inner {
    padding: 40px 20px 70px;
  }
  .reason-intro__wrapper {
    padding: 20px 0;
  }
  .reason-intro__lead {
    margin: 0 0 30px;
  }
  .reason-intro__lead p {
    font-size: 23px;
    font-size: 6.4vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .reason-intro__lead p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .reason-intro__text {
    padding: 0 10px;
  }
  .reason-intro__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .reason-intro__text-sec {
    margin: 0 0 20px;
  }
  .reason-intro__text-sec:last-child {
    margin: 0;
  }
  .reason-section {
    position: relative;
  }
  .reason-section-white {
    background: #fff;
  }
  .reason-section-gray {
    background: #f7f7f7;
  }
  .reason-section-mov {
    padding-bottom: 70px;
  }
  .reason-section-paragraph {
    padding-bottom: 70px;
  }
  .reason-section__inner {
    padding: 80px 20px 70px;
  }
  .reason-section__inner div:last-of-type {
    margin-bottom: 0;
  }
  .reason-section__inner:last-of-type {
    padding: 80px 20px 0;
  }
  .reason-section__icon {
    display: table;
    position: absolute;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: #B60005;
    border-radius: 50%;
    top: -30px;
    left: 0;
    right: 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 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .reason-section__text {
    margin-bottom: 40px;
  }
  .reason-section__text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .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;
    width: 32%;
    margin-right: 2%;
  }
  .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;
    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.5;
    border-bottom: 2px solid #000;
  }
  .reason-section__button {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin-bottom: 0;
  }
  .reason-section__button-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .reason-section__button-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .reason-section__mov {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: -40px;
    height: 0;
    overflow: hidden;
  }
  .reason-section__mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .flow-frame {
    background: #f7f7f7;
  }
  .flow-frame__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .flow-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .flow-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .flow-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .flow-mv {
    margin-bottom: 20px;
  }
  .flow-mv img {
    width: 100%;
  }
  .flow-section {
    padding: 10px;
    background-color: #f7f7f7;
  }
  .flow-section-last {
    padding-bottom: 0;
  }
  .flow-section__inner {
    position: relative;
    padding: 35px 20px 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .flow-section__plate {
    position: absolute;
    width: 75px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #B60005;
    top: -10px;
    left: 0;
    right: 0;
  }
  .flow-section__heading {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .flow-section__icon {
    margin: 0 auto 15px;
  }
  .flow-section__icon-1 {
    width: 50px;
    height: 44px;
    background: url(../img/sp/flow/devices.svg) no-repeat center;
    background-size: 50px;
  }
  .flow-section__icon-2 {
    width: 41px;
    height: 50px;
    background: url(../img/sp/flow/support.svg) no-repeat center;
    background-size: 41px;
  }
  .flow-section__icon-3 {
    width: 73px;
    height: 36px;
    background: url(../img/sp/flow/measure.svg) no-repeat center;
    background-size: 73px;
  }
  .flow-section__icon-4 {
    width: 50px;
    height: 50px;
    background: url(../img/sp/flow/sheet.svg) no-repeat center;
    background-size: 50px;
  }
  .flow-section__icon-5 {
    width: 55px;
    height: 50px;
    background: url(../img/sp/flow/cart.svg) no-repeat center;
    background-size: 55px;
  }
  .flow-section__icon-6 {
    width: 50px;
    height: 50px;
    background: url(../img/sp/flow/settings.svg) no-repeat center;
    background-size: 50px;
  }
  .flow-section__text {
    margin-bottom: 20px;
  }
  .flow-section__text:last-child {
    margin: 0;
  }
  .flow-section__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .flow-section__link {
    margin-bottom: 15px;
  }
  .flow-section__link a {
    padding-left: 17px;
    font-weight: bold;
    background: url(../img/sp/what/arrow.svg) no-repeat left;
    background-size: 7px;
  }
  .policy-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    width: 100%;
    padding-top: 35px;
  }
  .policy-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .policy-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .policy-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .policy-term {
    border-top: 1px solid #E8E8E8;
    background-color: #F7F7F7;
  }
  .policy-term__inner {
    padding: 40px 30px 0;
  }
  .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 {
    padding: 60px 30px 0;
  }
  .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__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .recruit-guideline {
    background-color: #F7F7F7;
  }
  .recruit-guideline__inner {
    padding: 60px 30px 30px;
  }
  .recruit-guideline__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 15.5px;
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-guideline__content {
    font-size: 14px;
  }
  .recruit-guideline__content-wrapper {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 15.5px;
  }
  .recruit-guideline__content-wrapper:last-child {
    margin-bottom: 0;
  }
  .recruit-guideline__content-head {
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: bold;
  }
  .recruit-guideline__content-body {
    padding-bottom: 15.5px;
    line-height: 25px;
  }
  .recruit-guideline__wrapper {
    padding: 0 20px;
  }
  .recruit-guideline__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .recruit-guideline__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .recruit-mv {
    margin-bottom: 40px;
  }
  .recruit-mv img {
    width: 100%;
  }
  .recruit-main__inner {
    padding: 0 30px 30px;
  }
  .recruit-main__header {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
  }
  .recruit-main__content {
    font-size: 14px;
    line-height: 25px;
  }
  .recruit-main__wrapper {
    padding: 0 20px;
  }
  .recruit-main__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .recruit-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    width: 100%;
    padding-top: 35px;
  }
  .recruit-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .recruit-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .recruit-message {
    background-color: #F7F7F7;
  }
  .recruit-message__inner {
    padding: 60px 10px 0;
  }
  .recruit-message__content-wrapper {
    position: relative;
    margin-top: 20px;
    padding: 30px 20px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .recruit-message__content-image {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .recruit-message__header {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-message__content-body {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .recruit-message__content-body:nth-child(2) {
    margin-left: 92px;
    margin-bottom: 0;
  }
  .recruit-message__content-body:last-child {
    margin-bottom: 0;
  }
  .recruit-message__wrapper {
    padding: 0 20px 52px;
  }
  .recruit-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .btob-example {
    background-color: #F7F7F7;
  }
  .btob-example__header {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  .btob-example__content-wrapper {
    margin-top: 20px;
  }
  .btob-example__content-head {
    padding: 30px;
    line-height: 25px;
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-example__content-body {
    padding: 20px 30px 30px;
    font-size: 14px;
    line-height: 25px;
  }
  .btob-example__content-text {
    margin-bottom: 25px;
  }
  .btob-example__content-text:last-child {
    margin-bottom: 0;
  }
  .btob-example__content-photo {
    width: 100%;
    height: auto;
  }
  .btob-example__content-photo-wrapper {
    text-align: center;
  }
  .btob-example__wrapper {
    padding: 0 20px;
  }
  .btob-example__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .btob-mv {
    margin-bottom: 40px;
  }
  .btob-mv img {
    width: 100%;
  }
  .btob-main__inner {
    padding: 0 30px 30px;
  }
  .btob-main__header {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
  }
  .btob-main__content {
    font-size: 14px;
    line-height: 25px;
  }
  .btob-main__wrapper {
    padding: 0 20px;
  }
  .btob-main__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .btob-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    width: 100%;
    padding-top: 35px;
  }
  .btob-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .btob-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .btob-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .btob-voice {
    background-color: #F7F7F7;
  }
  .btob-voice__inner {
    padding: 60px 10px 30px;
  }
  .btob-voice__inner:last-child {
    padding-bottom: 60px;
  }
  .btob-voice__content-wrapper {
    margin-top: 20px;
    padding: 30px 20px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btob-voice__header {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .btob-voice__content-head {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .btob-voice__content-name {
    margin-bottom: 20px;
    color: #ACACAC;
    font-size: 12px;
  }
  .btob-voice__content-body {
    font-size: 14px;
    line-height: 25px;
  }
  .btob-voice__wrapper {
    padding: 0 20px 52px;
  }
  .btob-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .company-partner, .company-customer, .company-recruit {
    background-color: #F7F7F7;
  }
  .company-partner__inner, .company-customer__inner, .company-recruit__inner {
    padding: 0 30px 20px;
  }
  .company-partner__header, .company-customer__header, .company-recruit__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-partner__content, .company-customer__content, .company-recruit__content {
    font-size: 14px;
    line-height: 25px;
  }
  .company-partner__wrapper, .company-customer__wrapper, .company-recruit__wrapper {
    padding: 0 20px;
    padding-bottom: 60px;
  }
  .company-partner__btn, .company-customer__btn, .company-recruit__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin-bottom: 0;
  }
  .company-partner__btn-text, .company-customer__btn-text, .company-recruit__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .company-partner__btn-text:after, .company-customer__btn-text:after, .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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .company-recruit__wrapper {
    padding-bottom: 0;
  }
  .company-mv {
    margin-bottom: 40px;
  }
  .company-mv img {
    width: 100%;
  }
  .company-info {
    background-color: #F7F7F7;
  }
  .company-info__inner {
    padding: 0 30px 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 {
    margin-bottom: 20px;
  }
  .company-info__content-wrapper:last-child {
    margin-bottom: 0;
  }
  .company-info__content-head {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .company-info__content-body {
    line-height: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
  }
  .company-info__content-body:last-child {
    margin-bottom: 0;
  }
  .company-info__content-body-noborder {
    line-height: 25px;
  }
  .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;
    font-weight: bold;
    padding: 0 20px 0 0;
  }
  .company-info__map-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/pc/maker/foreign.png);
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .company-message {
    display: none;
    background-color: #F7F7F7;
  }
  .company-message__inner {
    padding: 0 30px;
  }
  .company-message__header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .company-message__content {
    font-size: 14px;
    line-height: 25px;
  }
  .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;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .company-message__photo-photo {
    display: block;
    margin: 20px auto 0;
  }
  .company-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    width: 100%;
    padding-top: 35px;
  }
  .company-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .company-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .company-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .company-frame__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .frame-showroom {
    background: #f7f7f7;
  }
  .frame-showroom__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .showroom-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .showroom-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .showroom-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .showroom-mv img {
    width: 100%;
  }
  .showroom-intro {
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
  .showroom-intro__lead {
    margin: 0 0 30px;
  }
  .showroom-intro__lead p {
    font-size: 23px;
    font-size: 6.4vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    color: #B60005;
  }
}

@media screen and (max-width: 1023px) and (min-width: 375px) {
  .showroom-intro__lead p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .showroom-intro__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .showroom-intro__text-sec {
    margin: 0 0 20px;
  }
  .showroom-intro__text-sec:last-child {
    margin: 0;
  }
  .showroom-main {
    position: relative;
    padding: 10px 0 0;
    background: #fff;
  }
  .showroom-main__text {
    padding: 30px 20px;
  }
  .showroom-main__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-main__text-sec {
    margin: 0 0 20px;
  }
  .showroom-main__text-sec:last-child {
    margin: 0;
  }
  .showroom-main__img {
    width: 100%;
  }
  .showroom-main__img img {
    width: 100%;
  }
  .showroom-cv {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ACACAC;
    letter-spacing: 0;
  }
  .showroom-cv__inner {
    padding: 30px 20px;
  }
  .showroom-cv__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 190px;
    z-index: 0;
  }
  .showroom-cv__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    color: #B60005;
    border-color: #B60005;
    border-radius: 4px;
  }
  .showroom-cv__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .showroom-cv__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .showroom-cv__btn-text {
    display: inline-block;
  }
  .showroom-cv__btn-text:after {
    background-image: url(../img/sp/showroom/arrow_right_red.svg);
  }
  .showroom-cv__info-tel {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    font-family: "OpenSansBold", sans-serif;
    z-index: 1;
  }
  .showroom-cv__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
  }
  .showroom-cv__info-time {
    font-size: 14px;
    padding: 0 0 15px;
    font-weight: bold;
  }
  .showroom-cv__info-time-font {
    font-family: "OpenSansBold", sans-serif;
  }
  .showroom-cv__info-text {
    position: relative;
    color: #B60005;
    line-height: 25px;
    font-weight: bold;
    z-index: 1;
  }
  .showroom-cv__info-image {
    display: block;
    max-width: 375px;
    margin: 0 auto;
  }
  .showroom-cv__inner {
    padding-bottom: 0;
  }
  .showroom-cv__btn {
    margin-bottom: 0;
  }
  .showroom-access {
    background: #fff;
  }
  .showroom-access__inner {
    padding: 30px 20px;
  }
  .showroom-access__heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .showroom-access__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-access__text-sec {
    margin-bottom: 20px;
  }
  .showroom-access__text-sec:last-child {
    margin: 0;
  }
  .showroom-access__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .showroom-access__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    top: 0;
    left: 0;
  }
  .showroom-voice {
    padding-top: 40px;
    background-color: #F7F7F7;
  }
  .showroom-voice__inner {
    padding: 0 20px;
  }
  .showroom-voice__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .showroom-voice__item {
    padding: 30px 20px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .showroom-voice__item:last-child {
    margin: 0;
  }
  .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 {
    padding: 30px 20px 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 {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: underline;
  }
  .showroom-ds {
    background-color: #fff;
  }
  .showroom-ds__inner {
    padding: 40px 20px;
  }
  .showroom-ds__logo {
    margin-bottom: 20px;
  }
  .showroom-ds__logo img {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .showroom-ds__heading {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
  .showroom-ds__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .showroom-for_child {
    background: #ffffff;
    padding: 20px 20px;
  }
  .showroom-for_child__inner {
    max-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: 10px;
  }
  .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: 30px;
    height: 30px;
    border-right: 1px solid #B60005;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
  .showroom-for_child-sub span:before {
    content: '';
    width: 30px;
    height: 30px;
    border-left: 1px solid #B60005;
    transform: rotate(-15deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
  .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: 15px;
  }
  .showroom-for_child-column-col {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .showroom-for_child-column-col:nth-child(odd) {
    padding-left: 0;
  }
  .showroom-for_child-column-col:nth-child(even) {
    padding-right: 0;
  }
  .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 {
    background: #f7f7f7;
  }
  .accompany-frame__inner {
    padding-bottom: 80px;
    letter-spacing: 1px;
  }
  .accompany-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .accompany-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .accompany-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .accompany-mv img {
    width: 100%;
  }
  .accompany-intro {
    background-color: #f7f7f7;
  }
  .accompany-intro__inner {
    padding: 40px 20px;
  }
  .accompany-intro__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .accompany-main {
    background: #fff;
  }
  .accompany-main__inner {
    padding: 40px 0 0;
  }
  .accompany-main__heading {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .accompany-main__text {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .accompany-main__text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .accompany-main__text-sec {
    margin: 0 0 20px;
  }
  .accompany-main__text-sec:last-child {
    margin: 0;
  }
  .accompany-main__text-img {
    margin: 0 0 10px;
  }
  .accompany-main__text-img::after {
    content: "";
    display: block;
    clear: both;
  }
  .accompany-main__text-img img {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .accompany-main__text-img img:last-child {
    margin: 0;
  }
  .accompany-main__text-img-2 {
    margin: 0 0 10px;
  }
  .accompany-main__text-img-2::after {
    content: "";
    display: block;
    clear: both;
  }
  .accompany-main__text-img-2 img {
    display: block;
    float: left;
    margin-right: 15px;
  }
  .accompany-main__text-img-2 img:last-child {
    margin: 0;
  }
  .accompany-main__cont {
    margin: 0 0 40px;
  }
  .accompany-main__cont .reason-section__text {
    margin: 0;
  }
  .accompany-main__cont-heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid #000;
  }
  .accompany-main__button {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin-bottom: 0;
  }
  .accompany-main__button-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .accompany-main__button-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .accompany-main__mov {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: -40px;
    height: 0;
    overflow: hidden;
  }
  .accompany-main__mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .accompany-cv {
    position: relative;
    background: #fff;
    letter-spacing: 0;
  }
  .accompany-cv__inner {
    padding: 30px 20px;
  }
  .accompany-cv__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 190px;
    z-index: 0;
  }
  .accompany-cv__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    color: #B60005;
    border-color: #B60005;
    border-radius: 4px;
  }
  .accompany-cv__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .accompany-cv__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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .accompany-cv__btn-text {
    display: inline-block;
  }
  .accompany-cv__btn-text:after {
    background-image: url(../img/sp/showroom/arrow_right_red.svg);
  }
  .accompany-cv__info-tel {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    font-family: "OpenSansBold", sans-serif;
    z-index: 1;
  }
  .accompany-cv__info-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/sp/home/tel.svg);
    background-repeat: no-repeat;
  }
  .accompany-cv__info-time {
    font-size: 14px;
    padding: 0 0 15px;
    font-weight: bold;
  }
  .accompany-cv__info-time-font {
    font-family: "OpenSansBold", sans-serif;
  }
  .accompany-cv__info-text {
    position: relative;
    color: #B60005;
    line-height: 25px;
    font-weight: bold;
    z-index: 1;
  }
  .accompany-cv__info-image {
    display: block;
    max-width: 375px;
    margin: 0 auto;
  }
  .example-frame {
    background: #f7f7f7;
  }
  .example-frame__inner {
    /* padding-bottom: 80px; */
    letter-spacing: 1px;
  }
  .example-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .example-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .example-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .example-mv img {
    width: 100%;
  }
  .example-intro {
    background-color: #f7f7f7;
  }
  .example-intro__inner {
    padding: 40px 20px;
  }
  .example-intro__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .example-main__inner {
    padding: 0 20px 20px;
  }
  .example-main__content {
    margin-bottom: 10px;
  }
  .example-main__col::after {
    content: "";
    display: block;
    clear: both;
  }
  .example-main__item {
    display: block;
  }
  .example-main__item img {
    margin-bottom: 15px;
  }
  .example-main__item p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
  }
  .example-main__item-large {
    margin-bottom: 20px;
  }
  .example-main__item-large img {
    width: 100%;
  }
  .example-main__item-small {
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .example-main__item-small:nth-child(2n) {
    margin-right: 0;
  }
  .example-main__btn {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin-bottom: 0;
  }
  .example-main__btn-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .example-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/sp/home/arrow_right2.png);
    background-repeat: no-repeat;
  }
  .example-point {
    padding: 20px;
  }
  .example-point__inner {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #B60005;
  }
  .example-point__heading {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #B60005;
  }
  .example-point__col {
    margin-bottom: 30px;
  }
  .example-point__col:last-child {
    margin: 0;
  }
  .example-point__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .example-point__img {
    margin-bottom: 20px;
  }
  .example-point__img img {
    width: 220px;
  }
  .example-gallery {
    background: #f7f7f7;
    /* slick */
  }
  .example-gallery .example-main__btn {
    margin: 40px 20px;
  }
  .example-gallery__inner {
    padding: 20px 0 0;
  }
  .example-gallery__heading {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .example-gallery__heading img {
    width: 180px;
    height: 46px;
  }

  .example-gallery__content {
    height: 315px;
    overflow: hidden;
  }
  .example-gallery__img {
    max-width: 315px;
    margin: 0 5px;
  }
  .example-gallery .slick-prev, .example-gallery .slick-next {
    background-color: #fafafa !important;
    z-index: 1 !important;
    width: 50px !important;
    height: 50px !important;
  }
  .example-gallery .slick-prev:before, .example-gallery .slick-next:before {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
  }
  .example-gallery .slick-prev:hover, .example-gallery .slick-next:hover {
    opacity: 0.7;
  }
  .example-gallery .slick-prev {
    left: 0;
  }
  .example-gallery .slick-prev:before {
    background-image: url(../img/pc/common/arrow_right.png) !important;
    background-size: 16px;
  }
  .example-gallery .slick-next {
    right: 0;
  }
  .example-gallery .slick-next:before {
    background-image: url(../img/pc/common/arrow_left.png) !important;
    background-size: 16px;
  }
  .sitemap-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  .sitemap-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
    background: #fff;
  }
  .sitemap-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .sitemap-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .sitemap-main__inner {
    padding: 40px 20px 0;
  }
  .sitemap-main__col {
    margin-bottom: 60px;
  }
  .sitemap-main__col:nth-child(2) {
    margin: 0 0 25px;
  }
  .sitemap-main__col:last-child {
    margin: 0;
  }
  .sitemap-main__link {
    margin-bottom: 25px;
  }
  .sitemap-main__link a {
    font-size: 14px;
    font-weight: bold;
  }
  .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 {
    margin-bottom: 25px;
  }
  .sitemap-main__item-child .sitemap-main__link:last-child {
    margin: 0;
  }
  .sitemap-main__item-child .sitemap-main__link a {
    padding-left: 30px;
    font-size: 13px;
    font-weight: normal;
  }
  .notfound-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .notfound-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .notfound-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .notfound__inner {
    padding: 40px 20px 0;
  }
  .notfound__subtitle {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    line-height: 1.5;
  }
  .notfound__text {
    margin: 0px 0px 40px 0px;
    font-size: 14px;
    line-height: 2;
  }
  .notfound__btn {
    border: 1px solid #000;
  }
  .notfound__btn-main {
    display: block;
    text-align: center;
    position: relative;
    padding: 22px 0;
  }
  .notfound__btn-main-contents {
    font-weight: bold;
    font-size: 16px;
  }
  .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__inner {
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  .subscription-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .subscription-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .subscription-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .subscription-intro {
    background-color: #F7F7F7;
  }
  .subscription-intro__text {
    padding: 40px 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .subscription-form__step {
    display: block;
    width: 350px;
    margin: 0 auto 40px;
  }
  .subscription-form__step-confirm {
    margin: 0 auto 20px;
  }
  .subscription-form__wrap {
    padding: 0 30px;
  }
  .subscription-form__wrap2 {
    padding: 40px 30px;
    background-color: #F7F7F7;
  }
  .subscription-form__wrap2-intro {
    padding: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .subscription-form__box {
    width: 100%;
  }
  .subscription-form__group {
    padding: 0 0 25px 0;
  }
  .subscription-form__group-head {
    padding: 0 0 5px;
  }
  .subscription-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .subscription-form__group-body-text {
    font-size: 12px;
  }
  .subscription-form__group-body-text-address {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .subscription-form__group-body-text-paddress {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .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: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-kana {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-mail {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-tel {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .subscription-form__group-body-input-address {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .subscription-form__group-body-input-address-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .subscription-form__group-body-input-address-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .subscription-form__group-body-input-address-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-address-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-paddress {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .subscription-form__group-body-input-paddress-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .subscription-form__group-body-input-paddress-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .subscription-form__group-body-input-paddress-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-paddress-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .subscription-form__group-body-input-date {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-select-month {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-select-window-num {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-select-budget {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .subscription-form__group-body-label-image {
    display: inline-block;
    width: 40%;
    margin: 0 0 10px 0;
  }
  .subscription-form__group-body-label-image:nth-of-type(4) {
    display: block;
  }
  .subscription-form__group-body-input-image-extra {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 80px;
  }
  .subscription-form__group-body-label-parking {
    display: inline-block;
    width: 30%;
  }
  .subscription-form__group-body-input-parking {
    margin: 0 10px 0 0;
  }
  .subscription-form__group-body-label-estimates {
    display: inline-block;
    width: 30%;
  }
  .subscription-form__group-body-input-estimates {
    margin: 0 10px 0 0;
  }
  .subscription-form__group-body-double-middle {
    padding: 20px 0;
  }
  .subscription-form__group-body-double-head {
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form__group-body-double-head-max {
    font-size: 14px;
    font-weight: bold;
  }
  .subscription-form__group-body-double-head-date {
    padding: 0 0 5px 0;
    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 {
    padding: 10px 0;
  }
  .subscription-form__group-body-double-body-max {
    padding: 5px 0 0;
  }
  .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;
  }
  .subscription-form__agreement-wrap {
    padding: 40px 0 20px;
    text-align: center;
  }
  .subscription-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .subscription-form__agreement-check {
    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__privacy {
    width: 85%;
    height: 100px;
    margin: 0 auto 40px;
    padding: 15px;
    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] {
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .subscription-form__to-agreement {
    padding: 0 30px 40px;
    text-align: center;
  }
  .subscription-form__to-agreement-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
    line-height: 1.8;
  }
  .subscription-form__to-agreement-red {
    color: #B60005;
  }
  .subscription-form-confirm {
    padding: 0 10px;
    background: #F7F7F7;
  }
  .subscription-form-confirm__inner {
    padding: 20px 0;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .subscription-form-confirm__box {
    width: 100%;
  }
  .subscription-form-confirm__group {
    margin: 0 0 30px 0;
    padding: 0 20px 0;
  }
  .subscription-form-confirm__group-head-text {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
  }
  .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 {
    margin: 0 auto;
  }
  .subscription-form-thanks__thanks {
    margin: 0 auto 40px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .subscription-form-thanks__text {
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .subscription-form-thanks__text-bold {
    font-weight: bold;
  }
  .subscription-form-thanks__link {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin: 20px 20px 0;
  }
  .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/sp/home/arrow_right2.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;
  }
  .reservation-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .reservation-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .reservation-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .reservation-intro {
    background-color: #F7F7F7;
  }
  .reservation-intro__text {
    padding: 40px 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .reservation-form__step {
    display: block;
    width: 350px;
    margin: 0 auto 40px;
  }
  .reservation-form__step-confirm {
    margin: 0 auto 20px;
  }
  .reservation-form__wrap {
    padding: 0 30px;
  }
  .reservation-form__wrap2 {
    padding: 40px 30px;
    background-color: #F7F7F7;
  }
  .reservation-form__wrap2-intro {
    padding: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .reservation-form__box {
    width: 100%;
  }
  .reservation-form__group {
    padding: 0 0 25px 0;
  }
  .reservation-form__group-head {
    padding: 0 0 5px;
  }
  .reservation-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .reservation-form__group-body-text {
    font-size: 12px;
  }
  .reservation-form__group-body-text-address {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .reservation-form__group-body-text-paddress {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .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: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-kana {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-mail {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-tel {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .reservation-form__group-body-input-address {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .reservation-form__group-body-input-address-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .reservation-form__group-body-input-address-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .reservation-form__group-body-input-address-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-address-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-paddress {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .reservation-form__group-body-input-paddress-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .reservation-form__group-body-input-paddress-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .reservation-form__group-body-input-paddress-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-paddress-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-input-date {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .reservation-form__group-body-select-date {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    margin: 10px 0 0 0;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-month {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-window-num {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-select-budget {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 20px center;
    background-image: url(../img/pc/subscription/img_select.png);
  }
  .reservation-form__group-body-label-image {
    display: inline-block;
    width: 40%;
    margin: 0 0 10px 0;
  }
  .reservation-form__group-body-label-image:nth-of-type(4) {
    display: block;
  }
  .reservation-form__group-body-input-image-extra {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 80px;
  }
  .reservation-form__group-body-label-parking {
    display: inline-block;
    width: 40%;
  }
  .reservation-form__group-body-input-parking {
    margin: 0 10px 0 0;
  }
  .reservation-form__group-body-label-estimates {
    display: inline-block;
    width: 40%;
  }
  .reservation-form__group-body-input-estimates {
    margin: 0 10px 0 0;
  }
  .reservation-form__group-body-double-middle {
    padding: 20px 0;
  }
  .reservation-form__group-body-double-head {
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form__group-body-double-head-max {
    font-size: 14px;
    font-weight: bold;
  }
  .reservation-form__group-body-double-head-date {
    padding: 0 0 5px 0;
    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 {
    padding: 10px 0;
  }
  .reservation-form__group-body-double-body-max {
    padding: 5px 0 0;
  }
  .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;
  }
  .reservation-form__agreement-wrap {
    padding: 40px 0 20px;
    text-align: center;
  }
  .reservation-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .reservation-form__agreement-check {
    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__privacy {
    width: 85%;
    height: 100px;
    margin: 0 auto 40px;
    padding: 15px;
    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] {
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .reservation-form__to-agreement {
    padding: 0 30px 40px;
    text-align: center;
  }
  .reservation-form__to-agreement-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
    line-height: 1.8;
  }
  .reservation-form__to-agreement-red {
    color: #B60005;
  }
  .reservation-form-confirm {
    padding: 0 10px;
    background: #F7F7F7;
  }
  .reservation-form-confirm__inner {
    padding: 20px 0;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .reservation-form-confirm__box {
    width: 100%;
  }
  .reservation-form-confirm__group {
    margin: 0 0 30px 0;
    padding: 0 20px 0;
  }
  .reservation-form-confirm__group-head-text {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
  }
  .reservation-form-confirm__group-body-text {
    font-size: 14px;
    word-break: break-all;
  }
  .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 {
    margin: 0 auto;
  }
  .reservation-form-thanks__thanks {
    margin: 0 auto 40px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .reservation-form-thanks__text {
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .reservation-form-thanks__text-bold {
    font-weight: bold;
  }
  .reservation-form-thanks__link {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin: 20px 20px 0;
  }
  .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/sp/home/arrow_right2.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;
  }
  .contact-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .contact-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .contact-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .contact-intro {
    background-color: #F7F7F7;
    padding: 40px 0;
  }
  .contact-intro__text {
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .contact-intro__btn {
    padding: 0 30px 0 47px;
    font-weight: bold;
    position: relative;
  }
  .contact-intro__btn:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    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-form__step {
    display: block;
    width: 350px;
    margin: 0 auto 40px;
  }
  .contact-form__step-confirm {
    margin: 0 auto 20px;
  }
  .contact-form__wrap {
    padding: 0 30px;
  }
  .contact-form__wrap2 {
    padding: 40px 30px;
    background-color: #F7F7F7;
  }
  .contact-form__wrap2-intro {
    padding: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .contact-form__box {
    width: 100%;
  }
  .contact-form__group {
    padding: 0 0 25px 0;
  }
  .contact-form__group-head {
    padding: 0 0 5px;
  }
  .contact-form__group-head-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .contact-form__group-body-text {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
  .contact-form__group-body-text-address {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .contact-form__group-body-text-paddress {
    float: left;
    display: block;
    padding: 18px 5px;
  }
  .contact-form__group-body-label-category {
    display: block;
    margin: 0 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-postal-paddress {
    float: left;
    display: block;
  }
  .contact-form__group-body-postal-paddress:after {
    content: "";
    clear: both;
    display: block;
  }
  .contact-form__group-body-postal-paddress-text {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
  }
  .contact-form__group-body-postal-paddress-link {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 36px;
    text-decoration: underline !important;
  }
  .contact-form__group-body-input-name {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-kana {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-mail {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-tel {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-tel-text {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .contact-form__group-body-input-note {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 200px;
  }
  .contact-form__group-body-input-company {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-fax {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-address {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .contact-form__group-body-input-address-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .contact-form__group-body-input-address-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .contact-form__group-body-input-address-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-address-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-paddress {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    float: left;
    display: block;
  }
  .contact-form__group-body-input-paddress-postcode1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .contact-form__group-body-input-paddress-postcode2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    width: 80px;
  }
  .contact-form__group-body-input-paddress-type-2 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-paddress-type-3 {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-input-date {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
  }
  .contact-form__group-body-select-date {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    margin: 10px 0 0 0;
    background-color: #FFF;
  }
  .contact-form__group-body-select-month {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
  }
  .contact-form__group-body-select-window-num {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
  }
  .contact-form__group-body-select-budget {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 50px;
    background-color: #FFF;
  }
  .contact-form__group-body-label-image {
    display: inline-block;
    width: 49%;
    margin: 0 0 10px 0;
  }
  .contact-form__group-body-input-image-extra {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #95989A;
    border-radius: 3px;
    height: 80px;
  }
  .contact-form__group-body-label-parking {
    display: inline-block;
    width: 49%;
  }
  .contact-form__group-body-input-parking {
    margin: 0 10px 0 0;
  }
  .contact-form__group-body-label-estimates {
    display: inline-block;
    width: 49%;
  }
  .contact-form__group-body-input-estimates {
    margin: 0 10px 0 0;
  }
  .contact-form__group-body-double-middle {
    padding: 20px 0;
  }
  .contact-form__group-body-double-head {
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form__group-body-double-head-max {
    font-size: 14px;
    font-weight: bold;
  }
  .contact-form__group-body-double-head-date {
    padding: 0 0 5px 0;
    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 {
    padding: 10px 0;
  }
  .contact-form__group-body-double-body-max {
    padding: 5px 0 0;
  }
  .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;
  }
  .contact-form__agreement-wrap {
    padding: 40px 0 20px;
    text-align: center;
  }
  .contact-form__agreement-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contact-form__agreement-check {
    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__privacy {
    width: 85%;
    height: 100px;
    margin: 0 auto 40px;
    padding: 15px;
    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] {
    background-color: #E8E8E8;
    background: linear-gradient(45deg, #E8E8E8, #E8E8E8);
    background: -moz-linear-gradient(45deg, #E8E8E8, #E8E8E8);
  }
  .contact-form__to-agreement {
    padding: 0 30px 40px;
    text-align: center;
  }
  .contact-form__to-agreement-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
  }
  .contact-form__to-agreement-red {
    color: #B60005;
  }
  .contact-form-confirm {
    padding: 0 10px;
    background: #F7F7F7;
  }
  .contact-form-confirm__inner {
    padding: 20px 0;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .contact-form-confirm__box {
    width: 100%;
  }
  .contact-form-confirm__group {
    margin: 0 0 30px 0;
    padding: 0 20px 0;
  }
  .contact-form-confirm__group-head-text {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
  }
  .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 {
    margin: 0 auto;
  }
  .contact-form-thanks__thanks {
    margin: 0 auto 40px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #B60005;
    line-height: 1.5;
  }
  .contact-form-thanks__text {
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .contact-form-thanks__text-bold {
    font-weight: bold;
  }
  .contact-form-thanks__link {
    display: block;
    padding: 20px 27px 20px 0;
    margin: 0 0 40px;
    text-align: center;
    border: 2px solid #000;
    margin: 20px 20px 0;
  }
  .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/sp/home/arrow_right2.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;
  }
  .special-title {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    background-color: #FFF;
    padding: 35px 0 55px;
  }
  .special-title__text {
    font-size: 20px;
    font-weight: bold;
  }
  .special-title__border {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 6px;
    background: linear-gradient(90deg, #E13200, #B60005);
  }
  .special-banner__inner {
    padding: 0px;
  }
	.special-frame__inner .special-banner__inner{
		padding: 40px 20px 0;
	}
  .special-banner__link {
    display: block;
    margin: 0 0 20px;
    text-align: center;
  }
  .special-banner__link span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 5px;
  }
  .special-banner__img {
    width: 328px;
  }
  .special-frame__inner {
    padding-bottom: 80px;
    background: #f7f7f7;
  }
  /*special*/
  .almedahls-frame__inner {
    padding-bottom: 80px;
  }
  .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: 5px auto 0px;
    border-top: #dddddd 1px solid;
    background: #eaeaea;
  }
  .almedahls .pc_hed {
    display: none;
  }
  .almedahls .sp_hed {
    width: 100%;
    text-align: center;
  }
  .almedahls .contents {
    width: 100%;
  }
  .almedahls .contents img {
    width: 100%;
  }
  .almedahls .sp_foot {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    padding: 8px 2px;
    text-align: center;
    box-sizing: border-box;
  }
  .almedahls footer table {
    width: 80%;
  }
  .almedahls .sp_foot img {
    width: 100%;
  }
  .almedahls .p_b40 {
    padding-bottom: 10px;
  }
  .almedahls .p_map {
    padding: 4px;
  }
  .mornin-frame__inner {
    padding-bottom: 80px;
  }
  .mornin * {
    box-sizing: border-box;
  }
  .mornin img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .mornin .mornin_pc {
    display: block;
  }
  .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 {
    margin-bottom: 6.1%;
  }
  .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%;
  }
  .mornin .mornin_pc {
    display: none;
  }
  .mornin .mornin_sp {
    display: inline;
  }
  .mornin .mainWrap {
    background: none;
    padding: 0;
  }
  .mornin .txt1Wrap {
    background: none;
    padding: 0;
  }
  .mornin .content {
    max-width: auto;
    margin: 0;
    padding: 0;
  }
  .mornin .content .sp_h2 {
    margin: 12.3% 0 2.05%;
  }
  .mornin .txtBox1 {
    border: 1px solid #bdebeb;
    margin: 2.67%;
    padding: 4.3% 2.67%;
    display: block;
    text-align: center;
  }
  .mornin .txtBox1 .icon {
    max-width: 60px;
    margin: 0 auto 4%;
  }
  .mornin .txtBox1 .wrap {
    display: table;
    width: 100%;
  }
  .mornin .txtBox1 .wrap p {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mornin .txtBox1 .wrap .left {
    display: table-cell;
    padding: 0 3% 0 0;
    border-right: 1px solid #bdebeb;
    width: 50%;
  }
  .mornin .txtBox1 .wrap .right {
    display: table-cell;
    padding: 0 0 0 3%;
    width: 50%;
  }
  .mornin .txtBox1 h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 3.5% 0;
    font-weight: bold;
    padding: 3px;
    background: url(../img/pc/mornin/sp_bg_txt.png) repeat-x;
    background-size: auto 100%;
    display: inline-block;
  }
  .mornin .txtBox1 .txt1 {
    font-size: 14px;
    margin-bottom: 4.8%;
    padding-bottom: 4.8%;
    border-bottom: 1px solid #bdebeb;
    line-height: 1.4;
    text-align: left;
  }
  .mornin .txtBox1 .txt2 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3.5%;
  }
  .mornin .txtBox1 .btn {
    overflow: hidden;
    width: 100%;
    margin: 0 0 4.8% 0;
    padding: 0 0 4.8% 0;
    border-bottom: 1px solid #bdebeb;
  }
  .mornin .txtBox1 .btn li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .mornin .txtBox1 .btn li:first-child {
    padding-right: 1.4%;
  }
  .mornin .txtBox1 .btn li:last-child {
    padding-left: 1.4%;
  }
  .mornin .txtBox1 .txt3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
  .mornin .txtBox1 .txt3 li:first-child {
    margin: 0 0 4.8%;
  }
  .mornin .txtBox1 .txt3 li {
    display: table;
    width: 100%;
  }
  .mornin .txtBox1 .txt3 li p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3%;
  }
  .mornin .txtBox1 .txt3 li .icon2 {
    display: table-cell;
    vertical-align: middle;
  }
  .mornin .txtBox1 .txt3 li .icon2 img {
    max-width: 140px;
  }
  .mornin .content .movie {
    padding: 0 2.67%;
  }
  .mornin .content .movie .box1 {
    float: none;
    margin: 0 0 2.05% 0;
  }
  .mornin .content .movie .box2 {
    float: none;
    margin-left: 0;
  }
  .mornin .content .movie div {
    position: relative;
    width: 100%;
    padding-top: 64%;
  }
  .mornin .content .showroom .box {
    margin: 0 2.67%;
  }
  .mornin .content .showroom .box .left {
    float: none;
    padding-bottom: 0;
    width: 100%;
  }
  .mornin .content .showroom .box .left .txt4 {
    margin: 4.8% 2.8%;
    font-size: 16px;
    line-height: 1.3;
  }
  .mornin .content .showroom .box .left .btn {
    margin: 0 2.8%;
    text-align: center;
  }
  .mornin .content .showroom .box .left .btn:hover {
    opacity: 1;
  }
  .mornin .content .showroom .box .left .txt5 {
    margin: 5% 2.8%;
    padding: 2%;
    font-size: 14px;
    line-height: 1.3;
    background: #FFFFFF;
  }
  .mornin .content .showroom .box .left .txt5 .mornin_sp {
    background: url(../img/pc/mornin/header_logo.png) no-repeat right bottom 20%;
    background-size: 70px 29px;
  }
  .mornin .content .showroom .box .left .txt5 span {
    display: block;
  }
  .mornin .content .showroom .box .left .txt5 .big {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .mornin .content .showroom .box .left .txt5 .box1 {
    margin-bottom: 2%;
  }
  .mornin .content .showroom .box .right {
    float: none;
    width: 100%;
  }
  .mornin .content .showroom .box .right img {
    width: 100%;
  }
  .mornin .content .showroom .box .right div {
    padding: 2.8% 2.8%;
  }
  .mornin .content .showroom .box .right .mapWrap {
    padding: 0 2.8% 2.8%;
  }
  .pollen-frame__inner {
    padding-bottom: 80px;
  }
  .pollen body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  .pollen .sec {
    text-align: center;
  }
  .pollen .form {
    padding: 0 0 30px;
  }
  .pollen .contact {
    margin: 0 auto 35px;
    padding: 35px 20px;
    background-color: #f5f3f2;
    text-align: center;
  }
  .pollen .contact__title {
    margin: 0;
  }
  .pollen .contact__tel {
    display: block;
    margin: 0 0 20px 0;
  }
  .pollen .contact__btn {
    display: block;
  }
  .pollen .contact__attention {
    max-width: 670px;
    margin: 0 auto;
    padding: 0;
  }
  .pollen .contact__attention-text {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .pollen .showroom {
    padding: 0 20px;
  }
  .pollen .showroom__text {
    max-width: 670px;
    margin: 0 auto 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pollen .showroom__text-strong {
    color: #cc0000;
  }
  .pollen .showroom__btn {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .pollen .showroom__tel {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .pollen .showroom__tel-text {
    max-width: 670px;
    margin: 0 auto 20px;
  }
  .pollen .showroom__tel-text-inner {
    padding: 0 0 20px;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #d9d9d9;
  }
  .pollen .showroom__img-wrapper {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .pollen .showroom__address {
    max-width: 670px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 2;
  }
  .pollen .map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .pollen .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .pollen .foot {
    width: 100%;
    min-width: 375px;
    height: 60px;
    line-height: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .style {
    color: #333300;
  }
  .style-frame__inner {
    padding-bottom: 80px;
  }
  .style__inner {
    padding: 0 10px;
  }
  .style__mv {
    margin: 0 0 25px 0;
  }
  .style__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style__intro__text:last-of-type {
    margin: 0;
  }
  .style__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style__report-sec5 {
    padding: 55px 0 20px;
  }
  .style__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style__banner {
    padding: 40px 10px 0;
  }
  .style__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style__banner-block:last-child {
    margin-bottom: 0;
  }
  .style__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style__banner-num {
    padding: 0 0 10px;
  }
  .style__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style2 {
    color: #333300;
  }
  .style2-frame__inner {
    padding-bottom: 80px;
  }
  .style2__inner {
    padding: 0 10px;
  }
  .style2__mv {
    margin: 0 0 25px 0;
  }
  .style2__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style2__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style2__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style2__intro__text:last-of-type {
    margin: 0;
  }
  .style2__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style2__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style2__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style2__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style2__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style2__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style2__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style2__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style2__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style2__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style2__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style2__report-sec5 {
    padding: 55px 0 20px;
  }
  .style2__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style2__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style2__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style2__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style2__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style2__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style2__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style2__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style2__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style2__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style2__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style2__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style2__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style2__report-sec4-text-img {
    top: 20px;
  }
  .style2__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style2__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style2__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style2__banner {
    padding: 40px 10px 0;
  }
  .style2__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style2__banner-block:last-child {
    margin-bottom: 0;
  }
  .style2__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style2__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style2__banner-num {
    padding: 0 0 10px;
  }
  .style2__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style3 {
    color: #333300;
  }
  .style3-frame__inner {
    padding-bottom: 80px;
  }
  .style3__inner {
    padding: 0 10px;
  }
  .style3__mv {
    margin: 0 0 25px 0;
  }
  .style3__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style3__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style3__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style3__intro__text:last-of-type {
    margin: 0;
  }
  .style3__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style3__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style3__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style3__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style3__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style3__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style3__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style3__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style3__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style3__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style3__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style3__report-sec5 {
    padding: 55px 0 20px;
  }
  .style3__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style3__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style3__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style3__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style3__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style3__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style3__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style3__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style3__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style3__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style3__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style3__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style3__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style3__report-sec4-text-img {
    top: 20px;
  }
  .style3__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style3__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style3__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style3__add-sec {
    padding: 0 0 80px 0;
  }
  .style3__add__video {
    width: 100%;
  }
  .style3__banner {
    padding: 40px 10px 0;
  }
  .style3__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style3__banner-block:last-child {
    margin-bottom: 0;
  }
  .style3__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style3__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style3__banner-num {
    padding: 0 0 10px;
  }
  .style3__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style4 {
    color: #333300;
  }
  .style4-frame__inner {
    padding-bottom: 80px;
  }
  .style4__inner {
    padding: 0 10px;
  }
  .style4__mv {
    margin: 0 0 25px 0;
  }
  .style4__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style4__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style4__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style4__intro__text:last-of-type {
    margin: 0;
  }
  .style4__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style4__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style4__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style4__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style4__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style4__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style4__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style4__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style4__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style4__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style4__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style4__report-sec5 {
    padding: 55px 0 20px;
  }
  .style4__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style4__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style4__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style4__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style4__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style4__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style4__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style4__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style4__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style4__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style4__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style4__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style4__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style4__report-sec4-text-img {
    top: 20px;
  }
  .style4__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style4__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style4__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style4__add-sec {
    padding: 0 0 80px 0;
  }
  .style4__add2-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style4__add2-sec__img {
    margin: 0 0 20px 0;
  }
  .style4__add2-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style4__add2-sec {
    padding: 0 0 80px 0;
  }
  .style4__add2-sec__wrap {
    border-top: none;
  }
  .style4__banner {
    padding: 40px 10px 0;
  }
  .style4__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style4__banner-block:last-child {
    margin-bottom: 0;
  }
  .style4__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style4__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style4__banner-num {
    padding: 0 0 10px;
  }
  .style4__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style5 {
    color: #333300;
  }
  .style5-frame__inner {
    padding-bottom: 80px;
  }
  .style5__inner {
    padding: 0 10px;
  }
  .style5__mv {
    margin: 0 0 25px 0;
  }
  .style5__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style5__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style5__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style5__intro__text:last-of-type {
    margin: 0;
  }
  .style5__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style5__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style5__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style5__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style5__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style5__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style5__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style5__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style5__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style5__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style5__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style5__report-sec5 {
    padding: 55px 0 20px;
  }
  .style5__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style5__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style5__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style5__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style5__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style5__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style5__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style5__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style5__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style5__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style5__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style5__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style5__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style5__report-sec4-text-img {
    top: 20px;
  }
  .style5__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style5__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style5__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style5__add-sec {
    padding: 0 0 40px 0;
  }
  .style5__banner {
    padding: 40px 10px 0;
  }
  .style5__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style5__banner-block:last-child {
    margin-bottom: 0;
  }
  .style5__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style5__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style5__banner-num {
    padding: 0 0 10px;
  }
  .style5__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style5__video__mov {
    width: 100%;
  }
  .style6 {
    color: #333300;
  }
  .style6-frame__inner {
    padding-bottom: 80px;
  }
  .style6__inner {
    padding: 0 10px;
  }
  .style6__mv {
    margin: 0 0 25px 0;
  }
  .style6__mv-img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__mv-text {
    padding: 20px 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
    text-align: center;
  }
  .style6__intro {
    max-width: 710px;
    margin: 0 auto 50px;
  }
  .style6__intro__text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .style6__intro__text:last-of-type {
    margin: 0;
  }
  .style6__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style6__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style6__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style6__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style6__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style6__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style6__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style6__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style6__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style6__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style6__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style6__report-sec5 {
    padding: 55px 0 20px;
  }
  .style6__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style6__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style6__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style6__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style6__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style6__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style6__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style6__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style6__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style6__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style6__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style6__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style6__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style6__report-sec4-text-img {
    top: 20px;
  }
  .style6__report__img {
    margin: 0 0 40px 0;
  }
  .style6__add-sec__wrap {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
  }
  .style6__add-sec__img {
    margin: 0 0 20px 0;
  }
  .style6__add-sec__text p {
    max-width: 710px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .style6__add-sec {
    padding: 0 0 40px 0;
  }
  .style6__ind-img {
    display: block;
    margin: 0 auto 40px;
  }
  .style6__banner {
    padding: 40px 10px 0;
  }
  .style6__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style6__banner-block:last-child {
    margin-bottom: 0;
  }
  .style6__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style6__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style6__banner-num {
    padding: 0 0 10px;
  }
  .style6__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style__banner_new {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style7 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style7-frame__inner {
    padding-bottom: 80px;
  }
  .style7__inner {
    padding: 0 10px;
  }
  .style7__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style7__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style7__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style7__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style7__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style7__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style7__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style7__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style7__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style7__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style7__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style7__report-sec5 {
    padding: 55px 0 20px;
  }
  .style7__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style7__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style7__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style7__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style7__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style7__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style7__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style7__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style7__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style7__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style7__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style7__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style7__report-sec4-text-img {
    top: 20px;
  }
  .style7__banner {
    padding: 40px 10px 0;
  }
  .style7__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style7__banner-block:last-child {
    margin-bottom: 0;
  }
  .style7__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style7__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style7__banner-num {
    padding: 0 0 10px;
  }
  .style7__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style7__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style7__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style7__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style7__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style7__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style7__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style7__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style7__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style7__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style7__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style7__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style7__report-sec5 {
    padding: 55px 0 20px;
  }
  .style7__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style7__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style7__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style7__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style7__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style7__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style7__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style7__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style7__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style7__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style7__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style7__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style7__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style7__banner {
    padding: 40px 10px 0;
  }
  .style7__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style7__banner-block:last-child {
    margin-bottom: 0;
  }
  .style7__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style7__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style7__banner-num {
    padding: 0 0 10px;
  }
  .style7__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style7__roominfo {
    margin: 60px 10px 0;
  }
  .style7__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style7__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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 {
    padding-bottom: 20px;
  }
  .style7__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
  }
  .style7__roominfo-column3-col span {
    width: 47%;
  }
  .style7__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .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: 47%;
    margin: 0 0 15px 0;
  }
  .style7__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style7__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style7__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style7__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style7__movie-control {
    width: 100%;
  }
  .style7__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style7__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style7__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style7__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style8 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style8-frame__inner {
    padding-bottom: 80px;
  }
  .style8__inner {
    padding: 0 10px;
  }
  .style8__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style8__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style8__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style8__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style8__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style8__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style8__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style8__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style8__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style8__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style8__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style8__report-sec5 {
    padding: 55px 0 20px;
  }
  .style8__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style8__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style8__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style8__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style8__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style8__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style8__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style8__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style8__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style8__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style8__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style8__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style8__report-sec4-text-img {
    top: 20px;
  }
  .style8__banner {
    padding: 40px 10px 0;
  }
  .style8__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style8__banner-block:last-child {
    margin-bottom: 0;
  }
  .style8__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style8__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style8__banner-num {
    padding: 0 0 10px;
  }
  .style8__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style8__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style8__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style8__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style8__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style8__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style8__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style8__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style8__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style8__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style8__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style8__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style8__report-sec5 {
    padding: 55px 0 20px;
  }
  .style8__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style8__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style8__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style8__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style8__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style8__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style8__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style8__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style8__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style8__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style8__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style8__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style8__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style8__banner {
    padding: 40px 10px 0;
  }
  .style8__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style8__banner-block:last-child {
    margin-bottom: 0;
  }
  .style8__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style8__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style8__banner-num {
    padding: 0 0 10px;
  }
  .style8__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style8__roominfo {
    margin: 60px 10px 0;
    /*new styles*/
    /*new styles*/
  }
  .style8__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style8__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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 {
    padding-bottom: 20px;
  }
  .style8__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
  }
  .style8__roominfo-column3-col span {
    width: 47%;
  }
  .style8__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .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: 47%;
    margin: 0 0 15px 0;
  }
  .style8__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style8__roominfo-column2_2 {
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_2-photo {
    margin-top: 20px;
  }
  .style8__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style8__roominfo-column2_3 {
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_3-col {
    margin-bottom: 20px;
  }
  .style8__roominfo-column2_3-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style8__roominfo-column2_4 {
    margin-bottom: 30px;
  }
  .style8__roominfo-column2_4-col {
    margin-bottom: 20px;
  }
  .style8__roominfo-column2_4-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style8__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style8__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style8__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style8__movie-control {
    width: 100%;
  }
  .style8__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style8__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style8__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style8__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style9 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style9-frame__inner {
    padding-bottom: 80px;
  }
  .style9__inner {
    padding: 0 10px;
  }
  .style9__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style9__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style9__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style9__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style9__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style9__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style9__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style9__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style9__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style9__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style9__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style9__report-sec5 {
    padding: 55px 0 20px;
  }
  .style9__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style9__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style9__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style9__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style9__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style9__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style9__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style9__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style9__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style9__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style9__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style9__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style9__report-sec4-text-img {
    top: 20px;
  }
  .style9__banner {
    padding: 40px 10px 0;
  }
  .style9__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style9__banner-block:last-child {
    margin-bottom: 0;
  }
  .style9__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style9__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style9__banner-num {
    padding: 0 0 10px;
  }
  .style9__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style9__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style9__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style9__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style9__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style9__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style9__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style9__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style9__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style9__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style9__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style9__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style9__report-sec5 {
    padding: 55px 0 20px;
  }
  .style9__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style9__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style9__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style9__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style9__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style9__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style9__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style9__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style9__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style9__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style9__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style9__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style9__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style9__banner {
    padding: 40px 10px 0;
  }
  .style9__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style9__banner-block:last-child {
    margin-bottom: 0;
  }
  .style9__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style9__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style9__banner-num {
    padding: 0 0 10px;
  }
  .style9__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style9__roominfo {
    margin: 60px 10px 0;
    /*new styles*/
    /*new styles*/
  }
  .style9__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style9__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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 {
    padding-bottom: 20px;
  }
  .style9__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
  }
  .style9__roominfo-column3-col span {
    width: 47%;
  }
  .style9__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .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: 47%;
    margin: 0 0 15px 0;
  }
  .style9__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style9__roominfo-column2_2 {
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_2-photo {
    margin-top: 20px;
  }
  .style9__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style9__roominfo-column2_3 {
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_3-col {
    margin-bottom: 20px;
  }
  .style9__roominfo-column2_3-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style9__roominfo-column2_4 {
    margin-bottom: 30px;
  }
  .style9__roominfo-column2_4-col {
    margin-bottom: 20px;
  }
  .style9__roominfo-column2_4-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style9__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style9__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style9__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style9__movie-control {
    width: 100%;
  }
  .style9__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style9__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style9__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style9__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style10 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style10-frame__inner {
    padding-bottom: 80px;
  }
  .style10__inner {
    padding: 0 10px;
  }
  .style10__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style10__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style10__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style10__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style10__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style10__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style10__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style10__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style10__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style10__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style10__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style10__report-sec5 {
    padding: 55px 0 20px;
  }
  .style10__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style10__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style10__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style10__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style10__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style10__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style10__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style10__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style10__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style10__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style10__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style10__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style10__report-sec4-text-img {
    top: 20px;
  }
  .style10__banner {
    padding: 40px 10px 0;
  }
  .style10__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style10__banner-block:last-child {
    margin-bottom: 0;
  }
  .style10__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style10__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style10__banner-num {
    padding: 0 0 10px;
  }
  .style10__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style10__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style10__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style10__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style10__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style10__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style10__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style10__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style10__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style10__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style10__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style10__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style10__report-sec5 {
    padding: 55px 0 20px;
  }
  .style10__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style10__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style10__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style10__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style10__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style10__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style10__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style10__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style10__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style10__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style10__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style10__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style10__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style10__banner {
    padding: 40px 10px 0;
  }
  .style10__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style10__banner-block:last-child {
    margin-bottom: 0;
  }
  .style10__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style10__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style10__banner-num {
    padding: 0 0 10px;
  }
  .style10__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style10__roominfo {
    margin: 60px 10px 0;
    /*new styles*/
    /*new styles*/
  }
  .style10__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style10__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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 {
    padding-bottom: 20px;
  }
  .style10__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
  }
  .style10__roominfo-column3-col span {
    width: 47%;
  }
  .style10__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .style10__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style10__roominfo-column3-col-double {
    width: 100%;
    display: block;
    padding-bottom: 1em;
  }
  .style10__roominfo-column3-col-double p {
    width: 100%;
  }
  .style10__roominfo-column3-sp_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style10__roominfo-column3-sp_flex .style10__roominfo-column3-col {
    width: 47%;
  }
  .style10__roominfo-column3-sp_flex .style10__roominfo-column3-col span {
    width: 100%;
  }
  .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: 47%;
    margin: 0 0 15px 0;
  }
  .style10__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style10__roominfo-column2_2 {
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_2-photo {
    margin-top: 20px;
  }
  .style10__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style10__roominfo-column2_3 {
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_3-col {
    margin-bottom: 20px;
  }
  .style10__roominfo-column2_3-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style10__roominfo-column2_4 {
    margin-bottom: 30px;
  }
  .style10__roominfo-column2_4-col {
    margin-bottom: 20px;
  }
  .style10__roominfo-column2_4-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style10__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style10__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style10__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style10__movie-control {
    width: 100%;
  }
  .style10__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style10__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style10__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style10__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style11 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style11-frame__inner {
    padding-bottom: 80px;
  }
  .style11__inner {
    padding: 0 10px;
  }
  .style11__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style11__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style11__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style11__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style11__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style11__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style11__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style11__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style11__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style11__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style11__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style11__report-sec5 {
    padding: 55px 0 20px;
  }
  .style11__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style11__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style11__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style11__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style11__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style11__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style11__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style11__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style11__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style11__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style11__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style11__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style11__report-sec4-text-img {
    top: 20px;
  }
  .style11__banner {
    padding: 40px 10px 0;
  }
  .style11__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style11__banner-block:last-child {
    margin-bottom: 0;
  }
  .style11__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style11__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style11__banner-num {
    padding: 0 0 10px;
  }
  .style11__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style11__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style11__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style11__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style11__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style11__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style11__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style11__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style11__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style11__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style11__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style11__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style11__report-sec5 {
    padding: 55px 0 20px;
  }
  .style11__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style11__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style11__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style11__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style11__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style11__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style11__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style11__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style11__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style11__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style11__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style11__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style11__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style11__banner {
    padding: 40px 10px 0;
  }
  .style11__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style11__banner-block:last-child {
    margin-bottom: 0;
  }
  .style11__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style11__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style11__banner-num {
    padding: 0 0 10px;
  }
  .style11__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style11__roominfo {
    margin: 60px 10px 0;
    /*new styles*/
    /*new styles*/
  }
  .style11__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style11__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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-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 {
    padding-bottom: 20px;
  }
  .style11__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    padding-bottom: 1em;
  }
  .style11__roominfo-column3-col span {
    width: 47%;
  }
  .style11__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .style11__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style11__roominfo-column3-col p {
    width: 100%;
  }
  .style11__roominfo-column3-col-double {
    width: 100%;
    display: block;
    padding-bottom: 1em;
  }
  .style11__roominfo-column3-col-double p {
    width: 100%;
  }
  .style11__roominfo-column3-sp_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style11__roominfo-column3-sp_flex .style10__roominfo-column3-col {
    width: 47%;
  }
  .style11__roominfo-column3-sp_flex .style10__roominfo-column3-col span {
    width: 100%;
  }
  .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-col {
    width: 47%;
    margin: 0 0 15px 0;
    /*rinji style*/
  }
  .style11__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style11__roominfo-column4-col-sp_full {
    width: 100%;
  }
  .style11__roominfo-column2_2 {
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_2-photo {
    margin-top: 20px;
  }
  .style11__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style11__roominfo-column2_3 {
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_3-col {
    margin-bottom: 20px;
  }
  .style11__roominfo-column2_3-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style11__roominfo-column2_4 {
    margin-bottom: 30px;
  }
  .style11__roominfo-column2_4-col {
    margin-bottom: 20px;
  }
  .style11__roominfo-column2_4-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style11__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style11__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style11__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style11__movie-control {
    width: 100%;
  }
  .style11__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style11__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style11__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style11__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    margin: 70px auto 0;
  }
  .style__banner_new-block {
    margin: 20px 10px;
    padding: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #EFEDED;
    opacity: 1;
    transition: all .5s ease-out;
  }
  .style__banner_new-block:hover {
    opacity: 0.6;
  }
  .style__banner_new-block:last-child {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 20px;
  }
  .style__banner_new-image {
    width: 120px;
  }
  .style__banner_new-text {
    width: calc(100% - 135px);
    height: 120px;
  }
  .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: 100%;
    margin: 0 auto;
  }
  .style__mv_new h1 {
    margin-bottom: 50px;
  }
  .style__mv_new img {
    max-width: auto;
    width: 100%;
  }
  .style__mv_new-txt {
    padding: 0 10px;
    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 2019.03.add */
  .style__contents_link {
    width: 100%;
    background: #ffffff;
  }
  .style__contents_link-inner {
    margin: 0 auto;
    padding: 80px 20px 60px;
  }
  .style__contents_link-inner > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .style__contents_link-inner-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .style__contents_link-inner-txt {
    width: 100%;
  }
  .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;
  }
  .style__contents_link-inner-txt .voice-archive__btn {
    margin: 0;
  }
  /**/
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  /*NEW BANNER STYLE & COMMON STYLES*/
  .style12 {
    color: #333300;
    /*REPORT*/
    /* BANNER */
    /* ROOMINFO*/
  }
  .style12-frame__inner {
    padding-bottom: 80px;
  }
  .style12__inner {
    padding: 0 10px;
  }
  .style12__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style12__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style12__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style12__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style12__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style12__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style12__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style12__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style12__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style12__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style12__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style12__report-sec5 {
    padding: 55px 0 20px;
  }
  .style12__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style12__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style12__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style12__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style12__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style12__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style12__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style12__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style12__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style12__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style12__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style12__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style12__report-sec4-text-img {
    top: 20px;
  }
  .style12__banner {
    padding: 40px 10px 0;
  }
  .style12__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style12__banner-block:last-child {
    margin-bottom: 0;
  }
  .style12__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style12__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style12__banner-num {
    padding: 0 0 10px;
  }
  .style12__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style12__report {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .style12__report__img {
    max-width: 750px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec1 {
    margin: 0 0 40px 0;
  }
  .style12__report-sec1__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .style12__report-sec1__text {
    max-width: 710px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
  .style12__report-sec1__img {
    display: block;
    margin: 0 auto 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-kanso {
    position: relative;
    margin: 0 0 50px;
    padding: 70px 0 20px;
    border: 5px solid #f9fbdd;
    background-color: #fdfeee;
  }
  .style12__report-kanso-text {
    position: relative;
    background-image: url(../img/sp/style/common/img_bg_kanso_sp.png);
    background-size: 100% 480px;
  }
  .style12__report-kanso-text:nth-of-type(3) {
    margin: 0;
  }
  .style12__report-kanso-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-kanso-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style12__report-sec4 {
    position: relative;
    padding: 70px 0 20px;
    border: 3px solid #ffe7ef;
    background-color: #faeef2;
  }
  .style12__report-sec4-text:nth-of-type(3) {
    margin: 0;
  }
  .style12__report-sec4-text-img {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec4-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  .style12__report-sec5 {
    padding: 55px 0 20px;
  }
  .style12__report-sec5__list {
    font-size: 16px;
    line-height: 1.8;
  }
  .style12__report-sec5__list-item {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .style12__report-sec6__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #e45585;
  }
  .style12__report-sec6__title-min {
    margin: 0 0 35px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
  }
  .style12__report-sec6__profile:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .style12__report-sec6__profile-img {
    float: left;
    width: 177px;
    margin: 0 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .style12__report-sec6__profile-head {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    top: 25px;
  }
  .style12__report-sec6__profile-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .style12__report-sec6__profile-desc {
    margin-bottom: 10px;
  }
  .style12__report-sec6__profile-desc p {
    font-size: 12px;
    line-height: 1.8;
  }
  .style12__report-sec6__profile-link {
    font-size: 12px;
    color: #e6638f;
    text-decoration: none;
  }
  .style12__report-sec6__img-wrap {
    margin: 0 auto 15px;
  }
  .style12__report-sec6__img-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .style12__banner {
    padding: 40px 10px 0;
  }
  .style12__banner-block {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #eee;
  }
  .style12__banner-block:last-child {
    margin-bottom: 0;
  }
  .style12__banner-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .style12__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding: 0 0 0 5%;
  }
  .style12__banner-num {
    padding: 0 0 10px;
  }
  .style12__banner-title-text {
    font-size: 14px;
    font-weight: bold;
  }
  .style12__roominfo {
    margin: 60px 10px 0;
    /*new styles*/
    /*new styles*/
  }
  .style12__roominfo-column2 {
    display: block;
    margin-bottom: 30px;
  }
  .style12__roominfo-column2-col img {
    margin-top: 20px;
  }
  .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-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-column3 {
    padding-bottom: 20px;
  }
  .style12__roominfo-column3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    padding-bottom: 1em;
  }
  .style12__roominfo-column3-col span {
    width: 47%;
  }
  .style12__roominfo-column3-col p {
    width: 47%;
    line-height: 21px;
  }
  .style12__roominfo-column3-col img {
    margin-bottom: 10px;
  }
  .style12__roominfo-column3-col p {
    width: 100%;
  }
  .style12__roominfo-column3-col-double {
    width: 100%;
    display: block;
    padding-bottom: 1em;
  }
  .style12__roominfo-column3-col-double p {
    width: 100%;
  }
  .style12__roominfo-column3-sp_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style12__roominfo-column3-sp_flex .style10__roominfo-column3-col {
    width: 47%;
  }
  .style12__roominfo-column3-sp_flex .style10__roominfo-column3-col span {
    width: 100%;
  }
  .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-col {
    width: 47%;
    margin: 0 0 15px 0;
    /*rinji style*/
  }
  .style12__roominfo-column4-col img {
    margin-bottom: 10px;
  }
  .style12__roominfo-column4-col-sp_full {
    width: 100%;
  }
  .style12__roominfo-column2_2 {
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_2-photo {
    margin-top: 20px;
  }
  .style12__roominfo-column2_2-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style12__roominfo-column2_3 {
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_3-col {
    margin-bottom: 20px;
  }
  .style12__roominfo-column2_3-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style12__roominfo-column2_4 {
    margin-bottom: 30px;
  }
  .style12__roominfo-column2_4-col {
    margin-bottom: 20px;
  }
  .style12__roominfo-column2_4-col img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .style12__from_cordinator {
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #C4C4C4;
    padding: 40px 20px;
  }
  .style12__from_cordinator-thumb {
    width: 106px;
    height: 106px;
    margin: 0 auto;
  }
  .style12__from_cordinator-txt {
    padding-top: 20px;
  }
  .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;
    margin: 60px 10px 35px;
    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 {
    margin: 0 10px;
  }
  .style12__movie-control {
    width: 100%;
  }
  .style12__photo-report {
    border: 1px solid #CBA755;
    margin: 65px 10px 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: 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .style12__photo-report-inner-photo {
    padding: 20px 0;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .style12__photo-report-inner-photo img {
    max-width: auto;
    width: 100%;
  }
  .style12__photo-report-inner-txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .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 {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /*
main
*/
  .main {
    background: no-repeat url(../img/pc/akarina/img_mainvisual.jpg);
    background-position: center -247px;
  }
  .main__inner {
    margin: 0 auto;
    padding-top: 46px;
    text-align: center;
  }
  .main__page-title {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .main__page-title-top {
    line-height: 24px;
    margin-bottom: 10px;
    color: #707070;
    font-size: 16px;
    font-family: 'YuMincho',-apple-system,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','MMS P明朝','MS PMincho',serif;
  }
  .main__page-title-bottom {
    line-height: 29px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .main__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main__feature-wrapper {
    max-width: 355px;
    margin: 0 auto;
  }
  .main__award {
    max-width: 166px;
    margin: 0 auto;
  }
  .main__text-wrapper {
    display: inline-block;
    margin: 0 auto;
  }
  .main__text-large {
    margin-bottom: 2px;
    padding: 0 10px;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #C70000;
  }
  .main__text-small {
    padding: 0 10px;
    text-align: left;
    text-align: left;
    line-height: 20px;
    margin-bottom: 35px;
    font-size: 12px;
  }
  .main__ba {
    display: block;
    margin: 0 auto;
    margin-bottom: 42px;
    padding: 0 10px;
  }
  .main__ba-img {
    width: 355px;
  }
  /*
 present
*/
  .present__inner {
    height: 146px;
    background-color: #D5F1F3;
  }
  .present__image {
    position: relative;
    margin: 0 auto;
    width: 353px;
  }
  .present__image-image {
    position: absolute;
    top: -18px;
  }
  /*
feature
*/
  .feature__title {
    max-width: 352px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .feature__title-image {
    margin: 70px auto 20px;
  }
  .feature__subtitle {
    margin-bottom: 30px;
    padding: 20px 0 11px;
    text-align: center;
    color: #FFF;
    background-color: #169A8E;
  }
  .feature__subtitle-number-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 6px 21px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 12px;
    font-weight: bold;
  }
  .feature__subtitle-text {
    display: block;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
  }
  .feature__wrapper {
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .feature__content-wrapper {
    margin-bottom: 40px;
  }
  .feature__content-text-wrapper {
    float: left;
  }
  .feature__content-title {
    margin-bottom: 8px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    color: #169A8E;
  }
  .feature__content-text {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
    color: #000000;
  }
  .feature__content-image-wrapper {
    max-width: 355px;
    margin: 0 auto;
  }
  .feature__content-image-image {
    margin-bottom: 12px;
  }
  .feature__content-image-text {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
  }
  .feature__content-reason-q {
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #169A8E;
    font-size: 16px;
    font-weight: bold;
    color: #169A8E;
  }
  .feature__content-reason-a {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 16px;
  }
  .feature__content-reason-1-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .feature__content-reason-1-image-left {
    width: 292px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .feature__content-reason-1-image-right {
    width: 375px;
    margin: 0 auto;
  }
  .feature__content-reason-2-image-wrapper {
    width: 352px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .feature__content-reason-2-image {
    text-align: center;
  }
  .feature__content-reason-2-image-left {
    width: 172px;
  }
  .feature__content-reason-2-image-right {
    width: 172px;
    margin: 0 auto;
  }
  .feature__content-reason-2-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: 8px;
  }
  .feature__content-reason-2-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .feature__content-reason-2-text-top {
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
    box-sizing: border-box;
    color: #FFF;
    background-color: #C1C1C1;
  }
  .feature__content-reason-2-image-left {
    margin-bottom: 10px;
  }
  .feature__content-reason-2-text-bottom {
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
    box-sizing: border-box;
    color: #FFF;
    background-color: #169A8E;
  }
  /*
night
*/
  .night {
    background-color: #ECF7F6;
    text-align: center;
  }
  .night__inner {
    margin: 0 auto;
    padding: 60px 10px 40px;
  }
  .night__title {
    display: inline-block;
    position: relative;
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .night__title:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -40px;
    background: no-repeat url(../img/pc/akarina/icon_moon.png);
    background-size: 64px;
  }
  .night__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #169A8E;
  }
  .night__text {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
  }
  .night__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .night__image-left {
    width: 355px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .night__image-right {
    width: 227px;
    height: 100%;
    margin: 0 auto;
  }
  .night__movie {
    max-width: 766px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .night__movie-left {
    max-width: 355px;
    margin: 0 auto;
  }
  .night__movie-right {
    max-width: 355px;
    margin: 0 auto;
  }
  .night__movie-text {
    line-height: 21px;
    text-align: left;
    font-size: 14px;
    color: #666666;
  }
  .night__signage {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .night__signage-left {
    width: 355px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .night__signage-left-left {
    width: 49%;
    float: left;
    margin-right: 5px;
  }
  .night__signage-left-right {
    width: 49%;
    float: right;
  }
  .night__signage-right {
    width: 355px;
    margin: 0 auto;
  }
  .night__signage-right-left {
    width: 49%;
    float: left;
    margin-right: 5px;
  }
  .night__signage-right-right {
    width: 49%;
    float: right;
  }
  .night__signage-text {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
  }
  .night__signage-image-wrapper {
    margin-bottom: 14px;
  }
  .night__signage-image-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .night__signage-text:last-child {
    margin-bottom: 0;
  }
  .movie {
    width: 100%;
    height: 165px;
    margin: 0 0 14px;
  }
  /*
example
*/
  .example__inner {
    margin: 0 auto;
    padding: 60px 0 80px;
    text-align: center;
  }
  .example__title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .example__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .example__section:last-child {
    margin-bottom: 0;
  }
  .example__section-image {
    width: 355px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .example__section-image:last-child {
    margin-bottom: 0;
  }
  /*
qa
*/
  .qa__inner {
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 27px;
  }
  .qa__title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .qa__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .qa__wrapper {
    max-width: 355px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
  }
  .qa__wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .qa__q {
    margin-bottom: 20px;
    color: #666666;
  }
  .qa__a-red {
    color: #FF0000;
  }
  /*
lineup
*/
  .lineup__inner {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .lineup__title {
    text-align: center;
    margin-bottom: 25px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .lineup__wrapper {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .lineup__product {
    display: -ms-flexbox;
    display: flex;
    width: 355px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #707070;
  }
  .lineup__product:last-child {
    margin-bottom: 0;
  }
  .lineup__product-image {
    width: 200px;
    height: 100%;
    margin-right: 20px;
  }
  .lineup__product-text-wrapper {
    padding-right: 7px;
  }
  .lineup__product-name {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }
  .lineup__product-cert {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #169A8E;
  }
  .lineup__product-spec {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .lineup__product-type {
    font-size: 12px;
    line-height: 20px;
  }
  /*
client
*/
  .client__inner {
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 80px;
    font-size: 14px;
  }
  .client__title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    color: #169A8E;
  }
  .client__content {
    display: block;
    width: 355px;
    margin: 0 auto;
    vertical-align: top;
  }
  .client__content-list {
    line-height: 25px;
  }
  .wallfitter__inner {
    padding-bottom: 80px;
  }
  .wallfitter__mv {
    width: 100%;
    height: 600px;
    background-image: url(../img/sp/wallfitter/img_mv.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .wallfitter__h1 {
    padding: 100px 0 0 0;
    text-align: center;
  }
  .wallfitter__sec {
    padding: 90px 20px;
  }
  .wallfitter__sec:nth-child(1) {
    padding: 100px 20px 90px;
    background-color: #F5F5F5;
  }
  .wallfitter__sec:nth-child(2) {
    background-color: #FFFFFF;
  }
  .wallfitter__sec:nth-child(3) {
    background-color: #E1E5EF;
  }
  .wallfitter__sec:nth-child(4) {
    padding: 90px 20px 100px;
    background-color: #FFFFFF;
  }
  .wallfitter__h2 {
    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_2 {
    padding: 20px;
    background-color: #F5F5F5;
  }
  .wallfitter__text-box {
    margin: 0 0 60px 0;
  }
  .wallfitter__movie-box-sp-wrapper {
    padding: 20px;
    background-color: #FFF;
  }
  .wallfitter__movie-box {
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  .wallfitter__movie-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .wallfitter__movie-box_2 {
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  .wallfitter__movie-box_2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .wallfitter__img-box {
    margin: 0 0 60px 0;
    padding: 20px;
    background: #F5F5F5;
  }
  .wallfitter__content-img {
    width: 100%;
  }
  .wallfitter__sec-text {
    margin: 0 0 40px 0;
    font-size: 14px;
    color: #323232;
    line-height: 2;
    word-break: break-all;
  }
  .wallfitter__text-border-box {
    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-text-title {
    margin: 0 0 30px 0;
    padding: 40px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
  }
  .wallfitter__sec-text {
    font-size: 14px;
    color: #323232;
    line-height: 2;
    word-break: break-all;
  }
  .wallfitter__num-box {
    position: relative;
    margin: 0 0 40px 0;
    padding: 30px;
    background-color: #FFF;
  }
  .wallfitter__num-img {
    position: absolute;
    top: -20px;
    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 {
    margin: 60px 0 0;
    padding: 60px 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__product-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wallfitter__product-img {
    width: 300px;
    height: 250px;
    margin: 0 30px 60px;
  }
  .wallfitter__product-img:last-child {
    margin: 0 30px 0;
  }
  .map {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .foot {
    width: 100%;
    min-width: 375px;
    height: 60px;
    line-height: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .kahun {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    /*使い回すパーツ*/
  }
  .kahun-visual {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .kahun-content {
    margin: 0 25px;
  }
  .kahun-content_section {
    text-align: center;
    padding-top: 60px;
    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 {
    text-align: left;
  }
  .kahun-content_column-col:nth-child(2) {
    padding-top: 20px;
  }
  .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 {
    text-align: left;
    margin-bottom: 50px;
  }
  .kahun-qa_column:last-child {
    margin-bottom: 0;
  }
  .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 {
    padding-top: 30px;
    text-align: center;
  }
  .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .kahun-content_function li {
    height: 30px;
    border: 1px solid #034EA2;
    padding: 0 20px;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 15px;
    margin: 0 2.5px 5px;
    color: #034EA2;
  }
  .kahun-content_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kahun-content_items-item {
    width: 46%;
    text-align: left;
    margin-bottom: 30px;
  }
  .kahun-content_items-item img {
    width: 100%;
    height: auto;
  }
  .kahun-content_items-item-text {
    padding: 20px 0 0 0;
    font-size: 24px;
    color: #333333;
  }
  .kahun-content_items-item-text span {
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
  .kahun-content_aside {
    padding: 80px 25px;
    margin-bottom: 40px;
  }
  .kahun-content_aside-banner {
    text-align: center;
    padding-top: 25px;
  }
  .kahun-content_aside-banner img {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .kahun-content_aside p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .kahun-content_aside-linktext {
    font-size: 16px;
    color: #646464;
    font-weight: normal;
    line-height: 27px;
  }
  .kahun-content_aside-gray {
    background: #F7F7F7;
  }

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

  .header_special_info a {
    color: #fff;
    text-decoration: underline;
    line-height: .5;
  }

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

      .post-slide .slick-slide img {
        width: 100%;
        height: auto;
        max-width: 100%!important;
      }

  .pc-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

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

  .c-info-border {
    max-width: 560px;
    width: 88%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px;
    border: solid 1px #555;
    border-radius: 20px;
  }

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

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

  .c-info-border .c-info-ul {
    margin: 0 auto;
    list-style-type: disc!important;
    font-weight: bold;
    font-size: 14px;
    padding-left: 1em;
  }

  .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;
  }
}

@media screen and (max-width: 374px) {
  .cv-fixed__block-tel-image_form {
    width: 19px;
  }
  .cv-fixed__block-tel-text-top_form {
    color: #FFDB76;
    font-size: 9px;
  }
  .cv-fixed__block-tel-text-top_form_a {
    font-family: Arial;
    color: #FFDB76;
    font-size: 9px;
  }
  .cv-fixed__block-tel-text-bottom {
    font-size: 13px;
    color: #fff;
  }
}

/*------------------------------------------------------------
* article
------------------------------------------------------------*/

@media screen and (max-width: 640px) {

  table.parts__table01 thead th,table.parts__table01 tbody th,table.parts__table01 tbody td {
    padding:10px 15px;
  }
}
