@charset "UTF-8";
/*　
------------------------------------------------------------------- */
.slider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-left: -60px;
  opacity: 0;
  transition: 3s;
  overflow: hidden;
}

.slick-initialized {
  opacity: 1;
}

.slider img {
  height: auto;
  width: 100%;
  outline: none;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 12% !important;
}

.slick-prev {
  left: 12.5% !important;
}

.slick-arrow {
  z-index: 2 !important;
}

/*------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}

#errorList {
  color: red;
  font-weight: bold;
}

@media (min-width: 768px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #333333;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #contents-wrap {
    padding-top: 75px;
  }
  #fair header {
    position: fixed;
    /* ヘッダーの固定 */
    top: 0px;
    /* 位置(上0px) */
    left: 0px;
    /* 位置(右0px) */
    width: 100%;
    /* 横幅100%　*/
    z-index: 99;
    background: #fff;
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
  }
  #fair header .sub {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    z-index: 500;
  }
  #fair header .sub .sub_box .pankuzu {
    font-size: 12px;
    margin: 0 auto 5px;
    float: left;
    padding-top: 20px;
    list-style: none;
  }
  #fair header .sub .sub_box .pankuzu li {
    padding: 5px;
    float: left;
  }
  #fair header .sub .sub_box .pankuzu a {
    color: #000;
    padding: 0 0 5px;
    position: relative;
    text-decoration: none;
  }
  #fair header .sub .sub_box .pankuzu a::before,
  #fair header .sub .sub_box .pankuzu a::after {
    border-bottom: solid 2px #70a4bd;
    bottom: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 0;
  }
  #fair header .sub .sub_box .pankuzu a::before {
    left: 50%;
  }
  #fair header .sub .sub_box .pankuzu a::after {
    right: 50%;
  }
  #fair header .sub .sub_box .pankuzu a:hover::before,
  #fair header .sub .sub_box .pankuzu a:hover::after {
    width: 50%;
  }
  #fair header .sub .sub_box .btn-box_top {
    float: right;
    display: block;
    border: 1px solid #94BCAC;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #94BCAC;
    border-radius: 4px;
    padding: 10px 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
  }
  #fair header .sub .sub_box .btn-box_top a {
    color: #fff;
  }
  #fair header .sub .sub_box .btn-box_top:hover {
    color: #fff;
    border: #5d8877 solid 1px;
    background: #5d8877;
    opacity: 0.7;
  }
  #fair header .sub .sub_box .coming_box {
    float: right;
    position: relative;
    height: 60px;
    width: 230px;
  }
  #fair header .sub .sub_box .btn-box_top_close {
    float: right;
    display: block;
    border: 1px solid #cccccc;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #b1b1b1;
    border-radius: 4px;
    padding: 5px 30px;
    font-weight: bold;
    margin: 0;
    opacity: 0.7;
    cursor: none;
    pointer-events: none;
  }
  #fair header .sub .sub_box .btn-box_top_close a {
    color: #fff;
    cursor: none;
    pointer-events: none;
  }
  #fair header .sub .sub_box .btn-box_top_close:hover {
    color: #fff;
    border: 1px solid #cccccc;
    background: #b1b1b1;
  }
  #fair header .sub .sub_box .coming_text {
    position: absolute;
    font-size: 0.8em;
    right: 0;
    bottom: -12px;
  }
  #fair header .end {
    position: absolute;
    background: #a0b1c4;
  }
  #fair #header {
    margin-bottom: 15px;
    background: #EAEEE8;
    position: relative;
    overflow: hidden;
  }
  #fair #header .header_box {
    width: 98%;
    max-width: 955px;
    margin: 0 auto;
    position: relative;
  }
  #fair #header .header_box .logo_mdt {
    position: absolute;
    right: 0;
    top: 30%;
    width: 150px;
  }
  #fair #header .header_box .logo_mdt img {
    width: 100%;
  }
  #fair #header .header_box .logo_mr {
    position: absolute;
    right: 0;
    top: 30%;
    width: 130px;
  }
  #fair #header .header_box .logo_mr img {
    width: 100%;
  }
  #fair #header .header_box .logo_mdi {
    position: absolute;
    right: -47px;
    top: 30%;
    width: 250px;
  }
  #fair #header .header_box .logo_mdi img {
    width: 100%;
  }
  #fair #header .header_box .logo_sys {
    position: absolute;
    right: 7px;
    top: 30%;
    width: 150px;
  }
  #fair #header .header_box .logo_sys img {
    width: 100%;
  }
  #fair #header .header_box .link_box {
    position: absolute;
    right: 0;
    top: 4%;
    width: 255px;
  }
  #fair #header .header_box .link_box .link01 {
    position: absolute;
    width: 40%;
    left: 0;
  }
  #fair #header .header_box .link_box .link01 img {
    width: 100%;
  }
  #fair #header .header_box .link_box .link02 {
    position: absolute;
    width: 50%;
    right: 0;
  }
  #fair #header .header_box .link_box .link02 img {
    width: 100%;
  }
  #fair #header .header_box .logo_mh_mdt {
    position: absolute;
    right: 0;
    top: 25%;
    width: 260px;
  }
  #fair #header .header_box .logo_mh_mdt img {
    width: 100%;
  }
  #fair #header h1 {
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: "Sawarabi Gothic";
  }
  #fair #header h1.hi {
    text-align: left;
    padding: 20px 0 20px 10px;
  }
  #fair #header .name {
    color: #fff;
    font-size: 250%;
    font-family: "Sawarabi Gothic";
    position: absolute;
    left: 1%;
    top: 5%;
  }
  #fair #header_end {
    margin-bottom: 15px;
    background: #EAEEE8;
    position: relative;
    overflow: hidden;
  }
  #fair #header_end h1 {
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: "Sawarabi Gothic";
  }
  #fair #header_end h1.hi {
    text-align: left;
    padding: 20px 0 20px 10px;
  }
  #fair #header_end .name {
    color: #fff;
    font-size: 250%;
    font-family: "Sawarabi Gothic";
    position: absolute;
    left: 1%;
    top: 5%;
  }
  .event-close_end {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0;
  }
  .event-close_end h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #1b353d;
  }
  .event-close_end p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
    display: block;
    letter-spacing: 0.1em;
  }
  .event-close_end p.link {
    font-size: 24px;
  }
  .event-close_end p.note {
    font-size: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .event-close_end .logo_end {
    width: 100%;
    max-width: 257px;
    margin: 100px auto 0;
  }
  .event-close_end .logo_end img {
    width: 100%;
  }
  .btn_note {
    font-size: 12px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    clear: both;
    margin-bottom: 10px;
  }
  #pointtop,
  #point {
    padding-top: 110px;
  }
  #pointtop .main_img,
  #point .main_img {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 10px;
    position: relative;
  }
  #pointtop .main_img img,
  #point .main_img img {
    width: 100%;
  }
  #pointtop .main_img .btn01,
  #point .main_img .btn01 {
    width: 19.1%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  #pointtop .main_img .btn01:hover,
  #point .main_img .btn01:hover {
    opacity: 0.7;
  }
  #pointtop .main_img .btn02,
  #point .main_img .btn02 {
    width: 19.1%;
    position: absolute;
    bottom: 0;
    left: 20.5%;
    opacity: 1;
  }
  #pointtop .main_img .btn02:hover,
  #point .main_img .btn02:hover {
    opacity: 0.7;
  }
  #pointtop .main_title,
  #point .main_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    color: #091c42;
    text-align: center;
    margin: 10px 0 20px 0;
  }
  #pointtop .main_title span,
  #point .main_title span {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Lora", serif;
    margin-left: 20px;
    font-size: 0.95em;
  }
  #pointtop .main_img_btn,
  #point .main_img_btn {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 0;
    list-style: none;
    padding: 0 0 0 -10px;
  }
  #pointtop .main_img_btn li,
  #point .main_img_btn li {
    float: left;
    width: 48.5%;
    max-width: 432px;
    margin-right: 3%;
    margin-bottom: 22px;
    background: #94BCAC;
    border-radius: 10px;
  }
  #pointtop .main_img_btn li.end,
  #point .main_img_btn li.end {
    margin-right: 0;
  }
  #pointtop .main_img_btn img,
  #point .main_img_btn img {
    width: 100%;
  }
  #pointtop .main_img_btn img:hover,
  #point .main_img_btn img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pointtop .main_img_btn .btn01,
  #point .main_img_btn .btn01 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
  }
  #pointtop .main_img_btn_2,
  #point .main_img_btn_2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
    padding: 0 0 0 -10px;
  }
  #pointtop .main_img_btn_2 li,
  #point .main_img_btn_2 li {
    float: left;
    width: 48.5%;
    max-width: 432px;
    margin-right: 3%;
    background: #94BCAC;
    border-radius: 10px;
  }
  #pointtop .main_img_btn_2 li.end,
  #point .main_img_btn_2 li.end {
    margin-right: 0;
  }
  #pointtop .main_img_btn_2 img,
  #point .main_img_btn_2 img {
    width: 100%;
  }
  #pointtop .main_img_btn_2 img:hover,
  #point .main_img_btn_2 img:hover {
    opacity: 0.7;
  }
  #pointtop .main_img_btn_2 .btn01,
  #point .main_img_btn_2 .btn01 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
  }
  #pointtop .main_img_btn_3,
  #point .main_img_btn_3 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    list-style: none;
    padding: 0 0 0 -10px;
  }
  #pointtop .main_img_btn_3 li,
  #point .main_img_btn_3 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #94BCAC;
    border-radius: 10px;
  }
  #pointtop .main_img_btn_3 li.end,
  #point .main_img_btn_3 li.end {
    margin-right: 0;
  }
  #pointtop .main_img_btn_3 img,
  #point .main_img_btn_3 img {
    width: 100%;
  }
  #pointtop .main_img_btn_3 img:hover,
  #point .main_img_btn_3 img:hover {
    opacity: 0.7;
  }
  #pointtop .main_img_btn_3 .btn01,
  #point .main_img_btn_3 .btn01 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
  }
  #pointtop .maintext,
  #point .maintext {
    text-align: center;
    padding-top: 10px;
  }
  #pointtop .maintext h2,
  #point .maintext h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #6f7579;
    line-height: 1.6;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  #pointtop .code_box,
  #point .code_box {
    text-align: center;
  }
  #pointtop .code_box .text-box,
  #point .code_box .text-box {
    padding: 30px 0 0;
    text-align: center;
  }
  #pointtop .code_box .text-box .textbox,
  #point .code_box .text-box .textbox {
    line-height: 2;
    font-size: 18px;
  }
  #pointtop .code_box .btn-box,
  #point .code_box .btn-box {
    display: table-cell;
    width: 220px;
    height: 40px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #679482;
    border-radius: 4px;
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  .btn_list {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 50px;
    padding-top: 60px;
    padding-left: 35px;
    position: relative;
  }
  .btn_list li {
    float: left;
    list-style: none;
    width: 33.333%;
    margin-bottom: 5px;
    text-align: right;
    font-size: 75%;
  }
  .btn_list li img {
    width: 100%;
  }
  .btn_list li.end {
    margin-right: 0;
  }
  .btn_list li.end img {
    width: 100%;
  }
  .btn_list .subtext {
    position: absolute;
    font-size: 75%;
    right: -5px;
    display: block;
    bottom: -30px;
  }
  .btn_list .subtext2 {
    position: absolute;
    font-size: 75%;
    bottom: -30px;
    left: 175px;
    display: block;
  }
  .btn_list .subtext3 {
    position: absolute;
    font-size: 75%;
    bottom: -45px;
    left: 86px;
    display: block;
    padding-left: 1em;
    /* 1文字分の左パディング */
    text-indent: -1em;
    /* 最初の行だけを1文字分左に */
  }
  .btn_list .subtext4 {
    position: absolute;
    font-size: 75%;
    bottom: -30px;
    left: 40px;
    display: block;
  }
  .btn_list .subtext4-2 {
    position: absolute;
    font-size: 75%;
    bottom: -30px;
    left: 68.6%;
    display: block;
  }
  .btn_list ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .fair_main_box {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .fair_main_box h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    color: #356954;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .fair_main_box .text_erea {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 0;
    color: #707070;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .coronabox {
    width: 98%;
    max-width: 780px;
    margin: 0 auto 120px;
  }
  .coronabox p {
    margin: 0 0 5px 0;
    font-size: 0.8em;
  }
  .coronabox .mb_20 {
    margin-bottom: 20px;
  }
  .coronabox dt {
    cursor: pointer;
  }
  .coronabox dt h4 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 23px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 5px 0 15px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .coronabox dt h4.before:after {
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    padding: 15px 10px 0 0;
    transition: 0.2s;
    font-size: 20px;
    margin-left: 15px;
  }
  .coronabox dt h4.after:after {
    display: inline-block;
    content: "\f106";
    font-family: "FontAwesome";
    transform: rotate(360deg);
    padding: 15px 10px 0 0;
    transition: 0.2s;
    font-size: 20px;
    margin-left: 15px;
  }
  .coronabox #corona_box {
    display: none;
  }
  .coronabox dd {
    margin: 1% 5%;
    font-size: 13px;
    line-height: 1.8;
    padding-top: 10px;
  }
  .coronabox dd span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .coronabox dd .note {
    color: #f63737;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .coronabox dd h5 {
    font-weight: 600;
    padding-top: 18px;
    font-size: 16px;
    color: #3f4246;
  }
  .coronabox .sub {
    margin: 0 auto;
    line-height: 1.5;
    border-top: none;
    padding-top: 20px;
    text-align: left;
  }
  .coronabox .sub_2 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border-top: none;
    padding-top: 10px;
  }
  .coronabox .heads_up {
    text-align: left;
    font-size: 17px;
  }
  .btn-box2 {
    display: block;
    width: 556px;
    border: 1px solid #679482;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    background: #679482;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 10px 0;
    font-size: 19px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .btn-box2 a {
    color: #fff;
    display: block;
  }
  .btn-box2 small {
    font-size: 50%;
  }
  .btn-box2 small::after {
    content: url("../../../common/img/interior_fair/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .btn-box2:hover {
    color: #fff;
    border: #5d8877 solid 1px;
    background: #5d8877;
    opacity: 0.7;
  }
  .btn-box2_close {
    display: block;
    width: 556px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    background: #b1b1b1;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 10px 0;
    font-size: 19px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .btn-box2_close a {
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: default;
  }
  .btn-box2_close a:link {
    text-decoration: none;
  }
  .btn-box2_close small {
    font-size: 50%;
  }
  .btn-box2_close small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .btn-box2_close:hover {
    color: #fff;
    background: #b1b1b1;
  }
  .event_box {
    width: 100%;
    background: #f6f8fb;
    padding: 20px 0;
    margin: 0 0 80px;
  }
  .event_box .event_sche {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 20px 30px;
  }
  .event_box .event_sche dl dt {
    background: #e2e1d3;
    color: #333;
    float: left;
    padding: 10px;
    width: 12%;
    text-align: center;
  }
  .event_box .event_sche dl dd {
    width: 68%;
    float: left;
    padding: 3px 0 0 15px;
    font-size: 22px;
    line-height: 1;
  }
  .event_box .event_sche dl dd h5 {
    margin-top: 8px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .event_box .event_sche dl dd span {
    font-size: 11px;
    line-height: 1.8em;
    margin-bottom: 20px;
    display: block;
  }
  .event_box .event_sche dl dd span .red {
    color: red;
  }
  .erea02 {
    padding-top: 100px;
    margin: -80px auto 0;
  }
  .bnr_ranking {
    width: 100%;
    margin: 50px auto 50px;
  }
  .bnr_ranking img {
    width: 80%;
    margin-left: 10%;
  }
  .bnr_ranking a:hover {
    opacity: 0.7;
  }
  .btn_list_wide {
    width: 100%;
    max-width: 960px;
    margin: 50px auto;
    list-style: none;
    padding: 0;
  }
  .btn_list_wide li {
    width: 90%;
    margin: 0 auto;
  }
  .btn_list_wide img {
    width: 100%;
    margin-bottom: 30px;
  }
  .btn_list_wide a:hover {
    opacity: 0.7;
  }
  .info_text_erea {
    width: 98%;
    max-width: 560px;
    margin: 0 auto;
  }
  .info_text_erea .info_text_box {
    text-align: center;
    color: #679482;
    border: solid 2px #679482;
    padding: 0.5em 0;
    width: 98%;
    margin: 0 auto 50px;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
  .info_text_erea .info_text_box p {
    margin: 0;
    padding: 0;
  }
  .info_text_erea .note {
    font-size: 12px;
    width: 98%;
    margin: 0 auto 70px;
    letter-spacing: 0.01em;
  }
  .showroombox {
    max-width: 960px;
    width: 100%;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
  }
  .showroombox p img {
    width: 100%;
  }
  .showroombox h3 {
    color: #707070;
    font-size: 23px;
    font-weight: bold;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    padding: 10px 0 10px 20px;
    width: 500px;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: 0.1em;
  }
  .showroombox span {
    color: #707070;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    display: block;
    line-height: 1.5;
  }
  .showroombox .linkpdf {
    text-align: center;
    color: #707070;
  }
  .showroombox .linkpdf a:hover {
    color: #707070;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .showroombox .linkpdf a:link {
    color: #707070;
    font-size: 14px;
  }
  .showroombox .linkpdf::after {
    content: url("../../../common/img/interior_fair2021/icon_pdf.png");
    width: 10px;
    position: relative;
    top: 0;
    margin-left: 2px;
  }
  .showroombox h3.second {
    color: #707070;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    letter-spacing: 0.1em;
  }
  .showroombox .btn-box2 {
    display: block;
    width: 556px;
    border: 1px solid #679482;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #333;
    vertical-align: middle;
    background: #679482;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    font-size: 19px;
  }
  .showroombox .btn-box2 a {
    color: #fff;
    display: block;
  }
  .showroombox .btn-box2 small {
    font-size: 50%;
  }
  .showroombox .btn-box2 small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .showroombox .btn-box2:hover {
    color: #fff;
    border: #5d8877 solid 1px;
    background: #5d8877;
  }
  .showroombox .btn-box2_close {
    display: block;
    width: 556px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #fff;
    vertical-align: middle;
    background: #b1b1b1;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    font-size: 19px;
  }
  .showroombox .btn-box2_close a {
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: default;
  }
  .showroombox .btn-box2_close a:link {
    text-decoration: none;
  }
  .showroombox .btn-box2_close small {
    font-size: 50%;
  }
  .showroombox .btn-box2_close small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .showroombox .btn-box2_close:hover {
    color: #fff;
    background: #b1b1b1;
  }
  .showroombox .main-title-top {
    padding: 15px 23% 0;
  }
  .showroombox .row {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
  }
  .showroombox .lnav-sr {
    display: table;
    width: 100%;
    margin: 15px 0 0;
    border: #999999 solid 1px;
    background-color: #fff;
  }
  .showroombox .on a {
    color: #fff;
    background-color: #679482;
  }
  .showroombox .on a:hover {
    color: #fff;
  }
  .showroombox .lnav-sr a {
    color: #fff;
    display: table-cell;
    height: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .showroombox ul {
    padding: 0;
    margin: 0;
  }
  .showroombox ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  .showroombox ul li img {
    width: 100%;
  }
  .showroombox ul li .icon {
    position: absolute;
    top: 0;
  }
  .showroombox ul li .icon img {
    margin-right: 5px;
    width: 56px;
    float: left;
  }
  .showroombox ul li .ac-parent {
    font-weight: 400;
    padding: 20px 0;
  }
  .showroombox ul li.col-md-3,
  .showroombox ul li.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .showroombox .btn_list_wide {
    width: 100%;
    max-width: 960px;
    margin: 50px auto;
    list-style: none;
    padding: 0;
  }
  .showroombox .btn_list_wide li {
    width: 90%;
    margin: 0 auto;
  }
  .showroombox .photo-area p {
    text-decoration: underline;
  }
  .showroombox a:link {
    color: #333;
    font-size: 14px;
  }
  .showroombox a:visited {
    color: #333;
  }
  .showroombox a:hover {
    color: #ff8000;
  }
  .showroombox .none a {
    text-decoration: underline;
  }
  .showroombox .photo-area li span {
    display: block;
    margin-bottom: 45px;
    text-align: center;
    border: #999999 solid 1px;
  }
  .showroombox .btn-box2 {
    display: block;
    width: 556px;
    border: 1px solid #94BCAC;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    background: #94BCAC;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 10px 0;
    font-size: 19px;
    margin-bottom: 5px;
  }
  .showroombox .btn-box2 a {
    color: #fff;
    display: block;
  }
  .showroombox .btn-box2 small {
    font-size: 50%;
  }
  .showroombox .btn-box2 small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .showroombox .btn-box2:hover {
    color: #fff;
    border: #5d8877 solid 1px;
    background: #5d8877;
  }
  .showroombox .note {
    font-size: 12px;
    width: 556px;
    margin: 0 auto 70px;
    letter-spacing: 0.01em;
  }
  .showroombox .note a {
    font-size: 12px;
    text-decoration: underline;
  }
  .showroombox .cp_text {
    width: 98%;
    max-width: 480px;
    margin: 0 auto 15px;
  }
  .flow_wbox {
    width: 100%;
    padding-top: 100px;
    margin: -80px auto 30px;
  }
  .flow_wbox .flow {
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .flow_wbox .flow img {
    width: 100%;
  }
  .flow_wbox .flow .step01 {
    position: relative;
  }
  .flow_wbox .flow .step01 .link01 {
    position: absolute;
    left: 36%;
    top: 65%;
    width: 6%;
  }
  .flow_wbox .flow .step01 .link01 img {
    width: 100%;
  }
  .flow_wbox .flow .step01 .link01_ld,
  .flow_wbox .flow .step01 .link01_mfg {
    position: absolute;
    left: 36%;
    top: 60%;
    width: 6%;
  }
  .flow_wbox .flow .step01 .link01_ld img,
  .flow_wbox .flow .step01 .link01_mfg img {
    width: 100%;
  }
  .flow_wbox .flow .step03 {
    position: relative;
  }
  .flow_wbox .flow .step03 .link03 {
    position: absolute;
    left: 36%;
    top: 65%;
    width: 6%;
  }
  .flow_wbox .flow .step03 .link03 img {
    width: 100%;
  }
  .flow_wbox .flow .step04 {
    position: relative;
  }
  .flow_wbox .flow .step04 .link04 {
    position: absolute;
    left: 36%;
    top: 65%;
    width: 6%;
  }
  .flow_wbox .flow .step04 .link04 img {
    width: 100%;
  }
  .flow_wbox .flow .step04 .link04_ld {
    position: absolute;
    left: 36%;
    top: 65%;
    width: 6%;
  }
  .flow_wbox .flow .step04 .link04_ld img {
    width: 100%;
  }
  .flow_wbox .flow .step04 .link04_mfg {
    position: absolute;
    left: 36%;
    top: 65%;
    width: 6%;
  }
  .flow_wbox .flow .step04 .link04_mfg img {
    width: 100%;
  }
  .flow_wbox .flow h3 {
    color: #707070;
    font-size: 23px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    padding: 10px 0 10px;
    width: 250px;
    margin: 0 auto 30px;
  }
  .flow_wbox .flow .flow_view {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .flow_wbox .flow .flow_view img {
    width: 100%;
  }
  .flow_wbox .flow .flow_view img.head_img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .flow_wbox .flow .flowbox {
    float: left;
  }
  .flow_wbox .flow .flowbox dt {
    text-align: center;
    margin-bottom: 5px;
    width: 80%;
  }
  .flow_wbox .flow .flowbox dd {
    text-align: center;
    font-size: 11px;
    width: 90%;
  }
  .flow_wbox .flow .flowbox dd span {
    font-size: 90%;
  }
  .flow_wbox .flow .flowbox .title {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
  }
  .flow_wbox .step_box {
    position: relative;
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 5px 10px 80px;
  }
  .flow_wbox .step_box img {
    width: 100%;
  }
  .flow_wbox .step_box .icon {
    width: 80px;
    float: left;
    margin-right: 30px;
  }
  .flow_wbox .step_box .icon_flow {
    width: 58px;
  }
  .flow_wbox .step_box dl {
    max-width: 890px;
    width: 100%;
    color: #5d5d5d;
  }
  .flow_wbox .step_box dl dt {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
  }
  .flow_wbox .step_box dl dt span {
    padding-top: 0.2em;
    display: block;
    font-weight: bold;
    color: #707070;
  }
  .flow_wbox .step_box dl dt img {
    width: 85px;
    float: left;
    margin-right: 20px;
  }
  .flow_wbox .step_box dl dt .step_icon {
    font-size: 0.7em;
    color: #333;
    font-weight: 600;
    background: #e2e1d3;
    padding: 0.75em 1em;
    text-align: center;
    width: 7em;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
  }
  .flow_wbox .step_box dl dt .step_icon span {
    font-size: 1.2em;
    padding-top: 0;
    float: right;
  }
  .flow_wbox .step_box dl dd {
    font-size: 14px;
    margin-left: 110px;
  }
  .flow_wbox .step_box dl dd span.note {
    font-size: 80%;
  }
  .flow_wbox .step_box dl dd .red {
    color: #ff0000;
  }
  .flow_wbox .step_box dl dd a {
    text-decoration: underline;
    color: #ff0000;
  }
  .flow_wbox .step_box dl dd .icon_pdf {
    width: 10px;
    margin: -5px 5px 0 5px;
  }
  .flow_wbox .step_box .icon_flow {
    position: absolute;
    bottom: -50px;
    left: 93px;
  }
  .flow_wbox .step_box .icon_flow_f {
    position: absolute;
    top: -15px;
    left: 93px;
  }
  .flow_wbox .unwanted_box {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid #999;
  }
  .flow_wbox .unwanted_box h4 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #5d5d5d;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .flow_wbox .unwanted_box p {
    text-align: center;
    line-height: 1.7em;
  }
  .flow_wbox .unwanted_box .link {
    font-size: 0.9em;
    padding-top: 10px;
  }
  .flow_wbox .unwanted_box .link .icon {
    width: 10px;
    margin-left: 5px;
  }
  .flow_wbox .unwanted_box .link a {
    text-decoration: underline;
    color: #5d5d5d;
  }
  .flow_wbox .unwanted_box .link a:hover {
    text-decoration: underline;
    color: #ff8000;
  }
  .flow_wbox .bg_g {
    background: #f5f5f5;
  }
  .model_wbox {
    margin-top: 50px;
  }
  .model {
    padding-bottom: 50px;
  }
  .model a:hover {
    color: #666666;
  }
  .model a:hover img {
    opacity: 0.8;
  }
  .model01 {
    letter-spacing: -0.4em;
    border: 1px solid #707070;
    margin-bottom: 20px;
  }
  .model01 p.photo {
    width: 40%;
    float: left;
    margin: 0;
    padding-right: 20px;
  }
  .model01 img {
    width: 100%;
    height: auto;
  }
  .model_thema {
    letter-spacing: normal;
    padding: 0 20px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
  }
  .model_thema p {
    margin: 0;
    padding: 0;
  }
  .model_thema p.title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
  }
  .model_thema p.txt {
    font-size: 13px;
  }
  .model_thema .spec dt {
    font-weight: 500;
    float: left;
    width: 70px;
    line-height: 2;
    display: block;
    font-size: 13px;
  }
  .model_thema .spec dd {
    font-weight: 500;
    font-size: 13px;
    line-height: 2;
    margin-left: 435px;
  }
  .bnr_office {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
  }
  .bnr_office li.bnr {
    width: 30%;
    float: left;
    list-style: none;
    margin-right: 3%;
    margin-bottom: 7%;
  }
  .bnr_office li.bnr img {
    width: 100%;
  }
  .bnr_office li.end {
    margin-right: 0;
  }
  .bnr_office img {
    width: 100%;
    height: auto;
  }
  .bnr_office img:hover {
    opacity: 0.8;
  }
  .event-close {
    background-color: #f5f5f5;
    margin: 40px auto 0;
    max-width: 1360px;
    padding: 15px 0 20px 30px;
  }
  .event-close h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #1b353d;
  }
  .event-close p {
    font-size: 15px;
    line-height: 2;
    margin: 0 12%;
    display: block;
    letter-spacing: 0.1em;
  }
  .telbox {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 100px;
  }
  .telbox img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end {
    width: 100%;
    background-color: #f5f3f1;
    margin: 0 auto 30px;
    color: #5d5d5d;
    padding: 30px 0 20px;
  }
  .telbox_end img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end .telbox {
    width: 100%;
    display: flex;
    margin: 40px auto;
  }
  .telbox_end .telbox h4 {
    margin-right: 40px;
    font-size: 95%;
    margin-top: 13px;
  }
  .telbox_end .telbox h4.loop_title {
    margin-top: 16px;
  }
  .telbox_end .telbox dl {
    margin: 0;
    padding: 0;
  }
  .telbox_end .telbox dl dt {
    margin: 0 0 10px;
  }
  .telbox_end .telbox dl dt img {
    width: 70%;
  }
  .telbox_end .telbox dl dt img.loop {
    width: 35%;
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .telbox_end .telbox dl dt img.ld {
    width: 42%;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .telbox_end .telbox dl dt.loop {
    margin: 0 50px 0 0;
  }
  .telbox_end .telbox dl dt.ld {
    margin: 0 0 1px;
  }
  .telbox_end .telbox dl dt.ld span {
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
  .telbox_end .telbox dl dd {
    margin: 0;
    padding: 0;
  }
  .telbox_end .telbox dl dd.tel_number {
    width: 240px;
    float: left;
    margin-right: 10px;
  }
  .telbox_end .telbox dl dd.tel_number img {
    width: 100%;
  }
  .telbox_end .telbox dl.sys {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .telbox_end .telbox dl.sys dt {
    margin: 0 0 2px 0;
  }
  .telbox_end .telbox dl.sys dt img {
    width: 200px;
  }
  .telbox_end .telbox dl.sys dd {
    margin: 0;
    padding: 0;
  }
  .telbox_end .telbox dl.sys dd.tel_number {
    width: 240px;
    float: left;
  }
  .telbox_end .telbox dl.sys dd.tel_number img {
    width: 100%;
  }
  .telbox_end .telbox .time {
    float: left;
    font-size: 90%;
    margin-top: 3.1%;
  }
  .telbox_end .telbox .time_loop {
    float: left;
    font-size: 80%;
    margin-top: 2%;
  }
  .telbox_end .telbox img {
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .telbox_end_sys {
    width: 100%;
    background-color: #f5f3f1;
    margin: 0 auto 30px;
    color: #5d5d5d;
  }
  .telbox_end_sys img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end_sys .telbox {
    width: 100%;
    margin: 40px auto 30px;
  }
  .telbox_end_sys .telbox h4 {
    float: left;
    margin-right: 100px;
    font-size: 125%;
    margin-top: 30px;
  }
  .telbox_end_sys .telbox h4.loop_title {
    margin-right: 60px;
  }
  .telbox_end_sys .telbox dl {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .telbox_end_sys .telbox dl dt {
    margin: 0 0 5px 0;
  }
  .telbox_end_sys .telbox dl dt img {
    width: 160px;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .telbox_end_sys .telbox dl dt img span {
    font-size: 0.9em;
  }
  .telbox_end_sys .telbox dl dd {
    margin: 0;
    padding: 0;
  }
  .telbox_end_sys .telbox dl dd.tel_number {
    width: 240px;
    float: left;
  }
  .telbox_end_sys .telbox dl dd.tel_number img {
    width: 100%;
  }
  .telbox_end_sys .telbox dl dd.tel_number span {
    font-weight: 500;
    font-size: 0.8em;
    margin-left: 35px;
    color: #000;
  }
  .telbox_end_sys .telbox dl dd.tel_number span a {
    text-decoration: underline;
    color: #000;
  }
  .telbox_end_sys .telbox .time {
    float: left;
    font-size: 90%;
    margin-top: 3.9%;
  }
  .telbox_end_sys .telbox .time_loop {
    float: left;
    font-size: 90%;
    margin-top: 3%;
  }
  .telbox_end_sys .telbox img {
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .telbox_end_mdi {
    width: 100%;
    background-color: #f5f3f1;
    margin: 0 auto 30px;
    color: #5d5d5d;
  }
  .telbox_end_mdi img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end_mdi .telbox {
    width: 100%;
    margin: 40px auto 30px;
  }
  .telbox_end_mdi .telbox h4 {
    float: left;
    margin-right: 100px;
    font-size: 110%;
    margin-top: 30px;
  }
  .telbox_end_mdi .telbox h4.loop_title {
    margin-right: 60px;
  }
  .telbox_end_mdi .telbox dl {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .telbox_end_mdi .telbox dl dt {
    margin: 0;
  }
  .telbox_end_mdi .telbox dl dt img {
    width: 230px;
    margin-right: 10px;
    margin-bottom: 9px;
  }
  .telbox_end_mdi .telbox dl dt span {
    font-size: 0.9em;
  }
  .telbox_end_mdi .telbox dl dd {
    margin: 0;
    padding: 0;
  }
  .telbox_end_mdi .telbox dl dd.tel_number {
    width: 240px;
    float: left;
  }
  .telbox_end_mdi .telbox dl dd.tel_number img {
    width: 100%;
  }
  .telbox_end_mdi .telbox dl dd.tel_number span {
    font-weight: 500;
    font-size: 0.8em;
    margin-left: 35px;
    color: #000;
  }
  .telbox_end_mdi .telbox dl dd.tel_number span a {
    text-decoration: underline;
    color: #000;
  }
  .telbox_end_mdi .telbox .time {
    float: left;
    font-size: 90%;
    margin-top: 3.9%;
  }
  .telbox_end_mdi .telbox .time_loop {
    float: left;
    font-size: 90%;
    margin-top: 3%;
  }
  .telbox_end_mdi .telbox img {
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .telbox_end_ams {
    width: 100%;
    background-color: #f0f6f5;
    margin: 0 auto 30px;
    color: #5d5d5d;
  }
  .telbox_end_ams img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end_ams .telbox {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  .telbox_end_ams .telbox h4 {
    float: left;
    margin-right: 70px;
    font-size: 125%;
    margin-top: 15px;
  }
  .telbox_end_ams .telbox dl {
    float: left;
    margin: 0 30px 10px 0;
    padding: 0;
  }
  .telbox_end_ams .telbox dl dt {
    margin: 0 0 10px;
  }
  .telbox_end_ams .telbox dl dd {
    margin: 0;
    padding: 0;
  }
  .telbox_end_ams .telbox dl dd.tel_number {
    width: 240px;
    float: left;
  }
  .telbox_end_ams .telbox dl dd.tel_number img {
    width: 100%;
  }
  .telbox_end_ams .telbox .time {
    float: right;
    font-size: 87%;
    margin-top: 1.5%;
    margin-left: 10px;
  }
  .telbox_end_ams .telbox .note {
    font-size: 87%;
    margin-left: 36%;
    padding-top: 20px;
  }
  .telbox_end_ams .telbox img {
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .telbox-close {
    width: 100%;
    background-color: #fff;
    margin-bottom: 100px;
  }
  .telbox-close img {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
  }
  #footer {
    text-align: center;
    font-size: 12px;
  }
  #footer a:link {
    color: #666666;
  }
  #footer a:hover {
    text-decoration: underline;
    color: #ff8000;
  }
  #footer a:visited {
    color: #666666;
  }
  address {
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #result_num {
    width: 350px;
    float: left;
    padding-top: 0.5em;
  }
  .form_ereabox {
    padding-top: 20px;
  }
  .form_ereabox p {
    float: left;
    font-size: 14px;
  }
  .form_ereabox p.title_erea {
    width: 96%;
    padding: 20px 0 0 0;
  }
  .form_ereabox p.title_erea2 {
    width: 96%;
    padding: 23px 0 0 0;
  }
  .form_ereabox .form_item li {
    margin-right: 100px;
  }
  .tooltip1 {
    position: relative;
  }
  .form_ereabox p {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .form_ereabox p img {
    cursor: pointer;
  }
  .form_ereabox p.style_name {
    width: 100%;
  }
  .description1,
  .description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    border-radius: 5px;
    background: #5e7176;
    width: 200px;
  }
  .description1:before,
  .description2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #5e7176;
    margin-left: -15px;
  }
  .tooltip1:hover .description1 {
    display: inline-block;
    top: -115px;
    left: -15px;
  }
  .tooltip1:hover .description2 {
    display: inline-block;
    top: -95px;
    left: -15px;
  }
  .icon_desc {
    margin-bottom: 10px;
    width: 100%;
  }
  .icon_desc ul {
    float: right;
  }
  .icon_desc ul li {
    float: left;
  }
  .icon_desc ul .iconmark01 {
    width: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .icon_desc ul .iconmark01 img {
    width: 100%;
  }
  .icon_desc ul .iconmark02 {
    width: 45px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .icon_desc ul .iconmark02 img {
    width: 100%;
  }
  .icon_desc ul .text {
    margin: 12px 10px 0.5em 0;
    font-size: 0.8em;
  }
}
.hanrei {
  width: 30%;
}
.hanrei img {
  width: 100%;
}

@media (max-width: 769px) {
  .event-close_end {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0;
  }
  .event-close_end h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #1b353d;
  }
  .event-close_end p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    display: block;
    letter-spacing: 0.1em;
  }
  .event-close_end p.link {
    font-size: 15px;
    line-height: 1.5;
  }
  .event-close_end p.note {
    font-size: 70%;
    margin-top: 10px;
  }
  .event-close_end .logo_end {
    width: 100%;
    max-width: 150px;
    margin: 20px auto 0;
  }
  .event-close_end .logo_end img {
    width: 100%;
  }
  #fair #header_end {
    margin-bottom: 15px;
    background: #EAEEE8;
    position: relative;
    overflow: hidden;
  }
  #fair #header_end h1 {
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: "Sawarabi Gothic";
  }
  #fair #header_end h1.pc {
    display: none;
  }
  #fair #header_end .name {
    color: #fff;
    font-size: 250%;
    font-family: "Sawarabi Gothic";
    position: absolute;
    left: 1%;
    top: 5%;
  }
  header {
    position: fixed;
    /* ヘッダーの固定 */
    top: 0px;
    /* 位置(上0px) */
    left: 0px;
    /* 位置(右0px) */
    width: 100%;
    /* 横幅100%　*/
    z-index: 100;
    background: #fff;
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
  }
  header .sub {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    z-index: 500;
  }
  header .pankuzu {
    text-align: center;
    width: 100%;
    font-size: 10px;
    margin: 5px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .pankuzu a {
    color: #000;
  }
  #fair #header {
    margin-bottom: 0;
    background: #EAEEE8;
    position: relative;
    overflow: hidden;
  }
  #fair #header h1 {
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: "Sawarabi Gothic";
  }
  #fair #header h1.pc {
    display: none;
  }
  #fair #header .name {
    color: #fff;
    font-size: 250%;
    font-family: "Sawarabi Gothic";
    position: absolute;
    left: 1%;
    top: 5%;
  }
  #contents-wrap {
    margin: 0 auto;
  }
  .main_img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .main_img img {
    width: 100%;
  }
  .main_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    color: #091c42;
    text-align: center;
    margin: 10px 0 20px 0;
  }
  .main_title span {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Lora", serif;
    margin-left: 0;
    font-size: 0.6em;
    display: block;
    padding-top: 5px;
  }
  .main_img_btn,
  .main_img_btn_2,
  .main_img_btn_3 {
    width: 96%;
    margin: 0 auto;
    list-style: none;
    padding: 0 20px;
  }
  .main_img_btn li,
  .main_img_btn_2 li,
  .main_img_btn_3 li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    background: #94BCAC;
    border-radius: 10px;
  }
  .main_img_btn li.end,
  .main_img_btn_2 li.end,
  .main_img_btn_3 li.end {
    margin-right: 0;
  }
  .main_img_btn img,
  .main_img_btn_2 img,
  .main_img_btn_3 img {
    width: 100%;
  }
  .main_img_btn .btn01,
  .main_img_btn_2 .btn01,
  .main_img_btn_3 .btn01 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
  }
  .maintext {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .maintext h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #6f7579;
    line-height: 1.6;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  #taste-search .search-link-box {
    margin: 0 auto 10px;
    border-bottom: 1px solid;
    padding-left: 0;
  }
  #taste-search {
    text-align: left;
  }
  #taste-search .form_ereabox {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
  #taste-search .form_ereabox h3 {
    font-weight: 600;
    margin: 20px 0 5px;
    font-size: 1.2em;
  }
  #taste-search .form_ereabox p {
    float: left;
    margin: 0;
    padding: 0;
  }
  #taste-search .form_ereabox p .style_name {
    width: 100%;
    letter-spacing: 0.1em;
  }
  #taste-search .form_ereabox .erea_list {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #taste-search .form_ereabox .erea_list li {
    float: left;
    margin-right: 2em;
    margin-bottom: 10px;
  }
  #taste-search .taste_box #taste .taste_list {
    margin-bottom: 5px;
    /* 擬似要素で下三角形を作成 */
    /* オープン時にopenクラスを付与 */
    /* クリックしたら表示される領域 */
  }
  #taste-search .taste_box #taste .taste_list dt.ac-parent {
    position: relative;
    /* 追加 */
    font-weight: bold;
    margin: 15px 0 5px;
    font-size: 1.1em;
    cursor: pointer;
    color: #333;
  }
  #taste-search .taste_box #taste .taste_list dt.ac-parent:hover {
    color: #333;
  }
  #taste-search .taste_box #taste .taste_list dt.ac-parent:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #taste-search .taste_box #taste .taste_list dt.ac-parent.open:after {
    transform: rotate(225deg);
  }
  #taste-search .taste_box #taste .taste_list dt.ac-parent:hover {
    color: #000;
  }
  #taste-search .taste_box #taste .taste_list dd.ac-on {
    display: block;
  }
  #taste-search .taste_box #taste .photo_select_box ul.image_list li {
    display: inline-block;
    float: left;
    padding: 1%;
    margin: 0 0 30px;
    width: 50%;
  }
  #taste-search .taste_box #taste .photo_select_box ul.image_list li .style_name {
    text-align: center;
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    width: 100%;
  }
  #taste-search .taste_box #taste .photo_select_box ul.image_list li .style_name span {
    padding-top: 3px;
    font-size: 0.7em;
  }
  #taste-search .taste_box #taste .photo_select_box .checkbox input[type=checkbox] {
    right: 4%;
    border: 0;
    outline: none;
  }
  #taste-search .taste_box #taste .photo_select_box .checkbox input[type=checkbox]:checked {
    box-shadow: none;
    opacity: 99;
    width: 34px;
    background-image: url("/common/img/photo-search/icon_check.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  #taste-search .taste_box #taste .thumbnail {
    padding: 0;
    transition: border 0s ease-in-out;
    border: none;
    border-radius: 0;
    background-color: #fff;
    line-height: 1.42857143;
    margin-bottom: 5px;
    border: 0;
  }
  #taste-search .taste_box #taste .taste_box #taste .thumbnail {
    padding: 0;
    border: none;
    background-color: #fff;
    line-height: 1.42857143;
  }
  #taste-search .search-link-box {
    margin: 0;
  }
  #taste-search .search-link-box li {
    font-size: 13px;
    margin: 0 20px 15px 0;
  }
  #taste-search .form_item li {
    display: inline-block;
    font-size: 13px;
    padding-left: 17px;
    margin: 0 20px 10px 0;
    cursor: pointer;
    background: url("/common/img/furniture/showroom/txt-check_brown.png") left center no-repeat;
    float: left;
  }
  #taste-search .form_item li.on,
  #taste-search .form_item li.on:hover,
  #taste-search .search-link-box li.on,
  #taste-search .search-link-box li.on:hover {
    color: #cc9933;
    text-decoration: none;
    border: none;
    background: url("/common/img/furniture/showroom/txt-check_on_brown.png") left center no-repeat;
  }
  #taste-search .form_item li.on,
  #taste-search .search-link-box li.on {
    background: url("/common/img/furniture/showroom/txt-check_on_brown.png") left center no-repeat;
  }
  #taste-search .icon_m {
    width: 40px;
    margin: 0 5px 0 5px;
  }
  #taste-search .icon_q {
    width: 20px;
    margin-left: 5px;
  }
  #taste-search .search-link-box {
    padding-left: 0;
  }
  #taste-search .search-link-box li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 17px;
    margin: 0 0 10px 30px;
    cursor: pointer;
    background: url("/common/img/furniture/showroom/txt-check.png") left center no-repeat;
  }
  #taste-search .search-link-box li.title {
    background: none;
    cursor: none;
    font-size: 1.2em;
    font-weight: 600;
    padding-left: 0;
  }
  #taste-search .search-link-box li.title:hover {
    background: none;
    color: #333;
  }
  #taste-search .description1,
  #taste-search .description2 {
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    border-radius: 5px;
    background: #5e7176;
    width: 200px;
  }
  #taste-search .form_item li.on,
  #taste-search .form_item li:hover,
  #taste-search li.on,
  #taste-search li:hover {
    color: #cc9933;
    text-decoration: none;
    border: none;
  }
  #taste-search .form_item li:hover,
  #taste-search .search-link-box li:hover {
    background: url("/common/img/furniture/showroom/txt-check_over_brown.png") left center no-repeat;
  }
  #taste-search .foot-btn {
    width: 100%;
    margin: 20px auto 30px;
  }
  #taste-search .foot-btn .foot-btn .btn-search:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #taste-search .foot-btn .btn-search {
    width: 49%;
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
    text-align: center;
    cursor: pointer;
    padding: 1em 0;
    background-color: #000;
    color: #fff;
    float: left;
    margin-right: 0;
  }
  #taste-search .foot-btn .btn-search:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #taste-search .foot-btn .btn-clear {
    width: 49%;
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
    text-align: center;
    cursor: pointer;
    padding: 1em 0;
    background-color: #000;
    color: #fff;
    float: right;
  }
  #taste-search .btn-clear:hover,
  #taste-search .btn-search:hover {
    opacity: 0.7;
  }
  #taste-search .photo-area li {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  #taste-search .photo-area li a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    border: #999999 solid 1px;
  }
  #taste-search .photo-area li a p {
    background: #000;
    color: #fff;
    padding: 0.5em 0;
    margin: 5%;
    font-size: 0.8em;
    text-decoration: none;
  }
  #taste-search .photo-area li a .result_icons02 {
    position: absolute;
    width: 30px !important;
    bottom: calc(1% + 50px);
    right: 8%;
  }
  #taste-search .photo-area li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #taste-search .search_box {
    padding-top: 80px;
    margin-bottom: 100px;
    display: block;
  }
  #taste-search .search_box .area-name {
    padding-top: 130px;
    margin-top: -130px;
  }
  #taste-search .search_box .mb_80 {
    margin-bottom: 80px;
  }
  .event-close {
    background-color: #f5f5f5;
    margin: 40px auto 0;
    max-width: 100%;
    padding: 15px 0 20px 30px;
  }
  .event-close h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #1b353d;
  }
  .event-close p {
    font-size: 15px;
    line-height: 2;
    margin: 0 5%;
    display: block;
    letter-spacing: 0.1em;
  }
  /*-----------矢印表示----------*/
  .slick-next {
    right: 2% !important;
  }
  .slick-prev {
    left: 2% !important;
  }
  .slick-arrow {
    z-index: 2 !important;
  }
  /*------------------------------*/
  .coronabox {
    width: 98%;
    margin: 0 auto 80px;
  }
  .coronabox p {
    margin: 0 0 5px 0;
    font-size: 0.8em;
  }
  .coronabox .mb_20 {
    margin-bottom: 20px;
  }
  .coronabox dt {
    cursor: pointer;
  }
  .coronabox dt h4 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 15px 0 15px;
    font-size: 1.1em;
    font-family: "Noto Sans JP", sans-serif;
  }
  .coronabox dt h4.before:after {
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    transition: 0.2s;
    font-size: 20px;
    margin-left: 10px;
  }
  .coronabox dt h4.after:after {
    display: inline-block;
    content: "\f106";
    font-family: "FontAwesome";
    transform: rotate(360deg);
    transition: 0.2s;
    font-size: 20px;
    margin-left: 10px;
  }
  .coronabox #corona_box {
    display: none;
  }
  .coronabox dd {
    margin: 1% 5%;
    font-size: 13px;
    line-height: 1.8;
    padding-top: 15px;
  }
  .coronabox dd span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .coronabox dd .note {
    color: #f63737;
    padding-top: 10px;
    font-size: 13px;
    text-align: left;
  }
  .coronabox dd h5 {
    font-weight: 600;
    padding-top: 18px;
    font-size: 14px;
    color: #3f4246;
  }
  .coronabox .sub {
    margin: 0 auto;
    line-height: 1.5;
    border-top: none;
    padding-top: 20px;
    text-align: left;
  }
  .coronabox .sub_2 {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    border-top: none;
    padding-top: 10px;
  }
  .coronabox .heads_up {
    text-align: left;
    font-size: 80%;
  }
  #point {
    margin: 30px auto 0;
  }
  #pointtop {
    margin: 0 auto;
  }
  .main-title-top {
    padding-top: 0;
  }
  .code_box {
    text-align: center;
  }
  .code_box .text-box {
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
  }
  .code_box .btn-box {
    display: table-cell;
    width: 150px;
    height: 40px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #679482;
    border-radius: 4px;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
  h3 {
    padding: 0;
  }
  .flow_wbox {
    padding-top: 110px;
    margin: -150px auto 30px;
  }
  .flow_wbox .bg_g {
    background: #f5f5f5;
  }
  .flow_wbox .step_box {
    width: 100%;
    margin: 0 auto;
  }
  .flow_wbox .step_box .icon {
    width: 22%;
    float: left;
    padding: 0 3%;
  }
  .flow_wbox .step_box .icon img {
    width: 100%;
  }
  .flow_wbox .step_box .icon_flow_f {
    width: 100%;
    float: left;
    padding-left: 5%;
  }
  .flow_wbox .step_box dl {
    float: right;
    padding-left: 2%;
    width: 78%;
  }
  .flow_wbox .step_box dl dt {
    width: 96%;
    clear: both;
    overflow: hidden;
    font-size: 1.3em;
  }
  .flow_wbox .step_box dl dt img {
    width: 27%;
  }
  .flow_wbox .step_box dl dt span {
    width: 72%;
    color: #5d5d5d;
  }
  .flow_wbox .step_box dl dt .step_icon {
    font-size: 0.7em;
    color: #333;
    background: #e2e1d3;
    padding: 0.75em 1em;
    text-align: center;
    width: 6em;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
  }
  .flow_wbox .step_box dl dt .step_icon span {
    font-size: 1.2em;
    padding-top: 0;
    float: right;
  }
  .flow_wbox .step_box dl dd {
    padding-top: 15px;
    width: 96%;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .flow_wbox .step_box dl dd .icon_pdf {
    width: 3%;
    margin-right: 3px;
  }
  .flow_wbox .step_box dl dd .icon_pdf img {
    width: 100%;
  }
  .flow_wbox .step_box dl dd .note {
    font-size: 0.7em;
    padding-bottom: 5px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
  }
  .flow_wbox .step_box dl dd .red {
    color: #ff0000;
  }
  .flow_wbox .step_box dl dd a {
    text-decoration: underline;
    color: #ff0000;
  }
  .flow_wbox .unwanted_box {
    width: 98%;
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid #999;
  }
  .flow_wbox .unwanted_box h4 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #5d5d5d;
    margin-bottom: 20px;
  }
  .flow_wbox .unwanted_box p {
    font-size: 0.9em;
    text-align: left;
    line-height: 1.7em;
    width: 90%;
    margin: 0 auto;
  }
  .flow_wbox .unwanted_box .link {
    text-align: center;
    font-size: 0.9em;
    padding-top: 10px;
  }
  .flow_wbox .unwanted_box .link .icon {
    width: 10px;
    margin-left: 5px;
  }
  .flow_wbox .unwanted_box .link a {
    text-decoration: underline;
    color: #5d5d5d;
  }
  .flow_wbox .unwanted_box .link a:hover {
    text-decoration: underline;
    color: #ff8000;
  }
  .model_wbox {
    margin: 50px auto 0;
  }
  .model {
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .model01 {
    letter-spacing: -0.4em;
    border: 1px solid #707070;
    margin-bottom: 20px;
  }
  .model01 p.photo {
    width: 100% !important;
    display: inline-block;
    margin: 0;
  }
  .model01 img {
    width: 100%;
    height: auto;
  }
  .model_thema {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 20px;
  }
  .model_thema p.title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
  }
  .model_thema p {
    margin: 0;
    padding: 0;
  }
  .model_thema p.txt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .spec dt {
    font-weight: 500;
    float: left;
    width: 70px;
    line-height: 1.8;
    display: block;
  }
  .spec dd {
    font-weight: 500;
    line-height: 1.8;
    margin-left: 70px;
  }
  .flow_view {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 1%;
  }
  .flow_view img {
    width: 100%;
  }
  .flow_view img.head_img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_list_wide {
    width: 90%;
    max-width: 100%;
    margin: 50px auto -180px;
    list-style: none;
    padding: 0;
  }
  .btn_list_wide li {
    width: 100%;
    margin: 0 auto;
  }
  .btn_list_wide img {
    width: 100%;
    margin-bottom: 30px;
  }
  .btn_list_wide a:hover {
    opacity: 0.7;
  }
  #footer {
    text-align: center;
    padding-top: 10px;
    font-size: 60%;
  }
  #footer a:link {
    color: #666666;
  }
  #footer a:hover {
    text-decoration: underline;
    color: #ff8000;
  }
  #footer a:visited {
    color: #666666;
  }
  address {
    text-align: center;
    padding: 10px 0;
    font-size: 60%;
    color: #666666;
  }
  .btn_list {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .btn_list ul {
    width: 90%;
    padding: 0;
    margin: 0 auto 10px;
  }
  .btn_list ul li {
    font-size: 80%;
    float: left;
    list-style: none;
    width: 100%;
    margin: 0 0 30px;
    border-left: 2px solid #bed1b4;
    border-right: 2px solid #bed1b4;
  }
  .btn_list ul li img {
    width: 100%;
  }
  .btn_list li.end {
    margin-right: 0;
  }
  .btn_list li.end img {
    width: 100%;
  }
  .fair_main_box {
    text-align: center;
    margin-bottom: 0;
  }
  .fair_main_box h2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 150%;
    color: #5d8877;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .fair_main_box .text_erea {
    font-family: "Noto Serif JP", serif;
    font-size: 100%;
    line-height: 2;
    margin: 0 auto 30px;
    width: 86%;
    color: #1b353d;
    text-align: left;
  }
  .btn-box2 {
    display: block;
    width: 80%;
    border: 1px solid #a38b78;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    background: #a38b78;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    font-size: 19px;
  }
  .btn-box2 a {
    color: #fff;
  }
  .btn-box2 a:hover {
    color: #fff;
  }
  .btn-box2 small {
    font-size: 50%;
  }
  .btn-box2 small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
    width: 10px;
  }
  .btn-box2:hover {
    color: #fff;
    border: #a48b78 solid 1px;
    background: #a48b78;
  }
  .btn-box2_close {
    display: block;
    width: 80%;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    background: #b1b1b1;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    font-size: 19px;
  }
  .btn-box2_close a {
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: default;
  }
  .btn-box2_close a:link {
    text-decoration: none;
  }
  .btn-box2_close small {
    font-size: 50%;
  }
  .btn-box2_close small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .btn-box2_close:hover {
    color: #fff;
    background: #b1b1b1;
  }
  .note {
    font-size: 80%;
    margin: 50px auto;
    width: 80%;
  }
  .tel_note {
    font-size: 80%;
    margin: 0 auto;
    width: 100%;
  }
  .event_sche {
    width: 100%;
    margin: 0 auto 50px;
    background: #f5f5f5;
    padding: 20px 0 10px;
  }
  .event_sche dl {
    padding: 0 3%;
    font-size: 70%;
  }
  .event_sche dl dt {
    background: #e2e1d3;
    color: #333;
    float: none;
    padding: 1%;
    width: 100%;
    font-size: 120%;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .event_sche dl dd {
    float: none;
    width: 100%;
    padding: 0 0 0 2%;
    font-size: 13px;
    line-height: 1.5em;
  }
  .event_sche dl dd h5 {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
    margin-top: 10px;
    font-weight: 600;
    color: #707070;
  }
  .event_sche dl dd span {
    display: block;
    font-size: 80%;
    padding-top: 5px;
    margin: 0 0 20px;
    /* 余分なマージンを消去 */
    padding: 0;
    /* 余分なパディングを消去 */
  }
  .event_sche dl dd span.red {
    color: red;
  }
  .event_sche .tokuten {
    padding-top: 10px;
    margin-left: 0;
  }
  .bnr_ranking {
    width: 100%;
    margin: 30px auto 10px;
  }
  .bnr_ranking img {
    width: 100%;
    text-align: center;
  }
  .bnr_ranking a:hover {
    opacity: 0.7;
  }
  .info_text_erea {
    width: 98%;
    margin: 0 auto;
  }
  .info_text_erea .info_text_box {
    text-align: center;
    color: #679482;
    border: solid 2px #679482;
    padding: 0.5em 0;
    width: 90%;
    margin: 0 auto 50px;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.05em;
  }
  .info_text_erea .info_text_box p {
    margin: 0;
    padding: 0;
  }
  .info_text_erea .note {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 30px;
    letter-spacing: 0.01em;
  }
  .erea02 {
    padding-top: 100px;
    margin: -80px auto 0;
  }
  .showroombox {
    width: 96%;
    margin: 0 auto;
    padding-top: 120px;
  }
  .showroombox p img {
    width: 100%;
  }
  .showroombox h3 {
    color: #707070;
    font-size: 150%;
    font-weight: bold;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    padding: 10px 0 10px 20px;
    width: 98%;
    text-align: center;
    margin: 30px auto 20px;
    letter-spacing: 0.1em;
  }
  .showroombox span {
    font-weight: normal;
    font-size: 80%;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
  }
  .showroombox .note {
    font-size: 80%;
    margin-top: 5px;
  }
  .showroombox .note a {
    color: #000;
    text-decoration: underline;
  }
  .showroombox .linkpdf {
    text-align: center;
    color: #707070;
    padding-top: 20px;
  }
  .showroombox .linkpdf a:hover {
    text-decoration: underline;
    font-size: 14px;
  }
  .showroombox .linkpdf a:link {
    color: #707070;
    font-size: 14px;
  }
  .showroombox .linkpdf::after {
    content: url("../../../common/img/interior_fair2021/icon_pdf.png");
    width: 10px;
    position: relative;
    top: 0;
    margin-left: 2px;
  }
  .showroombox h3.second {
    color: #707070;
    font-size: 150%;
    font-weight: bold;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    padding: 10px 0 10px 20px;
    width: 98%;
    text-align: center;
    margin: 30px auto 20px;
    letter-spacing: 0.1em;
  }
  .showroombox .btn-box2 {
    display: block;
    width: 80%;
    border: 1px solid #94BCAC;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 50px;
    color: #fff;
    vertical-align: middle;
    background: #94BCAC;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    font-size: 19px;
  }
  .showroombox .btn-box2 a {
    display: block;
    color: #fff;
  }
  .showroombox .btn-box2 small {
    font-size: 50%;
  }
  .showroombox .btn-box2 small::after {
    content: url("../../../common/img/interior_fair2021/icon_window.png");
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 2px;
  }
  .showroombox .btn-box2:hover {
    color: #fff;
    border: #5d8877 solid 1px;
    background: #5d8877;
  }
  .showroombox .main-title-top {
    padding: 0;
  }
  .showroombox .row {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
  }
  .showroombox .lnav-sr {
    display: table;
    width: 100%;
    margin: 15px 0 0;
    border: #999999 solid 1px;
    font-size: 14px;
    font-weight: bold;
  }
  .showroombox .on {
    background: #679482;
  }
  .showroombox .on a {
    color: rgb(51, 51, 51);
    font-size: 14px;
  }
  .showroombox .on a:hover {
    font-size: 14px;
  }
  .showroombox .lnav-sr a {
    display: table-cell;
    height: 45px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
  }
  .showroombox .lnav-sr a:link {
    font-size: 15px;
  }
  .showroombox ul {
    padding: 0;
    margin: 0;
  }
  .showroombox ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 12px;
  }
  .showroombox ul li img {
    width: 100%;
  }
  .showroombox ul li .icon {
    position: absolute;
    top: 0;
  }
  .showroombox ul li .icon img {
    margin-right: 1%;
    width: 25%;
    float: left;
  }
  .showroombox ul li.col-md-3,
  .showroombox ul li.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .showroombox ul.tab {
    padding: 0;
    margin: 0;
  }
  .showroombox ul.tab li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 12px;
    color: #000;
  }
  .showroombox ul.tab li img {
    width: 100%;
  }
  .showroombox ul.tab li .icon {
    position: absolute;
    top: 0;
  }
  .showroombox ul.tab li .icon img {
    margin-right: 1%;
    width: 25%;
    float: left;
  }
  .showroombox ul.tab li a {
    color: #000;
  }
  .showroombox ul.tab li.active a {
    color: #fff;
  }
  .showroombox ul.tab li.col-md-3,
  .showroombox ul.tab li.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .showroombox .photo-area p {
    text-decoration: underline;
  }
  .showroombox .model a:link {
    color: rgb(51, 51, 51);
    font-size: 11px;
  }
  .showroombox .model a:visited {
    color: #333;
  }
  .showroombox .model a:hover {
    color: #333;
  }
  .showroombox .photo-area li span {
    display: block;
    margin-bottom: 45px;
    text-align: center;
    border: #999999 solid 1px;
  }
  .showroombox .bnr_office {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 40px;
  }
  .showroombox .bnr_office li.bnr {
    width: 100%;
    float: left;
    list-style: none;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .showroombox .bnr_office li.bnr img {
    width: 100%;
  }
  .showroombox .bnr_office li.end {
    margin-right: 0;
  }
  .showroombox .bnr_office img {
    width: 100%;
    height: auto;
  }
  .showroombox .bnr_office img:hover {
    opacity: 0.8;
  }
  .flow {
    list-style: none;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .flow li {
    padding: 0;
    margin: 0;
  }
  .flow img {
    width: 100%;
  }
  .flow h3 {
    color: #707070;
    font-size: 150%;
    font-weight: bold;
    border-top: 3px solid #707070;
    border-bottom: 3px solid #707070;
    padding: 10px 0 10px 20px;
    width: 98%;
    text-align: center;
    margin: 30px auto;
    letter-spacing: 0.1em;
  }
  .flow .flowbox dt {
    text-align: center;
    margin-bottom: 5px;
  }
  .flow .flowbox dt .sp {
    display: inline-block;
  }
  .flow .flowbox dd {
    text-align: center;
    font-size: 12px;
  }
  .flow .flowbox .title {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .flow .col-xs-8 {
    width: 100%;
  }
  .flow .step01 {
    position: relative;
  }
  .flow .step01 .link01 {
    position: absolute;
    left: 52%;
    top: 70%;
    width: 12%;
  }
  .flow .step01 .link01 img {
    width: 100%;
  }
  .flow .step01 .link01_ld,
  .flow .step01 .link01_mfg {
    position: absolute;
    left: 47%;
    top: 60%;
    width: 11%;
  }
  .flow .step01 .link01_ld img,
  .flow .step01 .link01_mfg img {
    width: 100%;
  }
  .flow .step01 .link01_mh {
    position: absolute;
    left: 48%;
    top: 78%;
    width: 10%;
  }
  .flow .step01 .link01_mh img {
    width: 100%;
  }
  .flow .step03 {
    position: relative;
  }
  .flow .step03 .link03 {
    position: absolute;
    left: 53%;
    top: 65%;
    width: 11%;
  }
  .flow .step03 .link03 img {
    width: 100%;
  }
  .flow .step04 {
    position: relative;
  }
  .flow .step04 .link04 {
    position: absolute;
    left: 48%;
    top: 65%;
    width: 12%;
  }
  .flow .step04 .link04 img {
    width: 100%;
  }
  .flow .step04 .link04_ld {
    position: absolute;
    left: 48%;
    top: 65%;
    width: 12%;
  }
  .flow .step04 .link04_ld img {
    width: 100%;
  }
  .flow .step04 .link04_mfg {
    position: absolute;
    left: 48%;
    top: 65%;
    width: 12%;
  }
  .flow .step04 .link04_mfg img {
    width: 100%;
  }
  .hanrei {
    width: 60%;
  }
  .hanrei img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .icon_desc {
    margin-bottom: 10px;
    width: 100%;
  }
  .icon_desc ul {
    float: right;
  }
  .icon_desc ul li {
    float: left;
  }
  .icon_desc ul .iconmark01 {
    width: 20px;
    margin-left: 5px;
    margin-top: 3px;
  }
  .icon_desc ul .iconmark01 img {
    width: 100%;
  }
  .icon_desc ul .iconmark02 {
    width: 30px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .icon_desc ul .iconmark02 img {
    width: 100%;
  }
  .icon_desc ul .text {
    margin: 10px 10px 0.5em 0;
    font-size: 60%;
  }
  .tooltip1 {
    position: relative;
    padding-top: 10px;
  }
  .form_ereabox p {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .form_ereabox p img {
    cursor: pointer;
  }
  .form_ereabox p.title_erea {
    width: 96%;
    padding: 15px 0 0 0;
  }
  .form_ereabox p.title_erea2 {
    width: 96%;
    margin: 0;
    padding: 15px 0 0 0;
  }
  .description1,
  .description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    border-radius: 5px;
    background: #5e7176;
    width: 200px;
  }
  .description1:before,
  .description2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #5e7176;
    margin-left: -15px;
  }
  .tooltip1:hover .description1 {
    display: inline-block;
    top: -115px;
    left: -10px;
  }
  .tooltip1:hover .description2 {
    display: inline-block;
    top: -95px;
    left: -10px;
  }
  .telbox_bg {
    width: 100%;
    margin: 50px auto;
    padding: 20px;
    background-color: #f5f3f1;
  }
  .telbox {
    width: 80%;
    margin: 20px auto;
    background-color: #f5f3f1;
  }
  .telbox h4 {
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
  }
  .telbox h4.loop_title {
    margin: 20px 0;
    text-align: center;
  }
  .telbox dl dt {
    margin: 0;
    text-align: center;
  }
  .telbox dl dt.loop {
    margin: 0;
    text-align: center;
  }
  .telbox dl dd.tel_number {
    margin-bottom: 0;
    text-align: center;
  }
  .telbox dl dd.tel_number img {
    width: 60%;
  }
  .telbox dl dd.time {
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
  }
  .telbox .time_loop {
    text-align: center;
    margin-top: -20px;
    font-weight: 500;
    line-height: 1.75em;
  }
  .telbox .time {
    text-align: center;
    margin-top: -10px;
    font-weight: 500;
    line-height: 1.75em;
  }
  .telbox img {
    margin: 0 auto;
  }
}
.telbox .sp {
  width: 100%;
}

.telbox-close {
  background-color: #fff;
}

.telbox-close .sp {
  width: 100%;
}

.telbox_end {
  width: 100%;
  background-color: #f5f3f1;
  margin: 0 auto 30px;
  padding: 30px 0 20px;
}
.telbox_end .telbox {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.telbox_end img {
  width: 60%;
  margin: 10px auto;
}
.telbox_end .note {
  font-size: 80%;
  margin: 10px 0;
  width: 100%;
}

.telbox_end_mdi {
  width: 100%;
  background-color: #f5f3f1;
  margin: 0 auto 30px;
  padding: 30px 0 20px;
}
.telbox_end_mdi .telbox {
  width: 98%;
  margin: 0 auto;
}
.telbox_end_mdi img {
  width: 70%;
  margin: 10px auto;
}
.telbox_end_mdi dl dt {
  width: 100%;
  margin: 0 auto;
}
.telbox_end_mdi dl dd.tel_number {
  margin-bottom: 10px;
}
.telbox_end_mdi dl dd.tel_number span {
  font-size: 0.8em;
  color: #000;
  text-decoration: underline;
  display: block;
}
.telbox_end_mdi dl dd.tel_number span a {
  color: #000;
  text-decoration: underline;
}
.telbox_end_mdi .note {
  font-size: 80%;
  margin: 10px 0;
  width: 100%;
}

.telbox_end_sys {
  width: 100%;
  background-color: #f5f3f1;
  margin: 0 auto 30px;
  padding: 30px 0 20px;
}
.telbox_end_sys .telbox {
  width: 98%;
  margin: 0 auto;
}
.telbox_end_sys img {
  width: 70%;
  margin: 10px auto;
}
.telbox_end_sys dl dt {
  width: 100%;
  margin: 0 auto;
}
.telbox_end_sys dl dd.tel_number {
  margin-bottom: 10px;
}
.telbox_end_sys dl dd.tel_number span {
  font-size: 0.8em;
  color: #000;
  text-decoration: underline;
}
.telbox_end_sys dl dd.tel_number span a {
  color: #000;
  text-decoration: underline;
}
.telbox_end_sys .note {
  font-size: 80%;
  margin: 10px 0;
  width: 100%;
}

.telbox_end_rf {
  width: 100%;
  background-color: #f5f3f1;
  margin: 0 auto 30px;
  padding: 30px 0 15px;
}
.telbox_end_rf .telbox_rf {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #5f5f5f;
}
.telbox_end_rf .telbox_rf h4 {
  font-size: 95%;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #5d5d5d;
}
.telbox_end_rf .telbox_rf .call_center {
  float: left;
  width: 50%;
  max-width: 400px;
  margin: 0;
}
.telbox_end_rf .telbox_rf .call_center dt {
  margin-bottom: -5px;
}
.telbox_end_rf .telbox_rf .call_center dt img {
  width: 140px;
  margin-right: 10px;
}
.telbox_end_rf .telbox_rf .call_center dt span {
  font-size: 0.9em;
}
.telbox_end_rf .telbox_rf .call_center dd {
  font-size: 0.9em;
}
.telbox_end_rf .telbox_rf .call_center .time {
  font-size: 0.8em;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.telbox_end_rf .telbox_rf .call_center .tel_number {
  position: relative;
}
.telbox_end_rf .telbox_rf .call_center .tel_number img {
  width: 165px;
  float: left;
  margin-right: 20px;
}
.telbox_end_rf .telbox_rf .call_center .tel_number span {
  position: absolute;
  bottom: 13px;
  font-size: 0.75em;
}
.telbox_end_rf .telbox_rf .tel_note {
  font-size: 0.75em;
  padding-top: 40px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.telbox_end_rf img {
  width: 100%;
  margin: 8px auto 10px;
}
.telbox_end_rf .note {
  font-size: 80%;
  margin: 10px 0;
  width: 100%;
}

.telbox_end_hi {
  width: 100%;
  background-color: #f5f3f1;
  margin: 0 auto 30px;
  padding: 30px 0 20px;
}
.telbox_end_hi .tel_box {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.telbox_end_hi .tel_box .fl {
  width: 60%;
  padding: 0;
  margin: 0;
}
.telbox_end_hi .tel_box .fl dt {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: normal;
}
.telbox_end_hi .tel_box .fl dt span {
  font-size: 18px;
  margin: 0 5px;
  font-weight: bold;
}
.telbox_end_hi .tel_box .fl dt span.font2 {
  font-size: 11px;
  font-weight: normal;
}
.telbox_end_hi .tel_box .fl dd {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.telbox_end_hi .tel_box .fR {
  width: 50%;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  margin-left: 1em;
}
.telbox_end_hi .tel_box .fR li {
  list-style: none;
  font-size: 12px;
  text-indent: -1em;
}
.telbox_end_hi .tel_box .fR li span {
  font-size: 15px;
  font-weight: bold;
  margin: 0 5px;
}
.telbox_end_hi .tel_box .fR li.title {
  list-style: none;
  text-indent: 0;
  text-indent: -1em;
  margin-bottom: 5px;
}

.left-text {
  padding: 20px;
}
.left-text h3 {
  width: 100%;
  max-width: 297px;
  margin-bottom: 20px;
}
.left-text h3.second {
  max-width: 825px;
}
.left-text p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .left-text {
    padding: 10px;
  }
  .left-text h3 {
    margin-bottom: 10px;
  }
  .left-text p {
    margin-bottom: 30px;
  }
}
.right-illust {
  padding: 20px 20px 40px;
  text-align: center;
}
.right-illust img {
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .right-illust {
    max-width: 350px;
    margin: 0 0 20px 50px;
    padding: 10px;
  }
}
#faq {
  padding-top: 5px;
  border-top: 1px solid #dddddd;
  margin-bottom: 50px;
}
#faq .panel {
  border: none;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
}
#faq .panel-title {
  position: relative;
  padding-left: 5.8em;
  font-weight: bold;
  font-size: 14px;
}
#faq .panel-title img {
  margin-left: -10.5em;
  padding-left: 4em;
}
#faq .panel-body {
  position: relative;
  padding-left: 7.8em;
  font-weight: bold;
}
#faq .panel-body img {
  margin-left: -8em;
  padding-left: 5em;
}
#faq .panel-body .pdflink {
  font-weight: normal;
  display: block;
  margin: 5px 25px 5px 0;
  float: left;
}
#faq .panel-body .pdflink a {
  color: #495aac;
  text-decoration: underline;
  padding-bottom: 5px;
}
#faq .panel-body .pdflink img {
  margin-left: 0;
  padding-left: 0;
  margin-top: -5px;
  margin-top: -10px\9 ;
}
@media all and (-ms-high-contrast: none) {
  #faq .panel-body .pdflink {
    /* IE11 */
  }
  #faq .panel-body .pdflink img {
    margin-top: -10px;
  }
}
#faq .panel-title {
  background: url("../img/furniture/point/faq/icon-minus@2x.png") top left no-repeat;
  background-size: 25px;
}
#faq .accordion-toggle .panel-title {
  background: url("../img/furniture/point/faq/icon-minus@2x.png") top left no-repeat;
  background-size: 25px;
}
#faq .collapsed .panel-title {
  background: url("../img/furniture/point/faq/icon-plus@2x.png") top left no-repeat;
  background-size: 25px;
}
#faq a:link {
  color: #000000;
}
#faq a:hover {
  text-decoration: none;
}
#faq .panel-title {
  text-indent: 4em;
}
#faq .panel-body {
  border: none;
}
#faq .panel-default > .panel-heading {
  border: none;
}

