@charset "utf-8";
/*
Theme Name: reformplus-kento
Theme URI: https://reformplus-kento.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/
/* YUI fonts.css - font size設定
----------------------------------------------------------- */
@import url("css/cssfonts-min.css");
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("css/default.css");
/* all style
----------------------------------------------------------- */
@import url("css/style.css");

:root {
    --primaryColor: #f6ab00;
    --primaryValiant: #333333;
    --secondaryColor: #fee579;
    --attentionColor: #de2b3b;
    --subColor01: #446faa;
    --subColor02: #e55e35;
    --subColor03: #39b078;
    --subColor04: #5d370d;
    --subColor05: #8f99a6;
    --bgColor01: #fef4d9;
    --font-nomalColor: #fff;
    --bg-nomalColor: #fff;
    --borderColor: #cccccc;
    --primaryFont: 'Noto Sans JP', sans-serif;
    --numberFont: 'Akshar', sans-serif;
    --enfont: "Homemade Apple", cursive;
    --subFont: 'メイリオ','Meiryo',Sans-Serif;
    --beige-img: url(./img/bg_beige.png);
    --dotted-img: url(./img/bg_dotted.png);
    --dotted02-img: url(./img/bg_dotted_b.png);
    --dotted03-img: url(./img/bg_dotted_bb.png);
    --border-img: url(./img/border_rainbow.png);
    --under-r: linear-gradient(transparent 70%, #f4adbc 70%);
    --under-b: linear-gradient(transparent 70%, #65aadd 70%);
    --under-y: linear-gradient(transparent 70%, #fee579 70%);
    --under-g: linear-gradient(transparent 70%, #9fc661 70%);
}

@font-face {
    font-family: "Bahnschrift";
    src: url("./font/BAHNSCHRIFT.woff") format("woff");
    src: url("./font/BAHNSCHRIFT\ 1.woff") format("woff");
}

body {
    font-size: 15px;
    background: #fff;
    font-family: var(--primaryFont);
    overflow: hidden;
    min-width: 1100px;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    body {
        min-width: 1100px;
    }
}

.inner {
    width: 1100px;
    margin: 0 auto;
    /* position: relative; */
    padding: 0;
    box-sizing: border-box;
}

.main .inner::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

article {
    padding: 0 0;
}

/*------------- tmp -------------*/
/* img {
    display: block;
    margin: 0 auto;
} */

a:link, a:visited {
    color: var(--primaryColor);
}

.bg01 {
    background: var(--dotted-img) center center;
}

.bg02 {
    background: var(--bgColor01);
    z-index: 0;
}

.bg03 {
    background: var(--dotted02-img) center center;
}

.bg04 {
    background: var(--beige-img) center center;
    z-index: 0;
}

.bg05 {
    background: var(--secondaryColor);
}

.bg06::before,
.bg06::after {
    background: var(--dotted-img) center center;
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    display: block;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bg06::before {
    right: calc( 50% + 600px );
} 
.bg06::after {
    left: calc( 50% + 600px );
} 

.whiteBox p {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin-bottom: 0 !important;
}

.bgHouse {
    background: url(./img/house_bg.png) repeat-x center bottom;
}

.btn {
    display: block;
    box-sizing: border-box;
}

.btn a {
    display: inline-block;
    color: var(--font-nomalColor);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 15px 60px 15px 45px;
    text-decoration: none !important;
    border-radius: 50px;
    background: var(--subColor04);
}

.btn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    right: 20px;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.btn-w a {
    background: var(--bg-nomalColor);
    color: var(--primaryValiant);
}

.btn-w a::after {
    color: var(--primaryColor);
}

.btnDetail {
    background: var(--subColor02);
    color: var(--font-nomalColor);
    display: inline-block;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 18px !important;
    font-weight: bold;
}

.btnDetail:hover,
.btn a:hover {
    opacity: 0.7;
    transition: 0.7s;
}

.btnDetail a {
    display: block;
    padding: .2em 2.5em;
    color: var(--font-nomalColor);
    text-decoration: none !important;
    text-align: center;
    transition: 0.7s;
}

.notice-r {
    color: var(--attentionColor);
}

.notice-o {
    color: var(--secondaryColor) !important;
}

.notice-b {
    color: var(--primaryColor) !important;
}

.notice-g {
    color: var(--subColor02) !important;
}

.notice-w {
    color: var(--bg-nomalColor) !important;
}

.notice-pr {
    background: var(--under-r);
}
.notice-py {
    background: var(--under-y);
}
.notice-pb {
    background: var(--under-b);
}
.notice-pg {
    background: var(--under-g);
}


.tel {
    display: inline-block;
    font-size: 11px;
}

.tel .bHours {
    display: none;
}

.tel span {
    background: url(./img/ico_tel00.png) no-repeat left center;
    font-family: var(--numberFont);
    font-size: 50px;
    font-weight: 700;
    /* font-variation-settings:'wght' 600,'wdth' 90;  */
    color: var(--attentionColor);
    line-height: 1;
    padding-left: 50px;
    display: block;
    letter-spacing: -0.01em;
}

hr{
    margin: 30px 0;
    display: block;
    border: none;
    border-top: var(--borderColor) solid 1px;
}

.flex-box {
    display: flex;
}

.bg-img {
    position: relative;
}

.bg-img::after {
    background: var(--dotted-img);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.imgL30.bg-img::after {
    left: -30px;
}

.txtL {
    font-size: 150%;
}
/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
    border-top: var(--primaryColor) solid 5px;
}
header .htxt {
    padding: 5px 0;
}

header .htxt h1,
header .htxt p {
    font-size: 12px;
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

header .htxt p strong {
    font-weight: normal;
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 20px;
    overflow: inherit;
    width: 1400px;
    box-sizing: border-box;
    position: relative;
}

header .corpNumber {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

header .logoTxt {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

header .hdrLogo {
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

header .hdrLogo a {
    margin: 0 20px 0 0;
    display: block;
    float: left;
}

header .logo01 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .hdrContact {
    float: left;
    position: relative;
}

header .hdrContact .contactCatch {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
}

header .hdrContact .tel {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

header .hdrContact .tel span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding-left: 27px;
    display: block;
    background-size: 20px auto !important;
}

header .flex-box {
    justify-content: space-between;
    align-items: center;
    width: 57%;
}

.hdrBnr {
    position: relative;
    overflow: hidden;
    margin-top: -16px;
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.hdrBnr li {
    border-radius: 0 0 7px 7px;
    width: calc( 100%/3 - 5px );
    box-sizing: border-box;
    overflow: hidden;
}

.hdrBnr li a {
    color: var(--font-nomalColor);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15px 10px 10px;
    box-sizing: border-box;
}

.hdrBnr .hdrbnr-event a{
    background: var(--subColor03);
}

.hdrBnr .hdrbnr-showroom a{
    background: var(--subColor01);
}

.hdrBnr .hdrbnr-contact a{
    background: var(--subColor02);
}

.hdrBnr li a i {
    display: block;
    font-size: 20px;
    margin: 0 auto 5px;
}

.hdrBnr li:hover,
.hdrBnr li a:hover {
    opacity: 0.8;
    transition: 0.7s;
}

@media screen and (max-width: 1400px) {
    header .htxt {
        padding: 0.357vw 0;
    }
    
    header .htxt h1,
    header .htxt p {
        font-size: 0.786vw;
    }

    header .inner {
        padding: 0.714vw 0 1.429vw;
        width: 100%;
    }
    
    header .corpNumber {
        font-size: 0.857vw;
    }
    
    header .logoTxt {
        font-size: 0.714vw;
    }
    
    header .hdrLogo a {
        width: 60%;
    }
    
    header .hdrContact .contactCatch {
        font-size: 1vw;
    }
    
    header .hdrContact .tel {
        font-size: 0.786vw;
    }
    
    header .hdrContact .tel span {
        font-size: 2.857vw;
        padding-left: 2vw;
        background-size: 1.6vw auto !important;
    }
    
    header .flex-box {
        width: 55%;
    }
    
    .hdrBnr {
        margin-top: -1.143vw;
        width: 60%;
    }
    
    .hdrBnr li {
        border-radius: 0 0 0.5vw 0.5vw;
        width: calc( 100%/3 - 0.357vw );
    }
    
    .hdrBnr li a {
        font-size: 1.143vw;
        padding: 1.071vw 0.714vw 0.714vw;
    }
    
    .hdrBnr li a i {
        font-size: 1.429vw;
        margin: 0 auto 5px;
    }
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
    clear: both;
    font-size: 13px;
}

footer .inner {
    width: 1100px;
    padding: 30px 0;
}

footer .ftrLogo {
    margin-bottom: 10px;
    display: block;
}

footer .ftrLogo span {
    margin-left: 20px;
}

footer h5,
footer h6 {
    font-size: 14px;
    margin-bottom: 0;
}

footer nav {
    background: var(--primaryColor);
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

footer nav .ftrNav {
    position: relative;
    overflow: hidden;
    width: 1100px;
    border-left: solid 1px #ccc;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}

footer nav .ftrNav > li {
    padding: 5px 25px;
    width: 24%;
    width: calc( 25% - 1px );
    box-sizing: border-box;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

footer nav .ftrNav li ul > li {
    position: relative;
    padding-left: 13px;
}

footer nav .ftrNav li ul > li:before,
footer nav .ftrNav li ul > li:after {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

footer nav .ftrNav li ul > li:before {
    width: 7px;
    height: 7px;
    background: var(--bg-nomalColor);
}

footer nav .ftrNav li ul > li:after {
    left: 1px;
    width: 2px;
    height: 2px;
    top: 9px;
    border-top: var(--primaryColor) 1px solid;
    border-right: 1px solid var(--primaryColor);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer nav .ftrNav li ul > li a {
    color: var(--font-nomalColor);
    text-decoration: none;
}

footer nav .ftrNav li ul li ul>li {
    background: url(./img/list_line02.png) no-repeat left center
}

footer nav .ftrNav li ul li ul>li:last-child {
    background: url(./img/list_line01.png) no-repeat left center
}

footer nav .ftrNav li ul li ul>li:before,footer nav .ftrNav li ul li ul>li:after {
    content: none
}

footer .footerCom {
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
    width: 1100px;
}

footer .copyRight {
    float: right;
    text-align: right;
}

footer .copyRight p {
    font-size: 13px;
}

footer #logopcb {
    line-height: 1;
    text-align: right;
    margin-top: 20px;
}

footer .ftrScroll {
    padding: 10px 0;
    background: #7c6a62;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    font-size: 12px;
    line-height: 1.2;
}

footer .ftrScroll .inner {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .ftrScroll .ftrCont {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

footer .ftrScroll .ftrCont h3 {
    background: #0071bc;
    color: var(--font-nomalColor);
    font-size: 20px;
    margin: -10px 40px -10px -15px;
    padding: 18px 0 17px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

footer .ftrScroll .ftrCont h3:after {
    content: '';
    position: absolute;
    left: 78%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: solid 30px #0071bc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0 0 5px 0;
    z-index: -1;
}

footer .ftrScroll .tel {
    float: left;
    margin-right: 45px;
    line-height: 1.1;
    font-size: 14px;
    white-space: nowrap;
    color: var(--font-nomalColor);
}

footer .ftrScroll .tel span {
    background-image: url(./img/ico_tel01.png);
    background-size: 25px auto !important;
    color: var(--font-nomalColor);
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-left: 36px !important;
    /* font-variation-settings:'wght' 600,'wdth' 70;  */
    margin-right: 5px;
}

footer .ftrScroll .ftrCont ul {
    position: relative;
    overflow: hidden;
}

footer .ftrScroll .ftrCont ul li {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}

footer .ftrScroll .ftrCont ul li:first-child {
    margin-left: 0;
}

footer .ftrScroll .ftrCont ul li a {
    display: block;
}


footer .ftrScroll .ftrCont ul li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

footer .ftrScroll .ftrCont ul li.ftrTel {
    display: none;
}

footer .ftrScroll .pageTop a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

footer .ftrScroll .pageTop a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.ftr_bnr li {
    margin-top: 10px;
}

/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
header nav {
    background: var(--bgColor01);
    padding: 20px 0;
}

header nav ul {
    background: var(--primaryColor);
    border-radius: 7px;
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
}

header nav li {
    border-right: rgba(255, 255, 255, 0.5) solid 1px;
    display: block;
    position: relative;
    flex-grow: 1;
}


header nav li:last-child {
    border: none;
}

header nav li a {
    font-size: 18px;
    color: var(--font-nomalColor);
    display: block;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
}

header nav li a:link,
header nav li a:visited {
    color: var(--font-nomalColor);
    text-decoration: none;
    transition: 0.7s;
}

header nav li a:hover {
    transition: 0.7s;
    opacity: 0.8;
}

header nav li a span {
    color: #ffe4a5;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
}

nav #gNav li ul {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 2;
    height: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

nav #gNav > li > ul > li {
    visibility: hidden;
    overflow: hidden;
    width: auto;
    height: 0;
    background: rgba(45, 41, 32, 0.8);
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    border-right: none;
    border-left: none;
    font-size: 12px;
    transition: 0.7s;
    float: none;
    font-weight: normal;
    text-shadow: none;
    margin: 0;
}

nav #gNav li ul li a {
    height: auto;
    border-bottom: none;
    height: 39px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0;
    font-weight: normal;
    font-size: 13px;
    color: #fff !important;
}

nav #gNav li ul li a:before,
nav #gNav li ul li a:after {
    display: none;
}

nav #gNav li ul li a:link,
nav #gNav li ul li a:visited {
    color: #fff !important;
    text-decoration: none;
}

nav #gNav li ul li:hover {
    color: #0068b7 !important;
    transition: 0.7s;
}

nav #gNav li:hover ul li,
nav #gNav li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 39px;
}

/* -----------------------------------------------------------
    #mainv
----------------------------------------------------------- */
#mainv {
    background: var(--bgColor01);
    z-index: 0;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

#mainv .stage {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

#mainv .stage span {
    width: 1000px;
    z-index: 10 !important;
    margin: 0 10px;
}

.slick-slide {
    opacity: 0.5;
    transition: 0.5s;
}

.slick-current {
    opacity: 1;
}

#mainv .stage button {
    position: absolute;
    z-index: 2000;
}

#arrows {
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

#arrows button {
    position: absolute;
    border: none;
}

#arrows button.slick-prev,
#arrows button.slick-next {
    background: none;
    outline: none;
    cursor: pointer;
    width: 2000px;
    height: 436px;
}

#arrows button.slick-prev {
    right: 1050px;
    top: -436px;
}

#arrows button.slick-next {
    left: 1050px;
    top: -436px;
}

#arrows button.slick-prev:before,
#arrows button.slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

#arrows .slick-prev:hover {
    background: url(./img/leftNav.png) right center no-repeat;
    opacity: 1;
}

#arrows .slick-next:hover {
    background: url(./img/rightNav.png) left center no-repeat;
    opacity: 1;
}


.slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    display: block;
    background: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #fed900;
}

/* -----------------------------------------------------------
    contents
----------------------------------------------------------- */
#contents {
    position: relative;
    overflow: hidden;
}

#contents section {
    margin: 0 auto;
    border-bottom: none;
}

