@charset "Shift_JIS";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/* color */
/*text_color*/
/*font-size*/
/*font-family*/
/* media screen */
/* clearfix */
/* �Ō�̗v�f��margin-bottom���Ƃ� */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "���S�V�b�N", YuGothic, "���C���I", Meiryo, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }

body {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: transparent;
  color: #333333;
  font-family: "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "���C���I", Meiryo, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  overflow-wrap: break-word; }

_:lang(x)::-ms-backdrop,
body {
  font-family: "���C���I", Meiryo, sans-serif; }

* {
  box-sizing: border-box; }

.l_base {
  position: relative;
  overflow: hidden; }

.clearfix {
  /* Legacy IE */
  *zoom: 1; }
  .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""; }

img {
  max-width: 100%; }

a {
  color: #333333;
  text-decoration: none;
  transition: all, 0.3s; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.fwb {
  font-weight: 600; }

.fll {
  float: left; }

.flr {
  float: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

input:focus {
  outline: none;
  outline-offset: none;
  background: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

.pc {
  display: block; }

.sp {
  display: none; }

.xs {
  display: none; }

.tab {
  display: none; }

.font_noto {
  font-family: 'Noto Serif JP', sans-serif; }

.normal_move {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all .64s ease-out; }

.normal_move.fuwa {
  transform: translate(0, 0);
  opacity: 1; }

.header {
  z-index: 999;
  top: 0;
  width: 100%;
  background: white; }
  .header .gnav {
    position: absolute;
    top: 38px;
    right: 50px; }
    .header .gnav .gnav_list {
      display: flex;
      flex-direction: row; }
      .header .gnav .gnav_list a:hover {
        font-weight: bold; }
    .header .gnav .gnav_item {
      width: 110px;
      text-align: center; }

.header .gnav {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  box-sizing: border-box;
  z-index: 998;
  position: fixed;
  top: 0;
  right: -1400px;
  width: 100%;
  max-width: 500px;
  height: calc(100vh);
  padding: 0;
  background: #f5f5f5;
  text-align: center;
  transition: .5s ease-in-out; }
  .header .gnav .gnav_list {
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    flex-direction: column;
    margin-top: 24px;
    padding: 2rem 1.6rem 3rem;
    font-size: 1em;
    list-style: none;
    text-align: left; }
  .header .gnav .gnav_item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    width: 100%;
    margin: 8px auto;
    padding: 4px 8px;
    background-position: right center;
    background-size: 20px 6px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3.2rem; }
    .header .gnav .gnav_item a {
      box-sizing: border-box;
      display: inline-block;
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 12px 0;
      border-radius: 12px;
      background: white;
      color: #E60013;
      font-size: 14px;
      text-decoration: none; }
      .header .gnav .gnav_item a:after {
        display: block;
        z-index: 9;
        position: absolute;
        top: 50%;
        right: 8px;
        width: 12px;
        height: 16px;
        transform: translate(-50%, -50%);
        background: url(../images/common/arrow_right-red.png) no-repeat center/contain;
        content: ''; }
    .header .gnav .gnav_item.menu-close {
      box-sizing: border-box;
      display: inline-block;
      display: block;
      position: relative;
      width: 100%;
      max-width: 80%;
      height: auto;
      margin-top: 12px;
      padding: 8px 0;
      border-radius: 12px;
      background: #E60013;
      color: white;
      font-size: 14px;
      line-height: 2.4rem;
      text-decoration: none; }
    .header .gnav .gnav_item:last-child a {
      border-bottom: none; }

/* �n���o�[�K�[���j���[�{�^�� */
.gnav_toggle {
  z-index: 101;
  cursor: pointer; }

/* ���j���[�X���C�h�A�j���[�V���� */
.open .gnav {
  transform: translateX(-1400px); }

.m_modal {
  display: none;
  z-index: 0999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh; }
  .m_modal .movie-wrap {
    position: relative;
    /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
  .m_modal .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m_modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

.m_modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 860px;
  padding: 0;
  transform: translate(-50%, -50%);
  background: #fff; }

a.js-modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  background: red;
  background: url(../images/top/icon_close.png) no-repeat center/contain; }

.main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#container_all_w {
  width: 100% !important;
  text-align: left; }

.header .sub_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 1068px;
  height: auto;
  margin: 0 auto;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden; }
  .header .sub_nav .sub_nav_left {
    display: flex;
    align-items: center;
    margin: 8px 0; }
    .header .sub_nav .sub_nav_left .text {
      margin: 0 0 0 6px;
      color: #E60013;
      font-size: 13px;
      font-weight: bold; }
  .header .sub_nav .sub_nav_right .text {
    display: block;
    color: #E60013;
    font-size: 10px;
    font-weight: bold; }
    .header .sub_nav .sub_nav_right .text:after {
      display: block;
      width: 6px;
      height: 6px;
      margin: 0 auto;
      background: url(../images/common/arrow_down-red.png) no-repeat center center/contain;
      content: ""; }
  .header .sub_nav .sub_nav_right .text.open:after {
    transform: rotate(180deg); }

.pc-top-menu .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 32px);
  max-width: 1080px;
  margin: 24px auto 12px;
  font-weight: bold; }
  .pc-top-menu .list .spnav,
  .pc-top-menu .list .spnavline {
    display: none; }
  .pc-top-menu .list li {
    padding: 2px; }
    .pc-top-menu .list li:hover {
      text-decoration: underline; }

.sp-br {
  display: none !important; }

.mainfoot {
  background: #E60013; }
  .mainfoot_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .mainfoot .mainfoot_menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 24px 0 48px; }
    .mainfoot .mainfoot_menu .menu_list {
      width: 49%; }
      .mainfoot .mainfoot_menu .menu_list .link {
        box-sizing: border-box;
        display: block;
        position: relative;
        width: 100%;
        padding: 16px 8px;
        border-bottom: 1px solid white;
        color: white;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle; }
        .mainfoot .mainfoot_menu .menu_list .link:hover {
          background: #ED404E; }
        .mainfoot .mainfoot_menu .menu_list .link:after {
          display: block;
          z-index: 9;
          position: absolute;
          top: 50%;
          right: 8px;
          width: 10px;
          height: 14px;
          transform: translate(-50%, -50%);
          background: url(../images/common/arrow_right-wh.png) no-repeat center/contain;
          content: ''; }

.mainfoot_pagetop {
  display: none;
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px; }
  .mainfoot_pagetop .link {
    padding: 0 10px 0 0;
    font-size: 12px; }
    .mainfoot_pagetop .link:hover {
      opacity: 0.8; }
    .mainfoot_pagetop .link:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/common/icon_pagetop.png) no-repeat center/contain;
      content: ''; }

