@charset "UTF-8";

#subVisual {
    padding: 80px 0;
    background: var(--c-main);
}

#subVisual.produceVisual {
    background: url("../img/produce/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.voiceVisual {
    background: url("../img/voice/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.recommendVisual {
    background: url("../img/recommend/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.comicVisual {
    background: url("../img/comic/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.expertVisual {
    background: url("../img/expert/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.storeVisual {
    background: url("../img/store/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.newsVisual {
    background: url("../img/blog/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.topicsVisual {
    background: url("../img/blog/h2.jpg")no-repeat center;
    background-size: cover;
}

#subVisual.contactVisual {
    background: url("../img/contact/h2.jpg")no-repeat center;
    background-size: cover;
}

.subVisualInner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

#subVisual h2 {
    font-size: 5.2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    font-feature-settings: "palt";
}


/* TAB */
@media screen and (max-width: 899px) {
    #subVisual {
        padding: 70px 0;
    }

    #subVisual h2 {
        font-size: 4.0rem;
    }
}

/* SP */
@media screen and (max-width: 480px) {
    #subVisual {
        padding: 60px 0;
    }

    #subVisual h2 {
        /* font-size: 2.8rem; */
        font-size: 6vw;
    }

}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
    padding: 10px 0;
    width: 100%;
    margin: 0;
}

ul.bread_crumb {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.bread_crumb li {
    display: inline;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #222222;
}

.bread_crumb .material-icons {
    vertical-align: -0.2em !important;
}

.bread_crumb li:after {
    content: '>';
    padding-left: 5px;
    margin-right: 5px;
}

.bread_crumb li:last-child:after {
    content: '';
}

.bread_crumb li a {
    color: #222222;
    text-decoration: underline;
}

.bread_crumb li a:hover {
    text-decoration: none;
}

.bread_crumb li.current {}

#_contact.sub_contact {
    padding-top: 40px;
}


/* subcon
---------------------------------------------------------------------------*/
.subcon {
    font-size: 1.6rem;
}

.subcon .cntInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.subcon .cntInner.post {
    max-width: 1080px;
}

.subcon section {
    padding: 80px 0
}

.subcon p {
    font-family: var(--ff-main);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .075em;
}

.subcon iframe {
    margin: 40px auto 0;
}

/* TAB */
@media screen and (max-width: 899px) {}

/* SP */
@media screen and (max-width: 480px) {
    .subcon {
        font-size: 1.4rem;
    }

    .subcon section {
        padding: 40px 0;
    }

    .subcon ._Title {
        padding-top: 0
    }

    .subcon ._Title .ja {
        font-size: 2.2rem;
    }

    .subcon ._Title .en {
        font-size: 1.2rem;
    }

    .subcon p {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: .05em;
    }
}



/* TBL
---------------------------------------------------------------------------*/
.subcon .defTable01 {
    width: 100%;
    margin: 40px auto 0;
    border: none;
    border-collapse: collapse;
}

.subcon .defTable01 th {
    width: 280px;
    padding: 20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #cab993;
    background: #efe0c0;
    color: #222;
}

.subcon .defTable01 td {
    padding: 20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    border-bottom: 1px solid #cab993;
    background: #fff;
}

.subcon .defTable01 tr:first-child th {
    border-top: 1px solid #cab993;
}

.subcon .defTable01 tr:first-child td {
    border-top: 1px solid #cab993;
}



/* TAB */
@media screen and (max-width: 899px) {
    .subcon .defTable01 th {
        width: 200px;
        padding: 15px 15px;
        line-height: 1.5;
    }

    .subcon .defTable01 td {
        padding: 15px 15px;
        line-height: 1.5;
    }
}

/* SP */
@media screen and (max-width: 480px) {
    .subcon .defTable01 {
        margin: 20px auto;
    }

    .subcon .defTable01 th {
        display: block;
        width: 100%;
        padding: 14px 10px;
        font-size: 1.4rem;
        line-height: 1.6;
        border-bottom: none;
    }

    .subcon .defTable01 td {
        display: block;
        width: 100%;
        padding: 14px 10px;
        font-size: 1.4rem;
        line-height: 1.6;
        border-bottom: none;
        background: none;
    }

    .subcon .defTable01 tr:first-child th {
        border-top: none;
    }

    .subcon .defTable01 tr:first-child td {
        border-top: none;
    }
}



/* produce
--------------------------------------------------*/
.subcon #_subproduce01 .cntImg {
    width: 70%;
    max-width: 840px;
    margin: auto;
}

.subcon #_subproduce01 img {
    border-radius: 20px;
}

.subcon #_subproduce01 p {
    /*max-width: 860px;*/
    margin: 40px auto 0;
    font-size: 2.5rem;
    line-height: 1.7;
    display: block;
}