/*--メインカラム--*/
/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
.main {
    width: auto;
    padding-top: 20px;
}

/*--基本の記事スタイル設定--*/
.main section {
    padding-bottom: 30px;
    position: relative;
}

.main section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.main article {
    position: relative;
    overflow: hidden;
}

.main .articleContents {
    overflow: visible;
    z-index: 1;
}

.dotLine {
    border-bottom: #333 dotted 1px !important;
    padding-bottom: 0;
}

.main p {
    font-size: 16px;
    margin-bottom: 15px;
}

.main section p:last-child {
    margin-bottom: 0;
}

.main a {
    text-decoration: underline;
}

.main p + h2,
.main p + h3,
.main p + h4,
.main p + h5,
.main p + h6,
.main ul + h2,
.main ul + h3,
.main ul + h4,
.main ul + h5,
.main ul + h6,
.main ol + h2,
.main ol + h3,
.main ol + h4,
.main ol + h5,
.main ol + h6 {
    margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    clear: both;
}

.single-head01 {
    color: var(--primaryValiant);
    font-size: 35px;
    margin-bottom: 1em;
    line-height: 1.4;
}

.headLine02 {
    color: var(--primaryValiant);
    font-size: 38px;
    margin: 0 auto 30px;
    /* position: relative; */
    box-sizing: border-box;
    text-align: center;
    /* overflow: hidden; */
    z-index: 1;
}

.headLine02 span {
    color: var(--primaryColor);
    display: block;
    font-size: 20px;
    font-family: var(--enfont);
    font-weight: 400;
    letter-spacing: .1em;
}

.headLine02 .ttl-jp {
    font-family: var(--primaryFont);
}

.bg04 .headLine02,
.bg04 .headLine02 span {
    color: var(--font-nomalColor);
    /* position: relative; */
}

.bg04 .headLine02::before {
    background: var(--dotted02-img) center center;
    content: '';
    height: 280px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#afterservice .bg04 .headLine02::before {
    background: var(--dotted03-img) center center;
}

.headLine02.catchTtl,
.headLine02.catchTtl span{
    padding: 0;
    margin-bottom: 0;
    font-size: 43px;
    font-weight: 700;
    font-family: var(--primaryFont);
    line-height: 1.2;
}

.headLine02.catchTtl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headLine02.catchTtl img{
    margin:20px 0;
}
.headLine02.catchTtl span span{
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.headLine02.catchTtl:after{
    content: none;
}

.bg05 .headLine02,
.bg05 .headLine02 span {
    color: var(--font-nomalColor);
}

.archive-head02 {
    border-bottom: var(--primaryColor) dotted 3px;
    color: var(--primaryColor);
    font-size: 30px;
    line-height: 1.4;
    padding: .8em;
    margin-bottom: 1.2em;
    text-align: center;
}

.single-content h2 {
    background: var(--subColor01);
    color: var(--font-nomalColor);
    padding: .3em .8em;
    margin: 0 0 .8em;
    font-size: 30px;
    box-sizing: border-box;
}

.single-content h3,
.headLine03 {
    background: var(--bgColor01);
    box-sizing: border-box;
    color: var(--primaryValiant);
    font-size: 25px;
    margin-bottom: .8em;
    padding: .2em 1em;
}

.headLine03 a {
    color: var(--primaryValiant);
    text-decoration: underline;
}

.single-content h4,
.headLine04 {
    border-bottom: var(--subColor02) solid 5px;
    line-height: 1.4;
    padding: 0 0 .5em 0;
    margin: 0 0 1em;
    font-size: 25px;
}

.single-content h5,
.headLine05 {
    background: var(--primaryColor);
    color: var(--font-nomalColor);
    font-size: 20px;
    display: inline-block;
    padding: .2em 1em;
    margin-bottom: 1em;
    line-height: 1.4;
    box-sizing: border-box;
}

.headLine05 a {
    color: var(--font-nomalColor);
    text-decoration: underline;
}

.single-content h6,
.headLine06 {
    color: var(--subColor02);
    position: relative;
    font-size: 20px;
    margin-bottom: 1em;
}

.headLine06 a {
    color: var(--primaryValiant);
    text-decoration: underline;
}

.single-content blockquote {
    border: dotted 1px var(--borderColor);
    background: #fffeee;
    padding: 15px;
    margin-bottom: 15px;
}

.single-content blockquote p {
    margin: 0;
}

.single-content a {
    display: inline-block;
}

ul.normal-list,
.single-content ul {
    margin-bottom: 15px;
}

ul.normal-list li,
.single-content ul li {
    font-size: 16px;
    line-height: 1.5;
    margin: 7px 0 0 0;
    position: relative;
    padding-left: 13px;
    list-style-type: none;
}

ul.normal-list li:before,
.single-content ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

ul.normal-list li:before,
.single-content ul li:before {
    width: 7px;
    height: 7px;
    background: var(--subColor01);
}

ol.normal-list,
.single-content ol {
    margin-bottom: 15px;
    counter-reset: normallist;
}

ol.normal-list li,
.single-content ol li {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    margin: 1em 0 0 0;
    position: relative;
    counter-increment: normallist;
    padding-left: 2em;
}

ol.normal-list li::before,
.single-content ol li::before {
    background: var(--primaryColor);
    border-radius: 50%;
    color: var(--font-nomalColor);
    content: counter(normallist,decimal);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}


.main table {
    margin: 0 0 50px;
    border-spacing: 1px;
    box-sizing: border-box;
    background: var(--bg-nomalColor);
    width: 100%;
    border: var(--borderColor) solid 1px;
}

.main table caption{
    display: none;
}

.main table thead th{
    background: var(--primaryColor);
    color: var(--font-nomalColor);
    text-align: center;
    border-left: var(--borderColor) solid 1px;
    white-space: nowrap;
}

.main table th,
.main table td {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-bottom: var(--borderColor) solid 1px;
    border-left: var(--borderColor) solid 1px;
    box-sizing: border-box;
}

.main table tbody th {
    width: 25%;
    background: var(--primaryColor);
    color: var(--font-nomalColor);
}

.main table tr th:last-of-type,
.main table tr td:last-of-type {
    border-right: var(--borderColor) solid 1px;
}

.main table td {
    position: relative;
    overflow: hidden;
}
.main table td img{
    display: block;
    margin: 0 auto;
}
.main table td h6 {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0;
}

.main table td .btnDetail {
    float: right;
    margin: 0 !important;
}

.main table td a {
    margin-bottom: 0;
}
.main .frameBox table{
    margin: 0;
    width: 100%;
    box-shadow:none;
}

.main .frameBox table tr th:last-of-type,
.main .frameBox table tr td:last-of-type {
    border-right:none;
}

.main .frameBox table tr:last-child th,
.main .frameBox table tr:last-child td{
    border-bottom: none;
}

.main .frameBox table th,
.main .frameBox table td{
    border-right: none;
    border-left: none;
}

#price .main table td:last-child{
    color: var(--secondaryColor);
    font-weight: bold;
}

