@charset "utf-8";
:root {
    --color1: #009e52;
    --color2: #eef5f2;
    --color3: #fff;
    --color4: #084aa8;
    --color5: #bbb;
    --color6: #edff00;
    --color7: #333;
    --font52: 52px;
    --font48: 48px;
    --font46: 46px;
    --font40: 40px;
    --font32: 32px;
    --font30: 30px;
    --font28: 28px;
    --font26: 26px;
    --font24: 24px;
    --font22: 22px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
}
/*------------------------------------------------------------common*/
.red {
    color: #ff0000;
}
h2, h3, h4, h5 {
    color: #666 !important;
}
h3.tit01 {
    text-align: center;
    font-size: var(--font28);
    color: var(--color1) !important;
    margin-bottom: 45px;
    font-weight: bold;
}
h4.tit02 {
    text-align: center;
    font-size: var(--font24);
    color: var(--color7) !important;
    margin-bottom: 30px;
    font-weight: bold;
}
h5.tit03 {
    text-align: center;
    font-size: var(--font18) !important;
    margin-bottom: 15px;
    font-weight: bold;
}
.tit04 {
    text-align: center !important;
    font-size: var(--font18) !important;
    color: var(--color1) !important;
    margin-bottom: 15px;
    font-weight: bold !important;
}
p {
    color: #666 !important;
    line-height: 150% !important;
    font-size: 16px;
}
p.tx_left {
    text-align: left;
}
.section:not(footer .section) {
    padding: 50px 0;
    margin-bottom: 0;
}
.inner_section {
    padding: 30px 0;
}
img:not(footer img) {
    width: 100%;
    height: auto;
}
br.sp_none {
    display: none;
}
@media print, screen and (min-width:768px) {
    h3.tit01 {
        font-size: var(--font32);
        margin-bottom: 70px;
    }
    h4.tit02 {
        font-size: var(--font28);
        margin-bottom: 50px;
    }
    h5.tit03 {
        font-size: var(--font22) !important;
    }
    .tit04 {
        font-size: var(--font22) !important;
    }
    br.sp_none {
        display: inline;
    }
    br.pc_none {
        display: none;
    }
    .section:not(footer .section) {
        padding: 70px 0;
    }
    .inner_section {
        padding: 45px 0;
    }
}
/*------------------------------------------------------------bxslider*/
.img_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.bx-wrapper {
    width: 320px;
}
.bx-wrapper ul.bxslider li {
    width: 100%;
    margin: 0 auto;
}
.bx-wrapper ul.bxslider li img {
    width: 95%;
    margin: 0 auto;
}
.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-pager a:hover, .bx-pager a.active {
    background: #000;
}
/*------------------------------------------------------------contact*/
/**ファーストビュー**/
div#wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center right;
}
div#bgimg02 {
    background: url(../img/woodoffice-restroom_img/bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#cover {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    text-align: center;
    background-size: cover;
    padding: 20px;
}
div#cover h2 { /*font-weight:bold;font-family: 'Courgette', cursive;*/ font-weight: bold;
    font-size: 56px;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    color: #007239 !important;
}
div#cover strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Courgette';
    font-size: 120%;
}
div#cover dl {
    display: inline-block;
    width: 96%;
    margin: 0 auto 10px;
    padding: 0;
}
div#cover dl dt {
    float: left;
    width: 20%;
    margin: 0;
    padding: 10px;
    background: #009E52;
    color: #ffffff;
    border-radius: 30px;
    font-size: 180%;
}
div#cover dl dd {
    float: left;
    width: 80%;
    margin: 0;
    padding: 10px 10px;
    text-align: left;
    font-size: 180%;
    font-weight: bold;
}
div#cover dl::after {
    display: block;
    content: "";
    clear: both;
}
.link_box {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
.link_box .link_area {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.link_box .link_area:not(:last-child) {
    margin-bottom: 15px;
}
.link_box .link_area figure {
    margin-bottom: 20px;
    padding: 0 75px;
}
.link_box .link_area p {
    margin-bottom: 15px;
}
.link_box .link_area p a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #007D04;
    padding: 15px 10px;
    border-radius: 8px;
    transition: all 0.5s;
}
.link_box .link_area p a:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:768px) {
    .link_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .link_box .link_area {
        width: 48%;
    }
    .link_box .link_area:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .link_box .link_area p a {
        font-size: 24px;
    }
}
.edobooth_img {
    position: absolute;
    z-index: 2;
    display: none;
    & img {
        width: 80%;
        max-width: 660px;
        height: auto;
    }
    @media (width >=768px) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 600px);
        min-width: 500px;
        height: 100%;
        right: 0;
        top: 0;
    }
}
/****/
@media print, screen and (max-width:767px) {
    div#wrap {
        height: auto;
    }
    div#bgimg02 {
        height: 500px;
    }
    div#cover {
        width: 96%;
    }
    div#cover h2 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    div#cover dl dt {
        font-size: 12px;
    }
    div#cover dl dd {
        font-size: 130%;
    }
    div#cover_img {
        width: 48%;
        margin: 0;
    }
    div#cover_img img {
        margin: 0 auto;
        width: 200px;
    }
}
dl.reserve {
    width: 100%;
    display: inline-block;
}
dl.reserve dt {
    width: 18%;
    float: left;
    margin: 0;
    padding: 15px;
    border: 1px solid #009E52;
    background: #009E52;
    text-align: center;
    color: #ffffff;
    font-size: 200%;
}
dl.reserve dd {
    width: 78%;
    float: left;
    margin: 0;
    padding: 15px;
    border: 1px solid #009E52;
}
dl.reserve dd ol li {
    font-size: 130%;
    margin: 10px;
    color: #666;
    font-weight: bold;
}
dl.reserve::after {
    content: "";
    clear: both;
    display: block;
}
@media print, screen and (max-width:767px) {
    dl.reserve dt {
        width: 98%;
        clear: left;
    }
    dl.reserve dd {
        width: 98%;
        clear: left;
    }
}
dl.ph {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto 50px;
    display: inline-block;
}
dl.ph dt {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
dl.ph dd {
    width: 100%;
    margin: 0;
    padding: 0;
}
dl.ph dt img, dl.ph dd img {
    width: 100%;
}
#contact_wrap {
    background: url('../img/lp_img/contact_bg2.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#contact_wrap p {
    color: #ffffff;
    font-size: 200%;
}
#contact_wrap #contact_area_bg {
    background: url('../img/lp_img/contactarea_bg.png') repeat-y center top;
    width: 940px;
    margin: 0 auto 0px;
    padding: 20px;
    display: inline-block;
}
#contact_wrap h3 {
    color: #666666;
    font-size: 250%;
    font-weight: bold;
    padding: 0 0 5px;
    border-bottom: 1px solid #666666;
}
#contact_wrap #contact_merit {
    clear: both;
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
}
@media print, screen and (max-width:980px) {
    #contact_wrap #contact_area_bg {
        width: 90%;
    }
    #contact_wrap img {
        width: 80%;
        margin: 0 auto;
    }
    #contact_wrap p {
        font-size: 150%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #contact_wrap h3 {
        font-size: 150%;
    }
}
/*------------------------------------------------------------content*/
#index_text {
    background: url('../img/lp_img/main_bg.jpg') 50% 0 no-repeat fixed;
    /*background-size: cover;*/
    height: 480px;
    margin: 0 auto;
    padding: 0;
}
#index_text .container {
    padding: 30px 0;
    background: none;
    /*background-size: contain;*/
    margin: 0 auto;
}
#index_text .container .section {
    background: #fff;
    padding-bottom: 20px;
}
#index_text .container .section h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 0;
    width: 100%;
    background: #009E52;
    color: #fff;
}
#index_text .container .section p {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0;
}
#index_text .container .section dl.cp_title {
    margin: 10px auto;
    padding: 0;
    display: inline-block;
}
#index_text .container .section dl.cp_title dt {
    font-size: 16px;
    float: left;
    margin: 0px;
    padding: 25px 10px;
    font-weight: normal;
    color: #ffff00;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px; /* width,heightの半分 */
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #666; /* 円の色 */
}
#index_text .container .section dl.cp_title dd {
    font-size: 68px;
    font-weight: bold;
    float: left;
    margin: 0px;
    padding: 0 10px;
    color: #009E52;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN" !important;
}
#index_text .container .section dl.cp_title dd strong {
    font-size: 120%;
}
#index_text .container h2 img {
    max-width: 100%;
}
#index_text .container .section ul.triple {
    margin: 0 5%;
    padding: 0;
    display: inline-block;
    width: 90%;
    line-height: 120%;
}
#index_text .container .section ul.triple li {
    font-size: 21px;
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    padding: 20px 0;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #009E52;
    color: #009E52;
    background: #fff;
    text-align: center;
    font-weight: normal;
}
#index_text .container .section ul.triple li strong {
    font-size: 120%;
    font-weight: bold;
}
#index_text .container .section ul.triple li:last-child {
    margin: 0;
}
#index_text .btn {
    box-shadow: 3px 3px 6px 0 #666;
    margin-top: 40px;
}
#index_text .btn:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#index_sec01, #index_sec04 {
    text-align: center;
}
h2.title01 {
    margin-top: 50px;
    background: none;
    text-align: center;
    display: inline-block;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #009900;
    color: #666666;
    font-size: 200%;
    line-height: 160%;
}
@media print, screen and (max-width:767px) {
    #index_text .container .section h2 {
        font-size: 21px;
        padding: 0 5px;
    }
    #index_text .container .section p {
        font-size: 14px;
    }
    #index_text .container .section dl.cp_title dt {
        font-size: 14px;
        clear: left;
        margin: 0px;
        padding-top: 40px;
    }
    #index_text .container .section dl.cp_title dd {
        font-size: 28px;
        font-weight: bold;
        clear: left;
        text-align: center;
    }
    #index_sec01 strong {
        font-size: 120%;
    }
    #index_text .container .section ul.triple li {
        font-size: 21px;
        clear: left;
        width: 100%;
        margin: 0 0 20px;
        padding: 20px 0;
    }
}
.bg1703 {
    background: url('../img/lp_img/main_bg1703.jpg') 50% 0 no-repeat fixed;
}
.red {
    color: #ff0000 !important;
}
.content_bg02 {
    background: #ececec;
}
#triangle_grey {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #ececec transparent transparent transparent;
    display: inline-block;
}
table.price {
    font-weight: normal;
    vertical-align: top;
}
table.price th {
    font-weight: bold;
    font-size: 110%;
    padding: 10px;
    width: 20%;
    text-align: center;
}
table.price td {
    padding: 10px;
    width: 80%;
}
table.price td span {
    font-weight: bold;
    font-size: 150%;
    display: block;
    color: #cc0000;
    width: 100%;
    text-align: center;
}
table.price td span small {
    font-weight: normal;
    font-size: 60%;
    color: #666666;
    text-decoration: line-through;
}
table.price th.half {
    width: 50%;
}
table.price td.half {
    width: 50%;
}
ol.flow li .border {
    background: #ffffff;
}
table.spec {
    width: 100%;
    font-weight: normal;
    vertical-align: middle;
    color: #666666;
    border-collapse: separate;
    border-spacing: 1px;
}
table.spec tr {}
table.spec td {
    padding: 8px 10px;
}
table.spec tr td:nth-child(1) {
    color: #fff;
    background: #009e52;
}
table.spec tr td:nth-child(2) {
    background: #F4F4F4;
}
table.spec td span {
    display: block;
}
table.spec td span small {
    font-weight: normal;
    font-size: 60%;
    text-decoration: line-through;
}
table.option_tbl tr td:nth-child(1) {
    color: #666;
    background: none;
}
ul.booth_price li {
    display: flex;
    flex-direction: column;
}
ul.booth_price li:not(:last-child) {
    margin-bottom: 40px;
}
ul.booth_price li .tx_box {
    margin-bottom: 15px;
}
ul.booth_price li .tx_box h5 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}
ul.booth_price li .tx_box table tr td .price_acc_box{
 margin-bottom: 15px;
}
ul.booth_price li .tx_box table tr td .price_acc_box .price_accent {
    color: #666;
    margin-bottom: 15px;
}
ul.booth_price li .tx_box table tr td .price_acc_box .price_accent span {
    display: inline;
    font-size: 160%;
}
ul.booth_price li .tx_box table tr td .price_acc_box .btn_quotation a {
    display: block;
 text-align: center;
    color: #fff;
    background: rgb(255, 153, 0);
    padding: 10px;
    border-radius: 8px;
    transition: all 0.5s;
}
ul.booth_price li .tx_box table tr td .price_acc_box .btn_quotation a:hover {
    opacity: 0.7;
}
ul.booth_price li .ph_box p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    ul.booth_price li {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    ul.booth_price li .tx_box {
        width: calc(64% - 30px);
        margin-bottom: 0;
    }
    ul.booth_price li .ph_box {
        width: 36%;
    }
    ul.booth_price li .tx_box h5 {
        font-size: 22px;
    }
 ul.booth_price li .tx_box table tr td .price_acc_box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
 }
    ul.booth_price li .tx_box table tr td .price_acc_box .price_accent {
        margin-bottom: 0;
        margin-right: 15px;
    }
}
dl.iten_merit ul li .txt-center h3 {
    text-align: center;
    width: 100%;
}
dl.iten_merit ul li span {
    font-weight: normal;
    font-size: 14px;
}
div#cover_img {
    position: absolute;
    z-index: 2;
    float: left;
    margin: -30px 0 0 -50px;
    width: 24%;
    text-align: center;
    display: inline-block;
}
div#cover_img img {
    margin: 0 auto;
    width: 100%;
}
.solution_list {
    margin-top: 30px;
}
.solution_list > div:not(:last-child) {
    margin-bottom: 20px;
}
.solution_list .ph_box {
    display: inline-block;
    border: 2px solid #ececec;
    border-radius: 200px;
    margin-bottom: 15px;
}
.solution_list p {
    font-size: 16px;
}
@media print, screen and (min-width:768px) {
    div#cover_img {
        max-width: 355px;
    }
    .solution_list p {
        font-size: 16px;
    }
    .solution_list figure img {
        max-width: 70%;
    }
}
@media print, screen and (min-width:992px) {
    .solution_list > div:not(:last-child) {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width:768px) {
    .movie iframe {
        max-width: 75% !important;
    }
}
#index_sec02 {
    padding: 0 15px;
}
#index_sec02 dl.iten_merit dt, #index_sec02 dl.iten_merit dd p.under_txt {
    width: 70%;
    float: right;
}
#index_sec02 dl.iten_merit dt::after, #index_sec02 dl.iten_merit dd p.under_txt::after {
    display: block;
    content: "";
    clear: right;
}
#index_sec02 dl.iten_merit dt h3.title02 strong {
    display: inline;
    background: none;
    color: inherit;
    font-size: 120%;
}
ul.index_voice {
    margin-top: 20px;
}
ul.index_voice li {
    list-style-type: none;
    margin-bottom: 40px;
}
ul.index_voice li .bg_white {
    margin: 0 1%;
    width: 98%;
    padding: 10px;
    background: #ffffff;
}
ul.index_voice li h4 {
    margin: 5px 0;
    font-size: 150%;
    text-align: center;
}
ul.index_voice li h5 {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: center;
    color: #666;
}
ul.index_voice li p {
    margin: 15px auto 5px;
    color: #666;
    font-size: 16px;
}
ul.index_voice li img {
    margin: 0;
    width: 100%;
}
#index_sec02 strong {
    margin: 0;
    display: block;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
    color: #ffffff;
}
#index_sec02 ul.list_disc {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
}
#index_sec02 ul.red li {
    color: #ff0000;
    font-size: 110%;
    margin-right: 0;
    padding-right: 0;
}
.content_bg01 {
    background-color: #ccffcc;
}
.content_bg01 .bg_w {
    background-color: #ffffff;
    margin: 0 auto 30px;
    display: block;
    width: 96%;
}
.content_bg01 h2.title01 {
    margin-top: 20px;
}
#index_sec02 dl {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#index_sec02 dl dt {
    margin: 0px;
    padding: 10px 0;
    width: 100%;
}
#index_sec02 dl dd {
    margin: 0px;
    padding: 10px 0;
    font-size: 120%;
    color: #000000;
    text-align: left;
    width: 100%;
}
#index_sec02 dl dt h3 {
    margin: 20px 0 0;
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 200%;
    color: #000000;
    text-align: center;
}
#index_sec02 dl dd ul {
    margin-top: 20px
}
.comp_table_scroll {
    overflow-x: scroll;
    width: 100%;
}
table.comp_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 900px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #c0c0c0;
}
table.comp_table tbody tr {
    margin-bottom: 24px;
    border: 1px solid #c0c0c0;
    border-bottom: none;
}
table.comp_table tbody tr th, table.comp_table tbody tr td {
    padding: 10px;
    display: table-cell;
    width: auto;
    border-right: 1px solid #c0c0c0;
}
table.comp_table th {
    text-align: center;
    background: #e7f9e7;
    border-bottom: 1px solid #c0c0c0;
}
table.comp_table th:nth-child(3), table.comp_table th:nth-child(4), table.comp_table th:nth-child(5), table.comp_table th:last-child {
    width: 18%;
}
table.comp_table tbody th span {
    border-bottom: 1px dotted #6D6D6D;
    margin-bottom: 5px;
}
table.comp_table td {
    border-bottom: 1px solid #c0c0c0;
}
table.comp_table td::before {
    content: attr(data-head);
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    background: #eee;
    padding: 2px 0;
}
table.comp_table td.edo::before {
    color: #fff;
    background: #ff8f22;
}
table.comp_table ul {
    text-align: left;
}
table.comp_table ul li {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0.8em;
    position: relative;
}
table.comp_table ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #6D6D6D;
    border-radius: 100%;
    /*padding-right: .2em;*/
    position: absolute;
    top: 8px;
    left: 0;
}
table.comp_table thead {
    display: table-header-group;
}
table.comp_table thead th {
    display: table-cell;
    padding: 12px 16px;
    background: #eee;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-weight: bold;
}
table.comp_table thead th:first-child {
    border-right: 0;
}
table.comp_table thead th:nth-child(3) {
    color: #fff;
    background: #ff8f22;
}
table.comp_table thead tr:first-child th:last-child {
    border-right: none;
}
table.comp_table tbody tr {
    display: table-row;
    margin-bottom: 0;
}
table.comp_table tbody th, table.comp_table tbody td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #c0c0c0;
}
table.comp_table tbody th {
    width: 10%;
}
table.comp_table tbody td {
    width: 20%;
}
table.comp_table tr:nth-child(2) th {
    display: table-cell;
}
table.comp_table tbody th span {
    display: none;
}
table.comp_table tbody th {
    color: #000;
}
table.comp_table tbody tr th:last-child, table.comp_table tbody tr td:last-child {
    border-right: none;
}
table.comp_table tbody:last-child tr:last-child th, table.comp_table tbody:last-child tr:last-child td {
    border-bottom: none;
}
/*table.comp_table tbody tr:nth-child(odd) th,
  table.comp_table tbody tr:nth-child(odd) td {
    background: #f5f5f5;
  }
  table.comp_table tbody tr:nth-child(even) th,
  table.comp_table tbody tr:nth-child(even) td {
    background: #fff;
  }*/