.news {
  padding: 60px 0; }
  .news_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .news .news_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    .news .news_tit .news_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  .news .news_inner {
    max-width: 860px;
    margin: 0 auto; }
    .news .news_inner .inner_list {
      padding: 16px;
      border-bottom: 1px solid #CCCCCC; }
      .news .news_inner .inner_list:first-child {
        border-top: 1px solid #CCCCCC; }
      .news .news_inner .inner_list .inner_date {
        display: block;
        color: #999999;
        font-size: 12px; }

.shopsearch {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center; }
  .shopsearch:hover {
    opacity: 0.7; }
  .shopsearch .img {
    width: 100%;
    max-width: 480px; }

.cv01 {
  padding: 40px 0;
  background: url(../images/common/pattern_dot.png); }
  .cv01_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .cv01 .cv01_catch {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto 4px; }
  .cv01 .cv01_tit {
    margin-bottom: 16px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .cv01 .cv01_text {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center; }
  .cv01 .cv01_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
  .cv01 .btn_list01 {
    width: 48%; }
    .cv01 .btn_list01 .tel_num {
      font-size: 24px;
      line-height: 1; }
    .cv01 .btn_list01 .link {
      box-sizing: border-box;
      display: block;
      position: relative;
      min-width: 158px;
      height: 80px;
      padding: 17px 0px 14px 14px;
      border-radius: 8px;
      background: #E60013;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .cv01 .btn_list01 .link:hover {
        background: #ED404E; }
    .cv01 .btn_list01 .list_tit {
      display: inline-block;
      position: relative;
      padding-right: 28px;
      padding-left: 36px; }
      .cv01 .btn_list01 .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 32px;
        height: 32px;
        transform: translate(0, -50%);
        background: url(../images/common/icon_tel.png) no-repeat center center/contain;
        content: ''; }
  .cv01 .btn_list02 {
    width: 48%; }
    .cv01 .btn_list02 .link {
      box-sizing: border-box;
      display: block;
      position: relative;
      min-width: 158px;
      height: 80px;
      padding: 17px 0px 14px 14px;
      border-radius: 8px;
      background: #00308B;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .cv01 .btn_list02 .link:hover {
        background: #3560B2; }
      .cv01 .btn_list02 .link .list_tit {
        display: inline-block;
        position: relative;
        padding-right: 28px;
        padding-left: 34px; }
        .cv01 .btn_list02 .link .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          width: 24px;
          height: 32px;
          transform: translate(0, -50%);
          background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
          content: ''; }

.font_roboto {
  font-family: 'Roboto', sans-serif; }

#bathlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#bathlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#bathlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #bathlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: auto; }

#bathlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #bathlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #bathlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#bathlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #bathlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#bathlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #bathlineup .sec01 .pankuzu.active:after {
    display: none; }

#bathlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#bathlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #bathlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #bathlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #bathlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#bathlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0; }

#bathlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #bathlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #bathlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #bathlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #bathlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold;
      line-height: 56px; }
      #bathlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#bathlineup .sec02 .sec02_itemwrap {
  margin: 80px 0 0 0; }
  #bathlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(0, -50%);
      content: ""; }
  #bathlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse01 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse02 {
          width: 100%;
          max-width: 450px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse03 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse04 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse05 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse06 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse07 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse10 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
          width: 100%;
          max-width: 230px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment01 {
          width: 100%;
          max-width: 400px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment02 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment04 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment05 {
          width: 100%;
          max-width: 270px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment06 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment07 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment08 {
          width: 100%;
          max-width: 270px;
          height: auto; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
      margin: 0 0 20px 0;
      font-size: 24px;
      font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        width: 39%; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 59%; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
          flex-basis: 48%;
          font-size: 18px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 12px 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 8px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 0 0 0 30px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_color.png) no-repeat center center/contain; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 20px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#bathlineup .sec02_singlehouse .sec02_tit {
  padding: 0 0 0 30px; }
  #bathlineup .sec02_singlehouse .sec02_tit:before {
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain; }

#bathlineup .sec02_singlehouse .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#bathlineup .sec02_apartment .sec02_tit {
  padding: 0 0 0 30px; }
  #bathlineup .sec02_apartment .sec02_tit:before {
    width: 21px;
    height: 23px;
    background: url(../images/common/icon_apartment-red.png) no-repeat center center/contain; }

#bathlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #bathlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #bathlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #bathlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #bathlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#bathlineup .sec03 {
  background: #00308B; }
  #bathlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #bathlineup .sec03 .sec03_tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #bathlineup .sec03 .sec03_subtit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
    #bathlineup .sec03 .sec03_subtit:before {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      background: #fff url(../images/common/icon_apartment-blue.png) no-repeat center center/50% auto;
      vertical-align: middle;
      content: ""; }
  #bathlineup .sec03 .sec03_point {
    margin: 40px 0; }
    #bathlineup .sec03 .sec03_point .point_list {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 0 0 20px 0;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec03 .sec03_point .point_list .img_wrap {
        flex: 0 0 438px;
        max-width: 438px; }
      #bathlineup .sec03 .sec03_point .point_list .img {
        width: 438px;
        height: 200px;
        border-radius: 8px 0 0 8px; }
      #bathlineup .sec03 .sec03_point .point_list .list_text {
        padding: 20px; }
      #bathlineup .sec03 .sec03_point .point_list .list_tit {
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold; }
    #bathlineup .sec03 .sec03_point .point_listlast {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_tit {
        width: 100%;
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_point {
        display: flex;
        position: relative;
        width: 100%; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_pointlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_list {
        width: 49%;
        margin: 0 0 8px 0;
        border-radius: 8px;
        background: #5AACD4;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list .text {
          height: 80px;
          padding: 18px; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
          padding: 30px; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
          padding: 10px; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_img {
        flex-basis: 310px;
        width: 100%;
        max-width: 310px;}
      #bathlineup .sec03 .sec03_point .point_listlast .last_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto; }
      #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 {
        width: 48%; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #E60013;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
            background: #ED404E; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 36px;
          line-height: 1.2; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_tel.png) no-repeat center center/contain;
            content: ""; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
          font-size: 23px; }
      #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 {
        width: 48%; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
            background: #3560B2; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px;
          line-height: 1.5; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#bathlineup .sec04 {
  background: #eeeeee; }
  #bathlineup .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #bathlineup .sec04 .sec04_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #bathlineup .sec04 .sec04_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #bathlineup .sec04 .sec04_content {
    margin: 30px 0 0 0; }
    #bathlineup .sec04 .sec04_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #bathlineup .sec04 .sec04_content .link {
      height: 80px; }
    #bathlineup .sec04 .sec04_content .img {
      width: 80px;
      height: 80px; }
  #bathlineup .sec04 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #bathlineup .sec04 .content_attention {
    color: #999999;
    font-size: 12px; }