.subcon #_subproduce01 p span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f3df4e 70%);
}

.subcon #_subproduce02 {
    background: url("../img/top/effort_bg.png")repeat center;
}

.subcon #_subproduce02 h3 {
    text-align: center;
    font-size: 4.8rem;
    background: url("../img/top/effort_ttl.png")no-repeat center;
    padding: 70px 0 30px;
}

.subcon #_subproduce02 div.cntList {
    margin-top: 40px;
    align-content: center;
    align-items: center;
}

.subcon #_subproduce02 div.cntList .cntImg {
    width: 30%;
    text-align: center;
}

.subcon #_subproduce02 div.cntList .cntBox {
    width: 65%;
    padding: 0 40px;
    box-sizing: border-box;
}

.subcon #_subproduce02 div.cntList h4 {
    font-weight: bold;
    font-size: 2.9rem;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    letter-spacing: .075em;
}

.subcon #_subproduce02 .cntDiv {
    background: #fff;
    padding: 40px 60px 60px;
    box-sizing: border-box;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 20px;
    position: relative;
}

.subcon #_subproduce02 .cntDiv::before {
    content: "";
    background: url("../img/produce/bg_worry.png")no-repeat center right 10%;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 40%;
    right: 10rem;
    left: auto;
    width: 10vw;
    max-width: 210px;
    height: 20vw;
}

.subcon #_subproduce02 .cntDiv::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}

.subcon #_subproduce02 h5 {
    text-align: center;
    font-weight: 500;
    font-size: 3.2rem;
    margin-bottom: 40px;
    background: url("../img/top/worry_01.png")no-repeat center center;
    padding: 25px 0;
    background-size: 80px;
}

.subcon #_subproduce02 .cntDiv .cntList li {
    width: 24%;
    border: 4px solid var(--c-main);
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    color: var(--c-main);
    border-radius: 10px;
    z-index: 1;
    background-color: #fff;
}

.subcon #_subproduce02 .cntDiv .cntList li dt {
    background: var(--c-main);
    color: #fff;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 100px;
    margin-bottom: 15px;
}

.subcon #_subproduce02 .cntDiv .cntList li p {
    font-size: 2.2rem;
    line-height: 1.5;
}

.subcon #_subproduce02 .ttl {
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
}

.subcon #_subproduce03 {
    background: url("../img/top/worry_bg.png") repeat;
}

.subcon #_subproduce03 .cntList {
    margin-top: 80px;
}

.subcon #_subproduce03 figure {
    width: 40%;
}

.subcon #_subproduce03 figure img {
    border-radius: 20px;
}

.subcon #_subproduce03 .cntBox {
    width: 55%;
}

.subcon #_subproduce03 .cntBox h4 {
    color: var(--c-main);
    font-size: 4.5rem;
    margin-bottom: 30px;
}

.subcon #_subproduce03 .cntBox h4 strong {
    background: var(--c-main);
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 25px;
    border-radius: 100px;
}

.subcon #_subproduce03 .cntBox h4 span {
    padding-left: 10px;
    font-size: 2.0rem;
}

.subcon #_subproduce04 {
    background: url("../img/top/effort_bg.png")repeat center;
}

.subcon #_subproduce04 ul {
    max-width: 980px;
    margin: auto;
}

.subcon #_subproduce04 ul li {
    width: 24%;
    margin: 40px 0;
    text-align: center;
}

.subcon #_subproduce04 ul li:nth-child(1),
.subcon #_subproduce04 ul li:nth-child(2) {
    width: 50%;
}

.subcon #_subproduce05 ul {}

.subcon #_subproduce05 li {
    width: 32%;
    box-sizing: border-box;
    margin: 75px 0.6% 0;
    position: relative;
    text-align: center;
}

.subcon #_subproduce05 ul li::after {
    position: absolute;
    content: "";
    background: url("../img/top/nm01.png")no-repeat top;
    background-size: cover;
    width: 124px;
    height: 121px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

.subcon #_subproduce05 ul li:nth-child(2)::after {
    background: url("../img/top/nm02.png")no-repeat top;
    background-size: cover;
}

.subcon #_subproduce05 ul li:nth-child(3)::after {
    background: url("../img/top/nm03.png")no-repeat top;
    background-size: cover;
}