@media (min-width: 768px) {
  #faq .panel-heading {
    padding: 20px 15px;
  }
  #faq .panel-title {
    padding-left: 5.8em;
  }
  #faq .panel-body {
    padding-left: 8.1em;
  }
  #faq .panel-body img {
    margin-left: -8em;
    padding-left: 5em;
  }
}
#point .typebtn-box {
  display: table;
  width: 300px;
  margin: 0 auto 20px;
}
#point .typebtn-box a {
  display: table-cell;
  width: 300px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #999999;
}
#point .typebtn-box a span {
  display: block;
  float: right;
  width: 30px;
  background: url("/common/img/comfortable/my_option_simulator/icon-link.png") left center no-repeat;
}
#point .typebtn-box a:hover {
  text-decoration: none;
  color: #00b200;
  border: solid 1px #629d58;
}
#point .typebtn-box a:hover span {
  background: url("/common/img/comfortable/my_option_simulator/icon-link2.png") left center no-repeat;
}

#point .type-img {
  width: 90%;
  margin: 0 auto;
}
#point .type-img ul {
  padding: 0;
}
#point .type-img ul img {
  width: 100%;
  margin: 10px auto;
}

@media (min-width: 768px) {
  #point .type-img {
    width: 98%;
    max-width: 960px;
    margin: 0 auto 195px;
  }
  #point .type-img li {
    width: 19%;
    float: left;
    margin-right: 1%;
  }
  #point .type-img .mr_none {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .telbox_end img {
    margin: 0 auto;
  }
  .telbox_end img.loop {
    width: 45%;
    margin-bottom: 10px;
  }
  .telbox_bg {
    width: 100%;
    margin: 50px auto;
    padding: 20px;
  }
  .telbox {
    width: 96%;
    margin: 0 auto;
  }
  .telbox h4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .telbox h4.loop_title {
    margin-top: 0;
  }
  .telbox dl {
    font-size: 80%;
  }
  .telbox dl dt {
    margin: 10px 0 5px;
    text-align: center;
  }
  .telbox dl dd.tel_number {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .telbox dl dd.tel_number img {
    width: 60%;
  }
  .telbox dl dd.time {
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
  }
  .telbox img {
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .telbox_end {
    padding: 0;
  }
  .telbox_end_rf {
    width: 100%;
    background-color: #f5f3f1;
    margin: 0 auto 30px;
    padding: 30px 0 15px;
  }
  .telbox_end_rf .telbox_rf {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #5f5f5f;
  }
  .telbox_end_rf .telbox_rf h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .telbox_end_rf .telbox_rf .call_center {
    float: none;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .telbox_end_rf .telbox_rf .call_center dt {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 5px;
  }
  .telbox_end_rf .telbox_rf .call_center dt span {
    font-size: 1em;
  }
  .telbox_end_rf .telbox_rf .call_center dd {
    font-size: 0.9em;
    text-align: center;
  }
  .telbox_end_rf .telbox_rf .call_center .time {
    font-size: 0.8em;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .telbox_end_rf .telbox_rf .call_center .tel_number {
    position: relative;
  }
  .telbox_end_rf .telbox_rf .call_center .tel_number img {
    width: 55%;
    float: none;
    margin: 0 auto 20px;
  }
  .telbox_end_rf .telbox_rf .call_center .tel_number span {
    position: relative;
    bottom: 13px;
    font-size: 0.9em;
  }
  .telbox_end_rf .telbox_rf .tel_note {
    font-size: 0.5em;
    padding-top: 10px;
    line-height: 2em;
    letter-spacing: 0;
    width: 90%;
    text-align: center;
  }
  .telbox_end_rf img {
    width: 100%;
    margin: 6px auto 10px;
  }
  .telbox_end_rf .note {
    font-size: 80%;
    margin: 10px 0;
    width: 100%;
  }
  .telbox_end_hi {
    width: 100%;
    background-color: #f5f3f1;
    margin: 0 auto 30px;
    padding: 30px 0 20px;
  }
  .telbox_end_hi .tel_box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .telbox_end_hi .tel_box .fl {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .telbox_end_hi .tel_box .fl dt {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
  }
  .telbox_end_hi .tel_box .fl dt span {
    font-size: 25px;
    margin: 0 5px;
    font-weight: bold;
  }
  .telbox_end_hi .tel_box .fl dt span.font2 {
    font-size: 11px;
    font-weight: normal;
  }
  .telbox_end_hi .tel_box .fl dd {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .telbox_end_hi .tel_box .fR {
    width: 90%;
    padding: 0;
    margin: 5px auto;
    list-style: none;
    margin-left: 1em;
  }
  .telbox_end_hi .tel_box .fR li {
    list-style: none;
    font-size: 12px;
    text-indent: -1em;
  }
  .telbox_end_hi .tel_box .fR li span {
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px;
  }
  .telbox_end_hi .tel_box .fR li.title {
    list-style: none;
    text-indent: 0;
    text-indent: -1em;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #pointtop,
  #point {
    padding-top: 170px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  #pointtop,
  #point {
    padding-top: 110px;
  }
  .main_img_btn {
    padding: 0;
  }
  #point .main_img_btn {
    width: 96%;
    margin: 0 auto;
  }
  .slick-initialized {
    padding: 0;
  }
  .btn_list {
    width: 96%;
    max-width: 96%;
    margin: 0 auto 20px;
    padding: 30px 0 0;
  }
  .btn_list ul li {
    font-size: 80%;
    float: left;
    list-style: none;
    width: 32%;
    margin-right: 2%;
    border-left: 1px solid #091c42;
    border-right: none;
  }
  .btn_list ul li:last-child {
    margin-right: 0;
    border-right: 1px solid #091c42;
  }
  .fair_main_box h2 {
    font-size: 160%;
  }
  .fair_main_box .text_erea {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .flow_wbox {
    padding-top: 30px;
  }
  .flow_wbox .flow .flow_view {
    position: relative;
    width: 96%;
    margin: 0 auto 20px;
  }
  .flow_wbox .flow h3 {
    margin: 30px auto;
  }
  .flow_wbox .step_box {
    position: relative;
    list-style: none;
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
    padding: 40px 5px 10px 0;
  }
  .flow_wbox .step_box .icon {
    margin-right: 0;
  }
  .flow_wbox .step_box .icon_flow_f {
    width: 12%;
    float: left;
    padding-left: 5%;
    left: 18px;
  }
  .flow_wbox .step_box dl dt {
    margin-bottom: 0;
  }
  .flow_wbox .step_box dl dt span {
    width: 100%;
  }
  .flow_wbox .step_box dl dd {
    margin-left: 0;
  }
  .flow_wbox .unwanted_box {
    width: 96%;
    margin: 0 auto;
  }
  .telbox_end {
    padding: 20px 0;
    margin-top: 0;
  }
  .telbox_end .telbox {
    display: block;
  }
  .telbox_end .telbox h4 {
    float: none;
    margin-right: 0;
    font-size: 100%;
    margin-top: 15px;
  }
  .telbox_end .telbox h4 img {
    width: 50%;
  }
  .telbox_end .telbox h4 span {
    font-size: 150%;
    color: #000;
  }
  .telbox_end .telbox .time {
    float: left;
    font-size: 90%;
    margin-top: 1.5%;
    margin-left: 10px;
  }
  .telbox_end .telbox dl {
    float: left;
    margin: 0;
    padding: 0;
  }
  .telbox_end .telbox dl dt {
    /* margin: 0; */
    text-align: center;
  }
  #taste-search {
    margin-bottom: 50px;
  }
  #taste-search .search-link-box li {
    font-size: 15px;
    margin: 0 0 15px 40px;
  }
  .model_thema .spec dd {
    font-weight: 500;
    font-size: 13px;
    line-height: 2;
    margin-left: 50px;
  }
  .model {
    width: 96%;
    margin: 0 auto;
  }
  .model01 p.photo {
    padding-right: 10px;
  }
  .showroombox .bnr_office {
    margin: 40px auto;
  }
  .showroombox .bnr_office li.bnr {
    width: 32%;
    float: left;
    list-style: none;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .showroombox .bnr_office li.bnr:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=fair_2025_spring.css.map */