#flow .sec01 .sec01_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#flow .sec01 .sec01_smalltit {
  display: block;
  font-size: 12px; }

#flow .pankuzu_wrap .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #flow .pankuzu_wrap .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #flow .pankuzu_wrap .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#flow .pankuzu_wrap .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #flow .pankuzu_wrap .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#flow .pankuzu_wrap .pankuzu.active {
  padding-right: 0px; }
  #flow .pankuzu_wrap .pankuzu.active:after {
    display: none; }

#flow .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#flow .sec02 .sec02_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0; }
  #flow .sec02 .sec02_flow .flow_list {
    width: 45%;
    margin: 0 0 40px 0; }
    #flow .sec02 .sec02_flow .flow_list .list_tit {
      padding: 5px 0;
      border-radius: 5px;
      background: #EB6100;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      #flow .sec02 .sec02_flow .flow_list .list_tit .small {
        margin: 0 0 0 5px; }
    #flow .sec02 .sec02_flow .flow_list .list_description {
      padding: 10px 0 0 0;
      font-size: 16px; }
    #flow .sec02 .sec02_flow .flow_list .img {
      width: 100%;
      border-radius: 8px 8px 0 0; }
  #flow .sec02 .sec02_flow .flow_list:nth-child(odd) {
    position: relative; }
    #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
      display: block;
      position: absolute;
      top: 50%;
      right: -60px;
      width: 30px;
      height: 45px;
      background: url(../images/common/arrow_right-orange.png) no-repeat center center/contain;
      content: ''; }
  #flow .sec02 .sec02_flow .flow_list:nth-child(even) {
    position: relative; }
    #flow .sec02 .sec02_flow .flow_list:nth-child(even):last-child:after {
      display: none; }

#freequote .sec01 {
  background: #E60013; }
  #freequote .sec01 .sec01_tit {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #freequote .sec01 .sec01_smalltit {
    display: block;
    font-size: 12px; }

#freequote .pankuzu_wrap .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #freequote .pankuzu_wrap .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #freequote .pankuzu_wrap .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#freequote .pankuzu_wrap .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #freequote .pankuzu_wrap .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#freequote .pankuzu_wrap .pankuzu.active {
  padding-right: 0px; }
  #freequote .pankuzu_wrap .pankuzu.active:after {
    display: none; }

#freequote .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#freequote .sec02 .sec02_quotation {
  margin: 40px 0; }
  #freequote .sec02 .sec02_quotation .quotation_list {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    border-radius: 8px;
    background: #fff; }
    #freequote .sec02 .sec02_quotation .quotation_list:hover {
      opacity: 0.6; }
    #freequote .sec02 .sec02_quotation .quotation_list .img {
      width: 100%;
      border-radius: 8px 8px 0 0; 
      margin-bottom:12px;
    }
    #freequote .sec02 .sec02_quotation .quotation_list .list_text {
      position: relative;
      color: #fff;
      text-align: center; }
      #freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        width: 10px;
        height: 14px;
        transform: translate(-50%, -50%);
        background: url(../images/common/arrow_right-wh.png) no-repeat center/contain;
        content: ''; }
    #freequote .sec02 .sec02_quotation .quotation_list .list_tit {
      font-size: 24px;
      font-weight: bold; }
      #freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
        margin: 0 0 0 5px; }
    #freequote .sec02 .sec02_quotation .quotation_list .list_description {
      font-size: 20px;
      font-weight: bold; }
  #freequote .sec02 .sec02_quotation .quotation_list1 {
    background: #0364AC; }
  #freequote .sec02 .sec02_quotation .quotation_list2 {
    background: #009947; }
  #freequote .sec02 .sec02_quotation .quotation_list3 {
    background: #F29702; }
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline {
      display: block; }
  #freequote .sec02 .sec02_quotation .quotation_list4 {
    background: #019FB8; }
  #freequote .sec02 .sec02_quotation .quotation_list5 {
      background: #ff7300; }
  #freequote .sec02 .sec02_quotation .quotation_list2,
  #freequote .sec02 .sec02_quotation .quotation_list3,
  #freequote .sec02 .sec02_quotation .quotation_list4,
  #freequote .sec02 .sec02_quotation .quotation_list5 {
    width: calc(33.33% - 20px);
    margin: 0; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_text,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_text,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_text,
    #freequote .sec02 .sec02_quotation .quotation_list5 .list_text {
      line-height: 1.3; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit,
    #freequote .sec02 .sec02_quotation .quotation_list5 .list_tit {
      margin: 0 0 3px 0; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_description,
    #freequote .sec02 .sec02_quotation .quotation_list5 .list_description {
      font-size: 16px; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
    #freequote .sec02 .sec02_quotation .quotation_list4 .newline2,
    #freequote .sec02 .sec02_quotation .quotation_list5 .newline2 {
      display: block; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
    #freequote .sec02 .sec02_quotation .quotation_list4 .newline3,
    #freequote .sec02 .sec02_quotation .quotation_list5 .newline3 {
      display: none; }
  #freequote .sec02 .sec02_quotation .sec02_3col {
    display: flex;
    justify-content: space-between; }

    
    
#kitchenlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#kitchenlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#kitchenlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #kitchenlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#kitchenlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #kitchenlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #kitchenlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#kitchenlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #kitchenlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#kitchenlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #kitchenlineup .sec01 .pankuzu.active:after {
    display: none; }

#kitchenlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#kitchenlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #kitchenlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #kitchenlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#kitchenlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0; }

#kitchenlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #kitchenlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#kitchenlineup .sec02 .sec02_itemwrap .sec02_tit {
  position: relative;
  padding: 0 0 0 30px;
  border-bottom: 2px solid #E60013;
  color: #E60013;
  font-size: 24px;
  font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_tit:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 22px;
    height: 22px;
    transform: translate(0, -50%);
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
    content: ""; }

