@charset "utf-8";
/* CSS Document */ 
/*-----共通設定-----*/
body {
    font-family: 'Noto Sans JP', sans-serif;
}
html {
  font-size: 16px; /* 1rem = 16px */
  /* （例）32px ÷ 16px(基準px)= 2rem */
}
/* 実際に使用するrem指定 */
body { font-size: 1rem; }       /* 16px */
h1   { font-size: 2rem; }       /* 32px */
p    { font-size: 1rem; }   /* 16px */
/* （例）32px ÷ 16px(基準px)= 2rem */


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
@media screen and (min-width:640px){
.sp {
    display: none!important;
}

.br-sp {
    display: none;
}
}

/*-----共通設定ここまで-----*/

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----検索機能(ctrl+F)を使用し検索をして下さい-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/


/*スクロールボタン設定*/
html {
    scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top {
    width: 100px;
    height: 100px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #3E3E3E;
    border-radius: 50%;
    z-index: 1;
}

/* Font Awesome */
#page_top::before {
    position: absolute;
    top: 20%;
    left: 25%;
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 55px;
    /*画像の幅*/
    height: 55px;
    /*画像の高さ*/
    background-image: url(../img/angle-up-solid_white.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;

}

/**/
/**/
/**/
/*header*/
/******* ヘッダーのスタイル ********/
header {
    position: fixed;
    /*** ← fixedで固定 ***/
    width: 100%;
    height: 60px;
    background: #A66972;
	padding: 1.25rem 1.875rem 1.25rem 0rem; /* 20px 30px 20px 0px */
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: flex-end;
}

header .nav .menu li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5rem; /* 24px */
}

/*はじめは非表示*/
.content {
    opacity: 0;
}

.content.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        transform: translateY(-40px);
        /*上から*/
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/*header項目追加*/
ul.menu {
    display: flex;
}

.header-tel:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../img/tel.webp");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0.3125rem; /* 5px */
}

.header-form:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../img/home.webp");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 0.3125rem; /* 5px */
}

.header-tel,
.header-form {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-tel {
    border-right: 1px solid #ffffff
}

li.header-form {
    padding-left: 1.25rem; /* 20px */
}

li.header-tel {
    padding-right: 1.25rem; /* 20px */
}




/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view {
    position: relative;
}

#first-view .pc {
    width: 100%;
}

#first-view .btnTop {
    position: absolute;
    width: 28%;
    height: auto;
    bottom: 5%;
    left: 49%;
}

.btnTop img {
    max-width: 100%;
}

/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/



/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image {
    width: 100%;
    height: auto;
    background-image: url("../img/im_bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#imageWrapper {
    width: 1000px;
    margin: 0 auto;
    padding-top: 4.125rem;  /* 66px */
    padding-bottom: 6.5625rem;/* 105px */

}

#imageWrapper h1 {
    font-size: 4.125rem; /* 66px */
    font-weight: bold;
    text-align: center;
    margin: -1.875rem 0 2.5rem 0;/*30px 0 40px 0*/
    line-height: 1.3;
    color: #3C3C3C;
    background-image: url("../img/im01-1.webp");
    background-repeat: no-repeat;
    background-position: center 110%;
    background-size: contain;
    padding: 1.25rem 0;/* 20px */
}

.image-h1-blue {
    color: #60849E;
}

.image-h1-pink {
    color: #A66972;
}

#imageBox1 {
    display: flex;
    justify-content: center;
    margin-top: 3.75rem; /* (60px) */
}

#box1Left h3 {
    font-size: 2.5rem; /* 40px */
    line-height: 1.3;
    font-weight: 700;
    color: #3E3E3E;
    text-align: center;

}

#box1Left h3 span {
    color: #B45A5B;
    font-size: 3.75rem; /* 60px */
}

#imageBox2 {
    overflow: hidden;
    display: flex;
    margin-top: 0.625rem; /* (10px) */
}

.btn-box.btnTop.pc {
    text-align: center;
}

/**/
/**/
/**/
/*imageここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*PR<!--PR-->*/
/**/
/**/
/**/
#pr {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 6.25rem;/* 100px */
}

#prWrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#prIntro {
    font-size: 3.75rem; /* (60px) */
    color: #60849E;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem; /* (40px) */
}

#prWrapper h2 {
    color: #A66972;
    font-size: 4.125rem; /* 66px */
    font-weight: 700;
}

#prWrapper img {
    margin-bottom: 1.25rem; /* (20px) */
}

.underH2 {
    font-size: 1.375rem; /* (22px) */
    margin-bottom: 2.5rem; /* (40px) */
}

.prNotes {
    margin-top: 3.4375rem; /* (55px) */
    margin-bottom: 6.25rem; /* (100px) */
    font-size: 1.125rem; /* (18px) */
    font-weight: 600;
    text-align: left;
}

/**/
/**/
/**/
/*PRここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Merit<!--MR-->*/
/**/
/**/
/**/
#mr {
    background: url("../img/mr_secbg.webp") no-repeat center center / cover;
}

.mr-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 4.375rem 0.3125rem 0.1875rem 0.3125rem;/* 70px 5px 30px 5px */
}

.mr-wrapper img {
    max-width: 100%;
}

.mr-box {
    display: flex;
    position: relative;

}

.mr-box01 {
    margin: 1.875rem 0 6.25rem 0; /* (30px 0 100px 0) original used rem already */
}

.mr-box02 {
    justify-content: flex-end;
    margin-bottom: 6.25rem; /* (100px) */
}

.mr-box03 {
    margin-bottom: 1.25rem; /* (20px) */
}

.mr-item {
    background-color: rgba(255, 255, 255, 0.80);
    max-width: 445px;
    padding: 1.875rem 4.125rem;/* 30px 66px*/
    position: absolute;

}

.mr-item01,
.mr-item03 {
    top: 20%;
    right: 2%;
}

.mr-item02 {
    top: 20%;
    left: 2%;
}

.mr-item h2 {
    font-size: 2.375rem; /* 38px */
    font-weight: bold;
    color: #3c3c3c;
    margin: 1.25rem 0;/* 20px */
}