/*--共通パーツ--*/
.main .cornerMainv{
    position: relative;
    margin-bottom: 50px;
}
.main .cornerMainv h2{
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    bottom: 10px;
    text-align: center;
}

.main .cornerMainv h2:after{
    content: none;
}

.frameBox{
    /* background: #fff; */
    /* border: var(--borderColor) solid 1px; */
    box-sizing: border-box;
}


.main .photoUL {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main .photoUL li {
    margin: 0 20px 20px 0;
    padding: 0;
    background: none;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    width: calc( 50% - 20px);
    
}

.main .photoUL li:nth-child(2n){
    margin-right: 0;
}

.main .photoUL li::before,
.main .photoUL li::after {
    content: none;
}

.main .photoUL li span {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}
#event .main .photoUL li span {
    height: 500px;
}

.main .photoUL li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main .photoUL li h5 {
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    color: var(--primaryValiant);
}

.main .contentsList{
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.main .contentsList h3{
    border-bottom: none;
    position: relative;
    padding-bottom: 10px;
}

.main .contentsList article img{
    float: left;
    margin-right: 30px;
}
.main .contentsList article:nth-of-type(2n) img{
    float: right;
    margin:0 0 0 30px;
}

.main .contentsList .btn{
    float: right;
}

.contentslist-lead {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main .leadBox{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: var(--borderColor) solid 1px;
}

.main .leadBox::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.main .leadBox h3{
    border-bottom: none;
    position: relative;
    padding-bottom: 10px;
}

.main .worryBox{
    position: relative;
    overflow: hidden;
    background: url(./img/worry_img.png) no-repeat center bottom;
    min-height: 350px;
    padding: 50px 0;
}

.worryBox .catchTtl {
    display: block;
    color: var(--primaryColor);
    margin-bottom: 1em;
}

.worryBox .catchTtl small {
    font-size: 32px;
    display: block;
}

.worryBox .catchTtl span{
    display: inline;
}

.worryBox .worryList {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    min-height: 240px;
}

.worryBox .worryList li {
    padding-left: 0;
    float: none;
    width: auto;
    box-sizing: border-box;
    max-width: 380px;
}

.worryBox .worryList li img {
    display: block;
    margin: 0 auto;
}

.worryBox .worryList li span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    border-radius: 70px;
    box-sizing: border-box;
    border: 3px solid var(--primaryValiant);
    box-shadow: 5px 5px 0px  var(--secondaryColor);
    background: none;
    color: var(--primaryValiant);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    height: 100%;
    line-height: 1.4;
}

.worryBox .worryList span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: skew(-25deg);
    height: 25px;
    width: 3px;
    border-right: 8px solid var(--secondaryColor);
    background: var(--primaryValiant);
    content: "";
}
.worryBox .worryList span::before{
	background-color: var(--secondaryColor);
    border-radius: 50px;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.worryBox .worryList li:nth-child(1) {
    position: absolute;
    display: block;
    right: calc( 50% + 170px );
    bottom: 1em;
}

.worryBox .worryList li:nth-child(2) {
    position: absolute;
    display: block;
    right: calc( 50% + 140px );
    top: 0;
}

.worryBox .worryList li:nth-child(3) {
    position: absolute;
    display: block;
    left: calc( 50% + 110px );
    top: 0;
}

.worryBox .worryList li:nth-child(4) {
    position: absolute;
    display: block;
    left: calc( 50% + 150px );
    bottom: 1em;
}

.worryBox .worryList li:nth-child(-n+2) span:after {
    transform: skew(25deg);
}


.solution{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.solution .headLine02,
.solution .headLine02 span {
    color: var(--font-nomalColor);
}

.solution .headLine02::before {
    background: var(--dotted02-img) center center;
    content: '';
    height: 280px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.solution .solutionList {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.solution .solutionList li {
    background: var(--bg-nomalColor);
    border-radius: 7px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 10px 20px;
    text-align: center;
    width: calc( 25% - 12px );
    margin: 0 6px 0;
}

.solution .solutionList li .pointImg {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.solution .solutionList li h3 {
    line-height: 1.4;
    font-size: 18px;
    padding-bottom: 20px;
    position: relative;
    height: 3em;
}

.solution .solutionList li h3::after {
    background: url(./img/line_rainbow.png) no-repeat center center;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 10px;
}

.solution .solutionList li p {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.solution .solutionList li .solutionPict{
    width: 243px;
    height: 170px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 10px ;
}

.solution .solutionList li .solutionPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution .solutionList li h5{
    border-radius: 0;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
}


/*---バナーエリア--*/
.bnrBox {
    position: relative;
    overflow: hidden;
}

.bnrBox .bnr-list {
    padding: 0;
    display: flex;
    justify-content: center;
}

.bnrBox .bnr-list li {
    margin: 0 10px;
}


/*---店舗案内マップ付--*/
.showroomBox {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.archive-showroom {
    margin-bottom: 50px;
}

.archive-showroom:last-child {
    margin-bottom: 0;
}

.showroomMain {
    position: relative;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 0;
    margin-bottom: 20px;
}

.showroomMain::before {
    content: 'SHOWROOM';
    color: var(--primaryColor);
    font-size: 44px;
    font-family: var(--numberFont);
    font-weight: 500;
    transform: rotate(-90deg);
    bottom: 80px;
    position: absolute;
    left: -120px;
    line-height: 1;
}

.showroomMain::after {
    background: var(--primaryColor);
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.showroomOverview {
    margin-right: 30px;
}

.showroomOverview p {
    color: var(--font-nomalColor);
}

.showroomDetail {
    position: relative;
    display: flex;
    padding-bottom: 70px;
    margin-bottom: 15px;
    border-bottom: var(--bg-nomalColor) solid 1px;
}

.showroomDetail::after {
    content: url(./img/showroom_img.png);
    width: 317px;
    height: 200px;
    position: absolute;
    top: 37px;
    right: 0;
}

.showroomDetail p {
    color: var(--primaryValiant);
}

.showroomThumb {
    width: 420px;
    height: 310px;
    position: relative;
    display: block;
    margin-right: 24px;
}

.showroomThumb img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.showroomBox-ttl {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: .5em;
}

.showroomBox-ttl span {
    font-size: 18px;
    display: block;
}

.showroomDetail p {
    line-height: 1.4;
}

.showroomDetail .tel span {
    font-size: 40px;
    font-weight: 600;
    color: var(--attentionColor);
    background-size: 19px auto;
    padding-left: 27px;
}

.showroom-exhibit {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 70%;
}

.showroom-exhibit li {
    border: var(--secondaryColor) solid 4px;
    background: var(--bg-nomalColor);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* justify-content: space-around; */
    align-items: center;
    flex-wrap: wrap;
    font-size: 60px;
    font-weight: 700;
    font-family: var(--numberFont);
    line-height: 1;
    text-align: center;
    padding: 5px 7px;
    width: calc( 25% - 7px );
}

.showroom-exhibit li h3 {
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 700;
    display: block;
    width: 100%;
}

.showroom-exhibit li span {
    font-size: 26px;
    font-family: var(--primaryFont);
}

.showroom-exhibit li picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 7px;
}
.showroom-exhibit li.kitchen picture { background: #f4adbc; }
.showroom-exhibit li.bathroom picture { background: #f6ab00; }
.showroom-exhibit li.toilet picture { background: #efd70b; }
.showroom-exhibit li.wash-basin picture { background: #9fc661; }

.showroomExplan {
    display: flex;
    gap: 25px;
}

.showroomExplan p:first-child{
    flex: 1;
}

.reserve-benefit {
    text-align: center;
    width: 25%;
}

.reserve-benefit h3 {
    position: relative;
    margin-bottom: 15px;
}

.reserve-benefit h3 img {
    margin-top: -30px;
}

.reserve-benefit p {
    font-size: 12px;
    font-weight: bold;
    color: var(--font-nomalColor);
}

.reserve-benefit .btn a{
    padding: 15px 40px 15px 25px;
    display: block;
}

/*---リフォームメニュー--*/
.menuBox {
    background: var(--border-img) no-repeat center top;
    position: relative;
    overflow: hidden;
    padding: 140px 0 50px;
}

.menuBox-ttl {
    color: var(--font-nomalColor);
    font-size: 20px;
    font-weight: 600;
    padding: .2em 1em;
    text-align: center;
    margin-bottom: 25px;
}

.menu-parts01 {
    background: var(--subColor01);
}

.menu-parts02 {
    background: var(--subColor05);
}

.menu-ranking {
    background: var(--subColor04);
}

.menuBox .menu-list{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.menuBox .menu-list li{
    width: calc( 100%/3 - 20px );
    box-sizing: border-box;
    background: #fff;
    border: var(--borderColor) solid 1px;
    margin: 20px 10px 0;
}

.menuBox .menu-list li:nth-child(-n+3){
    margin-top: 0;
}

.menuBox .menu-list li a{
    text-decoration: none;
    color: var(--primaryValiant);
}

.menulist-thumb {
    width: 100%;
    height: 240px;
    position: relative;
}

.menulist-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuBox .menu-list li h4 {
    background: rgba(246,171,0,80%);
    box-sizing: border-box;
    color: var(--font-nomalColor);
    display: block;
    font-size: 25px;
    font-weight: 700;
    padding: .3em 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.menuBox .menu-list li h4::after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    right: 20px;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.menuBox .menu-list .menu-summary {
    padding: 10px;
}

.menuBox .menu-list .price {
    font-family: var(--numberFont);
    font-size: 60px;
    font-weight: 600;
    /* font-variation-settings: 'wght' 700, 'wdth' 80; */
    color: var(--attentionColor);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}

.menuBox .menu-list .price .unitTxt{
    font-family: var(--primaryFont);
    font-size: 30px;
    position: relative;
    letter-spacing: normal;
}

.price-option {
    background: var(--attentionColor);
    color: var(--font-nomalColor);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    padding: .2em .5em;
    margin-left: 10px;
}

.menuBox .menu-list .txtS{
    font-size: 13px;
    color: var(--primaryValiant);
    font-weight: 400;
    margin-bottom: 0;
}

.itemList {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.itemList li {
    width: calc(50% - 25px);
    margin: 60px 12px 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 12px;
    border-radius: 7px;
    box-sizing: border-box;
    border: var(--borderColor) solid 1px;
    background: var(--bg-nomalColor);
    overflow: hidden;
}

/* .itemList li:nth-child(2n) {
    margin-right: 0;
} */

.itemList li:nth-child(-n + 2) {
    margin-top: 0;
}

.menuBox .itemListThumb{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.menuBox .itemListThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuBox .itemList li .itemListThumb .imgLayer {
    top: 0;
    right: 0;
    transform: none !important;
    left: inherit !important;
    height: auto !important;
    width: auto !important;
}

.menuBox .itemList li .imgLayer{
    left: -12px;
    top: 170px;
    bottom: inherit;
}

.menuBox .itemList .item-summary {
    padding: 20px;
}

.menuBox .itemList .item-ttl {
    background: rgba(246,171,0,80%);
    box-sizing: border-box;
    color: var(--font-nomalColor);
    font-size: 24px;
    display: flex;
    align-items: stretch;
    padding: .5em;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.menuBox .itemList .item-ttl.item-ttlS {
    font-size: 20px;
}

.menuBox .itemList .item-ttl .item-name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.menuBox .itemList .item-ttl .item-maker {
    width: 80px;
    height: auto;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-nomalColor);
    padding: .2em;
}

.menuBox .itemList .item-ttl img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuBox .itemList .price {
    font-family: var(--numberFont);
    font-size: 60px;
    font-weight: 700;
    font-variation-settings: 'wght' 700, 'wdth' 80;
    color: var(--attentionColor);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}

.menuBox .itemList .price small {
    font-size: 50%;
    margin-right: .5em;
}

.menuBox .itemList .price .unitTxt{
    font-family: var(--primaryFont);
    font-size: 30px;
    position: relative;
    letter-spacing: normal;
}

.menuBox .itemList .txtS{
    font-size: 16px;
    color: var(--primaryValiant);
    font-weight: 400;
    margin-bottom: 0;
}


.menuBox .itemList li .detailBtn{
    background: var(--secondaryColor);
    color: var(--font-nomalColor);
        font-family: var(--primaryFont);
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin: 0 -10px -17px;
    text-align: right;
    padding: 8px 5px;
}

.menuBox .itemList li .detailBtn:after{
        font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 0 10px;
    display: inline-block;
    color: var(--font-nomalColor);
}

.menuBox .itemList li a {
    color: var(--primaryColor);
    text-decoration: none;
}

.parent_menu.menuBox {
    background: none;
    padding-top: 0;
}


/*-------------------#menu-----------------*/
.rankList{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.rankList li{
    width: calc( 100%/3 - 15px );
    margin: 50px 21px 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 12px;
    border-radius: 7px;
    box-sizing: border-box;
    border: var(--borderColor) solid 1px;
    background: var(--bg-nomalColor);
    overflow: hidden;
}

.rankList li:nth-child(3n) {
    margin-right: 0;
}

.rankList li:nth-child(-n + 3) {
    margin-top: 0;
}

.main .rankList li a{
    color: var(--primaryValiant);
    display: block;
    text-decoration: none;
}

.rankList li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    bottom: 15px;
    right: 20px;
    margin: auto;
    display: block;
    color: var(--subColor02);
}

.rankList li .thumbImg {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5px;
    display: block;
}

.rankList li .thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-summary {
    padding: 15px;
}

.rankList li h4{
    background: none;
    color: var(--primaryValiant);
    font-size: 15px;
    margin: 0 0 .5em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    height: 3em;
}

.rankList li .priceTxt{
    color: var(--secondaryColor);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}


.rankList li .imgLayer{
    bottom: 0;
    right: 0;
    transform: none !important;
    top: inherit !important;
    left: inherit !important;
    height: auto !important;
    width: auto !important;
}

.eyecatch{
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: first baseline;
    align-items: center;
}

.eyecatch .taxThumb{
    width: 530px;
    height: 330px;
    position: relative;
    margin: 0 50px 30px 0;
}

.eyecatch .taxThumb::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    right: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.eyecatch .taxThumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.eyecatch .taxInfo{
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    width: calc( 100% - 580px );
}
.eyecatch h2{
    background: none;
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.eyecatch h2:after{
    content: none;
}

.eyecatch .catchtxt{
    background: var(--subColor04);
    color: var(--font-nomalColor);
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}

.eyecatch .price{
    color: var(--attentionColor);
    font-family: var(--numberFont);
    font-size: 80px;
    font-weight: 700;
    font-variation-settings: 'wght' 600, 'wdth' 80;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
}


.eyecatch .price .unitTxt {
    font-size: 35px;
    font-weight: 700;
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-family: var(--primaryFont);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 3em;
    flex-flow: wrap-reverse;
}

.eyecatch .price .unitTxt small {
    font-size: 60%;
}

.eyecatch p{
    font-family: var(--primaryFont);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-size: 15px;
    line-height: 1.4;
}

.price-list {
    position: relative;
    overflow: hidden;
}

.price-list.flex-box {
    justify-content: center;
}

.price-list dt {
    /* background: var(--subColor04); */
    color: var(--primaryValiant);
    float: left;
    clear: both;
    font-size: 16px;
    /* width: 12em; */
    /* padding: .2em .5em; */
    text-align: center;
    display: inline-block;
    margin-right: 1em;
}

.price-list .maker-price {
    /* background: var(--borderColor); */
}

.price-list dd {
    margin: 0;
    /* padding: .2em .5em; */
    display: inline-block;
    float: left;
    font-size: 16px;
}


.main .itemBox {
    margin-bottom: 30px;
}

.main .itemBox h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main .itemBox h1 img{
    height: 35px;
    width: auto;
    margin-right: 20px;
    
}

.main .itemBox h4 {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 15px;
    box-sizing: border-box;
}

.main .itemImg {
    width: 335px;
    height: auto;
    position: static;
    overflow: hidden;
    display: block;
    float: right;
    margin: 0 0 30px 30px;
}

.main .itemImg img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .spec {
    font-weight: 600;
    margin-bottom: .8em;
}

.main .itemSummery {
    width: auto;
    position: relative;
    overflow: hidden;
}

.main .itemSummery p{
    line-height: 1.4;
}

.main .itemSummery .price{
    font-family: var(--numberFont);
    font-size: 80px;
    font-weight: 700;
    font-variation-settings: 'wght' 500, 'wdth' 100 ;
    color: var(--secondaryColor);
    line-height: 1.2;
    display: flex;
    align-items: baseline;
}

.main .itemSummery .price img{
    margin-right: 10px;
}

.main .itemSummery .price .unitTxt{
    font-family: inherit;
    font-size: 26px;
    position: relative;
}

.main .itemSummery .price .txtS{
    font-size: 13px;
    color: var(--primaryValiant);
    font-weight: normal;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.main .itemFeature{
    position: relative;
    overflow: hidden;
}

.main .itemFeature li{
    width: 180px;
    float: left;
    margin: 30px 26px 0 0;
    padding: 0;
}

.main .itemFeature li:nth-child(-n+4){
    margin-top: 0;
}

.main .itemFeature li:nth-child(4n){
    margin-right: 0;
}

.main .itemFeature li:nth-child(4n+1){
    clear: both;
}

.main .itemFeature li .featureImg{
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 10px ;
    background: #fff;
}

.main .itemFeature li .featureImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.main .itemFeature li h5{
    border-radius: 0;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
}

.main .itemFeature li p{
    font-size: 12px;
}

.basicBox .basicList{
    position: relative;
    overflow: hidden;    
}

.basicBox .basicList .basicList-ttl {
    color: var(--primaryColor);
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 25px;
    margin-bottom: .8em;
}

.basicBox .basicList .basicList-ttl::after {
    background: var(--primaryColor);
    content: '';
    height: 1px;
    width: 50%;
    margin-left: 20px;
    flex-grow: 1;
}

.basicBox .basicList .basicList-ttl span {
    background: var(--primaryColor);
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--font-nomalColor);
    font-size: 52px;
    width: 66px;
    height: 66px;
    padding: .1em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--numberFont);
    font-weight: 900;
    line-height: 1;
    margin: 0 .2em;
}

.basicBox .basicList .basic-info {
    box-sizing: border-box;
}

.basicList .basic-detail{
    counter-reset: basiclist;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.basicList .basic-detail li{
    border: var(--subColor04) solid 4px;
    margin: 0 10px 30px;
    border-radius: 10px;
    background: var(--bg-nomalColor);
    padding: 10px;
    box-sizing: border-box;
    counter-increment: basiclist;
    flex-basis: inherit;
    width: calc( 100%/5 - 20px );
}

.basicList .basic-detail li h4{
    background: var(--subColor04);
    color: var(--font-nomalColor);
    font-size: 18px;
    position: relative;
    margin: -10px -10px .5em;
    line-height: 1.2;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.basicList .basic-detail li h4:before{
    content: counter(basiclist,decimal);
    color: var(--font-nomalColor);
    font-family: var(--numberFont);
    background: #f17791;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.basicList .basic-detail li .basic-sub{
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
}

.basicList .basic-detail li .basic-img{
    margin: 5px auto 0;
    text-align: center;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.basic-detail .basic-img img {
    width: 50%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}


/*----comMessage-----*/
.msgBox {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.msgBox .flex-box {
    align-items: flex-start;
}

.msgTxt {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    width: calc(100% - 530px);
}

.main .msgTxt h3 {
    background: none;
    border-top: none;
    color: var(--primaryValiant);
    font-size: 24px;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
}

.main .msgTxt h3 span {
    color: #fed900;
    font-weight: bold;
    display: block;
    margin: 0;
}

.main .msgTxt h4 {
    font-size: 17px;
    border-top: none;
    background: none;
    margin: 0 0 15px;
    padding: 0;
}

.msgImg {
    margin: 0 50px 30px 0;
    width: 530px;

}

.main .msgPics {
    display: flex;
    align-items: center;
    justify-content: center;
  	flex-wrap: wrap;
    position: relative;
    margin-bottom: 50px;
}

.main .msgPics::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    right: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

/* .msgPics li {
    width: 48%;
    width: calc( 50% - 10px );
    height: 235px;
    overflow: hidden;
    position: relative;
    margin: 20px 20px 0 0;
    padding: 0;
} */

.main .msgPics li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main .msgInfo h5 {
    color: var(--primaryValiant);
    font-size: 12px;
    background: none;
    margin: 0 0 5px;
    padding: 0;
}

.main .msgInfo p {
    font-size: 23px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
}

.main .msgInfo p span {
    font-size: 16px;
    margin-right: 10px;
}

.main .msgInfo p span.en {
    font-size: 12px;
    color: var(--subColor02);
    margin-right: 0;
}

.main .msgPhoto{
    float: right;
    margin-left: 50px;
}

.main .ceoPict{
    position: relative;
    margin: 0 0 50px 0;
    width: auto;
    max-width: 530px;
}
.main .ceoPict img {
    width: 100%;
    height: 100%;
    contain: cover;
}

.main .ceoPict::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    left    : -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.main .msgPhoto h5{
    font-size: 13px;
    margin-bottom: 5px;
}

.main .msgPhoto p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

.outlineBox {
    padding: 50px 0;
}

.historyBox {
    margin: 50px auto;
}

.historyBox table tbody td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}   

/*--beginner--*/
.beginner {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.beginner::before {
    background: var(--dotted03-img) center center;
    content: '';
    height: 280px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.beginner .headLine02,
.beginner .headLine02 span {
    color: var(--font-nomalColor);
    position: relative;
}

.beginner .pointList {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.beginner .pointList li {
    background: var(--bg-nomalColor);
    border-radius: 7px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 10px 20px;
    text-align: center;
    width: calc( 25% - 12px );
}

.beginner .pointList li a {
    color: var(--primaryValiant);
    text-decoration: none;
}

.beginner .pointList li .pointImg {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.beginner .pointList li h3 {
    line-height: 1.4;
    font-size: 18px;
    padding-bottom: 20px;
    position: relative;
}

.beginner .pointList li h3::after {
    background: url(./img/line_rainbow.png) no-repeat center center;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 10px;
}

.beginner .pointList li p {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

/*--comSelectPoint--*/
.main .selectPoint ol {
    counter-reset: selectP;
    padding: 0;
    margin: 0 0 20px;
}

.main .selectPoint li {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: none;
    counter-increment: selectP;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.main .selectPoint li:last-child {
    margin-bottom: 0;
}

.main .selectPoint li span {
    position: relative;
    color: var(--font-nomalColor);
    background: url(./img/ico_point.png) no-repeat center center;
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    padding-top: 25px;
    box-sizing: border-box;
}

.main .selectPoint li span:after {
    content: "\A"counter(selectP, decimal-leading-zero);
    white-space: pre;
    line-height: 1;
    font-size: 36px;
}

.main .selectPoint li h3 {
    background: none;
    border-top: none;
    font-size: 36px;
    display: table-cell;
    padding: 0;
    margin-bottom: 5px;
}

.main .selectPoint li h3 strong {
    color: var(--secondaryColor);
}


/*--コンタクトエリア--*/

.contactBox {
    position: relative;
    margin: 40px auto 40px;
    box-sizing: border-box;
}

.contactBox .contactBox-ttl {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 20px;
}

.contactBox .contactBox-ttl strong {
    font-weight: 900;
    display: inline-block;
    margin-bottom: 5px;
    background: linear-gradient(transparent 75%, var(--secondaryColor) 50%);
}

.contactBox .contactBox-ttl span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.contactBox .telBox {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactBox .telBox .tel {
    margin:0 10px 0 0;
    line-height: 1.1;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}

.contactBox .telBox .tel span {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    padding: 0 0 0 35px;
    margin: 0 5px 0 0;
    display: block;
    background-size: 26px auto !important;
    /* font-variation-settings:'wght' 700,'wdth' 60;  */
}

.main .contactBox .telBox .btn {
    z-index: 3;
    margin-bottom: 0;
}

.main .contactBox .telBox .btn:hover {
    opacity: 0.8;
    transition: 0.7s;
}


.main .contactTel {
    margin-bottom: 30px;
    position: relative;
}

.main .contactTel .contactCatch{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: var(--primaryColor);
    color: var(--font-nomalColor);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin:0 10px 0 0;
    line-height: 1.6;
    display: inline-block;
    width: 225px;
    box-sizing: border-box;
}

.main .contactTel .contactCatch span {
    background: #fff;
    border-radius: 3px;
    text-align: center;
    color: var(--primaryColor);
    display: inline-block;
    width: 48%;
    width: calc(50% - 5px);
    margin: 0 0 0 5px;
    box-sizing: border-box;
}

.main .contactTel .contactCatch span:first-of-type {
    margin-left: 0;
}

.main .contactTel .tel{
    font-size: 12px;
}

.main .contactTel .tel span {
    font-size: 33px;
    padding-left: 35px;
    display: block;
    background-size: 30px auto;
    font-variation-settings:'wght' 700,'wdth' 100; 
}

.main .contactTel p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.main .contactTel .telBox {
    background: var(--primaryColor);
    padding: 10px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

.main .contactTel .telBox h5 {
    background: none !important;
    color: var(--font-nomalColor);
    font-size: 15px !important;
    line-height: 1 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    display: block !important;
}

.main .contactTel .telBox .tel {
    background: #fff;
    font-size: 13px !important;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0 !important;
    color: var(--primaryValiant);
    padding: 5px;
    display: block;
}

.main .contactTel .telBox .tel span {
    background: url(./img/ico_fd.png) no-repeat left center;
    font-size: 53px;
    font-weight: normal;
    line-height: 1;
    padding: 0 0 0 65px;
    margin: 0;
    display: inline-block;
}

.main .contactTel .telBox .btn {
    border-radius: 3px;
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
}

.main .contactTel .telBox .btn a {
    padding: 5px 30px 5px 40px;
}

.main .contactTel .telBox .btn a:before {
    left: 28px;
}

.main .contactTel .telBox .btn a:after {
    left: 33px;
}

.main .contactTel ul {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.main .contactTel ul li {
    border-radius: 4px;
    background: #0eaa8e !important;
    color: var(--font-nomalColor);
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    float: left;
}

.main .contactTel ul li:before,
.main .contactTel ul li:after {
    display: none;
}

.main .contactTel ul li:last-child {
    margin-right: 0;
}

.main .contactTel .overflowH {
    width: 380px;
}


.main .msgContact {
    padding: 3px 3px 3px 240px !important;
    margin: 40px 0 20px 5px !important;
    width: 700px;
    clear: none;
}

.main .msgContact img {
    float: left;
    position: absolute;
    top: -10px;
    left: -5px;
}

.main .msgContact .telBox {
    background: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

.main .msgContact .telBox h4 {
    position: relative;
    font-size: 13px !important;
    padding-left: 15px;
    margin-bottom: 0;
}

.main .msgContact .telBox h4:before,
.main .msgContact .telBox h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    background: none;
    border-radius: 0;
}

.main .msgContact .telBox h4:before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--primaryColor);
    opacity: inherit;
}

.main .msgContact .telBox h4:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main .msgContact .telBox .tel {
    font-size: 11px;
    line-height: 1.2;
    float: left;
    white-space: nowrap;
    margin-bottom: 0 !important;
    ;
}

.main .msgContact .tel .bHours {
    display: block;
}

.main .msgContact .tel span {
    background: url(./img/ico_tel.png) no-repeat left center;
    color: var(--secondaryColor);
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    padding-left: 35px !important;
    display: block;
    float: left;
    margin-right: 5px;
}


/*--来店予約----*/
.reserveBox .inner{
    border-top: #65aadd solid 1px;
    position: relative;
    margin-bottom: 40px;
}

.reserveMain{
    padding: 20px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.reserveMain img:first-child {
    transform: translateX(15px);
}

.reserveBox-ttl {
    position: relative;
    text-align: center;
}

.reserveBox-ttl img {
    margin-top: -80px;
}

.reserveBox-ttl .imgLayer {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.reserveTxt p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 0;
}

.reserveTxt small {
    font-size: 75%;
    display: block;
}

/* .main .reserveBox .btn {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 2px 45px 2px 25px;
    text-decoration: none !important;
    border-radius: 4px;
    background: var(--secondaryColor);
    font-family: var(--primaryFont);
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-bottom: 0;
}

.main .reserveBox .btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    right: 10px;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
} */

/*--トップスライド--*/
a.leftNav,
a.rightNav {
    background: url(./img/top/bg2.png);
    outline: none;
    transition: none;
}

.leftNav:before,
.rightNav:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: none;
}

.leftNav:hover {
    background: url(./img/top/leftNav.png) right center no-repeat;
    /*rgba(204,204,204,0.4);*/
    transition: none;
    opacity: 1;
}

.rightNav:hover {
    background: url(./img/top/rightNav.png) left center no-repeat;
    /*rgba(204,204,204,0.4);*/
    transition: none;
    opacity: 1;
}

.leftNav:hover:before,
.rightNav:hover:before {
    background: url(./img/top/bg2.png);
    transition: none;
}

/*--下層ページメインビジュアル--*/
#pageTitle {
    position: relative;
    height: 120px;
    margin-bottom: 120px;
    background: var(--bgColor01);
}

#pageTitle::before {
    background: var(--dotted-img) center center;
    content: '';
    position: absolute;
    height: 235%;
    width: 50%;
    display: block;
    z-index: 1;
    bottom: -60px;
    margin: auto;
    right: calc(50% + 400px);
    border-radius: 0% 100% 0% 100% / 0% 0% 100% 100%;
}

#pageTitle .inner {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    top: 30px;
    position: absolute;
}

#pageTitle .inner::before {
    background: var(--bgColor01);
    border-radius: 0 0 100% 100%;
    content: '';
    min-width: 2000px;
    height: 270px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    bottom: -65px;
}

#pageTitle .inner::after {
    background: url(./img/bg_page_ttl_border.png) no-repeat center bottom;
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    top: 75%;
    z-index: 1;
}


#pageTitle h1,
#pageTitle p {
    width: 1100px;
    color: var(--primaryValiant);
    position: relative;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

#pageTitle h1 span,
#pageTitle p span {
    color: var(--primaryColor);
    display: block;
    font-size: 20px;
    font-family: var(--enfont);
    font-weight: 400;
    letter-spacing: .1em;
}

#pageTitle .imgLayer {
    right: 0;
    top: 0;
    z-index: 2;
}

/*--ぱんくずエリア--*/
#pagePath {
    padding: 3px 0;
}

#pagePath p {
    width: 1100px;
    margin: 0 auto;
    color: var(--primaryValiant);
    font-size: 12px;
}

#pagePath p a {
    color: var(--primaryValiant);
    text-decoration: none;
}

/*--フォーム--*/
#form {
    margin: 0 auto;
    padding: 1px;
}

#form h3 {
    background: #f5a100;
    border-top: none;
    color: var(--font-nomalColor);
    margin-bottom: 0;
}

#form ul {
    margin-bottom: 40px;
}

#form table {
    margin-bottom: 20px;
    border: var(--borderColor) solid 1px;
}

#form th,
#form td {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

#form th {
    padding: 15px 20px;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
    background: var(--subColor03);
    border-bottom: var(--borderColor) solid 1px;
    color: var(--font-nomalColor);
}

#form th span {
    background: var(--attentionColor);
    color: var(--font-nomalColor);
    font-size: 14px;
    float: right;
    padding: .2em .5em;
}

#form th span.any {
    background: var(--borderColor);
}

#form td {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: var(--borderColor) solid 1px;
}


#form td > span {
    display: inline;
    font-size: 16px;
}

#form td span.your-order span span {
    font-weight: bold;
    margin-right: 10px;
}

#form td a {
    color: var(--primaryValiant);
    font-size: 16px;
    padding-left: 25px;
    display: inline-block;
}

#form td input[type="text"],
#form td input[type="tel"],
#form td input[type="email"] {
    padding: 5px;
    height: 2.8em;
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
    background: #fffcdb;
    width: 100%;
}


#form td select,
#form td input[type="date"] {
    font-size: 16px;
    padding: 2px;
    height: 2.8em;
    line-height: 30px;
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
    margin-right: 10px;
    background: #fffcdb;
    width: 50%;
}

#form td input[type="date"] {
    width: 360px;
}

#form td input[name="your-zip"]{
    display: inline-block;
    width: 200px;
}