#kitchenlineup .sec02 .sec02_itemwrap .sec02_item {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
      flex: 1;
      margin: 0 10px 0 0; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen01 {
        width: 100%;
        max-width: 400px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen02 {
        width: 100%;
        max-width: 450px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen03 {
        width: 100%;
        max-width: 200px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen04 {
        width: 100%;
        max-width: 380px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen05 {
        width: 100%;
        max-width: 400px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen06 {
        width: 100%;
        max-width: 280px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen07 {
        width: 100%;
        max-width: 230px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen08 {
        width: 100%;
        max-width: 280px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen09 {
        width: 100%;
        max-width: 450px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen10 {
        width: 100%;
        max-width: 370px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen11 {
        width: 100%;
        max-width: 180px;
        height: auto; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
      padding: 4px 10px;
      border: 1px solid #1a1a1a;
      font-size: 12px;
      font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
      width: 39%;
      height: auto; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-02 {
      position: relative; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-02:after {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        content: "�}���V�����p"; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-03 {
      position: relative; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-03:after {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        content: "L�^�L�b�`��"; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
      width: 59%; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
        flex-basis: auto;
        font-size: 18px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
        font-size: 24px;
        font-weight: bold; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
          font-size: 11px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 12px 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
          margin: 0 8px 8px 0;
          padding: 6px 8px;
          border: 1px solid #E60013;
          color: #E60013;
          font-weight: bold; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
            margin: 0 0 8px 0; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
          width: 48%; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
            display: block;
            width: 100%;
            height: 64px;
            padding: 10px 8px;
            border-radius: 8px;
            background: #E60013;
            color: white;
            font-weight: bold;
            line-height: 22px;
            text-align: center; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
              background: #ED404E; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
            display: inline-block;
            position: relative;
            padding: 0 20px 0 0;
            font-weight: bold; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translate(0, -50%);
              content: ""; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
            padding: 0 0 0 30px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
              width: 22px;
              height: 22px;
              background: url(../images/common/icon_color.png) no-repeat center center/contain; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
            padding: 10px 0px 10px 30px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
              width: 24px;
              height: 32px;
              background: url(../images/common/icon_book.png) no-repeat center center/contain; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
        width: 100%; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
          box-sizing: border-box;
          display: block;
          position: relative;
          width: 100%;
          height: 64px;
          padding: 20px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: #fff;
          font-weight: bold;
          text-align: center; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
            background: #3560B2; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#kitchenlineup .sec02_singlehouse .sec02_tit {
  padding: 0 0 0 30px; }
  #kitchenlineup .sec02_singlehouse .sec02_tit:before {
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain; }

#kitchenlineup .sec02_singlehouse .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#kitchenlineup .sec02_apartment .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#kitchenlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #kitchenlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #kitchenlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #kitchenlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #kitchenlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#kitchenlineup .sec03 {
  background: #00308B; }
  #kitchenlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #kitchenlineup .sec03 .sec03_tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #kitchenlineup .sec03 .sec03_subtit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
    #kitchenlineup .sec03 .sec03_subtit:before {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      background: #fff url(../images/common/icon_apartment-blue.png) no-repeat center center/50% auto;
      vertical-align: middle;
      content: ""; }
  #kitchenlineup .sec03 .sec03_point {
    margin: 40px 0; }
    #kitchenlineup .sec03 .sec03_point .point_list {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 0 0 20px 0;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec03 .sec03_point .point_list .img_wrap {
        flex: 0 0 438px;
        max-width: 438px; }
      #kitchenlineup .sec03 .sec03_point .point_list .img {
        width: 438px;
        height: 200px;
        border-radius: 8px 0 0 8px; }
      #kitchenlineup .sec03 .sec03_point .point_list .list_text {
        padding: 20px; }
      #kitchenlineup .sec03 .sec03_point .point_list .list_tit {
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold; }
    #kitchenlineup .sec03 .sec03_point .point_listlast {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_tit {
        width: 100%;
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_point {
        display: flex;
        position: relative;
        width: 100%; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_pointlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_list {
        width: 49%;
        margin: 0 0 8px 0;
        border-radius: 8px;
        background: #5AACD4;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list .text {
          height: 80px;
          padding: 18px; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
          padding: 30px; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
          padding: 10px; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_img {
        flex-basis: 310px;
        width: 100%;
        max-width: 310px; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 {
        width: 48%; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #E60013;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
            background: #ED404E; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 36px;
          line-height: 1.2; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_tel.png) no-repeat center center/contain;
            content: ""; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
          font-size: 24px; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 {
        width: 48%; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
            background: #3560B2; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px;
          line-height: 1.5; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#kitchenlineup .sec04 {
  background: #eeeeee; }
  #kitchenlineup .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #kitchenlineup .sec04 .sec04_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #kitchenlineup .sec04 .sec04_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #kitchenlineup .sec04 .sec04_content {
    margin: 30px 0 0 0; }
    #kitchenlineup .sec04 .sec04_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #kitchenlineup .sec04 .sec04_content .link {
      height: 80px; }
    #kitchenlineup .sec04 .sec04_content .img {
      width: 80px;
      height: 80px; }
  #kitchenlineup .sec04 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #kitchenlineup .sec04 .content_attention {
    color: #999999;
    font-size: 12px; }

#toiletlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#toiletlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#toiletlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #toiletlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#toiletlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #toiletlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #toiletlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#toiletlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #toiletlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#toiletlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #toiletlineup .sec01 .pankuzu.active:after {
    display: none; }

#toiletlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#toiletlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #toiletlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #toiletlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #toiletlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#toiletlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#toiletlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #toiletlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #toiletlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #toiletlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #toiletlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #toiletlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#toiletlineup .sec02 .sec02_itemwrap {
  margin: 40px 0 0 0; }
  #toiletlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 22px;
      height: 22px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
      content: ""; }
  #toiletlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet {
          width: 100%;
          max-width: 350px;
          height: auto; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
      margin: 0 0 20px 0;
      font-size: 24px;
      font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        position: relative;
        width: 39%;
        height: auto;
        margin-bottom: 36px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .example {
          position: absolute;
          right: 0px;
          bottom: -22px;
          color: #808080;
          font-size: 10px;
          line-height: 1.3;
          text-align: right; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
          display: block;
          font-size: 10px; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 59%; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
          flex-basis: 48%;
          font-size: 18px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 12px 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            display: flex;
            position: relative;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
              margin: 0 0 0 5px;
              font-size: 12px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .smallout {
              display: block;
              position: absolute;
              bottom: -18px;
              left: 25%;
              font-size: 11px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list.wd100 {
              margin: 0 0 8px 0; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 2px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 10px 0px 10px 30px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_movie.png) no-repeat center center/contain; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 20px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#toiletlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #toiletlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #toiletlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #toiletlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #toiletlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#toiletlineup .sec03 {
  background: #eeeeee; }
  #toiletlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #toiletlineup .sec03 .sec03_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #toiletlineup .sec03 .sec03_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #toiletlineup .sec03 .sec03_content {
    margin: 30px 0 0 0; }
    #toiletlineup .sec03 .sec03_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #toiletlineup .sec03 .sec03_content .link {
      height: 80px; }
    #toiletlineup .sec03 .sec03_content .img {
      width: 80px;
      height: 80px; }
  #toiletlineup .sec03 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #toiletlineup .sec03 .content_attention {
    color: #999999;
    font-size: 12px; }

#top .mv .mv_wrap {
  position: relative;
  height: 500px;
  background: url(../images/top/mv.png) no-repeat center center/cover; }
  #top .mv .mv_wrap .mv_text {
    padding: 80px 0 30px;
    text-align: center; }
    #top .mv .mv_wrap .mv_text .img {
      width: 184px;
      height: 220px; }
  #top .mv .mv_wrap .mv_btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    #top .mv .mv_wrap .mv_btn .btn_quotation .link {
      display: block;
      width: 335px;
      margin: 0 30px 0 0;
      padding: 20px;
      border-radius: 8px;
      background: #00308B;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      #top .mv .mv_wrap .mv_btn .btn_quotation .link:before {
        display: inline-block;
        width: 22px;
        height: 28px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ''; }
      #top .mv .mv_wrap .mv_btn .btn_quotation .link:hover {
        background: #3560B2; }
    #top .mv .mv_wrap .mv_btn .btn_menu .link {
      display: block;
      width: 335px;
      padding: 20px;
      border-radius: 8px;
      background: #E60013;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      #top .mv .mv_wrap .mv_btn .btn_menu .link:before {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_house.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ''; }
      #top .mv .mv_wrap .mv_btn .btn_menu .link:hover {
        background: #ED404E; }