.mr-text {
    text-align: left;
    font-size: 1.125rem; /* 18px */
    color: #3c3c3c;
    line-height: 1.5;
}

/**/
/**/
/**/
/*MRここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Targeting<!--TG-->*/
/**/
/**/
/**/
#tg01 {
    text-align: center;
    padding-top: 3.5rem;/* 56px */
}

#tg01 h2 {
    font-size: 3.875rem; /* 62px */
    background: url("../img/tg01_bg.webp") no-repeat center center / contain;
    color: #60849e;
    margin-bottom: 2.1875rem;/* 35px */
    font-weight: bold;
}

#tg01 span {
    font-size: 5.125rem; /* 82px */
}

#tg01 img {
    max-width: 100%;
}

.tg-01-img {
    padding: 0 0.9375rem;/* 0px 15px*/
}

.tg-tittle {
    background-color: #a66972;
    padding: 1.25rem 0.9375rem;/* 20px 15px*/
    position: relative;
}

.tg-tittle h3 {
    font-size: 3.625rem; /* 58px */
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.9375rem;/* 15px */
}

.tg-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #a66972 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

#tg02 {
    background-color: #f1e1e4;
    padding: 4.875rem 0 2.875rem 0;/* 78px 0px 46px 0px */
    font-weight: bold;
}

.tg-wrapper-in {
    max-width: 1670px;
    margin: 0 10% 5.4375rem 0;/* 0 10% 87px 0 */
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 0 60px 60px 0;
}

.tg-wrapper-in-item {
    max-width: 1040px;
    margin: 0 auto;
    padding: 1.875rem 0.9375rem 1.875rem 8.125rem;/* 30px 15px 30px 130px */
}

.tg-box {
    display: flex;
    margin: 3.125rem auto;/* 50px*/

}

.tg-area {
    align-self: center;
}

.tg-area h4 {
    font-size: 2.875rem; /* 46px */
    color: #a66972;
    font-weight: bold;
    margin-bottom: 1.875rem;/* 30px*/
    text-align: left;
}

.tg-area p {
    font-size: 1.375rem; /* 22px */
    color: #3c3c3c;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.tg-area-left {
    margin-right: 2.625rem;/* 42px*/
    display: flex;
    flex-direction: column;
}

.tg-box img {
    align-self: center;
}

.tg-area-right {
    margin-left: 2.625rem;/* 42px*/
}

img.tg-hr {
    max-width: 100%;
}

.tg-img {
    text-align: center;
    padding: 0 0.9375rem;/* 0px 15px */
}

.tg-img img {
    max-width: 100%;
}
.tg-img p {
    font-size: 2.5rem; /* 40px */
    font-weight: bold;
    color: #3C3C3C;
    margin-top: 2rem;
    background-image: url("../img/tg05-01.webp");
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: contain;
    padding: 0.9375rem 0 4.0625rem 0; /* (15px 0px 65px 0px) */
    display: inline-block;
}
.tg-img p span {
    color: #A66972;
}

/**/
/**/
/**/
/*TGここまで*/
/**/
/**/
/**/




/**/
/**/
/**/
/*Step<!--ST-->*/
/**/
/**/
/**/
#step {
    background: url("../img/st_secbg.webp") no-repeat center center / cover;
}

.step-wrapper {
    max-width: 840px;
    margin: 0 auto;
    padding: 3.75rem 0.9375rem 1.25rem 0.9375rem;/* 60px 15px 20px 15px */
}

.step-tittle {
    text-align: center;
}

.step-tittle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #ffffff;
    margin: 1.25rem 0;/* 20px 0*/
}

.step-box {
    margin-top: 3.125rem;/* 50px*/
    text-align: center;
}

.step-area {
    display: flex;
    max-width: 840px;
    background-color: #ffffff;
    padding: 1rem 4.6875rem;/* 16px 75px*/
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.step-area img {
    max-width: 100%;
}

.step-item {
    align-self: center;
    margin-right: 2.5rem;/* 40px*/
}

.step-item p {
    margin-top: 1.875rem;/* 30px*/
    line-height: 1.7;
    text-align: left;
}

img.arrow {
    margin: 1.25rem 0;/* 20px 0*/
}

.step-completion {
    display: flex;
    justify-content: center;
}

/**/
/**/
/**/
/*stepここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Closing<!--CL-->*/
/**/
/**/
/**/
#cl {
    width: 100%;
    background: url("../img/cl_secbg.webp")no-repeat center center / cover;
}

#clWrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0.9375rem 0 0;/*0 15px 0 0*/
}

#clWrapper h2 {
    font-size: 3.75rem; /* 60px */
    color: #3C3C3C;
    padding-top: 2.8125rem; /* (45px) */
    padding-bottom: 2.1875rem; /* (35px) */
    letter-spacing: -0.03em;
}

img.cl-tittle {
    width: 100%;
}

#clWrapper h2 span {
    color: #A66972;
}

#copyArea {
    display: flex;
    justify-content: center
}

#caRight p {
    font-size: 1.75rem; /* 28px */
    font-weight: 800;
    color: #3C3C3C;
    padding-top: 1.0625rem; /* (17px) */
    line-height: 1.3;
}

#caRight span {
    color: #A66972;
    font-size: 2.125rem; /* 34px */
}

#clBtn {
    overflow: hidden
}

#logoInfo {
    margin-bottom: 0.9375rem; /* (15px) */
}

.closing-copyright {
    width: 100%;
    height: 46px;
    padding-top: 0.625rem; /* (10px) */
    background-color: #DAA7AC;
    text-align: center;
}

.closing-copyright p {
    display: inline-block;
    vertical-align: middle;
}

#clFix {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

#clEmp {
    flex-basis: 200px;
}

div#logoInfo {
    display: flex;
    justify-content: center;
}

.closing-tel {
    position: relative;
    padding: 0 0 0 0.75rem;/* 0 0 0 12px */
}

.closing-tel:before {
    content: "";
    position: absolute;
    left: 0%;
    /*横位置の指定*/
    top: 0%;
    /*縦位置の指定*/
    background: #000000;
    /*線の色指定*/
    width: 2px;
    /*線の幅指定*/
    height: 100%;
    /*線の高さ指定*/
}

