.ttl {
  border-left: 3px solid #898989;
}

.en_ttl {
  background-color: #b5c0c6;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .ttl {
    font-size: 15px;
    padding-left: 7px;
    margin-bottom: 10px;
  }
  .ttl > span {
    font-size: 12px;
  }

  .en_ttl {
    font-size: 16px;
    padding: 2px 10px;
  }

  .desc_p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .desc_p {
    font-size: 12px;
  }

  .ttl {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .ttl > span {
    font-size: 12px;
  }

  .en_ttl {
    font-size: 14px;
    padding: 2px 10px;
  }
}
@media (min-width: 768px) {
  .design_box {
    width: 800px;
    margin: 0 auto;
    padding: 120px 40px 0;
  }
  .design_box > .img_box > img:not(:nth-child(1)) {
    padding: 30px 40px 0;
  }
}
@media (max-width: 767.98px) {
  .design_box {
    padding: 60px 15px 0;
  }
  .design_box > .img_box > img:not(:nth-child(1)) {
    padding: 15px 20px 0;
  }
}
@media (min-width: 768px) {
  .living_box {
    width: 800px;
    margin: 0 auto 150px;
    padding: 0 70px;
  }
  .living_box .desc_p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .living_box {
    padding: 0 15px 0;
    margin-bottom: 100px;
  }
  .living_box .desc_p {
    margin-bottom: 15px;
  }
}
.private_box figure {
  position: relative;
}
.private_box figure figcaption {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 5px;
}