#top .sec01 .sec01_wrap {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto; }

#top .sec01 .mv_btn {
  display: none !important; }
  #top .sec01 .mv_btn .btn_quotation {
    display: block;
    width: 48%;
    min-width: 130px;
    border-radius: 8px;
    background: #00308B;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    #top .sec01 .mv_btn .btn_quotation:hover {
      background: #3560B2; }
    #top .sec01 .mv_btn .btn_quotation .link {
      display: block;
      position: relative;
      padding: 14px 10px 14px 35px;
      color: #fff; }
      #top .sec01 .mv_btn .btn_quotation .link:before {
        display: inline-block;
        position: absolute;
        top: 18px;
        left: 15px;
        width: 22px;
        height: 28px;
        background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
        content: ''; }
  #top .sec01 .mv_btn .btn_menu {
    display: block;
    width: 48%;
    min-width: 130px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    #top .sec01 .mv_btn .btn_menu:hover {
      background: #ED404E; }
    #top .sec01 .mv_btn .btn_menu .link {
      display: block;
      position: relative;
      padding: 14px 10px 14px 30px;
      color: #fff; }
      #top .sec01 .mv_btn .btn_menu .link:before {
        display: inline-block;
        position: absolute;
        top: 18px;
        left: 15px;
        width: 26px;
        height: 26px;
        background: url(../images/common/icon_house.png) no-repeat center center/contain;
        content: ''; }

#top .sec01 .sec01_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 40px auto; }
  #top .sec01 .sec01_btn .btn {
    width: 00%;
    width: 48%;
    height: auto;
    margin: 10px 0px 10px 0; }
    #top .sec01 .sec01_btn .btn .link:hover {
      opacity: 0.6; }

#top .sec02 {
  background: #eeeeee; }
  #top .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto; }
  #top .sec02 .sec02_tit {
    padding: 80px 0 0 0;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
  #top .sec02 .sec02_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #top .sec02 .sec02_point .point_list {
      position: relative;
      width: 100%;
      max-width: 49%;
      height: 290px;
      margin: 0 0 30px 0;
      padding: 20px 30px;
      border-radius: 8px;
      background: #fff;
      text-align: center; }
      #top .sec02 .sec02_point .point_list:before {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #eeeeee;
        content: ''; }
      #top .sec02 .sec02_point .point_list:after {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #eeeeee;
        content: ''; }
      #top .sec02 .sec02_point .point_list .list_description {
        text-align: left;
        animation-name: fade-in;
        animation-duration: 1s; }
      #top .sec02 .sec02_point .point_list.open .list_description {
        display: block;
        transition: line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s; }
      #top .sec02 .sec02_point .point_list.open .list_btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '����'; }
      #top .sec02 .sec02_point .point_list.open .list_btn:after {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        width: 8px;
        height: 8px;
        background: url(../images/common/icon_close.png) no-repeat center center/contain;
        content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit01 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit01:before {
          display: block;
          width: 46px;
          height: 64px;
          margin: 0 auto 10px;
          background: url(../images/top/point_01.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit02 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit02:before {
          display: block;
          width: 46px;
          height: 64px;
          margin: 0 auto 10px;
          background: url(../images/top/point_02.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit03 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit03:before {
          display: block;
          width: 58px;
          height: 67px;
          margin: 0 auto 10px;
          background: url(../images/top/point_03.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit04 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit04:before {
          display: block;
          width: 46px;
          height: 62px;
          margin: 0 auto 10px;
          background: url(../images/top/point_04.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_btn {
        position: relative;
        max-width: 240px;
        height: 48px;
        margin: 14px auto 0;
        padding: 13px;
        border-radius: 8px;
        background: #E60013;
        color: #fff;
        font-size: 12px;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease-in; }
        #top .sec02 .sec02_point .point_list .list_btn:hover {
          background: #ED404E; }
        #top .sec02 .sec02_point .point_list .list_btn:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '�����ƌ���'; }
        #top .sec02 .sec02_point .point_list .list_btn:after {
          display: block;
          position: absolute;
          top: 20px;
          right: 15px;
          width: 8px;
          height: 8px;
          background: url(../images/common/icon_open.png) no-repeat center center/contain;
          content: ''; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #top .sec02 .sec02_btn {
    padding: 0 0 80px 0; }
    #top .sec02 .sec02_btn .link {
      display: block;
      position: relative;
      width: 335px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 8px;
      background: #E60013;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      #top .sec02 .sec02_btn .link:hover {
        background: #ED404E; }
      #top .sec02 .sec02_btn .link:after {
        display: block;
        position: absolute;
        top: 28px;
        right: 20px;
        width: 6px;
        height: 10px;
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ''; }

#top .sec03 .sec03_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 0 0; }

#top .sec03 .sec_movie {
  padding: 0 0 32px;
  background: url(../images/common/pattern_dot.png); }

#top .sec03 .sec03_movie-wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 860px;
  max-width: 860px;
  margin: 40px auto 60px; }

#top .sec03 .sec03_movie {
  position: relative;
  width: 48%; }
  #top .sec03 .sec03_movie:hover {
    opacity: 0.6; }
  #top .sec03 .sec03_movie img {
    display: block;
    margin: 0 auto; }
  #top .sec03 .sec03_movie .sec03_movie-tit {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 28px;
    background: #00308B;
    color: white;
    color: white;
    line-height: 28px;
    text-align: center; }
    #top .sec03 .sec03_movie .sec03_movie-tit-cm {
      background: #E60013; }