.closing-logo {
    padding: 0 0.75rem 0 0;/* 0 12px 0 0 */
}

p.closing-address {
    margin-top: 0.625rem;/* 10px*/
}

a.closing-logo {
    align-self: center;
}

img.closinglogotel {
    width: 100%;
}

/**/
/**/
/**/
/*CLここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*block<!--gray-->*/
/**/
/**/
/**/

#block {
    background-color: gray;
    height: 100vh;
    position: relative;
}

#block p {
    font-size: 3.75rem; /* 60px */
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem
}


/**/
/**/
/**/
/*List<!--LI-->*/
/**/
/**/
/**/

#li {
    width: 100%;
    background: url("../img/li_secbg.webp")no-repeat center center / cover;
}

#listWrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5.25rem; /* (84px) */
    padding-bottom: 5.25rem; /* (84px) */
}
#listTitle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #ffffff;
    margin: 1.25rem 0;/*20px 0*/
}
#listTitle p {
    margin-bottom: 2.8125rem; /* (45px) */
    margin-top: 1.25rem; /* (20px) */
    color: #fff
}

.listBox {
    width: 348px;
    height: 332px;
    background-color: #FFF;
    padding-top: 2.8125rem; /* (45px) */
    padding-bottom: 2.8125rem; /* (45px) */
    margin-bottom: 3.9375rem; /* (63px) */
    box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.3);

}

.listArea {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    flex-wrap: wrap;
}

.listArea .parts {
    font-size: 1.875rem; /* 30px */
    color: #A66972;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.9375rem; /* (15px) */
}

.listArea .num {
    font-size: 1.625rem; /* 26px */
    color: #60849E;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 0.9375rem; /* (15px) */

}

.listArea .price {
    font-size: 1.625rem; /* 26px */
    color: #3C3C3C;
    font-weight: 600;
    line-height: 1.4em;
}

.listArea p {
    text-align: right;
    margin-right: 2.8125rem; /* (45px) */
}

hr {
    width: 80%;
    margin: 0 auto;
}

/**/
/**/
/**/
/*LIここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Gallery<!--GL-->*/
/**/
/**/
/**/

#gl {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 6.0625rem; /* (97px) */
    padding-bottom: 8.125rem; /* (130px) */
    background-color: #f0f0f0;
}

#glWrapper {
    margin: 0 auto;
    text-align: center;

}

.glwrapper-in {
    margin: 0 10% 0 0;
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 0 60px 60px 0;
}

    .glwrapper-in-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.875rem 0.9375rem 1.875rem 12%; /* (30px 15px 30px 12%) */
}

#glTitle {
    margin-top: 2.5rem; /* (40px) */
    margin-bottom: 4.125rem; /* (66px) */
}
#glTitle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #a66972;
    margin: 2.0rem 0;
}
#glTitle img {
    max-width: 100%;
}

#glimage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

#glimage li {
    width: 300px;
    margin-bottom: 4.0625rem; /* (65px) */
}

#glimage h3 {
    font-size: 1.75rem; /* 28px */
    font-weight: 800;
    color: #3C3C3C;
    padding: 0.9375rem 0; /* (15px 0) */
}

#glimage h3 span {
    font-size: 1.5rem; /* 24px */
}


#glimage p {
    font-size: 1.125rem; /* 18px */
    color: #3C3C3C;
    padding: 0 1.25rem; /* (0px 20px) */
    font-weight: 600;
    line-height: 1.4em;
}

/**/
/**/
/**/
/*GLここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Voice<!--VO-->*/
/**/
/**/
/**/

#vo {
    width: 100%;
    padding-top: 6.875rem; /* (110px) */
    background-color: #f1e1e4;

}

#voWrapper {
    width: 1000px;
    margin: 0 auto;

}

#voTitle {
    margin-bottom: 3.125rem; /* (50px) */
}

#voTitle img {
    max-width: 100%;
}

#voTitle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: 600;
    color: #A66972;
}

#voItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.8125rem; /* (45px) */
}

    .txtBox01 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-1.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}

    .txtBox02 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-2.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}

    .txtBox03 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-3.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}

    .txtBox04 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-4.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}

    .txtBox05 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-5.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}

    .txtBox06 {
    width: 291px;
    height: 388px;
    background-image: url("../img/vo02-6.webp");
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8rem; /* (128px) */
    padding-left: 2.9375rem; /* (47px) */
    padding-right: 2.9375rem; /* (47px) */
}


    #voItem li {
    margin-bottom: 4.875rem; /* (78px) */

}

#voItem li:nth-child(n+4) {
    margin-bottom: 0;
}

.voice {
    font-size: 1rem; /* 16px */
    font-weight: 800;
    line-height: 1.7em;
    color: #3C3C3C;
}

    .prof {
    margin-top: 1.875rem; /* (30px) */
    text-align: right;
    font-size: 1rem; /* 16px */
    color: #A66972;
}

.notes {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    color: #3C3C3C;
    text-align: center;

}

/**/
/**/
/**/
/*VOここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*QA<!--QA-->*/
/**/
/**/
/**/

#qa {
    width: 100%;
    padding-top: 5rem; /* (80px) */
    padding-bottom: 5.4375rem; /* (87px) */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    background-color: #daa7ac;
}

#qaWrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
div#qaTitle {
    margin-bottom: 50px;
}
#qaTitle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #60849E;
    margin: 2.0rem 0;
}
.qa-wrapper-in {
    margin: 0 0 0 10%;
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 60px 0 0 60px;
}

    .qa-wrapper-in-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 12% 1.875rem 0.9375rem; /* (80px 12% 30px 15px) */
}

    .qaItem {
    max-width: 837px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.9375rem; /* (47px) */
    text-align: left;
    background-color: #fff;
    padding: 2.625rem 4.0625rem; /* (42px 65px) */
    box-shadow: 5px 5px 5px rgba(63, 63, 63, 0.5);
}

.qaItem p {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    color: #3E3E3E;
    line-height: 1.5em;
}

