@charset "utf-8";
/* CSS Document */


/*-----------------------------------------

Last update:    2025-10-17

2025/10/現在　オーデリックのみ
---------------------------------------*/


/*=============================
商品グループ
追加部分CSS
（オーデリックとは、特徴、シリーズ、購入するメリット、質問）
=============================*/
@font-face {
    font-family: 'icomoon';
    src:  url('./fonts/icomoon.eot?29lxs5');
    src:  url('./fonts/icomoon.eot?29lxs5#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?29lxs5') format('truetype'),
    url('./fonts/icomoon.woff?29lxs5') format('woff'),
    url('./fonts/icomoon.svg?29lxs5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

#pg_title {
    margin-bottom: 2em;
}

.detail_about {
    position: relative;
    margin-bottom: 70px;
}
.detail_about_imgbox {
    padding-bottom: 75px;
    padding-left: 20%;
}
.detail_about_textbox {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68%;
    text-align: justify;
}
.detail_about_textbox .logoimg {
    width: 320px;
    height: auto;
    margin-bottom: 50px;
}
.detail_about_textbox p:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .detail_about_imgbox {
        padding-bottom: 100px;
    }
    .detail_about_textbox .logoimg {
        width: 210px;
        height: auto;
        margin-bottom: 30px;
    }
    
    .detail_about_textbox p:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .detail_about_textbox {
        padding: 35px;
        width: 70%;
    }
}
@media screen and (max-width: 640px) {
    .detail_about_imgbox {
        padding-bottom: 0;
        padding-left: 0;
    }
    .detail_about_textbox {
        position: static;
        width: 100%;
        padding: 30px 20px;
    }
}

.detail_point {
    position: relative;
    margin-bottom: 70px;
}
.detail_point_imgbox {
    padding-right: 20%;
}
.detail_point_textbox {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 35px;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 68%;
    text-align: justify;
}
.detail_point_textbox p:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    /*.detail_point_textbox {
        padding: 35px;
        width: 70%;
        bottom: 0;
    }*/
    .detail_point_textbox p:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .detail_point_imgbox {
        padding-right: 0;
    }
    .detail_point_textbox {
        position: static;
        width: 100%;
        padding: 30px 20px;
    }
}

.detail_series {
    margin-bottom: 75px;
}