#form td textarea {
    padding: 5px;
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
    background: #fffcdb;
    width: 100%;
}

#form td input:placeholder-shown,
#form td textarea:placeholder-shown {
    color: #b0b0b0;
}

#form td input::-webkit-input-placeholder,
#form td textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#form td input:-moz-placeholder,
#form td textarea:-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#form td input::-moz-placeholder,
#form td textarea::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

#form td input:-ms-input-placeholder,
#form td textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

#form td input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
}

#form .submit {
    text-align: center;
}

#form .submit li {
    margin: 0 5px;
    display: inline;
}

#form .submit .wpcf7c-btn-back {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #777;
    box-shadow: 0px 4px 0px 0px #afafaf;
    color: #949494;
}

#contents .main .wpcf7c-btn-back textarea[readonly] {
    background: #efefef !important;
}

#form td input.wpcf7c-conf,
#form td select.wpcf7c-conf,
#form td textarea.wpcf7c-conf {
    border: none;
    background: #efefef;
}

#form td select.wpcf7c-conf {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

#form td select.wpcf7c-conf::-ms-expand {
    display: none;
}

#form  input[type="submit"] {
    padding: 1em 80px;
    color: var(--font-nomalColor);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    box-shadow: inset 0 -4px 0px 0px rgba(105, 105, 105, 0.3);
    background: var(--primaryColor);
    margin: 0 auto;
    box-sizing: border-box;
    width: auto;
    border: none;
    border-radius: 30px;
    display: block;
}