.question {
    color: #A66972;
    font-size: 1.75rem; /* 28px */
    font-weight: 800;
    text-align: left;
}

.question:before {
    content: url("../img/qa02.webp");
}

.qaborder {
    border-width: 2px 0 0 0;
    color: #A66972;
    width: 100%;
    margin-top: 0.625rem; /* (10px) */
    margin-bottom: 1.5625rem; /* (25px) */

}

.blankLine {
    margin: 0.9375rem auto; /* (15px) */
}

/**/
/**/
/**/
/*QAここまで*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Information<!--IN-->*/
/**/
/**/
/**/

#inf {
    width: 100%;
    padding-top: 5.625rem; /* (90px) */
    padding-bottom: 6.25rem; /* (100px) */
    background-color: #f0f0f0;
}

#infWrapper {
    max-width: 1000px;
    margin: 0 auto;
}

#infTitle {
    margin-bottom: 2.8125rem;
    text-align: center;
}

#infTitle h2 {
    font-size: 2.5rem; /* 40px */
    color: #A66972;
    font-weight: 800;
    margin-bottom: 1.4375rem; /* (23px) */
}

#infArea {
    padding-left: 7.25rem; /* (116px) */
    padding-right: 7.25rem; /* (116px) */
    padding-bottom: 1.875rem; /* (30px) */
}

#infArea h3 {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 1.875rem; /* (30px) */
}

#infArea p {
    font-size: 1rem; /* 16px */
    line-height: 1.5em;
    font-weight: 600;
    color: #3E3E3E;
}

.infNote {
    font-size: 1rem; /* 16px */
    padding-left: 7.25rem; /* 116px */
    padding-right: 7.25rem; /* 116px */
    font-weight: 600;
    color: #3E3E3E;
}

/**/
/**/
/**/
/*INここまで*/
/**/
/**/
/**/



/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body {
    margin: 0;
}

#form {
    padding-bottom: 4.0625rem;/* 65px */
    text-align: center;
    background-color: #daa7ac;

}

#entry-tittle {
    padding: 5.625rem 0.9375rem 0 0.9375rem;/*90px 15px 0 15px*/
    text-align: center;
}

#entry-tittle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #ffffff;
    margin: 1.25rem 0;/* 20px*/
}
#entry-tittle img {
    max-width: 100%;
}

form {
    max-width: 800px;
    background-color: #f1e1e4;
    margin: 0 auto;
    text-align: center;
}

.entry-text {
    margin: 2.5rem 0 3.75rem 0;/* 40px 0 60px 0*/
    font-size: 1.25rem; /* 20px */
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.25rem;/*0 20px*/
}

.entry-text span {
    background-color: #f1e1e4;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 1.875rem 0;/* 30px 0 */
}

th {
    font-size: 1.0rem; /* 16px */
    margin-bottom: 1.125rem;/* 18px*/
    color: #c36051;
    text-align: left;
}



/* Table */
th,
td {
    padding: 0.9375rem 0.0781rem 0.9375rem 0;/* 15px 1.25px 15px 0 */
    display: table-cell;
}

th {
    width: 30%;
    vertical-align: middle;
}

td {
    width: 70%;
    text-align: left;
}

span.radio-text {
    font-size: 1.125rem; /* 18px */
    margin-right: 1.25rem;/* 20px */
}

.input-text {
    border: 2px solid #c36051;
    background: #fff;
    padding: 0.9375rem;/* 15px */
    width: 100%;

}

textarea {
    border: 2px solid #c36051;
    background: #fff;
    padding: 0.9375rem;/* 15px */
    width: 100%;
    height: 80px;
}

.personal-tittle {
    color: #c36051;
    font-size: 1.125rem; /* 18px */
    text-align: left;
    font-weight: bold;

}

h2.personal-tittle {
    margin: 1.25rem 0 0.625rem 0;/* 20px 0 10px 0*/
}

.personal-text span {
    font-size: 1.125rem; /* 18px */
}

.personal-link {
    margin-bottom: 1.25rem;
}

.personal-link a {
    font-size: 1.0rem; /* 16px */
}

input.btn.btn-primary {
    margin: 0 0 4.0625rem 0;/*0 0 65px 0*/
    text-align: center;
}


.btn-primary {
    align-items: center;
    text-decoration: none;
    width: 300px;
    padding: 0.625rem 0rem 0.625rem 0rem;/* 10px 0 10px 0*/
    font-weight: bold;
    background: #ffffff;
    color: #daa7ac;
    position: relative;
    transition: 0.5s;
    font-size: 2.25rem; /* 36px */
    border-radius: 100vh;
    margin-bottom: 1.875rem;/* 30px */
}

.btn-primary:hover {
    background: #daa7ac;
    color: #ffffff;
}


.select-01 {
    border: 2px solid #c36051;
    background: #fff;
    padding: 0.9375rem;/* 15px*/

}

/* 任意と必須 */
span.text-any {
    font-size: 0.875rem; /* 14px */
    color: rgba(195, 96, 81, 0.5);
}

span.text-Required {
    font-size: 0.875rem; /* 14px */
    color: #60849e;

}

/* scroll */
.scroll-box {
    overflow: scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 1.5625rem;/* 25px */
    padding: 0.625rem;/*10px*/
    line-height: 1.5;
}

.scroll-box p {
    text-align: left;
    font-size: 0.875rem; /* 14px */
}

/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c36051;
}

/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 0.3125rem 0;/* 5px */
    padding-left: 1.75rem; /* (28px) */
    cursor: pointer;
    user-select: none;
    font-size: 1.0rem; /* 16px */
    margin-left: 0.9378rem;
}

/* ラジオボタンは非表示（透明化 requiredを使用したいため） */
.radio-btn input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #c36051;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-text:after {
    content: "";
    position: absolute;
    background: #c36051;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
}

.radio-btn input:checked+.radio-text:after {
    opacity: 1;
}

/**/
/*チェックボックス*/
/**/
.check-btn {
    position: relative;
    margin: 0.3125rem 0;/* 5px 0*/
    padding-left: 1.75rem; /* (28px) */
    cursor: pointer;
    user-select: none;
    font-size: 1.0rem; /* 16px */
    margin-left: 15px;
}