.subcon #_subproduce05 ul li a {
    display: block;
    font-size: 2.1rem;
    line-height: 1.6;
    background: url(../img/cmn/arw_under01.png) no-repeat 100% 58%, #fff;
    padding: 85px 35px 35px;
    border-radius: 10px;
    transition: 0.3s;
}
.subcon #_subproduce05 ul li a:hover {
    color: #fff;
    background: url(../img/cmn/arw_under02.png) no-repeat 100% 90%, var(--c-accent);
    transition: 0.3s;
}
.subcon #_subproduce05 #tab_cont-1{
    background: url("../img/produce/cont-1.png") no-repeat left;
    padding: 100px 0 150px 380px;
}
.subcon #_subproduce05 #tab_cont-2{
    background: url("../img/produce/cont-2.png") no-repeat right;
    padding: 100px 380px 150px 0;
}
.subcon #_subproduce05 #tab_cont-3{
    background: url("../img/produce/cont-3.png") no-repeat left;
    padding: 100px 0 150px 380px;
}
.subcon #_subproduce05 .cntText{font-size: 3rem;}
.subcon #_subproduce05 h4{font-size: 3.8rem;margin-bottom: 25px;}
.subcon #_subproduce05 h4 span{background: linear-gradient(transparent 70%, #f3df4e 70%);}
.subcon #_subproduce05 p{
    font-size: 2rem;
    line-height:1.7;
    display: block;
    margin-bottom: 20px;
}
.subcon #_subproduce05 p span{
    color: #009d42;
    font-size: 3rem;
}

/* FHD PC */
@media screen and (max-width: 1920px) {
    .subcon #_subproduce02 .cntDiv::before {bottom: 50%;}
    }

/* TAB */
@media screen and (max-width: 899px) {
    .subcon #_subproduce01 p {
        margin: 20px auto 0;
        font-size: 2.0rem;
    }

    .subcon #_subproduce02 h3 {
        font-size: 3.2rem;
    }

    .subcon #_subproduce02 div.cntList {
        margin-top: 40px;
        align-content: center;
        align-items: center;
    }

    .subcon #_subproduce02 div.cntList .cntImg {
        width: 100%;
    }

    .subcon #_subproduce02 div.cntList .cntImg img {
        max-width: 300px;
    }

    .subcon #_subproduce02 div.cntList .cntBox {
        width: 100%;
        padding: 20px 0 0;
    }

    .subcon #_subproduce02 div.cntList h4 {
        font-size: 2.2rem;
    }

    .subcon #_subproduce02 .cntDiv {
        padding: 40px 40px 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .subcon #_subproduce02 .cntDiv::before {
        bottom: 55%;
        right: 6rem;
    }
    .subcon #_subproduce02 h5 {
        font-size: 2.7rem;
    }

    .subcon #_subproduce02 .cntDiv .cntList li {
        width: 48%;
        margin: 1%;
        padding: 20px;
    }

    .subcon #_subproduce02 .cntDiv .cntList li p {
        font-size: 1.8rem;
    }

    .subcon #_subproduce02 .ttl {
        font-size: 3.0rem;
    }

    .subcon #_subproduce03 .cntList {
        margin-top: 40px;
    }

    .subcon #_subproduce03 .cntBox h4 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }

    .subcon #_subproduce03 .cntBox h4 strong {
        font-size: 1.43rem;
        padding: 5px 15px;
    }

    .subcon #_subproduce03 .cntBox h4 span {
        font-size: 1.8rem;
    }

    .subcon #_subproduce04 ul li {
        width: 48%;
        margin: 20px 0;
        text-align: center;
    }

    .subcon #_subproduce04 ul li:nth-child(1),
    .subcon #_subproduce04 ul li:nth-child(2) {
        width: 100%;
    }

    .subcon #_subproduce05 ul {
        max-width: 560px;
        margin: auto;
    }

    .subcon #_subproduce05 li {
        width: 100%;
    }
    .subcon #_subproduce05 #tab_cont-1{
        background: url("../img/produce/cont-1_tab.png") no-repeat left;
        padding: 60px 0 100px 220px;
        background-size: 25%;
    }
    .subcon #_subproduce05 #tab_cont-2{
        background: url("../img/produce/cont-2_tab.png") no-repeat right;
        padding: 60px 100px 220px 0;
        background-size: 25%;
    }
    .subcon #_subproduce05 #tab_cont-3{
        background: url("../img/produce/cont-3_tab.png") no-repeat left;
        padding: 60px 0 100px 220px;
        background-size: 25%;
    }
    .subcon #_subproduce05 .cntDiv .cntText{font-size: 2.0rem;}
    .subcon #_subproduce05 .cntDiv h4{font-size: 3.0rem;margin-bottom: 25px;}
    .subcon #_subproduce05 .cntDiv h4 span{background: linear-gradient(transparent 70%, #f3df4e 70%);}
    .subcon #_subproduce05 .cntDiv p{font-size: 1.7rem;}
}