#form .submit input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#form .submit input[type="button"] {
    margin-right: 10px;
}

#form td input.wpcf7c-conf:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1100px #efefef inset;
}

.wpcf7-validation-errors {
    background: #fff;
    border: 3px solid var(--attentionColor) !important;
}

span.wpcf7-list-item {
    margin-left: 0;
}

#form td input:read-only,
#form td textarea:read-only {
    background: none;
    border: none;
    font-weight: 600;
}
#form td input.wpcf7-free-text:read-only,
#form td textarea.wpcf7-free-textread-only {
    background: #EFEFEF;
    border: 1px solid var(--borderColor);
    font-weight: 600;
	margin-top: 5px;
}

#form td span{
    margin-right: .5em;
}

#form td input[name="your-reform_free_text"]{
    border: 1px solid var(--borderColor);
    background: #fffcdb;
}

#form td .wpcf7-form-control-wrap {
    display: inline;
}
#form td span.wpcf7-list-item {
    margin: 0 .5em 0 0;
    position: relative;
}

#form td .wpcf7-list-item-label {
    cursor: pointer; 
}

#form td input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
#form td .wpcf7-list-item-label::before {
    border: 1px solid var(--borderColor);
    background-color: #fffcdb;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 15px;
}
#form td input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
    color: var(--font-nomalColor);
    height: 15px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 15px;
}
#form td input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    /* チェックしたボックスの背景色を設定 */
    background-color: var(--subColor01);
}