.check-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #c36051;
    box-sizing: border-box;
}

.check-text:after {
    content: "";
    opacity: 0;
    display: block;
    width: 16px;
    height: 10px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-color: #c36051;
    transform: rotate(-45deg);
}

.check-btn input:checked+.check-text:after {
    opacity: 1;
}

/* チェックボックスは非表示（透明化 requiredを使用したいため） */
.check-btn input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/



/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success {
    background-color: #daa7ac;
}

#success {
    text-align: center;
}

#success-tittle {
    padding: 5.625rem 0.9375rem 0 0.9375rem;/* 90px 15px 0 15px*/
}
#success-tittle h2 {
    font-size: 3.375rem; /* 54px */
    font-weight: bold;
    color: #ffffff;
    margin: 1.25rem 0;/* 20px 0 */
}
.success-wrapper {
    max-width: 770px;
    margin: 0 auto;
}

.success-wrapper h1 {
    font-size: 2.5rem; /* 40px */
    color: #3c3c3c;
    font-weight: bold;

}

.success-text {
    margin: 2.5rem 0 3.75rem 0;/* 40px 0 60px 0 */
    font-size: 1.25rem; /* 20px */
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.7;
}

.success-text span {
    background-color: #f1e1e4;
}

.success-wrapper a {
    font-size: 1.25rem; /* 20px */
    color: #0071b0;

}


a.success-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 220px;
    margin: auto;
    padding: 1rem 4rem 1rem 3rem;
    font-weight: bold;
    background: #f1e1e4;
    color: #daa7ac;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}

a.success-btn::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #daa7ac;
    border-right: 2px solid #daa7ac;
    transform: rotate(230deg);
}

a.success-btn:hover {
    background: #c36051;
    color: #ffffff;
}

/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/
/* 640px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
    #image {
        max-width: 100%;
        margin: 0 auto;
    }

    #imageWrapper {
        max-width: 80%;
        margin: 0 auto;
    padding-top: 3.125rem; /* (50px) */
    padding-bottom: 5rem; /* (80px) */
    }

    #imageWrapper img {
        max-width: 100%;
    }

    #imageBox1 {
        display: flex;
        justify-content: center;
        margin-top: 1.875rem;
    }

    #box1Left h3 {
        font-size: 1.875rem; /* 30px */
        line-height: 1.2;
        font-weight: 700;
        color: #3E3E3E;
    }

    #box1Left h3 span {
        font-size: 3.125rem; /* 50px */
    }

    #imageBox2 {
        overflow: hidden;
        display: flex;
        margin-top: 3.125rem;/* 30px */
    }

    #pr {
        max-width: 100%;
        padding-top: 4.125rem;/* 66px */
    }

    #prWrapper {
        max-width: 80%;
        margin: 0 auto;
    }

    #prIntro {
        font-size: 3.125rem; /* 50px */
    }

    #prWrapper img {
        width: 100%;
    }

    .prNotes {
        margin-bottom: 1.8125rem;
    }

    #cl {
        background-position: left 35% top;
    }

    #clFix {
        width: 100%;
    }

    #clWrapper {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #listWrapper {
        width: 100%;
    }

    .listArea {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding-left: 5%;
        padding-right: 5%;
    }

    #gl {
        padding-top: 7.875rem;/* 126px */
    }

    #glWrapper {
        width: 100%;
    }

    #glimage {
        justify-content: space-around;
    }

    #glimage li {
        width: 28%;
        margin-bottom: 2.8125rem;
    }

    #glimage li img {
        width: 100%;
    }

    #voWrapper {
        width: 90%;
    }

}







/* 〜640px：スマホ
------------------------------ */