/* SP */
@media screen and (max-width: 480px) {
    .subcon #_subproduce01 img {
        border-radius: 10px;
    }

    .subcon #_subproduce01 p {
        margin: 10px auto 0;
        font-size: 1.6rem;
    }

    .subcon #_subproduce02 h3 {
        font-size: 2.1rem;
        background: url("../img/top/effort_ttl.png")no-repeat center;
        background-size: 180px;
        padding: 30px 0 20px;
    }

    .subcon #_subproduce02 div.cntList {
        margin-top: 10px;
    }

    .subcon #_subproduce02 div.cntList .cntImg img {
        max-width: 240px;
    }

    .subcon #_subproduce02 div.cntList h4 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .subcon #_subproduce02 .cntDiv {
        padding: 25px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .subcon #_subproduce02 .cntDiv::before {
        display: none;
    }
    .subcon #_subproduce02 h5 {
        font-size: 2.2rem;
        margin-bottom: 10px;
        background: url("../img/top/worry_01.png")no-repeat center center;
        padding: 15px 0;
        background-size: 40px;
    }

    .subcon #_subproduce02 .cntDiv .cntList li {
        width: 98%;
        border: 2px solid var(--c-main);
    }

    .subcon #_subproduce02 .cntDiv .cntList li dt {
        margin-bottom: 5px;
    }

    .subcon #_subproduce02 .ttl {
        font-size: 2.2rem;
    }

    .subcon #_subproduce03 figure {
        width: 100%;
    }

    .subcon #_subproduce03 figure img {
        border-radius: 10px;
    }

    .subcon #_subproduce03 .cntBox {
        width: 100%;
    }

    .subcon #_subproduce03 .cntBox h4 {
        font-size: 3.0rem;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .subcon #_subproduce03 .cntBox h4 span {
        font-size: 1.5rem;
    }

    .subcon #_subproduce05 ul li {
        margin: 55px 0 0;
        padding: 70px 25px 25px;
    }

    .subcon #_subproduce05 ul li p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .subcon #_subproduce05 ul li a {
        font-size: 1.8rem;
        padding: 35px;
        background: url(../img/cmn/arw_under01.png) no-repeat 100% 70%, #fff;
        background-size: 20%;
    }
    .subcon #_subproduce05 ul li a:hover {
        color: #fff;
        background: url(../img/cmn/arw_under02.png) no-repeat 100% 90%, var(--c-accent);
        transition: 0.3s;
        background-size: 20%;
    }
    .subcon #_subproduce05 ul li::after {
        width: 100px;
        height: 100px;
        top: 0px;
    }

        .subcon #_subproduce05 #tab_cont-1{
        background: url("../img/produce/cont-1_sp.png") no-repeat center top;
        padding: 150px 0 50px 0;
        background-size: 100%;
    }

    .subcon #_subproduce05 #tab_cont-2{
        background: url("../img/produce/cont-2_sp.png") no-repeat center top;
        padding: 150px 0 50px 0;
        background-size: 100%;
    }

    .subcon #_subproduce05 #tab_cont-3{
        background: url("../img/produce/cont-3_sp.png") no-repeat center top;
        padding: 150px 0 50px 0;
        background-size: 100%;
    }
}






/* voice recommend expert
---------------------------------------------------------------------------*/

.subcon #_subinfo .cntList li {
    width: 31%;
    margin: 1%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
}

.subcon #_subinfo .cntList li figure {
    width: 100%;
    /* height: 150px; */
    height: 240px;
    background: #eee;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.subcon #_subinfo .cntList.comicList li figure {
    height: inherit;
    border-radius: 0;
}

.subcon #_subinfo .cntList li h3 {
    font-size: 2.2rem;
    margin: 14px 0;
    color: #009d42;
}

.subcon #_subinfo .cntList li h3 span {
    display: block;
    color: var(--c-base);
}

.subcon #_subinfo .cntList li p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

/* */
.subcon #_subinfo article {
    background: url("../img/top/effort_bg.png")repeat center;
    padding: 60px;
    border-radius: 30px;
    border: 6px solid #e6decf;
}

.subcon #_subinfo article.cntBox h1 {
    font-size: 4.4rem;
    background: url("../img/top/effort_ttl.png")no-repeat center;
    padding: 62px 0 20px;
    text-align: center;
    margin-bottom: 80px;
}

.subcon #_subinfo article.cntBox h1 span {
    display: block;
    font-size: 3.5rem;
}

.subcon #_subinfo article.cntBox h2 {
    margin: 40px 0;
    font-size: 3.0rem;
}

.subcon #_subinfo article.cntBox h3 {
    font-size: 2.2rem;
    margin: 60px 0 25px;
}

.subcon .sub_shop_info {
    background: #fff;
    padding: 40px;
    margin-top: 80px;
    border-radius: 10px;
    box-sizing: border-box;
}