@media (min-width: 768px) {
  .private_box {
    width: 800px;
    margin: 0 auto;
    padding: 0 70px;
  }
  .private_box .private_flex {
    display: flex;
    gap: 0 30px;
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .private_box {
    padding: 0 15px 0;
  }
  .private_box .private_flex {
    display: flex;
    gap: 0 5px;
    margin: 15px 0 0;
  }
  .private_box .private_flex figcaption {
    font-size: 12px;
    right: 10px;
    bottom: 2px;
  }
}
.kitchen_box > .kitchen_flex {
  border-bottom: 1px solid #727171;
}
.kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 {
  border: 1px solid #727171;
}
.kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dt {
  font-weight: normal;
}
.kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd > p > span {
  color: #9fa0a0;
}
.kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 dt {
  font-weight: normal;
}
.kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 {
  border-top: 1px solid #231815;
}

@media (min-width: 768px) {
  .kitchen_box {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
  }
  .kitchen_box > .img {
    width: 600px;
    margin: 0 auto;
  }
  .kitchen_box > .img > p {
    margin: 30px 0;
  }
  .kitchen_box > .kitchen_flex {
    display: flex;
    gap: 0 30px;
    margin: 70px 0 50px;
    padding-bottom: 20px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 {
    width: calc( 50% - 15px );
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 small {
    font-size: 12px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img {
    display: flex;
    margin: 10px 0 0 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img > img:nth-child(1) {
    width: 40%;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img > img:nth-child(2) {
    width: 60%;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 {
    padding: 15px;
    margin: 20px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd {
    display: flex;
    justify-content: space-between;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd > img {
    width: 240px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd > p {
    width: 200px;
    font-size: 12px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div {
    width: calc( 50% - 10px );
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div > dd {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div > dd > img {
    width: 130px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div > dd > p {
    width: calc( 100% - 140px );
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(1) {
    width: 280px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(1) > .ttl {
    margin-top: 15px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(2) {
    width: 175px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(2) figcaption {
    margin: 5px 0 10px;
    line-height: 1.2em;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 {
    width: calc( 50% - 10px );
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin-top: 40px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex > .img {
    width: 220px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex > .txt {
    width: 245px;
  }
  .kitchen_box .kitchen_flex03 {
    display: flex;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) {
    width: 455px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > img {
    width: 350px;
    margin-top: 10px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div {
    display: flex;
    margin-top: 20px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > img {
    width: 200px;
    margin-left: -20px;
    padding-right: 20px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > div {
    width: 250px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > div > img {
    margin-right: 20px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(2) {
    width: 200px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(2) > p {
    border-right: 1px solid #727171;
    border-left: 1px solid #727171;
    margin-top: 10px;
    text-align: center;
    padding: 7px 0;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(3) {
    width: 345px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .kitchen_box {
    padding: 0 15px 0;
    font-size: 12px;
  }
  .kitchen_box > .img > img {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .kitchen_box > .kitchen_flex {
    margin-bottom: 20px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 {
    margin: 30px 0 20px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 small {
    font-size: 11px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 5px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img > img:nth-child(1) {
    width: 40%;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .img > img:nth-child(2) {
    width: 60%;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 {
    padding: 10px;
    margin: 15px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd {
    margin-bottom: 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl01 > dd > img {
    position: relative;
    z-index: -1;
    margin: -15px 0 10px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div {
    width: calc( 50% - 5px );
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div > dd {
    margin: 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_dl02 > div > dd > img {
    margin: 5px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(1) {
    width: calc( 50% - 5px);
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(1) > .ttl {
    margin: 10px 0;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(2) {
    width: calc( 50% - 5px);
  }
  .kitchen_box > .kitchen_flex > .kitchen_div01 > .kitchen_flex02 > div:nth-child(2) figcaption {
    margin: 5px 0 10px;
    line-height: 1.2em;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
    margin: 15px 0 20px;
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex > .img {
    width: calc( 50% - 5px);
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex > .txt {
    width: calc( 50% - 5px);
  }
  .kitchen_box > .kitchen_flex > .kitchen_div02 > .equip_flex > .txt > .ttl {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > img {
    margin-top: 10px;
    width: 90%;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > img {
    width: calc( 40% - 10px );
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > div {
    width: calc( 60% );
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(1) > div > div > img {
    margin-bottom: 10px;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(2) {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(2) > img {
    width: calc( 32% );
  }
  .kitchen_box .kitchen_flex03 > div:nth-child(2) > p {
    width: calc( 60% );
    border-bottom: 1px solid #727171;
    border-top: 1px solid #727171;
    text-align: center;
    padding: 15px 0;
  }
}
.bath_box > .bath_flex .bath_div01 .kirei_flex .merit_p > span {
  background-color: #898989;
  color: #fff;
  font-weight: bold;
}
.bath_box > .bath_flex .bath_div01 .gentei_p > span {
  background-color: #005a8b;
  color: #fff;
}
.bath_box > .bath_flex .bath_div02 .time_flex > p {
  border: 1px solid #231815;
  text-align: center;
}
.bath_box > .bath_flex .bath_div02 .mode_box {
  border: 1px solid #231815;
}

@media (min-width: 768px) {
  .bath_box {
    width: 1000px;
    margin: 0 auto 150px;
    font-size: 13px;
  }
  .bath_box > small {
    font-size: 13px;
    margin: 40px auto 0;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .bath_box > .img {
    width: 600px;
    margin: 0 auto;
  }
  .bath_box > .img > p {
    margin: 30px 0;
  }
  .bath_box > .bath_flex {
    display: flex;
    gap: 0 30px;
    margin: 70px 0 20px;
    padding-bottom: 20px;
  }
  .bath_box > .bath_flex > .bath_div01 {
    width: calc( 50% - 15px );
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 {
    display: flex;
    justify-content: space-between;
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 > div {
    width: 230px;
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 > div > img {
    width: 100px;
    display: block;
    margin: 10px auto;
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 > img {
    width: 230px;
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    margin: 30px 0 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #231815;
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex > .img {
    width: 200px;
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex > .txt {
    width: 265px;
  }
  .bath_box > .bath_flex > .bath_div01 .gentei_p {
    font-size: 15px;
    margin-top: 35px;
  }
  .bath_box > .bath_flex > .bath_div01 .gentei_p > span {
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 5px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #231815;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex .merit_p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex .merit_p > span {
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .merit_p {
    width: 100%;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .merit {
    width: 250px;
    margin-bottom: 40px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .img {
    width: 220px;
    position: relative;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .img > img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231815;
    padding: 10px 0 35px;
    margin-bottom: 30px;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(1) {
    width: 120px;
    text-align: center;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > p {
    font-weight: bold;
    text-align: center;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure {
    display: flex;
    justify-content: space-between;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure > img {
    width: 110px;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure > figcaption {
    width: 230px;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex {
    display: flex;
    justify-content: space-between;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex > div {
    width: 260px;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex > img {
    width: 200px;
  }
  .bath_box > .bath_flex > .bath_div02 {
    width: calc( 50% - 15px );
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > p {
    font-size: 14px;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > div > img {
    width: 280px;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > div > p {
    width: 180px;
    font-size: 11px;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    margin: 30px 0;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure {
    display: flex;
    justify-content: space-between;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure > img {
    width: 180px;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure > figcaption {
    width: 210px;
  }
  .bath_box > .bath_flex > .bath_div02 > .en_ttl {
    margin: 80px 0 42px;
  }
  .bath_box > .bath_flex > .bath_div02 > .ttl {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .bath_box {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .bath_box > small {
    font-size: 13px;
    margin: 40px auto 0;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .bath_box > .img > img {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .bath_box > .bath_flex {
    margin: 30px 0 15px;
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 > div > img {
    width: 100px;
    display: block;
    margin: 5px auto 15px;
  }
  .bath_box > .bath_flex > .bath_div01 .bath_flex01 > img {
    width: 60%;
    margin: 15px auto 0;
    display: block;
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #231815;
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex > .img {
    width: calc( 50% - 5px);
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex > .txt {
    width: calc( 50% - 5px);
  }
  .bath_box > .bath_flex > .bath_div01 .yokusou_flex > .txt > .ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bath_box > .bath_flex > .bath_div01 .gentei_p {
    font-size: 13px;
    margin-top: 30px;
  }
  .bath_box > .bath_flex > .bath_div01 .gentei_p > span {
    font-size: 11px;
    padding: 2px 5px;
    margin-left: 5px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex {
    margin: 20px 0;
    border-bottom: 1px solid #231815;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex .merit_p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex .merit_p > span {
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .merit_p {
    width: 100%;
  }
  .bath_box > .bath_flex > .bath_div01 .kirei_flex > .img {
    width: 70%;
    margin: 10px auto 20px;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex {
    border-bottom: 1px solid #231815;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(1) {
    width: 40%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > p {
    font-weight: bold;
    text-align: center;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure {
    display: flex;
    justify-content: space-between;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure > img {
    width: 110px;
  }
  .bath_box > .bath_flex > .bath_div01 .apdate_flex > div:nth-child(2) > figure > figcaption {
    width: 230px;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex > div {
    width: 100%;
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex > div > p:nth-child(2) {
    width: calc( 50% - 5px);
  }
  .bath_box > .bath_flex > .bath_div01 .haisui_flex > img {
    width: calc( 50% - 5px);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex {
    margin: 30px 0 0 0;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > p {
    font-size: 13px;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > div > img {
    margin: 15px 0;
  }
  .bath_box > .bath_flex > .bath_div02 .time_flex > div > p {
    font-size: 11px;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin: 15px 0;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure > img {
    width: 40%;
  }
  .bath_box > .bath_flex > .bath_div02 .mode_box > figure > figcaption {
    width: calc( 60% - 10px );
  }
  .bath_box > .bath_flex > .bath_div02 > .en_ttl {
    margin: 30px 0 15px;
  }
  .bath_box > .bath_flex > .bath_div02 > .ttl {
    margin-top: -30px;
    position: relative;
    z-index: 1;
  }
}