@media (max-width: 639px) {

    /*-----共通設定-----*/
    .pc {
        display: none !important;
    }

    .br-pc {
        display: none;
    }

    img {
        max-width: 100%;
    }

    /*スクロールボタン設定*/
    html {
		font-size: 14px; /* 1rem = 14px */
        scroll-behavior: smooth;
    }

img.title-img {
    width: 40%;
}
    /*-----共通設定ここまで-----*/

    /**/
    /**/
    /**/
    /*first-view<!--FV-->*/
    /**/
    /**/
    /**/

    #first-view .btnTop {
        width: 90%;
        bottom: 3%;
        left: 5%;
    }

    .first-view img {
        max-width: 100%;
    }

    /**/
    /**/
    /**/
    /*<!--FVここまで-->*/
    /**/
    /**/
    /**/


    /**/
    /**/
    /**/
    /*image<!--IM-->*/
    /**/
    /**/
    /**/
    #image {
        max-width: 100%;
        background-image: url("../img/im_bg_sp.webp");
    }

    #imageWrapper {
        padding-top: 2.1428rem;/* 30px */
        padding-bottom: 4.2857rem;/* 60px */
        max-width: 100%;
    }

    #imageWrapper h1 {
        font-size: 1.875rem; /* 30px */
        background-image: url("../img/im01-1.webp");
        background-repeat: no-repeat;
        background-position: center 60%;
        background-size: contain;
        padding: 1.0714rem 0;/* 15px 0*/
        margin-bottom: 0;
    }

    #imageBox1 {
        margin-top: 0.7142rem;/* 10px */
        display: block;
    }

    div#box1Left {
        margin-bottom: 1.1428rem;/* 16px */
    }

    #box1Left h3 {
        font-size: 1.7857rem; /* 25px */
    }

    #box1Left h3 span {
        font-size: 2.5rem; /* 35px */
    }

    div#box1Right {
        max-width: 80%;
        margin: 0 auto;
    }

    #imageBox2 {
        max-width: 95%;
    }

    div#box2Right {
        width: 50%;
    }

    .btn-box.btnTop {
        margin-top: 2.1428rem;/* 30px */
        padding: 0 1.0714rem;/*0 15px */
    }

    /**/
    /**/
    /**/
    /*<!--IMここまで-->*/
    /**/
    /**/
    /**/



    /**/
    /**/
    /**/
    /*PR<!--PR-->*/
    /**/
    /**/
    /**/
    #pr {
        max-width: 100%;
        padding-top: 2.8571rem;/* 40px */
        padding-bottom: 2.8571rem;/* 40px */
    }

    #prWrapper {
        max-width: 95%;
    }

    #prIntro {
        font-size: 1.6428rem; /* 23px */
        font-weight: 700;
        margin-bottom: 0.7142rem; /* 10px */
    }

    #prWrapper h2 {
        font-size: 2.3571rem; /* 33px */
    }

    #prWrapper img {
        margin-bottom: 0.7142rem; /* 10px */
    }

    .underH2 {
        font-size: 1.2857rem; /* 18px */
        padding: 0 2.1428rem;/* 0 30px */
        line-height: 1.5;
    }

    .prNotes {
        margin-top: 1.0714rem;/* 15px */
        margin-bottom: 0;
        padding: 0 1.4284rem;/* 0 20px */
    }

    .prNotes p {
        font-size: 1rem !important; /* 14px */
    }

    /**/
    /**/
    /**/
    /*<!--PRここまで-->*/
    /**/
    /**/
    /**/


    /**/
    /**/
    /**/
    /*Merit<!--MR-->*/
    /**/
    /**/
    /**/
    #mr {
        background: url("../img/mr_secbg_sp.webp") no-repeat center center / cover;
    }

    .mr-wrapper {
        max-width: 400px;
        padding: 2.8571rem 0.0357rem 2.1428rem 0.0357rem;/* 40px 0.5px 30px 0.5px */
    }

    .mr-box img {
        max-width: 80%;
        margin: 0 auto;

    }

    /*重なりの順番替えるためにflex*/
    .mr-box {
        flex-direction: column;
    }

    .mr-box01 {
        margin: 2.1428rem 0 5rem 0;/* 30px 0 70px 0 */
    }

    .mr-box02 {
        display: flex;
        flex-direction: column-reverse;
    }

    .mr-item {
        background-color: rgba(255, 255, 255, 0.80);
        max-width: 350px;
        margin: 0 auto;
        margin-top: -1.4285rem; /* -20px */
        position: static;
    }

    .mr-item h2 {
        font-size: 1.5714rem; /* 22px */
    }

    .mr-text {
        font-size: 1rem; /* 14px */
    }

    .btn-box.mr-btn {
        padding: 0 1.0714rem;  /*0 15px */
    }

    /**/
    /**/
    /**/
    /*<!--MRここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*Targeting<!--TG-->*/
    /**/
    /**/
    /**/
    #tg01 h2 {
        font-size: 1.7142rem; /* 24px */
    }

    #tg01 span {
        font-size: 2.2857rem; /* 32px */
    }
    .tg-img p {
    font-size: 1.2857rem; /* 18px */
}
    #tg01 img {
        max-width: 70%;
    }

    .tg-tittle {
        padding: 0.7142rem 1.0714rem;/*10px 15px */
    }

    .tg-tittle h3 {
        font-size: 1.5714rem; /* 22px */
        margin-bottom: 0;
    }


    #tg02 {
        padding: 2.8571rem 0 3.2857rem 0;/* 40px 0 46px 0 */
    }

    .tg-wrapper-in {
        margin: 0 1.0714rem 2.5rem 0;/* 0 15px 35px 0 */
        background-color: rgba(255, 255, 255, 0.70);
        border-radius: 0 60px 60px 0;
    }

    .tg-wrapper-in-item {
        max-width: 1000px;
        padding: 0.7142rem 1.0714rem;/* 10px 15px*/
    }

    .tg-box {
        max-width: 855px;
        display: block;
    }

    .tg-box h4 {
        color: #a66972;
        font-size: 2.1428rem; /* 30px */
        text-align: center;
        margin-bottom: 2.1428rem;/* 30px */
    }

    .tg-box img {
        max-width: 40%;
        align-self: normal;
    }

    .tg-area {
        display: flex;
    }

    .tg-area p {
        font-size: 0.9285rem; /* 13px */
        line-height: 1.8;
        align-self: center;
    }

    .tg-area-left {
        margin-right: 0;
        flex-direction: initial;
    }

    .tg-area-right {
    margin-left: 0;
    }

    .tg-area-left p {
        margin-right: 1.0714rem;/* 15px */

    }

    .tg-area-right p {
        margin-left: 1.0714rem;/* 15px */
    }

    .btn-box.tg-img {
        padding: 0 1.0714rem;/* 0 15px*/
    }

    .tg-img {
    padding: 0;
    }
    /**/
    /**/
    /**/
    /*<!--TGここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*Steps<!--ST-->*/
    /**/
    /**/
    /**/

    .step-tittle h1 {
        font-size: 2.7142rem; /* 38px */
    }
    .step-tittle h2 {
    font-size: 1.7857rem; /* 25px */

}
    .step-area {
        padding: 1.2857rem;/* 18px */
        display: block;
    }

    .step-item {
        display: flex;
        margin: 1.2142rem 0 0 0;/* 17px 0 0 0 */
        justify-content: space-around;
    }

    .step-item p {
        font-size:  0.8571rem; /* 18px */
        font-weight: 500;
        align-self: center;
        margin-top: 0;
    }

    img.step-item-img {
        width: 45%;
        margin-left:0.03571rem;/* 0.5px */
    }

    /**/
    /**/
    /**/
    /*<!--STここまで-->*/
    /**/
    /**/
    /**/


    /**/
    /**/
    /**/
    /*Closing<!--CL-->*/
    /**/
    /**/
    /**/

    #cl {
        max-width: 100%;
        background-image: url(../img/cl_secbg_sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        padding-top: 2.1428px;/* 30px */
    }

    #clWrapper {
        overflow: hidden;
        padding-bottom: 10px;
        padding-right: 0;
    }

    #clWrapper h2 {
        /* background: url("../img/cl01bg_sp.webp") no-repeat center center /cover; */
        padding: 0;
        letter-spacing: 0;
        /* font-size: initial; */
        color: inherit;  
    }

    #caRight p {
        font-size: 1.7857rem; /* 25px */
        padding-top: 0.7142rem;/* 10px */
        line-height: 1.2;
    }

    #caLeft {
        width: 80%;
        margin: 0 auto;
        margin-top: 0.7142rem;/* 10px */
    }

    #clBtn {
        max-width: 64%;
        float: right;
    }

    #logoInfoSP {
        max-width: 65%;
        float: right;
    }
    #logoInfo {
        margin-bottom: 0px;
    }

    .closing-copyright {
        max-width: 100%;
        height: 46px;
        padding-top: 1.0714rem;/* 15px */
        background-color: #DAA7AC;
        text-align: center;
    }
    .closing-copyright p {
        font-size: 0.7142rem!important; /* 10px */
    }

    #clFix {
        width: 95%;
    }
    #clEmp {
        flex-basis: auto;
    }

    .btn-box.clBtn {
        padding: 0rem 1.0714rem 0.7142rem 1.0714rem;/*0 15px 10px 15px*/
    }

    p.closing-address {
        margin-top: 0.0571rem;/* 0.8px */
    }

    .closing-tel:before {
        display: none;
    }

    a.closing-logo {
        border-bottom: 1px solid #000000;
        padding-bottom: 0.7142rem;/* 10px */
        padding-right: 0;
    }

    .closing-tel {
        margin-top: 1.0714rem;/* 15px */
        padding-left: 0;
    }
    .closing-tel p {
        font-size: 0.7142rem!important; /* 10px */
    }
    
    #copyArea {
        display: block;
    }

    /**/
    /**/
    /**/
    /*<!--CLここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /*footer*/
    /**/
    body {
        padding-bottom: 5rem;/* 70px */
        /* ヘッダーの高さ分の余白をいれ、うしろの要素が隠れないようにする */
    }

    footer {
        height: 70px;
        background: #A66972;
        position: fixed;
        width: 100%;
        bottom: 0px;
        /* font-size: 0; */
        z-index: 99;


    }

    footer .menu {
        display: flex;
        justify-content: center;
    }

    footer .nav .menu li a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.0714rem; /* 24px */

    }

    .footer-tel,
    .footer-form {
        border-right: 1px solid #ffffff;
        padding: 1.4285rem 0;/* 20px 0*/
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-tel:before,
    .footer-form:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: 28px;
        /*画像の幅*/
        height: 28px;
        /*画像の高さ*/
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 0.3571rem;/* 5px */
    }

    .footer-tel:before {
        background-image: url("../img/tel.webp");
    }

    .footer-form:before {
        background-image: url("../img/home.webp");
    }

    .footer-top {
        width: 16%;
        text-align: center;
        align-self: center;
    }

    .footer-top img {
        width: 40%;

    }

    

    

    img.closinglogotel {
        width: 65%;
    }

    div#logoInfo {
        text-align: right;
        display: block;
    }


    /**/
    /**/
    /**/
    /*block<!--gray-->*/
    /**/
    /**/
    /**/

    #block p {
        font-size: 2.8571rem; /* 40px */
    }

    /**/
    /**/
    /**/
    /*List<!--LI-->*/
    /**/
    /**/
    /**/

    #li {
        max-width: 100%;
        background-image: url(../img/li_secbg_sp.webp);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: initial;
    }

    #listWrapper {
        max-width: 95%;
        padding-top: 3.5714rem;/* 50px */
        padding-bottom: 3.5714rem;/* 50px */
    }

    #listTitle h2 {
    font-size: 1.7857rem; /* 25px */

}


    #listTitle p {
        margin-bottom: 0.7142rem;/* 10px */
        font-size: 0.7142rem; /* 10px */
    }

    .listBox {
        width: 75%;
        margin-bottom: 2.1428rem;/* 30px */
        margin-left: auto;
        margin-right: auto;
        padding: 1.4285rem 0;/* 20px 0*/
        height: auto;
    }

    .listBox p {
        font-size: 0.7142rem; /* 10px */
    }
    .listArea {
        flex-direction: column;
    }


    .listArea .parts {
        font-size: 1.5714rem; /* 22px */
        font-weight: 700;
    }

    .listArea .num {
        font-size: 1.4285rem; /* 20px */
        margin-top: 0.7142rem;/* 10px */
    }

    .listArea .price {
        font-size: 1.2857rem; /* 18px */
        font-weight: 700;
    }

    /**/
    /**/
    /**/
    /*<!--LIここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*Gallery<!--GL-->*/
    /**/
    /**/
    /**/

    #gl {
        padding-bottom: 2.8571rem;/* 40px */
        padding-top: 2.8571rem;/* 40px */
    }

    .glwrapper-in {
        margin: 0 1.0714rem 0 0;/* 0 15px 0 0*/
    }

    .glwrapper-in-item {
        max-width: 1000px;
        padding: 2.1428rem 1.0714em;/* 30px 15px*/
    }

    #glTitle {
        max-width: 80%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3.5714rem;/* 50px */
        margin-bottom: 2.5rem;/* 35px */
    }