.subcon .sub_shop_info .shop_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.subcon .sub_shop_info .shop_ttl::first-letter {
    font-size: 2.8rem;
    color: var(--c-main);
}

.subcon .sub_shop_info .shop_tbl {
    width: 50%;
}

.subcon .sub_shop_info table {
    margin: 0;
}

.subcon .sub_shop_info table.defTable01 th {
    width: 120px;
    padding: 10px 15px;
    font-size: 1.5rem;
}

.subcon .sub_shop_info table.defTable01 td {
    padding: 10px 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.subcon .sub_shop_info .shop_photo {
    width: 48%;
}

.subcon .sub_shop_info .shop_photo figure {
    margin-bottom: 10px;
}

.subcon .sub_shop_info .shop_photo .gmap iframe {
    width: 100%;
    vertical-align: bottom;
    height: 240px;
}

/* TAB */
@media screen and (max-width: 899px) {
    .subcon #_subinfo .cntList li {
        width: 48%;
    }

    .subcon #_subinfo .cntList li h3 {
        /* font-size: 1.8rem; */
        margin: 10px 0;
    }

    /* */
    .subcon #_subinfo article {
        padding: 40px;
        border-radius: 20px;
        border: 3px solid #e6decf;
    }

    .subcon #_subinfo article.cntBox h1 {
        font-size: 4.0rem;
        background: url("../img/top/effort_ttl.png")no-repeat center;
        background-size: 180px;
        padding: 42px 0 10px;
        margin-bottom: 40px;
    }

    .subcon #_subinfo article.cntBox h1 span {
        font-size: 2.2rem;
    }

    .subcon #_subinfo article.cntBox h2 {
        margin: 20px 0;
        font-size: 2.6rem;
    }

    .subcon .sub_shop_info {
        padding: 20px;
        margin-top: 40px;
    }

    .subcon .sub_shop_info .shop_ttl {
        margin-bottom: 10px;
    }

    .subcon .sub_shop_info .shop_ttl::first-letter {
        font-size: 2.6rem;
    }

    .subcon .sub_shop_info .shop_tbl {
        width: 100%;
        margin-bottom: 15px;
    }

    .subcon .sub_shop_info .shop_photo {
        width: 100%;
    }
}

/* SP */
@media screen and (max-width: 480px) {
    .subcon #_subinfo .cntList li {
        width: 96%;
        margin: 2%;
    }

    /* .subcon #_subinfo .cntList li h3 {
        font-size: 1.6rem;
    } */

    .subcon #_subinfo .cntList li p {
        font-size: 1.4rem;
    }

    /* */
    .subcon #_subinfo article {
        padding: 25px;
        border-radius: 20px;
    }

    .subcon #_subinfo article.cntBox h1 {
        font-size: 2.6rem;
    }

    .subcon #_subinfo article.cntBox h1 span {
        font-size: 1.5rem;
    }

    .subcon #_subinfo article.cntBox h2 {
        font-size: 2.0rem;
    }

    .subcon .sub_shop_info .shop_ttl {
        font-size: 1.8rem;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .subcon .sub_shop_info .shop_ttl::first-letter {
        font-size: 2.4rem;
    }

    .subcon .sub_shop_info table.defTable01 th {
        width: 100%;
        padding: 10px 10px;
        font-size: 1.4rem;
    }

    .subcon .sub_shop_info table.defTable01 td {
        padding: 10px 10px;
        font-size: 1.4rem;
    }

    .subcon .sub_shop_info .shop_photo .gmap iframe {
        width: 100%;
        vertical-align: bottom;
        height: 240px;
    }
}






/* news Topics
--------------------------------------------------*/
.subcon #_subtopics .cntList li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 2px dashed #cdc1aa;
}

.subcon #_subtopics .cntList li:first-child {
    padding: 15px 0 15px;
    border-top: 2px dashed #cdc1aa;
}

.subcon #_subtopics .cntList li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0;
    transition: 0.7s;
}

.subcon #_subtopics .cntList li a:hover {
    color: var(--c-main);
}

.subcon #_subtopics .cntList li .date {
    font-weight: 500;
    margin-right: 10px;
}

.subcon #_subtopics .cntList li .cate {
    font-weight: 500;
    margin-right: 10px;
    background: var(--c-accent);
    color: #fff;
    border-radius: 100px;
    padding: 1px 14px;
    transition: 0.7s;
}

.subcon #_subtopics .cntList li a:hover .cate {
    background: var(--c-main);
}

.subcon #_subtopics .cntList li p {
    display: inline;
}

.subcon #_subtopics .cntDiv {}

.subcon #_subtopics .cntDiv h1 {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .055em;
    margin: 0 0 30px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #cdc1aa;
}

