@charset "utf-8";
#yumenta article h1 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px 0;
}
#yumenta article h1:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../writer/img/ttl_left.png") no-repeat left top;
    width: 32%;
    height: 100%;
    top: 0;
    left: 0;
}
#yumenta article h1:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../writer/img/ttl_right.png") no-repeat right top;
    width: 32%;
    height: 100%;
    top: 0;
    right: 0;
}
#yumenta article h1 img {
    width: 30%;
    margin: 0 auto;
}
#yumenta article section {
    width: 900px;
    margin: 0 auto;
}
#yumenta article > img {
    width: 1000px;
    margin: 0 auto 50px auto;
}

/* 谷口夫妻 */
#yumenta article .taniguchi {
    margin-bottom: 50px;
}
#yumenta article .taniguchi .pic {
    width: 35%;
    float: left;
    position: relative;
    z-index: 0;
    margin-right: 10%;
    padding: 30px 0;
}
#yumenta article .taniguchi .pic:before {
    position: absolute;
    content: '';
    background: #ff7982;
    width: 100%;
    height: calc(100% - 80px);
    top: 0px;
    left: -30px;
    border-radius: 20px;
    z-index: -1;
}
#yumenta article .taniguchi .pic:after {
    position: absolute;
    content: '';
    background: #fef209;
    width: 100%;
    height: calc(100% - 80px);
    bottom: 0px;
    left: 30px;
    border-radius: 20px;
    z-index: -2;
}
#yumenta article .taniguchi .pic img {
    border: solid #6ccbff 12px;
    border-radius: 20px;
}
#yumenta article .taniguchi .profile {
    width: 55%;
    float: left;
}
#yumenta article .taniguchi .profile dl:first-child {
    margin-bottom: 45px;
}
#yumenta article .taniguchi .profile dl dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
}
#yumenta article .taniguchi .profile dl:first-child dt span {
    background: linear-gradient(transparent 60%, #6ccbff 0%);
    padding-bottom: 4px;
}
#yumenta article .taniguchi .profile dl:last-child dt span {
    background: linear-gradient(transparent 60%, #ff7982 0%);
    padding-bottom: 4px;
}
#yumenta article .taniguchi .profile dl dd {
    line-height: 150%;
}

/* ボンジュール */
#yumenta article .bonjour .pic {
    width: 35%;
    float: right;
    position: relative;
    z-index: 3;
    margin-left: 10%;
    padding: 30px 0;
}
#yumenta article .bonjour .pic:before {
    position: absolute;
    content: '';
    background: #ff7982;
    width: 100%;
    height: calc(100% - 80px);
    top: 0px;
    left: -30px;
    border-radius: 20px;
    z-index: -1;
}
#yumenta article .bonjour .pic:after {
    position: absolute;
    content: '';
    background: #fef209;
    width: 100%;
    height: calc(100% - 80px);
    bottom: 0px;
    left: 30px;
    border-radius: 20px;
    z-index: -2;
}
#yumenta article .bonjour .pic img {
    border: solid #6ccbff 12px;
    border-radius: 20px;
}
#yumenta article .bonjour .profile {
    width: 55%;
    float: left;
}
#yumenta article .bonjour .profile dl:first-child {
    margin-bottom: 45px;
}
#yumenta article .bonjour .profile dl dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
}
#yumenta article .bonjour .profile dl dt span {
    background: linear-gradient(transparent 60%, #fef209 0%);
    padding-bottom: 4px;
}
#yumenta article .bonjour .profile dl dd {
    line-height: 150%;
}

@media (max-width: 812px) {
#yumenta article {
    padding-left: 10px;
    padding-right: 10px;
}
#yumenta article h1 {
    width: 50%;
    padding: 0 0 35px 0;
}
#yumenta article h1:before {
    content: none;
    display: none;
    position: static;
    background: none;
}
#yumenta article h1:after {
    content: none;
    display: none;
    position: static;
    background: none;
}
#yumenta article h1 img {
    width: 100%;
}
#yumenta article section {
    width: 100%;
}
#yumenta article > img {
    width: 100%;
    margin: 0 auto 30px auto;
}
/* 谷口夫妻 */
#yumenta article .taniguchi {
    margin-bottom: 30px;
}
#yumenta article .taniguchi .pic {
    width: 60%;
    float: none;
    margin: 0 auto 20px auto;
}
#yumenta article .taniguchi .pic:before {
    width: 100%;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
}
#yumenta article .taniguchi .pic:after {
    width: 100%;
    bottom: 0px;
    border-radius: 20px;
    z-index: -2;
}
#yumenta article .taniguchi .profile {
    width: 100%;
    float: none;
}
#yumenta article .taniguchi .profile dl:first-child {
    margin-bottom: 30px;
}
#yumenta article .taniguchi .profile dl dt {
    font-size: 110%;
    margin-bottom: 20px;
}
/* ボンジュール */
#yumenta article .bonjour .pic {
    width: 60%;
    float: none;
    margin: 0 auto 20px auto;
}
#yumenta article .bonjour .pic:before {
    width: 100%;
    top: 0px;
}
#yumenta article .bonjour .pic:after {
    position: absolute;
    content: '';
    background: #fef209;
    width: 100%;
    bottom: 0px;
}
#yumenta article .bonjour .pic img {
    border: solid #6ccbff 12px;
    border-radius: 20px;
}
#yumenta article .bonjour .profile {
    width: 100%;
    float: none;
}
#yumenta article .bonjour .profile dl dt {
    font-size: 110%;
    margin-bottom: 20px;
}

}

@media (max-width: 480px) {
#yumenta article h1 {
    width: 70%;
    padding: 0 0 20px 0;
}
/* 谷口夫妻 */
#yumenta article .taniguchi .pic {
    width: 80%;
}
#yumenta article .taniguchi .pic:before {
    height: calc(100% - 40px);
}
#yumenta article .taniguchi .pic:after {
    height: calc(100% - 40px);
}
#yumenta article .taniguchi .profile dl dt {
    font-size: 100%;
}
#yumenta article .taniguchi .profile dl dd {
    font-size: 90%;
}
/* ボンジュール */
#yumenta article .bonjour .pic {
    width: 80%;
}
#yumenta article .bonjour .pic:before {
    height: calc(100% - 40px);
}
#yumenta article .bonjour .pic:after {
    height: calc(100% - 40px);
}
#yumenta article .bonjour .profile dl dt {
    font-size: 85%;
}
#yumenta article .bonjour .profile dl dd {
    font-size: 80%;
}


}