#glTitle h2 {
    font-size: 1.7857rem; /* 25px */
}

    #glimageSP li {
        display: flex;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.4285rem;/* 20px */
    }

    .glphoto {
        padding-top: 0.7142rem;/* 10px */
    }

    .txtInfo {
        max-width: 60%;
        text-align: left;
        padding: 0 1.0714rem;/*0 15px */
    }

    .txtInfo h3 {
        font-size: 1.2857rem; /* 18px */
        font-weight: 800;
        color: #3C3C3C;
        padding: 0.7142rem 0;/* 10px 0*/
    }

    .txtInfo p {
        font-size: 1.1428rem; /* 16px */
        color: #3C3C3C;
        font-weight: 700;
        line-height: 1.4em;
    }

    /**/
    /**/
    /**/
    /*<!--GLここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*Voice<!--VO-->*/
    /**/
    /**/
    /**/

    #vo {
        padding-top: 2.8571rem;/* 40px */
        padding-bottom: 2.1428rem;/* 30px */
    }

    #voWrapper {
        max-width: 95%;
    }

    #voTitle {
        margin-bottom: 2.1428rem;/* 30px */
        text-align: center;
    }

    #voTitle h2 {
        font-size: 1.8571rem; /* 26px */
        font-weight: 700;
        line-height: 1.3;
    }

    ul#voItem {
        width: 90%;
        margin: 0 auto;
    }

    .txtBox01 {
        width: 100%;
        background-image: url(../img/vo02-1_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }

    .txtBox02 {
        width: 100%;
        background-image: url(../img/vo02-2_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }

    .txtBox03 {
        width: 100%;
        background-image: url(../img/vo02-3_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }

    .txtBox04 {
        width: 100%;
        background-image: url(../img/vo02-4_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }

    .txtBox05 {
        width: 100%;
        background-image: url(../img/vo02-5_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }

    .txtBox06 {
        width: 100%;
        background-image: url(../img/vo02-6_sp.webp);
        background-size: cover;
        height: auto;
        padding: 0;
    }


    #voItem li {
        margin-bottom: 1.4285rem!important;/* 20px */
    }

    #voItem li:nth-child(6) {
        margin-bottom: 0.7142rem!important;/* 10px */
    }


    .voice {
        width: 86%;
        margin: auto;
        padding-top: 4.6428rem;/* 65px */
        font-size: 1.0714rem; /* 15px */
    }

    .prof {
        padding-right: 1.4285rem;/* 20px */
        padding-bottom: 0.7142rem;/* 10px */
        font-weight: 700;
        margin-top: 0.7142rem;/* 10px */
    }

    .notes {
        font-size: 0.9285rem; /* 13px */
        padding-bottom: 1.4285rem;/* 20px */
    }

    /**/
    /**/
    /**/
    /*<!--VOここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*QA<!--QA-->*/
    /**/
    /**/
    /**/

    #qa {
        padding-top: 3.9285rem;/* 55px */
        padding-bottom: 2.5rem;/* 35px */
    }

    .qa-wrapper-in {
        max-width: 1670px;
        margin: 0 0 0 5%;
    }

    .qa-wrapper-in-item {
        max-width: 1000px;
        padding: 2.1428rem 1.0714rem;/* 30px 15px*/
    }

    #qaWrapper h2 {
        margin-bottom: 1.4285rem;/* 20px */
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
#qaTitle h2 {
    font-size: 1.7857rem; /* 25px */
}
    .qaItem {
        margin-bottom: 3.9285rem;/* 55px */
        background-color: #fff;
        padding: 1.7857rem 1.0714rem;/* 25px 15px*/
    }

    .qaItem p {
        font-weight: 700;
    }

    .question {
        font-size: 1.5rem; /* 21px */
    }

    .question:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(../img/qa02.webp);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 0.3571rem;/* 5px */
    }

    .qaborder {
        margin-bottom: 1.2142rem;/* 17px */
    }

    /**/
    /**/
    /**/
    /*<!--QAここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*Information<!--IN-->*/
    /**/
    /**/
    /**/

    #inf {
        padding-top: 2.8571rem;/* 40px */
        padding-bottom: 2.8571rem;/* 40px */
    }

    #infWrapper {
        max-width: 95%;
    }

    #infTitle h2 {
        font-size: 1.5714rem; /* 22px */
    }

    #infArea {
        padding-left: 8%;
        padding-right: 8%;
        padding-bottom: 0;
    }

    .infNote {
        margin-top: 2.8571rem;/* 40px */
        padding-left: 7%;
        padding-right: 7%;
    }

    /**/
    /**/
    /**/
    /*<!--INここまで-->*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*エントリーフォームFM*/
    /**/
    /**/
    /**/

    .entry-tittle {
        padding: 4.2857rem 1.0714rem 0 1.0714rem;/* 60px 15px 0 15px */
    }

    form {
        margin: 0 0.7142rem 0 0.7142rem;/* 0 10px 0 10px*/
        text-align: center;
        background-color: #f1e1e4;
        padding: 0 0 1.4285rem 0;/*0 0 20px 0*/

    }

    table {
        width: 100%;
    }

    .entry-text {
        margin: 1.4285rem 0 1.4285rem 0;/* 20px 0 20px 0*/
        font-size: 1rem; /* 14px */
        padding: 0 1.0714rem;/*0 15px */
    }

    .entry-text span {
        letter-spacing: -0.08rem;
    }

    .form-wrapper {
        padding: 2.1428rem 0.7142rem;/*30px 10px*/
        background-color: #f1e1e4;
    }