.subcon #_subtopics .cntDiv .date {
    font-family: var(--ff-en);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .075em;
    text-align: right;
    display: block;
    margin-bottom: 20px;
}

.subcon #_subtopics .cntDiv .cntImg {
    padding: 20px 0;
}

.subcon #_subtopics .cntDiv h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
    margin: 45px 0 15px;
    padding: 15px 0;
    border-top: 1px solid var(--c-main);
    border-bottom: 1px solid var(--c-main);
}

.subcon #_subtopics .cntDiv h3 {
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
    margin: 45px 0 15px;
    padding: 18px 0;
    position: relative;
}

.subcon #_subtopics .cntDiv h3::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    box-sizing: border-box;
    border-top: 3px solid var(--c-main);
    border-bottom: 1px solid var(--c-main);
}

.subcon #_subtopics .cntDiv h4 {
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 35px 0 15px;
    padding: 2px 0 4px 20px;
    position: relative;
}

.subcon #_subtopics .cntDiv h4::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 100%;
    background-color: var(--c-main);
    border-radius: 10px;
}

.subcon #_subtopics .cntDiv h5,
.subcon #_subinfo article.cntBox h3 {
    font-size: 1.9rem;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 40px 0 10px;
    padding: 8px 0;
    padding-left: 1.5em;
    position: relative;
}

.subcon #_subtopics .cntDiv h5::after,
.subcon #_subinfo article.cntBox h3::after {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 9px;
    height: 9px;
    border: solid 5px var(--c-main);
    border-radius: 100%;
}

.subcon #_subtopics .cntDiv h6 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
    margin: 35px 0 5px;
    padding: 10px 0;
}


/* TAB */
@media screen and (max-width: 899px) {}

/* SP */
@media screen and (max-width: 480px) {
    .subcon #_subtopics .cntList li {}

    .subcon #_subtopics .cntList li:first-child {}

    .subcon #_subtopics .cntList li .date {
        margin-right: 5px;
    }

    .subcon #_subtopics .cntList li .cate {
        margin-right: 5px;
        padding: 1px 12px;
    }

    .subcon #_subtopics .cntList li p {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .subcon #_subtopics .cntDiv h1 {
        font-size: 2.6rem;
        line-height: 1.5;
        margin: 0 0 15px;
        padding-bottom: 20px;
    }

    .subcon #_subtopics .cntDiv .date {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .subcon #_subtopics .cntDiv .cntImg {
        padding: 10px 0;
    }

    .subcon #_subtopics .cntDiv h2 {
        font-size: 1.8rem;
        margin: 35px 0 10px;
        padding: 10px 0;
    }

    .subcon #_subtopics .cntDiv h3 {
        font-size: 1.6rem;
        margin: 35px 0 10px;
        padding: 0 0 14px;
    }


    .subcon #_subtopics .cntDiv h4 {
        font-size: 1.6rem;
        margin: 35px 0 10px;
        padding: 2px 0 4px 20px;
    }


    .subcon #_subtopics .cntDiv h5,
    .subcon #_subinfo article.cntBox h3 {
        font-size: 1.6rem;
        margin: 35px 0 10px;
        padding: 2px 0;
        padding-left: 1.8em;
    }

    .subcon #_subtopics .cntDiv h5::after,
    .subcon #_subinfo article.cntBox h3::after {
        top: 52%;
        width: 8px;
        height: 8px;
        border: solid 4px var(--c-main);
    }

    .subcon #_subtopics .cntDiv h6 {
        font-size: 1.6rem;
        margin: 35px 0 5px;
        padding: 10px 0;
    }



}


/* pagenavi*/
.subcon .wp-pagenavi {
    margin: 100px auto 0;
    font-size: 1.6rem;
    text-align: center;
    font-family: var(--ff-main);
    font-weight: 600;
}

.subcon .wp-pagenavi a {
    color: var(--c-main);
}

.subcon .pages {
    margin-right: 20px;
}

.subcon .wp-pagenavi .current,
.subcon .wp-pagenavi a.page {
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 2px var(--c-main);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.7s;
}

.subcon .wp-pagenavi .current {
    /*border: none;*/
    background: var(--c-main);
    color: #fff;
}

.subcon .wp-pagenavi a.page:hover {
    background: var(--c-main);
    color: #fff;
}

.subcon .wp-pagenavi .first,
.subcon .wp-pagenavi .extend {
    margin-right: 10px;
}

.subcon .wp-pagenavi span.pages,
.subcon .wp-pagenavi .previouspostslink,
.subcon .wp-pagenavi .nextpostslink {
    display: none;
}

.subcon .pagenation {}

.subcon .pagenation .pagenation_content {
    margin: 100px auto 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: var(--ff-main);
    font-size: 1.5rem;
    font-weight: 600;
}