/*--ブログ形式ページ--*/
.single-content .inner {
    border-bottom: var(--primaryColor) dotted 2px;
    padding-bottom: 50px;
}

.taxList {
    background: var(--bgColor01);
    line-height: 1.2;
    padding: 1.2em;
}

.taxList li,
.areaList li {
    display: inline-block !important;
    padding: 0;
    background: none;
}

.main .cat a,
.main .warksTaxList li a{
    display: inline-block !important;
    background: var(--borderColor);
    color: #fff !important;
    /* font-weight: bold; */
    margin: 0 4px 4px 0;
    text-decoration: none;
    padding: .2em .8em;
}

.main .areaList > li > a {
    background: none;
    color: #333 !important;
    padding: 0 0 0 25px;
    position: relative;
}


.main .areaList > li > a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138' !important;
    font-weight: 900;
    left: 5px;
    position: absolute;
    font-size: 15px;
    top: 0;
    margin: auto;
    display: block;
    color: var(--subColor02);
}

.main .areaList .children > li > a {
    background: #f5a100;
}

.taxList li a {
    box-sizing: border-box;
    background: var(--bg-nomalColor);
    color: var(--primaryColor);
    display: block;
    font-size: 14px;
    padding: .2em .8em;
    text-decoration: none;
    min-width: 7em;
    text-align: center;
}

.taxList li.current-cat a {
    background-color: var(--primaryColor);
    color: var(--font-nomalColor) !important;
}

.taxList li a:hover {
    opacity: .7;
    transition: .6s;
}

/* .main .areaList li.current-cat a {
    background-color: #FFF;
    color: #f5a100 !important;
    border: solid 1px #f5a100;
} */

.main .infoBox {
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.main .infoBox p {
    display: block;
    margin-bottom: 0 !important;
    font-size: 12px;
}


.main .infoBox .time {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 14px;
}

.archivebox {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px;
}

.archiveList {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.archiveList .cat {
    font-size: 14px;
    color: var(--font-nomalColor);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .3em;
}

.archiveList li {
    width: calc( 100%/3 - 14px );
    margin: 50px 20px 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 12px;
    border-radius: 7px;
    box-sizing: border-box;
    border: var(--borderColor) solid 1px;
    background: var(--bg-nomalColor);
    overflow: hidden;
}

#top .newsBox .archiveList li, 
#top .voiceBox .archiveList li, 
#top .blogBox .archiveList li {
    border: none;
}

.archiveList li:nth-child(3n) {
    margin-right: 0;
}

.archiveList li:nth-child(-n + 3) {
    margin-top: 0;
}

.archiveList li a {
    color: var(--primaryValiant);
    display: block;
    text-decoration: none;
}

.archiveList li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 1;
    bottom: 15px;
    right: 20px;
    margin: auto;
    display: block;
    color: var(--primaryColor);
}


.archiveList li span {
    display: inline-block;
}

.archiveList li h3{
    margin: 0;
    font-size: 18px; 
    overflow: hidden;  
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    /* height: 3em; */
}

.archiveList li .thumbImg {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.archiveList li .thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .4s ease-in-out;
}

.archiveList li a:hover img{
    transform: scale(1.1);
}

.archiveList .archivelist-summary {
    padding: 15px;
}

.worksBox .archiveList .archivelist-summary {
    padding: 15px 15px 30px;
}

.voiceBox .archiveList .archivelist-summary {
    padding: 15px 15px 40px;
}

.archiveList .archivelist-subtxt p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.archiveList .subtxt {
    color: #a9a9a9;
    font-weight: 500;
}

.worksBox .archiveList .subtxt {
    color: var(--primaryValiant);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    padding: 0;
    height: 4em;
}

.archiveList li p{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.workstax-list {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.workstax-list li {
    background: var(--bgColor01);
    border-radius: 7px;
    margin: 20px 10px 0;
    overflow: hidden;
}

.workstax-list li a {
    color: var(--primaryValiant);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.workstax-list li .workstax_ico {
    padding: .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    box-sizing: border-box;
}

.workstax-list li .workstax_txt {
    font-weight: 800;
    padding: .8em 1.5em;
    margin-bottom: 0;
}

/*--------------施工事例詳細---------------*/
.main .singleWorks table{
    margin: 0;
    width: 100%;
    box-shadow:none;
    background: none;
    table-layout: fixed;
}

.main .singleWorks table tr th:last-of-type,
.main .singleWorks table tr td:last-of-type {
    border-right:none;
}

.main .singleWorks table tr:last-child th,
.main .singleWorks table tr:last-child td{
    border-bottom: none;
}

.main .singleWorks table th,
.main .singleWorks table td{
    border-right: none;
    border-left: none;
}
.main .singleWorks .frameBox{
    margin-bottom: 30px;
}


.main .picBox {
    overflow: hidden;
    position: relative;
    margin: 30px 0 50px;
}

.main .picBox .photo{
    float: right;
    width: 660px;
    height: 450px;
    position: relative;
    overflow: hidden;
    display: block;
}

.main .picBox .btmPhoto {
    position: relative;
    height: 250px;
    width: 350px;
    padding-bottom: 10px;
    display: block;
}

.main .picBox .photo a,
.main .picBox .btmPhoto a{
    display: block;
    height: 100%;
}

.main .picBox .photo img,
.main .picBox .btmPhoto a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .picBox .photo.portrait img,
.main .picBox .btmPhoto.portrait a img {
    object-fit: contain;
}

.main .picBox .btmPhoto:before,
.main .picBox .btmPhoto:after {
    position: absolute;
    bottom: -65px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
}

.main .picBox .btmPhoto:before {
    right: -50px;
    bottom: -80px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 32px solid transparent;
    border-left: 45px solid var(--secondaryColor);
}

.main .picBox .btmPhoto:after {
    right: 15px;
    width: 80px;
    height: 80px;
    border: 0px solid transparent;
    border-bottom: 30px solid var(--secondaryColor);
    border-radius: 0 0 0px 75px;
    z-index: -1;
}

.main .picBox span.after,
.main .picBox span.before {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--subColor02);
    display: inline-block;
    z-index: 10;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    line-height: 1.4;
}

.main .picBox span span {
    opacity: 0.5;
    margin-left: 5px;
}
.main .singleBlog .singleDetail img {
    float: none !important;
    max-width: 100%;
    height: auto;
}


/*--お客様の声--*/
#voice .main .voiceSummary {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.main .voicephotList {
    float: left;
}

.main .voicephotList li {
    width: 316px;
    height: 206px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0;
}

.main .singleVoice .enqImg {
    height: auto;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.main .voicephotList .enqImg a {
    display: block;
}

.main .voicephotList li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.main .singleVoice img {
    /* width: auto;
    height: 100%;
    border: solid 1px #ccc; */
    width: auto;
    height: auto;
    border: solid 1px #ccc;
    min-width: initial;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

.main .voicephotList li:before,
.main .voicephotList li:after {
    content: none;
}

#voice .main .singleDetail {
    width: 400px;
    float: right;
}

#voice .main .singleDetail table th {
    width: 25%;
    padding: 15px 10px;
}

#voice .main .enq h5 {
    border-radius: 4px;
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px;
    background: none;
    color: var(--primaryValiant);
}

#voice .main .enq ul {
    overflow: hidden;
    margin: 0 0 20px;
}

#voice .main .enq li {
    text-align: center;
    float: left;
    background: #e8ddbd;
    width: 25%;
    border-right: solid 1px #FFF;
    box-sizing: border-box;
    padding: 3px 5px;
}