.detail_series_ttlwrap {
    display: flex;
    align-items: flex-end;
}
.detail_series_class1_4 {
    width: 23.875%;
    flex-basis: 23.875%;
}
.detail_series_class3_4 {
    width: 74.625%;
    flex-basis: 74.625%;
    margin-left: 1.5%;
}
.detail_series_class2_4 {
    width: 49.25%;
    flex-basis: 49.25%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.detail_series_itemwrap {
	display: flex;
    flex-wrap: wrap;
}
.detail_series_item {
    width: 23.875%;
    flex-basis: 23.875%;
    margin-bottom: 30px;
}
.detail_series_item:not(:last-child) {
    margin-right: 1.5%;
}
.detail_series_name {
    font-size: 14px;
}
.detail_series_cat {
    width: auto;
    height: 17px;
    margin-bottom: 5px;
}
.detail_series_catex {
    background-color: #d1d2d4;
    margin-bottom: 5px;
    padding-left: 8px;
    font-size: 13px;
}
.detail_series_text {
    font-size: 12px;
    margin-bottom: 12px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.7em;
}
.detail_series_btn {
    display: flex;
}
.detail_series_btn li {
    width: 47.5%;
    flex-basis: 47.5%;
}
.detail_series_btn a {
    display: block;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 85%;
    padding: 0.4em 0;
}
.detail_series_btn a:hover {
    color: #fff;
    opacity: 0.6;
}
.detail_series_btn .btn_light {
    margin-right: 5%;
}
.detail_series_btn .btn_light a {
    background-color: #037f52;
}
.detail_series_btn .btn_fan a {
    background-color: #724e09;
}

.detail_series_catsp {
    display: none;
    background-color: #d1d2d4;
    margin-bottom: 5px;
    padding-left: 8px;
    font-size: 13px;
}

@media screen and (max-width: 640px) {
    .detail_series_item {
        width: 48.5%;
        flex-basis: 48.5%;
    }
    .detail_series_item:nth-child(2n) {
        margin-right: 0;
    }
    .detail_series_item:nth-child(2n+1) {
        margin-right: 3%;
    }
    .detail_series_catsp {
        display: block;
    }
    .detail_series_ttlwrap {
        display: none;
    }
    .detail_series_name {
        font-size: 18px;
        font-weight: 700;
    }
    .detail_series_text {
        font-size: 15px;
    }
    .detail_series_pic{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .detail_series_item {
        width: 100%;
        flex-basis: 100%;
    }
    .detail_series_item:nth-child(2n+1) {
        margin-right: 0;
    }
    .detail_series_text {
        margin-bottom: 3px;
    }
    .detail_series_text {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: none;
        overflow: auto;
        height: auto;
    }
}

.detail_merit {
    margin-bottom: 75px;
}
._meritList__item {
    margin: 0 0 1.5em;
}
.detail_merit_ttl {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
._meritList__title {
    color: #352517;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 36px;
    display: flex;
    cursor: pointer;
    position: relative;
}
._meritList__title ._icon {
    position: absolute;
    display: block;
    top: 27px;
    right: 0;
    width: 25px;
    margin: 0 0 0 auto;
}
._meritList__title ._icon img {
    transition: 0.3s;
}
._meritList__title.on ._icon img {
    transform: rotate(180deg);
}
.detail_merit_title {
    display: block;
    width: 100%;
    padding: 20px 30px 15px 45px;
    border-bottom: 2px solid #352517;
    box-sizing: border-box;
}
._meritList__title .detail_merit_icon {
    width: 70px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
}
._meritList__body {
    padding: 30px 0;
}
._meritList__body .detail_merit_eyecatch {
    float: right;
    width: 300px;
    height: auto;
    margin: 0 0 30px 30px;
}
.detail_merit_link {
    display: block;
    width: 250px;
    text-align: center;
    background-color: #037f52;
    color: #fff;
    border-radius: 8px;
    padding: 0.4em;
    margin: 30px auto 0;
    transition: 0.5s;
}
.detail_merit_link:hover {
    color: #fff;
    opacity: 0.6;
}

@media screen and (max-width: 640px) {
    .detail_merit_title {
        font-size: 14px;
    }
    ._meritList__title .detail_merit_icon {
        width: 50px;
        height: 50px;
        position: static;
        flex-shrink: 0;
    }
    ._meritList__title {
        padding: 0 0 10px 0;
        border-bottom: 2px solid #352517;
        align-items: center;
    }
    .detail_merit_title {
        padding: 0 10px;
        border-bottom: none;
    }
    ._meritList__title ._icon {
        position: static;
        width: 20px;
        height: auto;
    }
}

@media screen and (min-width: 481px) {
    ._meritList__item {
        margin: 0 0 3em;
    }
    ._meritList__title {
        font-size: 120%;
    }
}
@media screen and (max-width: 480px) {
    ._meritList__title .detail_merit_icon {
        width: 50px;
        height: 50px;
        position: static;
        flex-shrink: 0;
    }
    ._meritList__body .detail_merit_eyecatch {
        float: right;
        width: 120px;
        height: auto;
        margin: 0 0 10px 15px;
    }
}
.detail_qa {
    margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
    .detail_about {
        position: relative;
        margin-bottom: 50px;
    }
    .detail_point {
        position: relative;
        margin-bottom: 50px;
    }
    .detail_series {
        margin-bottom: 20px;
    }
    .detail_merit {
        margin-bottom: 50px;
    }
    .detail_merit_ttl {
        margin-bottom: 30px;
    }
    .detail_qa {
        margin-bottom: 50px;
    }
}

/*お問い合わせ*/
.appointment-info h3 {
    font-size: 110%;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1em;
}

.appointment-info .voice_area01{
    margin-bottom: 4em;
}
.appointment-info .voice_area01 h3{
  font-size: 120%;
}
.voice_box01{
    margin-bottom: 1em;
}
.appointment-info .voice_area01 .box_left,
.appointment-info .voice_area01 .box_right{
    display: flex;
    align-items: center;
}
.appointment-info .voice_area01 .voice_img{
    width: 60px;
}
.appointment-info .voice_area01 .box_left .voice_img{
    margin-right: 1em;
}
.appointment-info .voice_area01 .voice_bolloon{
    position: relative;
    width: calc( 100% - 60px - 1em);
    border-radius: 10px;
    background: #fdfbe6;
    box-sizing: border-box;
    padding: 0.75em;
}
.appointment-info .voice_area01 .box_left .voice_bolloon{
    border: solid 1px #e27726;
}
.appointment-info .voice_area01 .box_right .voice_bolloon{
    border: solid 1px #047f51;
}
.appointment-info .voice_area01 .box_left .voice_bolloon:before{
    content: "";
    position: absolute;
    right:100%;
    top:50%;
    border: solid transparent;
    border-color: rgba(226, 119, 38, 0);
    border-width: 11px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color:#e27726;
}
.appointment-info .voice_area01 .box_left .voice_bolloon:after{
    content: "";
    position: absolute;
    right:100%;
    top:50%;
    border: solid transparent;
    border-color: rgba(226, 119, 38, 0);
    border-width: 10px;
    margin-top: -10px;
    border-right-color:#fdfbe6;
}

.appointment-info .voice_area01 .box_right .voice_img{
    margin-left: 1em;
}
.appointment-info .voice_area01 .box_right .voice_bolloon:before{
    content: "";
    position: absolute;
    left:100%;
    top:50%;
    border: solid transparent;
    border-color: rgba(3, 127, 82, 0);
    border-width: 11px;
    margin-top: -11px;
    margin-left: 1px;
    border-left-color:#047f51;
}
.appointment-info .voice_area01 .box_right .voice_bolloon:after{
    content: "";
    position: absolute;
    left:100%;
    top:50%;
    border: solid transparent;
    border-color: rgba(3, 127, 82, 0);
    border-width: 10px;
    margin-top: -10px;
    border-left-color:#fdfbe6;
}
.appointment-info .voice_area01 h3 span{
    display: inline-block;
}


.appointment-info .balloon_box{
  text-align: center;
}
.appointment-info .balloon_box span{
  display: inline-block;
}
.appointment-info .balloon_box em{
  font-style: normal;
  font-size: 120%;
  color: #037f52;
}
.appointment-info .balloon_box{
    /*position: relative;*/
    border: solid 2px #047f51;
    border-radius: 10px;
    background: #fff;
    max-width: 500px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 2em;
    padding: 0.75em;
}

.appointment-info .staff_box{
    max-width: 612px;
    margin: 0 auto 2em;
}


.appointment-info#inquiry_area #inquiry_box{
    background: none;
    padding: 0;
}