.subcon .pagenation .pagenation_content span {
    width: 15%;
    min-width: 60px;
    color: #fff;
    transition: all 0.35s ease;
    background: var(--c-main);
    padding: 10px 10px;
}

.subcon .pagenation .pagenation_content a {
    width: 15%;
    text-align: center;
    min-width: 94px;
    background: var(--c-main);
    color: #fff;
    transition: all 0.35s ease;
    padding: 10px 10px;
}

.subcon .pagenation .pagenation_content a:hover {
    background: #f78922;
}

.subcon .pagenation .pagenation_content .prev:after {
    left: 0px;
}

.subcon .pagenation .pagenation_content .all {
    left: 0;
    right: 0;
    width: 20%;
    margin: auto;
}

.subcon .pagenation .pagenation_content .next {
    right: 0px;
}


/* TAB */
@media screen and (max-width: 899px) {}

/* SP */
@media screen and (max-width: 480px) {
    .subcon .wp-pagenavi {
        margin: 50px auto 0;
        font-size: 1.4rem;
    }

    .subcon .pagenation .pagenation_content {
        margin: 50px auto 0;
        font-size: 1.4rem;
    }

    .subcon .pagenation .pagenation_content .all {
        width: 40%;
    }
}






/* contact
---------------------------------------------------------------------------*/

.subcon .defTable01 label {
    font-size: 1.6rem;
    line-height: 1.7;
}

.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0;
    margin: 2px 4px;
    font-size: 1.6rem;
}

.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    border: 1px solid #e1ded8;
    padding: 10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size: 1.6rem;
}

.subcon .defTable01 input.form-m[type=text] {
    width: 30%;
}

.subcon .defTable01 input.form-s[type=text] {
    width: 15%;
}

.subcon .form-box {
    margin: 10px 0;
}

.subcon .defTable01 select {
    border: 1px solid #e1ded8;
    background: #f8f6f2;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size: 1.6rem;
}

.subcon .defTable01 select optgroup {
    background: #e1ded8;
}

.subcon .defTable01 textarea {
    border: 1px solid #e1ded8;
    padding: 10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 1.6rem;
}

.subcon .defTable01 input[type=text]::-moz-placeholder,
.subcon .defTable01 input[type=email]::-moz-placeholder,
.subcon .defTable01 input[type=tel]::-moz-placeholder,
.subcon .defTable01 input[type=text]::placeholder,
.subcon .defTable01 input[type=email]::placeholder,
.subcon .defTable01 input[type=tel]::placeholder {
    color: #666;
    font-size: 1.6rem;
    font-family: var(--ff-main);
}

.subcon .defTable01 textarea::-moz-placeholder,
.subcon .defTable01 textarea::placeholder {
    color: #666;
    font-size: 1.6rem;
    font-family: var(--ff-main);
}

.subcon .defTable01 td a {
    text-decoration: underline;
}

.subcon .defTable01 td a:hover {
    text-decoration: none;
}


.subcon .defTable01 .privacy_box {
    max-height: 450px;
    overflow-y: scroll;
    padding: 40px;
    margin: 20px 0;
    background: #f8f6f2;
    box-sizing: border-box;
    border: 1px solid #e1ded8;
}

.subcon .defTable01 .privacy_box ._Title2 {
    font-size: 1.8rem;
    margin-top: 30px;
}

.subcon .defTable01 .privacy_box p {
    line-height: 1.5;
    font-size: 1.5rem;
}

.subcon .form_btn {
    text-align: center;
    margin-top: 5rem;
}

.subcon .form_btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .075em;
    background: var(--c-main);
    border: 1px solid var(--c-main);
    transition: 0.5s;
    margin: auto;
    font-family: var(--ff-main);
    border-radius: 100px;
}

.subcon .form_btn input:hover {
    background: #fff;
    color: var(--c-main);
}

.subcon .defTable01 em.colR {
    font-style: normal;
    color: var(--c-main);
    font-size: 2.2rem;
    margin-left: 4px;
    font-weight: 600;
    font-weight: bold;
}