#top .sec03 .sec03_tit {
  padding: 60px 0 0 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }

#top .sec03 .sec03_smalltit {
  display: block;
  font-size: 12px; }

#top .sec03 .sec03_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 50px 0; }
  #top .sec03 .sec03_menu .menu_list {
    width: 100%;
    max-width: 32.3%;
    margin: 0 0 30px 0; }
    #top .sec03 .sec03_menu .menu_list .link {
      display: block;
      position: relative;
      border-radius: 8px;
      background: #000; }
      #top .sec03 .sec03_menu .menu_list .link:hover {
        opacity: 0.6; }
      #top .sec03 .sec03_menu .menu_list .link .img {
        width: 100%;
        border-radius: 8px;
        opacity: 0.8; }
    #top .sec03 .sec03_menu .menu_list .list_tit {
      position: absolute;
      bottom: 5px;
      left: 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
  #top .sec03 .sec03_menu .menu_list7 .list_tit {
    font-size: 16px;
    line-height: 1.4; }
  #top .sec03 .sec03_menu .menu_list10 .list_tit {
    font-size: 13px;
    line-height: 1.1; }

#top .sec04 {
  background: #F0EFEC; }
  #top .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 60px 0; }
  #top .sec04 .sec04_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #top .sec04 .sec04_tit .sec04_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  #top .sec04 .sec04_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto; }
    #top .sec04 .sec04_menu .link {
      display: block;
      position: relative; }
      #top .sec04 .sec04_menu .link:hover {
        opacity: 0.6; }
      #top .sec04 .sec04_menu .link img {
        display: block; }
    #top .sec04 .sec04_menu .menu_list {
      width: 48%;
      margin-bottom: 24px; }
    #top .sec04 .sec04_menu .list_tit {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 160px;
      height: 28px;
      background: #E60013;
      color: white;
      line-height: 28px;
      text-align: center; }

#top .sec05 {
  width: calc(100% - 32px);
  margin: 60px auto; }
  #top .sec05 .sec05_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #top .sec05 .sec05_tit .sec05_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  #top .sec05 .sec05_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    #top .sec05 .sec05_menu .menu_list {
      width: 23%;
      margin-bottom: 12px; }
      #top .sec05 .sec05_menu .menu_list .link {
        display: block;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        #top .sec05 .sec05_menu .menu_list .link:hover {
          background: #ED404E; }
        #top .sec05 .sec05_menu .menu_list .link .list_tit {
          display: inline-block;
          position: relative;
          padding-left: 32px;
          font-weight: bold;
          line-height: 64px; }
          #top .sec05 .sec05_menu .menu_list .link .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_book.png) no-repeat center center/contain;
            content: ''; }

#washstandlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#washstandlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#washstandlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #washstandlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#washstandlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #washstandlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #washstandlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#washstandlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #washstandlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#washstandlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #washstandlineup .sec01 .pankuzu.active:after {
    display: none; }

#washstandlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#washstandlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #washstandlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #washstandlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #washstandlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#washstandlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#washstandlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #washstandlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #washstandlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #washstandlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #washstandlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #washstandlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#washstandlineup .sec02 .sec02_itemwrap {
  margin: 40px 0 0 0; }
  #washstandlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 22px;
      height: 22px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
      content: ""; }
  #washstandlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand {
          width: 100%;
          max-width: 350px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand02 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand03 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand04 {
          width: 100%;
          max-width: 310px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand05 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand06 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand07 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand08 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand09 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand10 {
          width: 100%;
          max-width: 250px;
          height: auto; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee {
      margin: 0 0 20px 0; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee .item_subtit {
        font-size: 24px;
        font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        position: relative;
        width: 29%;
        height: auto;
        margin-bottom: 24px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
          position: absolute;
          right: -8px;
          bottom: -12px;
          color: #808080;
          font-size: 10px;
          line-height: 1.3;
          text-align: right; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 69%; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold;
          text-align: right; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 12px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            display: flex;
            position: relative;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
              margin: 0 0 0 5px;
              font-size: 12px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .smallout {
              display: block;
              position: absolute;
              bottom: -18px;
              left: 25%;
              font-size: 11px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list.wd100 {
              margin: 0 0 8px 0; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 8px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 0 0 0 30px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_color.png) no-repeat center center/contain; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 20px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#washstandlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #washstandlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #washstandlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #washstandlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #washstandlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#washstandlineup .sec03 {
  background: #eeeeee; }
  #washstandlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #washstandlineup .sec03 .sec03_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #washstandlineup .sec03 .sec03_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #washstandlineup .sec03 .sec03_content {
    margin: 30px 0 0 0; }
    #washstandlineup .sec03 .sec03_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #washstandlineup .sec03 .sec03_content .link {
      height: 80px; }
    #washstandlineup .sec03 .sec03_content .img {
      width: 80px;
      height: 80px; }
  #washstandlineup .sec03 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #washstandlineup .sec03 .content_attention {
    color: #999999;
    font-size: 12px; }

@media only screen and (min-width: 0) and (max-width: 767px) {
    body {
      font-size: 14px; }
    .pc {
      display: none; }
    .sp {
      display: block; }
    .header .gnav {
      top: 0;
      height: calc(100vh); }
    .m_modal__content {
      width: calc( 100% - 32px); }
    .pc-top-menu .list {
      display: none; }
    .sp-br {
      display: block !important; }
        .mainfoot .mainfoot_menu .menu_list {
          width: 100%; }
    .mainfoot_pagetop {
      width: 44px;
      height: 44px; }
      .cv01 .cv01_text {
        width: 100%;
        max-width: 480px;
        text-align: left; }
      .cv01 .btn_list01 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto; }
      .cv01 .btn_list02 {
        width: 100%;
        max-width: 480px;
        margin: 24px auto; }
    #bathlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #bathlineup .mv .mv_img {
      height: 196px; }
      #bathlineup .mv .mv_img .img {
        bottom: -20%; }
    #bathlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #bathlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #bathlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #bathlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #bathlineup .sec02 .sec02_wrap {
      max-width: 480px;
      padding: 40px 0 0 0; }
    #bathlineup .sec02 .sec02_itemwrap {
      margin: 40px 0 0 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
          margin: 0 0 16px 0;
          font-size: 16px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 100%; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
              flex-basis: 50%;
              font-size: 16px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 20px;
                  text-align: left; }
                  #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 14px;
                    height: 14px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #bathlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #bathlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #bathlineup .sec03 .sec03_point {
        margin: 30px 0 0 0; }
        #bathlineup .sec03 .sec03_point .point_list {
          flex-wrap: wrap;
          height: auto; }
          #bathlineup .sec03 .sec03_point .point_list .img_wrap {
            flex: auto;
            max-width: 100%; }
          #bathlineup .sec03 .sec03_point .point_list .img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0; }
          #bathlineup .sec03 .sec03_point .point_list .list_text {
            padding: 16px 20px; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_pointlist {
            width: 70%; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_list {
            width: 48%; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list .text {
              height: 60px;
              padding: 12px 8px;
              font-size: 12px; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
              height: 60px;
              padding: 20px 10px;
              font-size: 12px; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
              height: 60px;
              padding: 10px 8px;
              font-size: 12px;
              line-height: 1.2; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_img {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 120px;
            height: 117px;
            content: ""; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 {
            width: 100%;
            margin: 0 0 16px 0; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 {
            width: 100%; }
      #bathlineup .sec04 .sec04_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #bathlineup .sec04 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #flow .sec01 .sec01_tit {
      max-width: 480px;
      text-align: left; }
    #flow .pankuzu_wrap .pankuzu_list {
      max-width: 480px; }
        #flow .pankuzu_wrap .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #flow .sec02 .sec02_wrap {
      max-width: 480px; }
    #flow .sec02 .sec02_flow {
      margin: 10px 0 0 0; }
        #flow .sec02 .sec02_flow .flow_list .list_tit {
          font-size: 18px; }
        #flow .sec02 .sec02_flow .flow_list .list_description {
          padding: 5px 0 0 0;
          font-size: 14px; }
        #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
          right: -28px;
          width: 15px;
          height: 30px; }
      #freequote .sec01 .sec01_tit {
        max-width: 480px;
        text-align: left; }
    #freequote .pankuzu_wrap .pankuzu_list {
      max-width: 480px; }
        #freequote .pankuzu_wrap .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #freequote .sec02 .sec02_wrap {
      max-width: 480px; }
    #freequote .sec02 .sec02_quotation {
      margin: 30px 0 0 0; }
      #freequote .sec02 .sec02_quotation .quotation_list {
        margin: 0 0 20px 0;
        padding: 6px; }
          #freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
            right: -5px; }
        #freequote .sec02 .sec02_quotation .quotation_list .list_tit {
          font-size: 16px; }
      #freequote .sec02 .sec02_quotation .quotation_list2,
      #freequote .sec02 .sec02_quotation .quotation_list3,
      #freequote .sec02 .sec02_quotation .quotation_list4,
      #freequote .sec02 .sec02_quotation .quotation_list5 {
        width: calc(33.33% - 8px); }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list5 .list_tit {
          margin: 0 0 5px 0; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_description,
        #freequote .sec02 .sec02_quotation .quotation_list5 .list_discription {
          font-size: 12px; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list5 .newline3 {
          display: block; }
    #kitchenlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #kitchenlineup .mv .mv_img {
      height: 196px; }
      #kitchenlineup .mv .mv_img .img {
        bottom: 0; }
    #kitchenlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #kitchenlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #kitchenlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #kitchenlineup .sec02 .sec02_wrap {
      max-width: 480px;
      padding: 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
          font-size: 11px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
        margin: 0 0 16px 0;
        font-size: 16px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
        flex-direction: column;
        flex-wrap: wrap; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
          width: 100%; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
          width: 100%; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
            flex-basis: 70%;
            font-size: 16px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
            font-size: 18px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
              font-size: 12px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                line-height: 16px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                padding: 6px 0 6px 20px;
                text-align: left; }
                #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                  width: 14px;
                  height: 14px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                padding: 14px 0px 14px 25px;
                text-align: left; }
                #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                  width: 20px;
                  height: 16px; }
      #kitchenlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #kitchenlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #kitchenlineup .sec03 .sec03_point {
        margin: 30px 0 0 0; }
        #kitchenlineup .sec03 .sec03_point .point_list {
          flex-wrap: wrap;
          height: auto; }
          #kitchenlineup .sec03 .sec03_point .point_list .img_wrap {
            flex: auto;
            max-width: 100%; }
          #kitchenlineup .sec03 .sec03_point .point_list .img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0; }
          #kitchenlineup .sec03 .sec03_point .point_list .list_text {
            padding: 16px 20px; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_pointlist {
            width: 70%; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_list {
            width: 48%; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list .text {
              height: 60px;
              padding: 12px 8px;
              font-size: 12px; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
              height: 60px;
              padding: 20px 10px;
              font-size: 12px; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
              height: 60px;
              padding: 10px 8px;
              font-size: 12px;
              line-height: 1.2; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_img {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 120px;
            height: 117px;
            content: ""; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 {
            width: 100%;
            margin: 0 0 16px 0; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 {
            width: 100%; }
      #kitchenlineup .sec04 .sec04_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #kitchenlineup .sec04 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #toiletlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #toiletlineup .mv .mv_img {
      height: 196px; }
      #toiletlineup .mv .mv_img .img {
        bottom: -20%; }
    #toiletlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #toiletlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #toiletlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #toiletlineup .sec02 .sec02_wrap {
      max-width: 480px; }
    #toiletlineup .sec02 .sec02_itemwrap {
      margin: 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
          margin: 0 0 16px 0;
          font-size: 16px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 100%; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
              flex-basis: 50%;
              font-size: 16px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
                  font-size: 10px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 20px;
                    height: 20px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #toiletlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #toiletlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #toiletlineup .sec03 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #top .mv .mv_wrap {
      height: 196px; }
      #top .mv .mv_wrap .mv_text {
        padding: 44px 0 0 0; }
        #top .mv .mv_wrap .mv_text .img {
          width: 84px;
          height: 101px; }
      #top .mv .mv_wrap .mv_btn {
        display: none !important; }
    #top .sec01 .mv_btn {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      max-width: 480px;
      margin: 10px 0;
      margin: 20px auto; }
    #top .sec01 .sec01_btn {
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 20px 0; }
      #top .sec01 .sec01_btn .btn {
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 10px auto; }
      #top .sec02 .sec02_wrap {
        max-width: 480px; }
      #top .sec02 .sec02_tit {
        padding: 40px 0 0 0;
        font-size: 20px; }
      #top .sec02 .sec02_point {
        margin: 20px 0 0 0; }
        #top .sec02 .sec02_point .point_list {
          max-width: 100%;
          height: auto;
          margin: 0 0 24px 0;
          transition-duration: 1s;
          transition-property: all;
          transition-timing-function: ease-in; }
          #top .sec02 .sec02_point .point_list .list_description {
            display: none;
            transition-duration: 2s; }
      #top .sec02 .sec02_btn {
        padding: 0 0 40px 0; }
        #top .sec02 .sec02_btn .link {
          width: 100%; }
    #top .sec03 .sec03_wrap {
      max-width: 480px;
      padding: 0 0 0; }
    #top .sec03 .sec03_movie-wrap {
      max-width: 480px;
      margin: 40px auto 24px; }
    #top .sec03 .sec03_movie {
      margin: 0px auto 0; }
      #top .sec03 .sec03_movie .sec03_movie-tit {
        width: 120px;
        height: 20px;
        font-size: 12px;
        line-height: 20px; }
    #top .sec03 .sec03_tit {
      padding: 40px 0 0 0; }
      #top .sec03 .sec03_menu .menu_list {
        max-width: 48%;
        margin: 0 0 14px 0; }
        #top .sec03 .sec03_menu .menu_list .link {
          border-radius: 20px; }
          #top .sec03 .sec03_menu .menu_list .link .img {
            border-radius: 20px; }
        #top .sec03 .sec03_menu .menu_list .list_tit {
          bottom: 10px;
          left: 10px;
          font-size: 14px; }
      #top .sec03 .sec03_menu .menu_list7 .list_tit {
        font-size: 14px;
        line-height: 1.4; }
      #top .sec03 .sec03_menu .menu_list10 .list_tit {
        line-height: 1.4; }
      #top .sec04 .sec04_wrap {
        width: calc(100% - 32px);
        max-width: 480px;
        margin: 24px auto;
        padding: 40px 0; }
        #top .sec04 .sec04_menu .list_tit {
          width: 120px;
          height: 20px;
          font-size: 12px;
          line-height: 20px; }
    #top .sec05 {
      width: calc(100% - 32px);
      max-width: 480px;
      margin: 40px auto; }
        #top .sec05 .sec05_menu .menu_list {
          width: 48%; }
    #washstandlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #washstandlineup .mv .mv_img {
      height: 196px; }
      #washstandlineup .mv .mv_img .img {
        bottom: -30%; }
    #washstandlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #washstandlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #washstandlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #washstandlineup .sec02 .sec02_wrap {
      max-width: 480px; }
    #washstandlineup .sec02 .sec02_itemwrap {
      margin: 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee {
          margin: 0 0 16px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee .item_subtit {
            font-size: 16px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 70%;
            margin: 0 auto 32px; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
                  font-size: 10px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
                  font-size: 12px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 17px;
                  text-align: left; }
                  #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 14px;
                    height: 14px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 22px;
                  text-align: left; }
                  #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #washstandlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #washstandlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #washstandlineup .sec03 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; } }