#entry-tittle h2{
    font-size: 1.7857rem; /* 25px */
}

    /* Table */
    th,
    td {
        display: block;
        padding: 0;
    }

    th {
        width: 100%;
    }

    td {
        width: 90%;
        margin-bottom: 1.4285rem;/* 20px*/

    }

    span.radio-text {
        font-size: 1.1428rem; /* 16px */
        margin-right: 1.0714rem;/* 15px*/
    }

    textarea {
        height: 120px;
    }

    th.form-tittle {
        margin-bottom: 0.7142rem;/*10px*/
    }

    input.btn.btn-primary {
        margin: 1.4285rem 0 4.6428rem 0;/* 20px 0 65px 0*/
    }


    .btn-primary {
        width: 70%;
        margin-bottom: 0;
    }

    /* scroll */
    .scroll-box {
        padding: 1.0714rem 0 1.0714rem 0.357rem;/*15px 0 15px 0.5px*/
    }

    /**/
    /*ラジオボタン*/
    /**/
    .radio-btn {
        padding-left: 1.4285rem;/* 20px */
        font-size: 1.1428rem; /* 16px */
    }

    .radio-text {
        height: 16px;
        width: 16px;
    }

    /**/
    /*チェックボックス*/
    /**/
    .check-text {
        height: 18px;
        width: 18px;
    }

    .check-text:after {
        width: 14px;
    }

    /**/
    /**/
    /**/
    /*エントリーフォームFMここまで*/
    /**/
    /**/
    /**/

    /**/
    /**/
    /**/
    /*success*/
    /**/
    /**/
    /**/
    .success-tittle img {
        width: 80%;
    }

    .success-text {
        font-size: 1.1428rem; /* 16px */
        padding: 0 1.0714rem;/* 15px */
    }

    /**/
    /**/
    /**/
    /*successここまで*/
    /**/
}