#voice .main .enq li:before,
#voice .main .enq li:after {
    content: none;
}


#voice .headLine03 {
    margin-bottom: 15px;
}

#voice .main .enq p.score {
    color: var(--secondaryColor);
    font-weight: bold;
    font-size: 40px;
}

.voiceBox .archiveList .subtxt {
    color: var(--primaryValiant);
}


.main .otherPhoto {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.main .otherPhoto li {
    width: calc(100%/3 - 14px);
    padding: 0;
    font-size: 14px;
    margin: 0 20px 50px 0;
}

.main .otherPhoto li:before,
.main .otherPhoto li:after {
    content: none;
}

.main .otherPhoto li:nth-child(3n) {
    margin-right: 0;
}

.main .otherPhoto li a {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.main .otherPhoto li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .otherPhoto li h5 {
    color: var(--subColor04);
    background: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

/*--リフォームコラム（ブログ）-*/
/* .bg04 .blogBox::before {
    background: var(--dotted02-img) center center;
    content: '';
    height: 40%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg04 .blogBox .headLine02,
.bg04 .blogBox .headLine02 span {
    color: var(--font-nomalColor);
    position: relative;
} */

.blogBox .cat a,
.singleBlog .cat a {
    background: var(--primaryColor);
}

/*------------- tmp -------------*/

/*投稿画像の回り込み処理*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0;
    margin: 0 0 20px 30px;
    display: inline;
}

img.alignleft {
    padding: 0;
    margin: 0 30px 20px 0;
    display: inline;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

img {
    border-style: none;
}

.main .nobr br {
    display: none;
}

.main p.wp-caption {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

.main p.wp-caption img {
    margin-bottom: 5px;
}

.main p.wp-caption .caption-text {
    text-align: left;
}

/*pagenavi*/
.main .naviUl {
    margin: 50px 0;
    height: 34px;
    position: relative;
}

.main .pagenavi {
    padding: 20px 0 0 0 !important;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    width: 75%;
}

.main .pagenavi li {
    padding: 0;
    margin: 0;
    background: none;
    display: inline-block;
    min-width: 140px;
    width: auto;
}

.main .pagenavi li::before {
    content: none;
}

.main .pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2em .8em;
    text-align: center;
    transition: 0.7s;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
}

.main .pagenavi a:link,
.main .pagenavi a:hover,
.main .pagenavi a:visited {
    color: var(--primaryValiant);
    text-decoration: none;
}

.main .pagenavi a:hover {
    opacity: 0.75;
    transition: 0.7s;
}

.main .pagenavi .prev {
    position: absolute;
    right: 0;
}

.main .pagenavi .prev a::after {
    content: '＞';
    margin: 0 0 0 1em;
}


.main .pagenavi li.list {
    background: var(--primaryValiant);
    color: var(--font-nomalColor);
    position: absolute !important;
    left: 50%;
    margin-left: -70px !important;
}

.main .pagenavi li.list a {
    color: var(--font-nomalColor);
}

.main .pagenavi li.list a:before {
    content: none;
}

.main .pagenavi .next {
    position: absolute !important;
    left: 0;
}

.main .pagenavi li.next a:before {
    content: '＜';
    margin: 0 1em 0 0;
}

#point .pagenavi a {
    background: var(--secondaryColor);
    padding: 3px 20px ;
}
#point .pagenavi .prev a {
    padding: 3px 50px 3px 20px ;
}

#point .pagenavi .next a {
    padding: 3px 20px 3px 50px;
}
.main .wp-pagenavi {
    text-align: center;
}

.main .wp-pagenavi a {
    background: var(--bg-nomalColor);
    border: var(--primaryValiant) solid 1px;
    padding: 0 .5em;
    text-align: center;
    transition: 0.7s;
    display: inline-block !important;
    overflow: inherit !important;
}

.main .wp-pagenavi span {
    padding: 0 .5em;
    text-align: center;
    transition: 0.7s;
}

.main .wp-pagenavi span.pages,
.main .wp-pagenavi span.last {
    display: inline-block;
    border: none;
}

.main .wp-pagenavi a:link,
.main .wp-pagenavi a:visited {
    color: var(--primaryValiant) !important;
    text-decoration: none;
}

.main .wp-pagenavi a:hover,
.main .wp-pagenavi span.current {
    border-color: var(--primaryValiant);
    background: var(--primaryValiant);
    color: var(--font-nomalColor) !important;
    display: inline-block;
}

.main .wp-pagenavi a:hover {
    color: var(--font-nomalColor) !important;
    opacity: 0.7;
}

/*-------------------#top-----------------*/
#top .main {
    padding-top: 0;
}

.main .recommendBox h2 {
    z-index: 10;
    padding: 0;
    width: auto;
    margin: 0 auto 15px;
    color: var(--primaryValiant);
    font-size: 44px;
    background: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.main .recommendBox h2 span{
    display: table;
    margin: 0 0 10px;
    font-size: 24px;
    background: var(--secondaryColor);
    color: var(--font-nomalColor);
    border-radius: 5px;
    padding: 5px 10px;
}

.main .recommendBox h2 span.txtL {
    font-size: 61px;
    background: none;
    display: block;
    color: var(--primaryValiant);
    padding: 0;
    margin-bottom: 0;
}

.newsBox .archiveList {
    margin-bottom: 0;
}

.newsBox .cat {
    padding: .2em .8em;
}

.newsBox .post-event {
    background: var(--primaryColor);
}

.newsBox .post-column  {
    background: var(--primaryColor);
}

.newsBox .post-works {
    background: var(--primaryColor);
}

.newsBox .post-voice {
    background: var(--primaryColor);
}

.newsBox .subtxt {
    color: var(--primaryValiant);
}

.newsBox .archivelist-summary {
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.newsBox .archivelist-subtxt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.staffBox {
    background: url(./img/staff_bg.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.staffBox::before {
    content: '';
    background: var(--primaryColor);
    display: block;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.staffBox-ttl {
    color: var(--font-nomalColor);
    font-size: 20px;
    line-height: 1.1;
    margin: -15px 0 60px;
    display: inline-block;
}

.staffBox-ttl span {
    font-family: "Bahnschrift";
    font-size: 70px;
    font-weight: bold;
    display: block;
    line-height: 1.1;
}

.staffBox p {
    color: var(--font-nomalColor);
}

.staffBox .imgL30 {
    margin: 0 50px 0 0;
}

#top .archivebox {
    padding-top: 50px;
}


#top .worksBox .archiveList {
    position: relative;
}

#top .worksBox .archiveList li {
    width: auto;
    max-width: 350px;
    margin: 0 20px 0 0;
}
#top .worksBox .archiveList .slick-slide {
    opacity: 1;
}
.worksBox .fa-circle-arrow-left,
.worksBox .fa-circle-arrow-right {
    font-size: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

.worksBox .fa-circle-arrow-left {
    left: 10%;
}

.worksBox .fa-circle-arrow-right {
    right: 10%;
}


/*-------------------#top #reason-----------------*/
.reasonBox{    
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.reasonBox::before {
    background: url(./img/reason_ttl_bg.png) no-repeat center center;
    background-size: cover;
    content: '';
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.reasonBox .headLine02,
.reasonBox .headLine02 span {
    color: var(--font-nomalColor);
    position: relative;
}

.reasonBox .headLine02 {
    margin-bottom: 40px;
    width: 1100px;
    overflow: visible;
}

.reasonBox .headLine02::before {
    background: url(./img/character.png) no-repeat center center;
    content: '';
    position: absolute;
    top: -25px;
    left: -20px;
    width: 170px;
    height: 198px;
}

.reasonBox .reasonList {
    margin: 0 auto 30px;
    box-sizing: border-box;
}

.reasonList .slick-slide {
    opacity: 1;
}

.reasonBox .reasonList li {
    /* width: calc( 20% - 5px ); */
    background: var(--bg-nomalColor);
    border: var(--borderColor) solid 1px;
    border-radius: 8px;
    margin: 0 10px 5px;
    padding-top: 25px;
    position: relative;
}

.reasonBox .reasonList li a{
    color: var(--primaryValiant);
    text-decoration: none;
}

.reasonBox .reasonList li h3 {
    color: var(--primaryColor);
    font-size: 30px;
}
.reasonBox .reasonList li p{
	font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px;
}
.reasonBox .reasonList li .reason-num {
    display: block;
    font-size: 60px;
    font-family: "Bahnschrift";
    /* font-family: var(--numberFont); */
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.reasonBox .reasonList li .reason-num::before {
    background: url(./img/ico_reasonstar.png) no-repeat center center;
    content: '';
    position: absolute;
    width: 200px;
    height: 83px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.reasonBox .reasonList li .reason-num span {
    font-size: 30px;
}

.reasonBox .reasonList li .reason-thumb {
    position: relative;
    overflow: hidden;
}

.reasonBox .reasonList li .reason-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .4s ease-in-out;
}

.reasonBox .reasonList li a:hover img{
    transform: scale(1.1);
}


.reasonBox .fa-circle-arrow-left,
.reasonBox .fa-circle-arrow-right {
    font-size: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

.reasonBox .fa-circle-arrow-left {
    left: 10%;
}

.reasonBox .fa-circle-arrow-right {
    right: 10%;
}

.reasonContent {
    position: relative;
    padding: 50px 0;
}

.reason-ttl {
    color: var(--primaryColor);
    font-size: 35px;
    font-weight: 900;
    margin-bottom: .8em;
    width: 500px;
}

.reason-ttl.floatR {
    margin-left: 70px;
}

.reason-ttl.floatL {
    margin-right: 70px;
}

.reason-ttl > span {
    color: var(--primaryValiant);
    display: block;
    font-size: 60px;
    font-family: "Bahnschrift";
    /* font-family: var(--numberFont); */
    font-weight: 700;
    position: relative;
    line-height: 1;
}

.reason-ttl > span::after {
    background: var(--primaryValiant);
    content: '';
    height: 1px;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 20px;
}

.reason-ttl > span span {
    font-size: 30px;
}

.reasonDetail {
    margin-bottom: 70px;
}

.reasonDetail:last-child {
    margin-bottom: 30px;
}

.reasonDetail p:last-child{
    margin-bottom: 0;
}

.reasonDetail .reason-img {
    position: relative;
    margin: 0 0 50px 0;
}

.reasonL .reason-img {
    float: left;
}

.reasonR .reason-img {
    float: right;
}

.reason-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    right: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.reasonR .reason-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    left: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.reason-txt {
    overflow: hidden;
}

.reasonL .reason-txt {
    padding-left: 70px;
    clear: right;
    box-sizing: border-box;
}

.reasonR .reason-txt {
    padding-right: 70px;
    clear: left;
    box-sizing: border-box;
}



#reason .reasonBox {
    padding-bottom: 0;
}

#reason .reasonBox .reasonList {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    justify-content: center;
    margin-bottom: 0;
}
#reason .reasonBox .reasonList li {
    width: calc( 100%/3 - 30px );
    margin: 0 14px 30px;
    padding-top: 15px;
    box-shadow: 0px -9px 0px 0px var(--secondaryColor) inset;
    border: none;
}

#reason .reasonBox .reasonList .reason-thumb {
    display: none;
}

#reason .reasonBox .headLine02::before {
    content: none;
}

/*-------------------#member-----------------*/
body#member.nocolumn {
    min-width: 0;
}
#member .main .staffList{
    position: relative;
    overflow: hidden; 
}