table.comp_table th::before, table.comp_table td::before {
    display: none;
}
@media print, screen and (min-width:768px) {
    ul.index_voice li h5 {
        font-size: 150%;
    }
    .comp_table_scroll {
        overflow-x: inherit;
    }
    table.comp_table {
        width: 100%;
    }
    table.comp_table tbody tr th, table.comp_table tbody tr td {
        padding: 12px 16px;
    }
}
#index_sec03 {
    text-align: center;
}
#index_sec03 dl {
    width: 90%;
    margin: 20px 5%;
    display: inline-block;
    padding: 0;
}
#index_sec03 dl dt {
    margin: 0px;
    padding: 10px 0;
    text-align: center;
}
#index_sec03 dl dd {
    margin: 0px;
    padding: 10px 0;
    font-size: 120%;
    color: #000000;
    text-align: left;
}
#index_sec03 h2.title01 {
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    display: inline-block;
}
#index_sec03 dl dt h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 200%;
    color: #66cc33;
}
#index_sec03 dl dd ul {
    margin-top: 20px;
}
#index_sec03 dl dd img {
    margin: 5px 0;
    width: 90%;
}
#index_sec03 dl dd img.img_center {
    margin: 5px 10%;
    width: 80%;
}
#index_sec03 dl dd h4 {
    margin: 0 0 20px;
    padding: 0px;
    font-weight: bold;
    font-size: 130%;
}
#index_sec03 dl dd h4.before {
    margin: 0 auto;
    width: 80%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 130%;
    color: #ffffff;
    border-radius: 5px;
    background: #666666;
    text-align: center;
}
#index_sec03 dl dd h4.after {
    margin: 0 auto;
    width: 80%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 130%;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
}
#index_sec03 dl dd span.line-through {
    text-decoration: line-through;
}
#index_sec03 dl dd p {
    margin: 0 0 0 10px;
}
#index_sec03 dl dd p strong {
    font-size: 120%;
}
#index_sec03 dl dd ul li h3 {
    font-weight: bold;
    font-size: 130%;
    color: #009900;
    padding: 5px 0;
    border-bottom: 1px solid #009900;
}
#index_sec03 dl dd ul li span {
    padding: 10px;
    display: block;
}
.txt-center {
    width: 100%;
    text-align: center !important;
}
#index_sec04 strong {
    display: block;
    font-size: 130%;
    font-weight: normal;
    margin: 10px 0 20px;
    color: #333333;
}
#index_sec04 h4 {
    margin: 0px;
    font-weight: bold;
    font-size: 150%;
    margin: 10px 0 0;
}
#index_sec04 p {
    text-align: left;
}
#index_sec04 img.flow_img {
    width: 90%;
    margin: 0 auto;
    max-width: 320px;
}
@media print, screen and (max-width:767px) {
    #index_text {
        height: inherit;
    }
    #index_text .container {
        width: 95%;
        padding-bottom: 0;
    }
    h2.title01 {
        margin-top: 30px;
        font-size: 170%;
        text-align: left;
    }
    table.price th.half {
        width: 50%;
    }
    table.price td.half {
        width: 50%;
    }
    #index_sec02 dl.iten_merit dt, #index_sec02 dl.iten_merit dd p.under_txt {
        width: 100%;
        clear: right;
    }
    div#cover_img {
        position: relative;
        clear: left;
        margin: 0px 0 0 0px;
        width: 100%;
    }
    div#cover_img img {
        margin: 0 auto;
        width: 50%;
        float: left;
    }
    #index_sec02 dl.iten_merit dt h3.title02 strong {
        display: block;
        background: none;
        color: inherit;
        font-size: 100%;
    }
}
#acMenu dt {
    display: block;
    width: 100%;
    text-align: center;
    border: #ccc 1px solid;
    cursor: pointer;
    font-size: 16px;
    padding: 15px !important;
    text-align: left;
    line-height: 150% !important;
    font-weight: normal;
}
#acMenu dt span {
    color: #0000ff;
    font-weight: bold;
}
#acMenu dt:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    color: #666;
    padding-left: 10px;
}
#acMenu dd {
    background: #f2f2f2;
    width: 100%;
    padding: 15px !important;
    font-size: 16px !important;
    text-align: center;
    border-width: 0 1px 1px 1px;
    border-color: #ccc;
    border-style: solid;
    display: none;
    text-align: left;
    line-height: 150% !important;
}
#acMenu dd span {
    color: #ff0000;
    font-weight: bold;
}
#acMenu dt.active:after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: 900;
    color: #666;
    padding-left: 10px;
}
@media print, screen and (max-width:680px) {
    #index_text .container {
        background: none;
        background-size: cover;
    }
    #index_text .btn {
        box-shadow: 3px 3px 6px 0 #666;
        margin-top: 180px !important;
        font-size: 18px;
        line-height: 1.3;
        padding: 5px 0;
    }
}
@media print, screen and (max-width:580px) {
    #index_text .container {
        background-size: cover;
    }
    #index_sec01 strong, #index_sec04 strong {
        font-size: 130%;
        text-align: left;
    }
}
@media print, screen and (max-width:480px) {
    #index_text .container {
        background-size: cover;
    }
    #index_text .btn {
        margin-top: 150px !important;
    }
    h2.forsp img {
        width: 100%;
    }
}
@media print, screen and (max-width:380px) {
    #index_text .container {
        background-size: cover;
    }
}
#booth_link h3.title02 {
    margin-top: 50px;
}
/**parallaxここから**/
ul#nav_p {
    list-style: none;
    position: fixed;
    right: 20px;
}
ul#nav_p li {
    margin: 0 0 15px 0;
}
#second {
    background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