@media only screen and (max-width: 411px) {
    .xs {
      display: block; }
      #bathlineup .mv .mv_img .img {
        bottom: 0; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
              max-width: 250px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
              max-width: 180px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
              max-width: 200px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
              max-width: 180px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 26px; }
      #flow .sec02 .sec02_flow .flow_list {
        width: 100%;
        margin: 0 0 40px 0; }
          #flow .sec02 .sec02_flow .flow_list .list_tit .small {
            display: block;
            margin: 0;
            font-size: 24px; }
        #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
          top: auto;
          right: 50%;
          bottom: -35px;
          left: 50%;
          transform: rotate(90deg); }
      #flow .sec02 .sec02_flow .flow_list:nth-child(even):after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: -35px;
        left: 50%;
        width: 15px;
        height: 30px;
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-orange.png) no-repeat center center/contain;
        content: ''; }
          #freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
            display: block;
            margin: 0;
            font-size: 24px; }
        #freequote .sec02 .sec02_quotation .quotation_list .list_description {
          font-size: 18px; }
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline {
          display: none; }
      #freequote .sec02 .sec02_quotation .quotation_list4 {
        margin: 0 0 30px 0; }
      #freequote .sec02 .sec02_quotation .quotation_list2,
      #freequote .sec02 .sec02_quotation .quotation_list3,
      #freequote .sec02 .sec02_quotation .quotation_list4,
      #freequote .sec02 .sec02_quotation .quotation_list5 {
        width: 100%; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list5 .list_tit {
          font-size: 24px; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline2,
        #freequote .sec02 .sec02_quotation .quotation_list5 .newline2 {
          display: none; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list5 .newline3 {
          display: none; }
      #freequote .sec02 .sec02_quotation .sec02_3col {
        flex-wrap: wrap; }
      #kitchenlineup .mv .mv_img .img {
        bottom: 0; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen03 {
            max-width: 170px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen06 {
            max-width: 180px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen07 {
            max-width: 180px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen08 {
            max-width: 170px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen11 {
            max-width: 150px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
            justify-content: flex-end; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
            flex-basis: 100%; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                padding: 6px 0 6px 26px; }
      #toiletlineup .mv .mv_img .img {
        bottom: 0; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 25px;
                  font-size: 14px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 26px; }
        #top .sec03 .sec03_menu .menu_list .list_tit {
          font-size: 13px; }
      #top .sec03 .sec03_menu .menu_list10 .list_tit {
        font-size: 12px; }
      #washstandlineup .mv .mv_img .img {
        bottom: 0; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
              bottom: -24px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 22px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .tab {
      display: block; } }

@media only screen and (min-width: 1200px) {
      #bathlineup .mv .mv_img .img {
        bottom: -50%; }
      #kitchenlineup .mv .mv_img .img {
        bottom: -30%; }
      #toiletlineup .mv .mv_img .img {
        bottom: -40%; }
      #washstandlineup .mv .mv_img .img {
        bottom: -50%; } }

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
      #kitchenlineup .mv .mv_img .img {
        bottom: -0; }
      #toiletlineup .mv .mv_img .img {
        bottom: -20%; } }