#member .main .staffList li {
    padding: 0;
    position: relative;
    overflow: hidden;
}

#member .main .staffList li a {
    text-decoration: none;
    color: var(--primaryValiant);
}

#member .main .staffList li:nth-child(3n) {
    margin-right: 0;
}

#member .main .staffPhoto {
    height: 350px;
}

#member .main .staffProf .staffPhoto{
    width: 240px;
    height: 270px;
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
}


#member .main .staffProf .staffPhoto img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}



#member .main .staffList li .positionTxt {
    display: block;
    margin: 5px 0;
}

#member .main .staffList li .positionTxt span,
#member .main .staffProf .profileDetail .positionTxt span {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    background: var(--subColor02);
    color: var(--font-nomalColor);
    padding: .2em .8em;
}

#member .main .staffList li .licenseTxt{
    color: var(--primaryColor);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

#member .main .staffList li .staffName,
#member .main .staffProf .profileDetail .staffName {
    color: var(--primaryValiant);
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

#member .main .staffList li .staffName span,
#member .main .staffProf .profileDetail .staffName span {
    color: var(--subColor02);
    font-size: 14px;
    margin-left: 5px;
}

#member .main .staffList li .btnDetail {
    padding: 0 10px !important;
}


#member .main .staffProf {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#member .main .staffProf .photoPict {
    margin-right: 40px;
    float: left;
}
#member .main .staffProf .photoPict li{
    padding: 0;
    margin-bottom: 20px;
}

#member .main .staffProf .profileDetail {
    overflow: hidden;
}

#member .main .staffProf .profileDetail .positionTxt {
    margin-bottom: 5px;
    font-size: 12px;
}



#member .main .staffProf .profileDetail .staffName span {
    display: inline-block;
    margin-left: 10px;
}

#member .main .staffProf .profileDetail dl dt {
    background: var(--primaryColor);
    color: var(--font-nomalColor);
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    margin: 15px 0 10px;
}

#member .main .staffProf .profileDetail dl dd {
    font-size: 15px;
}

.main .staffBtn {
    text-align: right;
    clear: both;
    margin: 20px 0;
}

.main .staffBtn li {
    padding: 0;
    text-align: center;
    display: inline-block;
}

.main .staffBtn li:before,
.main .staffBtn li:after {
    content: none;
}


.main .staffBtn li a{
    background: var(--subColor04);
}


/*-------------------#faq-----------------*/
.faqttl-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.faqttl-list li {
    width: calc(50% - 10px);
    margin: 0 20px .8em 0;
    position: relative;
    box-sizing: border-box;
    background: var(--bgColor01);
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .6s;
    line-height: 1.4;
}

.faqttl-list li:nth-child(2n) {
    margin-right: 0;
}

.faqttl-list li a{
    display: block;
    padding: .5em 1em .5em 50px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--primaryValiant);
    text-decoration: none;
}

.faqttl-list li:hover {
    background: var(--secondaryColor);
    transition: .6s;
}

.faqttl-list li a::before {
    background: var(--subColor02);
    border-radius: 50%;
    color: var(--font-nomalColor);
    content: 'Q';
    font-family: var(--numberFont);
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    position: absolute;
    left: .5em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main .faqList > li  {
    margin-bottom: 20px;
    background: #fff;
    border: var(--bgColor01) solid 5px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* .main .faqList li:before,
.main .faqList li:after{
    content: none;
} */

.main .faqList li h4{
    margin: 0 0 10px;
    border-bottom: var(--borderColor) solid 1px;
    color: var(--subColor02);
    font-size: 20px;
    padding: 10px;
}
.main .faqList li p{
    padding: 0 10px;
}

.main .faqList li .contactTel{
margin-bottom: 0;
    padding: 0 10px;
}


.main .faqList li .btn{
    float: right;
}

.main .faqList li iframe {
    width: 100%;
}


/*-------------------#afterservice-----------------*/
.main .afterservice-table th,
.main .afterservice-table td {
    font-size: 14px;
    vertical-align: middle;
}

.main .afterservice-table tbody th{
    width: auto;
    white-space: nowrap;
}

.main .afterservice-table tbody .afterservice_tbody-ttl{
    width: 1em;
    white-space: normal;
}

/*-------------------#beginner-flow-----------------*/
.flowContent {
    position: relative;
    padding: 50px 0 0;
}

.flowContent .flow-ttl {
    background: none;
    box-sizing: border-box;
    color: var(--primaryColor);
    font-size: 35px;
    font-weight: 900;
    margin-bottom: .8em;
    padding: 0;
    width: 500px;
    line-height: 1.4;
}

.flow-ttl.floatR {
    margin-left: 70px;
}

.flow-ttl.floatL {
    margin-right: 70px;
}

.flow-ttl > span {
    color: var(--primaryValiant);
    display: block;
    font-size: 60px;
    font-family: "Bahnschrift";
    /* font-family: var(--numberFont); */
    font-weight: 700;
    position: relative;
    line-height: 1;
}

.flow-ttl > span::after {
    background: var(--primaryValiant);
    content: '';
    height: 1px;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 20px;
}

.flow-ttl > span span {
    font-size: 30px;
    margin-right: 5px;
}

.flowDetail {
    margin-bottom: 70px;
}

.flowDetail:last-child {
    margin-bottom: 30px;
}

.flowDetail p:last-child{
    margin-bottom: 0;
}

.flowDetail .flow-img {
    position: relative;
    margin: 0 0 50px 0;
}

.flowL .flow-img {
    float: left;
}

.flowR .flow-img {
    float: right;
}

.flow-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    right: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.flowR .flow-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    left: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.flow-txt {
    overflow: hidden;
}

.flowL .flow-txt {
    padding-left: 70px;
    clear: right;
    box-sizing: border-box;
}

.flowR .flow-txt {
    padding-right: 70px;
    clear: left;
    box-sizing: border-box;
}

/*-------------------#beginner-select-----------------*/
.selectContent {
    position: relative;
    padding: 50px 0 0;
}

.selectContent .select-ttl {
    background: none;
    box-sizing: border-box;
    color: var(--primaryColor);
    font-size: 35px;
    font-weight: 900;
    margin-bottom: .8em;
    padding: 0;
    width: 500px;
    line-height: 1.4;
}

.select-ttl.floatR {
    margin-left: 70px;
}

.select-ttl.floatL {
    margin-right: 70px;
}

.select-ttl > span {
    color: var(--primaryValiant);
    display: block;
    font-size: 60px;
    font-family: "Bahnschrift";
    /* font-family: var(--numberFont); */
    font-weight: 700;
    position: relative;
    line-height: 1;
}

.select-ttl > span::after {
    background: var(--primaryValiant);
    content: '';
    height: 1px;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 20px;
}

.select-ttl > span span {
    font-size: 30px;
    margin-right: 5px;
}

.selectDetail {
    margin-bottom: 70px;
}

.selectDetail:last-child {
    margin-bottom: 30px;
}

.selectDetail p:last-child{
    margin-bottom: 0;
}

.selectDetail .select-img {
    position: relative;
    margin: 0 0 50px 0;
}

.selectL .select-img {
    float: left;
}

.selectR .select-img {
    float: right;
}

.select-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    right: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.selectR .select-img::before {
    background: var(--dotted02-img) center center;
    content: '';
    width: 350%;
    position: absolute;
    left: -30px;
    height: 60%;
    z-index: -1;
    top: 50%;
}

.select-txt {
    overflow: hidden;
}

.selectL .select-txt {
    padding-left: 70px;
    clear: right;
    box-sizing: border-box;
}

.selectR .select-txt {
    padding-right: 70px;
    clear: left;
    box-sizing: border-box;
}

/*-------------------#event-----------------*/
.event-summary .subtxt dt {
    clear: both;
    margin-right: .5em;
    float: left;
}

.event-summary .archivelist-subtxt p {
    -webkit-line-clamp: 2;
    margin-bottom: 1em;
}

.eventList li a::after {
    color: var(--primaryColor);
}

.date-status,
.eventList .event-summary .date-status {
    background: var(--borderColor);
    box-sizing: border-box;
    color: var(--font-nomalColor);
    display: inline-block;
    font-size: 14px;
    margin-bottom: .8em;
    padding: .1em 1em;
    width: 7em;
    text-align: center;
}

.date-status.status-in,
.eventList .event-summary .date-status.status-in {
    background: var(--attentionColor);
}

.date-status.status-before,
.eventList .event-summary .date-status.status-before {
    background: var(--primaryColor);
}

.singleEvent .inner {
    border-bottom: none;
}

.singleEvent .main-eventimg a {
    display: block;
    height: 100%;
}

.singleEvent .main-eventimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleEvent .content-head02 {
    background: none;
    border-bottom: var(--primaryColor) dotted 3px;
    color: var(--primaryValiant);
    font-size: 25px;
    padding: .3em 0;
}

/*-------------------#showroom-----------------*/
.singleShowroom .btn a:after {
    color: var(--subColor02);
    content: '\f309';
}

.singleShowroom .showroom-merit {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.singleShowroom .showroom-merit li {
    width: calc( 100%/3 - 10px );
    padding: 0;
}

.singleShowroom .showroom-merit li::before {
    content: none;
}

.singleShowroom .showroom-merit .meritThumb {
    border: var(--subColor04) solid 5px;
    border-radius: 7px;
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 10px;
}

.showroom-merit .meritThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showroom-merit .mert-ttl {
    background: none;
    color: var(--primaryColor);
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.showroom-merit .mert-ttl > span {
    background: var(--subColor04);
    border-radius: 50px;
    color: var(--font-nomalColor);
    display: flex;
    align-items: baseline;
    font-size: 30px;
    font-family: var(--numberFont);
    font-weight: 700;
    line-height: 1;
    padding: .2em .8em;
    position: absolute;
    top: -.5em;
    left: .5em;
}

.showroom-merit .mert-ttl span span {
    font-size: 70%;
    display: inline;
}

/* ------------------ page - link ------------- */
#link dl dt{
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

#link dl dt:before,
#link dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#link dl dt:before {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--secondaryColor);
}

#link dl dt:after {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#link dl dd{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #333 dotted 1px;
}


/*-------------------#privacypolicy-----------------*/
.privacypolicy-ttl {
    background: var(--subColor01);
    color: var(--font-nomalColor);
    padding: .3em .8em;
    margin: 0 0 .8em;
    font-size: 30px;
}