/**parallaxここまで**/
/**木製家具のラインナップ**/
#lineup.block {
    padding: 15px;
}
#lineup.content_bg01 {
    background: #e0e0e0;
}
#lineup h3 {
    color: #009e52 !important;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
#lineup ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
#lineup ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
}
#lineup ul li:nth-child(2n) {
    margin-right: 0;
}
#lineup ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
#lineup ul li a .ph_box {
    margin-bottom: 10px;
}
#lineup ul li a .tx_box {}
#lineup ul li a .lineup_title {
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
}
#lineup ul li a .lineup_tx {
    font-size: 15px;
    font-weight: bold;
}
@media print, screen and (min-width:576px) {
    #lineup ul li {
        width: 32%;
    }
    #lineup ul li:nth-child(2n) {
        margin-right: 2%;
    }
    #lineup ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media print, screen and (min-width:768px) {
    #lineup.block {
        padding: 40px 20px;
    }
    #lineup h3 {
        color: #009e52;
        font-size: 28px;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }
    #lineup ul li {
        margin-bottom: 30px;
    }
    #lineup ul li a .lineup_title {
        line-height: 1.3;
        font-size: 16px;
        font-weight: bold;
    }
    #lineup ul li a .lineup_tx {
        font-size: 18px;
        font-weight: bold;
    }
}
@media print, screen and (min-width:992px) {
    #lineup ul li {
        width: 23.5%;
    }
    #lineup ul li:nth-child(3n) {
        margin-right: 2%;
    }
    #lineup ul li:nth-child(4n) {
        margin-right: 0;
    }
}
/*-------------------------------------------------「よくあるご質問」構造化データ版*/
#index_sec04 {
    padding: 0 15px;
}
ul#qa {
    border: 1px solid #d4d4d4;
    padding: 20px 0;
}
ul#qa li.qa {
    border: none;
    padding: 0 20px;
}
ul#qa li.qa div {
    padding: 20px 0;
}
ul#qa li.qa div.Q {
    position: relative;
    margin-bottom: 10px;
    padding: 15px 35px 15px 65px;
    color: var(--maincolor);
    line-height: 24px;
    text-decoration: underline;
    border-bottom: 1px dotted #7f7f7f;
    cursor: pointer;
}
/*ul#qa li.qa div.Q::before {
  position: absolute;
  top: 14px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "Q";
  font-family: "NotoSansBold";
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background: var(--maincolor);
}*/
ul#qa li.qa div.Q::after {
    position: absolute;
    top: 35px;
    left: 36px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 5px transparent;
    border-left: solid 10px var(--maincolor);
    transform: rotate(45deg);
}
ul#qa li.qa:last-child div.Q {
    margin-bottom: 0;
    border-bottom: none;
}
ul#qa li.qa div.Q:hover {
    text-decoration: none;
}
ul#qa li.qa div.Q.on::before {
    transform: rotate(135deg);
}
ul#qa li.qa > div.A {
    position: relative;
    display: block;
    padding: 30px 20px 20px 65px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    background: var(--table_td);
}
/*ul#qa li.qa > div.A::before {
  position: absolute;
  top: 12px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "A";
  font-family: "NotoSansBold";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: var(--subcolor02);
}*/
ul#qa li.qa > div.A::after {
    position: absolute;
    top: 35px;
    left: 36px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 5px transparent;
    border-left: solid 10px var(--subcolor02);
    transform: rotate(45deg);
}
/*ひらいたときのタイトルのスタイルをあてる */
ul#qa li.qa div.Q.open {
    color: #000; /*c81507*/
}
ul#qa li.qa > div.A {
    display: none;
}
ul#qa li.qa div.Q span:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: solid 2px #8f97a6;
    border-bottom: solid 2px #8f97a6;
    transform: rotate(45deg);
    transition: 0.2s;
}
ul#qa li.qa div.Q.open span:after {
    transform: rotate(225deg);
    transition: 0.2s;
}
#booth_reuse ul li h4 {
    margin: 15px 0;
}
#booth_reuse ul li p {
    font-size: 16px;
}
#booth_spec .section {
    padding-bottom: 0;
}
#booth_spec #common_spec {
    padding-bottom: 50px;
}
@media print, screen and (min-width:768px) {
    #booth_spec #common_spec {
        padding-bottom: 70px;
    }
}