/* TAB */
@media screen and (max-width: 899px) {
    .subcon .defTable01 label {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .subcon .defTable01 input[type=radio],
    .subcon .defTable01 input[type=checkbox] {
        line-height: 1.5;
        font-size: 1.5rem;
    }

    .subcon .defTable01 input[type=text],
    .subcon .defTable01 input[type=email],
    .subcon .defTable01 input[type=tel] {
        padding: 10px;
        line-height: 1.5;
        font-size: 1.5rem;
    }

    .subcon .form-box {
        margin: 10px 0;
    }

    .subcon .defTable01 select {
        padding: 10px;
        line-height: 1.5;
        font-size: 1.5rem;
    }

    .subcon .defTable01 select optgroup {
        background: #ddd;
    }

    .subcon .defTable01 textarea {
        padding: 10px;
        line-height: 1.5;
        font-size: 1.5rem;
    }

    .subcon .defTable01 input[type=text]::-moz-placeholder,
    .subcon .defTable01 input[type=email]::-moz-placeholder,
    .subcon .defTable01 input[type=tel]::-moz-placeholder,
    .subcon .defTable01 input[type=text]::placeholder,
    .subcon .defTable01 input[type=email]::placeholder,
    .subcon .defTable01 input[type=tel]::placeholder {
        font-size: 1.5rem;
    }

    .subcon .defTable01 textarea::-moz-placeholder,
    .subcon .defTable01 textarea::placeholder {
        font-size: 1.5rem;
    }

    .subcon .defTable01 .privacy_box {
        padding: 30px;
    }

    .subcon .defTable01 .privacy_box ._Title2 {
        font-size: 1.8rem;
    }

    .subcon .form_btn input {
        width: 100%;
        max-width: 350px;
        font-size: 1.6rem;
        font-weight: 600;
    }
}

/* SP */
@media screen and (max-width: 480px) {
    .subcon .defTable01 label {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .subcon .defTable01 input[type=radio],
    .subcon .defTable01 input[type=checkbox] {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .subcon .defTable01 input[type=text],
    .subcon .defTable01 input[type=email],
    .subcon .defTable01 input[type=tel] {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .subcon .form-box {
        margin: 10px 0;
    }

    .subcon .defTable01 select {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .subcon .defTable01 textarea {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .subcon .defTable01 input[type=text]::-moz-placeholder,
    .subcon .defTable01 input[type=email]::-moz-placeholder,
    .subcon .defTable01 input[type=tel]::-moz-placeholder,
    .subcon .defTable01 input[type=text]::placeholder,
    .subcon .defTable01 input[type=email]::placeholder,
    .subcon .defTable01 input[type=tel]::placeholder {
        font-size: 1.4rem;
    }

    .subcon .defTable01 textarea::-moz-placeholder,
    .subcon .defTable01 textarea::placeholder {
        font-size: 1.4rem;
    }

    .subcon .defTable01 .privacy_box {
        max-height: 250px;
    }

    .subcon .defTable01 .privacy_box ._Title2 {
        font-size: 1.6rem;
    }

    .subcon .defTable01 .privacy_box p {
        font-size: 1.4rem;
    }

    .subcon .form_btn {
        margin-top: 2rem;
    }

    .subcon .defTable01 em.colR {
        font-size: 1.8rem;
    }
}


/* 20250320 WordPress */

/* contact form7 */

p.post_none {
    text-align: center;
}

/*Contact Form 7*/
.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-form input[type="checkbox"] {
    width: 1em !important;
    margin: 0 0.1em !important;
}

.wpcf7-form input[type="radio"] {
    width: 1em !important;
    margin: 0 0.1em !important;
}

.wpcf7-list-item {
    display: inline-block !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
}

.wpcf7-list-item-label::after {
    content: "";
    margin-right: 1em;
}

.wpcf7-spinner {
    display: none !important;
}

.cen .wpcf7-form-control {
    margin-bottom: 10px !important;
}

#sub_contents table.defTable01 td.cen input.wpcf7c-btn-back {
    background: #555;
}

div#wpcf7-f56-p54-o3 {
    width: 80%;
    margin: 0 auto;
}

div#wpcf7-f56-p54-o3 table.defTable01 {
    margin-bottom: 50px;
}

div#wpcf7-f56-p54-o3 table.defTable01 td.cen input {
    display: none;
}

.contact-form__back-btn {
    background: #fff !important;
    margin-bottom: 20px !important;
    color: #3b424d !important;
}

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

/*others*/
.pagenation-wrapper {
    margin-top: 80px;
}

.pagenation li.current span.pages {
    display: none;
}

.thankspage,
.page404 {
    text-align: center;
    line-height: 2;
    padding: 100px 50px;
}

.post_none2 {
    text-align: center;
    margin: 2em auto;
}

img {
    height: auto;
}

.bread_crumb li br {
    display: none;
}

.form_btn div p {
    margin: 0 auto;
}

.aside__item #search-wrap form#searchform button {
    display: none;
}

#search-text p.post_none {
    text-align: center;
}

.form_s form#searchform {
    display: flex;
}

.form_s input#s {
    width: 500px;
    height: 50px;
    border-radius: 15px 0 0 15px;
    border: #e61927 3px solid;
    padding: 0 0 0 10px;
}



.form_s button {
    color: #fff;
    background: #e61927;
    padding: 8px;
    border-radius: 0 15px 15px 0;
    width: 100px;
}
