#content{
	padding:0;
	margin:0;
	width:100%
}

main {
	margin-top:89px;
    width: 100vw;
}

h3 {
    font-size: 72px;
    color: #C7B299;
    font-family: poppins, sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-right: 30px;
}

h4 {
    font-size: 27px;
    color: #998675;
    font-weight: 400;
    margin-bottom: 40px;
}

h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 42px;
}

h5 span {
    font-size: 28px;
    font-family: poppins, sans-serif;
    font-weight: 500;
}

.contents-link-btn {
    font-size: 14px;
    color: #998675;
    border: solid 1px #998675;
    display: block;
    margin: 35px auto 70px;
    width: 356px;
    text-align: center;
    padding: 20px 0;
    position: relative;
	letter-spacing: 0.06em;
}
.contents-link-btn:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #998675;
}
.small-attention {
    text-align: left;
    font-size: 13px;
}

.small-attention_box {
    width: fit-content;
    margin-left: auto;
}

.bath-el {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.bath-heading {
    display: flex;
    align-items: baseline;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}


.bath-heading h3+p {
    font-size: 21px;
    color: #C7B299;
    font-weight: 400;
}

.bath-heading__lead {
    margin-left: 50px;
}

.bath__sub-title {
    font-size: 22px;
}

.bath__caption {
    font-size: 15px;
}

.bath-mian-img {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.bath-el h3 {
    margin-bottom: 15px;
}

.bath-el .bath__sub-title {
    margin-bottom: 25px;
}

.bath-el .bath__caption {
    line-height: 2.65;
    margin-bottom: 50px;
}

.bath-main .page-link__box {
    flex-wrap: wrap;
}

/* .bath-main .page-link__box a{
    margin-bottom: 10px;
} */

.bath-main .page-link__box {
    margin-bottom: 12px;
}

.bath-main .bath-second-link__box {
    width: 855px;
    padding: 0 20px;
    margin-bottom: 0;
}

/* ページ内リンク ボタン*/
.page-link__text {
    color: #fff;
    text-align: center;
    margin-bottom: 57px;
}

.page-link__text p:nth-of-type(1) {
    font-size: 46px;
    font-family: poppins, sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 5px;
}

.page-link__text p:nth-of-type(2) {
    font-size: 15px;
}



.page-link__contents {
    background-color: #C7B299;
    padding: 60px 0 40px;
	    margin-bottom: 85px;
}

.page-link__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1210px;
    max-width: 100%;
    margin: 0 auto;
}

.page-link__box a {
    display: block;
    width: 295px;
    text-decoration: none;
    color: #998675;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: 5px 5px 0px 0px #998675;
    padding: 18px 0;
    position: relative;
    margin: 0 auto 30px;
	transition: all .2s;
}
.page-link__box a:hover{
	opacity: 0.8;
}

.page-link__box a::before,
.page-link__box a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.page-link__box a::before {
    right: 15px;
    width: 20px;
    height: 1.5px;
    background: #998675;
}

.page-link__box a::after {
    right: 16px;
    width: 14px;
    height: 14px;
    border-top: 1.5px solid #998675;
    border-right: 1.5px solid #998675;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ユニット&ドア */
.bath-unit-door {
/*     width: 1366px;
    max-width: 100%; */
    margin: 0 auto;
}

.bath-unit-door .bath-heading {
    margin-bottom: 25px;
}

.bath-unit-door .bath__caption {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 48px;
    line-height: 2.7;
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: none;
}


/* 本体ユニット */
.bath-main-unit h4 {
/*     margin-left: 135px; */
    margin-bottom: 22px;
}

.bath-main-unit {
    /* width: 1366px;
    max-width: 100%; */
    margin: 0 auto 80px;
	margin-left: calc((100vw - 1100px) / 2);
}


.bath-unit__scroll--container {
    display: flex;
    overflow: hidden;
}


.bath-unit__scroll--fixed img {
    width: 178.3px;
	max-width:initial;
}

.bath-unit-img {
    overflow-x: scroll;
}

.bath-unit-img img {
    width: 1523px;
    max-width: initial;
    display: inherit;
    margin-bottom: 20px;
}

.bath-unit-img::-webkit-scrollbar {
    width: 12px;
    height: 5px;
}

.bath-unit-img::-webkit-scrollbar-thumb {
    background-color: #C7B299;
    border-radius: 6px;
}

.bath-unit-img::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 6px;
}

.bath-main-unit .small-attention {
    margin-right: 50px;
    margin-top: 5px;
}

.bath-unit__scroll--container .scroll-hint-icon{
	top:225px;
}


/* ドア仕様 */
.bath-door-spe {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 65px;
    padding: 0 20px;
}

.bath-door-spe h4 {
    margin-bottom: 11px;
}

.bath-door-frame>p,
.bath-glas-spe>p,
.bath-handle-color>p {
    font-size: 18px;
    margin-bottom: 14px;
}


.bath-door-spe__container {
    border: solid 1px #C7B299;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 34px 32px;
}

.bath-door-frame__container {
    display: flex;
    justify-content: space-between;
	align-items:center;
	padding: 0 22px;
}

.bath-door-spe__container .bath-item__model-number {
    line-height: 1;
    font-size: 13px;
}
.bath-item__name{
    font-size: 15px;
    font-weight: 500;	
}


/* ドア枠・框（アルミ製） */
.bath-door-frame {
    width: 54%;
    margin-bottom: 30px;
}

.bath-door-frame__item {
    width: 135px;
    display: flex;
/*     align-items: flex-end; */
	flex-direction: column;
}

.bath-door-frame__item > div {
    /* text-align: center; */
    padding: 0 14px;
}

/* .bath-door-frame__item:nth-of-type(3) {
    width: 210px;
} */

.bath-door-frame__item img {
    width: 38%;
    /* margin-right: 13px; */
    margin: 15px auto 10px;
}

.bath-door-frame__item:nth-of-type(3) .bath-item__model-number {
    margin-left: 30px;
}


/* ガラス仕様 */

.bath-glas-spe {
    width: 39%;
}


.bath-glass-spe__container {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin-right: 15px;
    width: 356px;
    max-width: 89%;
    margin-left: 32px;
}


.bath-glas-spe>p {
    margin-bottom: 21px;
}

.bath-glass-spe__container img {
    margin-bottom: 5px;
}

.bath-glass-spe__container p {
    text-align: center;
    position: relative;
    line-height: 1.2;
}

.bath-glass-spe__item {
    width: 39%;
}

.bath-glass-spe__container .bath-item__name span {
    position: absolute;
    left: 0;
    top: 0;
}

/* ハンドル色 */
.bath-handle-color>p {
    margin-bottom: 17px;
}


.bath-handle-color__item img {
    width: 50%;
    width: 150px;
}

.bath-handle__item--text {
    position: relative;
    z-index: 1;
}

.bath-handle-color__item:nth-of-type(1) .bath-handle__item--text {
    transform: translateX(-40px);
    margin-bottom: 23px;
}

.bath-handle-color__item {
    width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bath-handle-color__item:nth-of-type(2) .bath-handle__item--text {
    transform: translateX(-33px);
    margin-top: -27px;
}
/* .bath-handle-color__item:nth-of-type(3){
		margin-right:35px;
}
 */
.bath-handle-color__item:nth-of-type(3) img {
/*     transform: translateX(60px); */
	margin-right:-35px;
}
.bath-door-frame__item:nth-of-type(3) .bath-item__name span {
    margin-right: 4px;
}
.bath-handle-color__item:nth-of-type(3) .bath-item__name {
    letter-spacing: -0.1em;
}

.bath-handle-color__item:nth-of-type(3) .bath-item__name span {
    margin-right: 5px;
    letter-spacing: initial;
}

.bath-handle-color__item:nth-of-type(3) .bath-item__model-number {
    margin-left: 32px;
}


.bath-handle-color {
    width: 100%;
    /*  max-width: 100%;*/
    margin: 0 auto;
}

.bath-handle-color__container {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bath-handle-color__container

.bath-item__name {
    font-size: 15px;
	font-weight: 500;　
}

.bath-door-spe__container .bath-item__name span {
    border: solid 1px;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 12px;
}

.bath-item__model-name {
    font-size: 13px;
}

.bath-item__model-number {
    font-size: 13px;
    color: #78573A;
}

/* 照明 */
.bath-lighting {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 95px;
    padding: 0 20px;
}

.bath-lighting h4 {
    margin-bottom: 20px;
}

.bath-lighting__img {
    width: 88px;
    margin-left: 33px;
}

.bath-lighting__text {
    width: 54%;
}

.bath-lighting__text>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bath-lighting__text .bath-item__model-name {
    display: block;
    width: 100%;
}

.bath-lighting__text .bath-item__model-number {
    font-size: 13px;
    display: inline-block;
    letter-spacing: 0.1em;
}

.bath-lighting__text .bath-item__model-number span {
    font-size: 13px;
    margin-right: 12px;
    color: #000;
}

.bath-lighting>div {
    border: solid 1px #C7B299;
}

.bath-lighting__item {
    width: 745px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 26px;
}



/* 内装タイル */
.bath-tile {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto 128px;
    padding: 0 20px;
}

.bath-tile .bath-heading {
    margin-bottom: 30px;
}

.bath-tile .bath__caption {
    margin-left: 50px;
    line-height: 2.7;
    margin-bottom: 50px;
}

.bath-tile__container {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 55px;
	position:relative;
}
.bath-tile__caution{
    position: absolute;
    top: 8px;
    right: 0;
    text-align: right;
    font-size: 13px;
}
.bath-tile__container h4 {
    margin-bottom: 20px;
}

.bath-tile__container h5 {
    margin-bottom: 35px;
}



/* レヴィグレス */

.bath-tile__item--wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.bath-tile__item--wrap:last-of-type {
    margin-bottom: 0;
}

.bath-tile__left {
    width: 42%;
}

.bath-tile__right {
    width: 53.7%;
}

.bath-tile__right>div {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.bath-tile__color-item {
    width: 20.5%;
    margin-bottom: 35px;
}

.bath-tile__color-item a{
	color:#000;
	transition:0.4s;
}

.bath-tile__color-item a:hover{
	opacity:0.7;
}

.bath-tile__color-item:nth-of-type(n+4) {
    margin-bottom: 0;
}

.bath-tile__right--bottom .bath-tile__color-item {
    margin-bottom: 0;
}

.bath-tile__color-item p {
    font-size: 13px;
    text-align: center;
}

.bath-tile__color-item p span {
    font-family: poppins, sans-serif;
}

.cityzen-contents {}

.cityzen-contents .bath-tile__right>div::after,
.cityzen-contents .bath-tile__right>div::before  {
    display: block;
    content: "";
    width: 120px;
}

.cityzen-contents .bath-tile__right>div::before{
    order: 1;
}

.cityzen-contents .bath-tile__right>div:nth-of-type(2)::after,
.cityzen-contents .bath-tile__right>div:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 120px;
    order: 1;
}

.lavastone-contents .bath-tile__right>div::after {
    display: block;
    content: "";
    width: 120px;
}

/* タイルパターン 標準*/

.tile-normal__box,
.tile-special__box {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 43px;
    padding: 0 0px;
}

.tile-normal__box h4 {
    margin-bottom: 25px;
}

.tile-normal__box h5 {
    margin-bottom: 25px;
}

/* .tile-normal__item img {
    margin-bottom: -3px;
}
 */

.tile-normal__box>div {
    width: 975px;
    max-width: 100%;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
}

.tile-normal__item {
    width: 230px;
}

.tile-normal__item p {
    text-align: center;
    font-size: 15px;
}

.tile-normal__box .small-attention {
    text-align: left;
    font-size: 15px;
    margin-bottom: 50px;
}

/* タイルパターン 特別*/

.tile-special__box h5 {
    margin-bottom: 30px;
}

.tile-special__box>div {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* バスタブ */
.bath-bathtub {
    max-width: 100%;
    margin: 0 auto;
}

.bath-bathtub .bath-heading {
    margin-bottom: 8px;
}


.bathtub-about {
    position: relative;
    overflow: hidden;
    margin-bottom: 85px;
}

.bathtub-about__contents {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.bathtub-about--text {
    width: 41.5%;
    margin: 0 auto;
    /* padding-left: 52px; */
}

.bathtub-about--text .bath__caption {
    line-height: 2.7;
    margin-top: -2px;
}

.bathtub-about-img {
    width: 600px;
}

.color-label {
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 100%;
    background-color: #F0EBE5;
    height: 375px;
    z-index: -1;
}

/* バスタブ一覧 */
.bath-bathtub__item--contents {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 85px;
    padding-right: 20px;
}

.bath-bathtub__item {
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.bath-bathtub__item--img {
    width: 39.5%;
}

.bath-bathtub__item--text {
    width: 52%;
    margin-top: 88px;
}

.bath-bathtub__item:nth-of-type(1) .bath-item__model-number span,
.bath-bathtub__item:nth-of-type(2) .bath-item__model-number span {
    width: 55px;
}

.bath-bathtub__item--text .bath-item__name {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.bath-bathtub__item--text .bath-item__model-name {
    margin-bottom: 5px;
    letter-spacing: 0.07em;
}

.bathtub-item__type--box {
    margin-bottom: 9px;
}

.bathtub-item__option--box {
    margin-bottom: 20px;
}

.bath-bathtub__item .bath-item__model-number span {
    color: #000;
    width: 53%;
    display: inline-block;
}

.bathtub-item__material {
    font-size: 13px;
    margin-bottom: 5px;
}

.bath-bathtub__item--text .bath-item__model-number {
    margin-bottom: 4px;
    font-size: 13px;
}

.bathtub-item__option--box p {
    font-size: 12px;
}

.bath-bathtub__item--option img {
    width: 48%;
}


/* CERA
CEY21580RV */
.bath-bathtub .bathtub-c21580 .bath-bathtub__item--img {
    width: 37%;
}

.bath-bathtub .bathtub-c21580 .bath-bathtub__item--text {
    width: 54%;
}

/* WELLAND シャーム1400 */
.bath-bathtub .bathtub-s1400 .bath-bathtub__item--img {
    width: 44%;
}

.bath-bathtub .bathtub-s1400 .bath-bathtub__item--text {
    margin-top: 58px;
}



/* WELLAND サンフォード1490 */
.bath-bathtub .bathtub-s1490 .bath-bathtub__item--img {
    width: 43%;
    margin-top: 13px;
}

.bath-bathtub .bathtub-s1490 .bath-bathtub__item--text {
    width: 50%;
    margin-top: 65px;
}

/* WELLAND ピッコ1490 */
.bath-bathtub .bathtub-p1490 .bath-bathtub__item--img {
    width: 43%;
    margin-top: 8px;
    /* margin-left: -9px; */
}

.bath-bathtub .bathtub-p1490 .bath-bathtub__item--text {
    width: 52%;
    margin-top: 47px;
}

.bath-bathtub__item--option {
    margin: 40px auto 0;
    width: 34%;
}

.bath-bathtub__item--option .bathtub-item__option--box {
    width: 33%;
    margin-bottom: 0;
}

.bath-bathtub__item--option .bathtub-item__option--box p{
	text-align:left;
}

.bath-bathtub__item--option .bath-bathtub__item {
    width: 100%;
    align-items: center;
    margin-bottom: 46px;
}


.bath-bathtub__item--option p {
    font-size: 15px;
    text-align: center;
}

.bathtub-item-caution {
    background-color: #998675;
    color: #fff;
    text-align: center;
    width: 102px;
    font-size: 12px;
    padding: 3px 0;
}



/* シャワー・水栓金具 */

.bath-shower {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.bath-shower .bath-heading {
    margin-bottom: 35px;
}


.bath-hansgrohe h5 {
    margin-bottom: 22px;
}


.bath-shower-system {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #C7B299;
    align-items: flex-start;
    padding-bottom: 23px;
}

.bath-shower-system .bath-item__name{
	margin-bottom:3px;
}

.bath-shower-system .bath-item__model-name{
	line-height:1.4;
}

.bath-hansgrohe {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 63px;
}

.bath-shower-head {
    display: flex;
    align-items: center;
}

.bath-shower .bath__caption {
    margin-left: 50px;
    margin-bottom: 60px;
}

.bath-shower-head:nth-of-type(1) {
    margin-left: 65px;
}

.bath-shower-head:nth-of-type(1) .bath-shower-head__text {
    transform: translateX(-22px);
}

.bath-shower-head:nth-of-type(2) {
    margin-left: 55px;
}

.bath-shower-head:nth-of-type(2) .bath-shower-head__text {
    /* margin-left: -38px; */
    transform: translateX(-36px);
}

.bath-shower-system .bath-shower-head__img {
    width: 118px;
}

/* .bath-shower-head:nth-of-type(3){
    margin-right: 20px;
} */

.bath-shower-head:nth-of-type(3) .bath-shower-head__text {
    /* margin-left: -20px; */
    transform: translateX(-44px);
}

.bath-shower-head__text {
    /* margin-left: -20px; */
    margin-top: 62px;
}

/* .hansgrohe-shower__black{
    border-bottom: solid 1px #C7B299;
} */


.hansgrohe-shower__chrome {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #C7B299;
    padding: 43px 17px 37px; */
}

.hansgrohe-shower__black--warp,
.hansgrohe-shower__chrome--warp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #C7B299;
    padding: 43px 17px 37px;
}

.hansgrohe-shower__chrome--warp {
    padding: 37px 17px 30px;
}


.hansgrohe__left {
    width: 100%;
    /* border-right: solid 1px #C7B299; */
    /* padding: 15px 0px; */
    box-sizing: content-box;
}



.hansgrohe__left--item .bath-item__model-name,
.hansgrohe__left--item .bath-item__model-number {
    font-size: 13px;
}

.hans-shower__img {
    margin-bottom: -7px;
}

.hans-shower__text {
    padding: 0 10px;
}

.hansgrohe-shower__black .hansgrohe__left--item,
.hansgrohe-shower__chrome .hansgrohe__left--item {
    width: 144px;
    align-items: flex-end;
}

.hansgrohe__left--shower .hans-shower__img{
	width: 89%;
} 

.hansgrohe-shower__chrome .hansgrohe__left--shower .hans-shower__img{
	width: 74%;
} 

.hansgrohe__left--item:nth-of-type(2) {
    width: 30%;
}

.hansgrohe__left--item:nth-of-type(2) {
    width: 12%;
    margin-left: 2px;
}

.hansgrohe__left--item:nth-of-type(3) {
    width: 12%;
    margin-left: 30px;
}

.shower-hans__bar-holder-set {
    display: flex;
    align-items: flex-end;
    width: 27%;
}

.hansgrohe-shower__black .hansgrohe-shower-holder,
.hansgrohe-shower__chrome .hansgrohe-shower-holder {
    width: 44%;
    transform: translateX(60px);
    margin-bottom: 15px;
}

.hansgrohe-shower__black .hans-bar-black,
.hansgrohe-shower__chrome .hans-bar-chrome {
    width: 43%;
}

.hansgrohe-shower-holder .hans-shower__img,
.hansgrohe-shower-holder .hans-shower__img {
    width: 25%;
    margin-bottom: -15px;
}

.shower-hans__bar-holder-set .hans-shower__text {
    padding: 0;
}


.hansgrohe__left--item.hans-bar-black,
.hansgrohe__left--item.hans-bar-chrome {
    align-items: flex-start;
    justify-content: flex-end;
}

.hansgrohe__left--item.hans-bar-black .hans-shower__text,
.hansgrohe__left--item.hans-bar-chrome .hans-shower__text {
    margin-top: 20px;
}

.hansgrohe__left--item.hans-bar-black .hans-shower__img,
.hansgrohe__left--item.hans-bar-chrome .hans-shower__img {
    width: 21%;
}


/* 
.hans-bar-chrome img,
.hans-bar-black img {
    width: 30px;
} */

.hans-bar-black,
.hans-bar-chrome {
    display: flex;

}

.hans-holder-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hansgrohe__right--item .hans-shower__img {
    width: 113px;
    margin-bottom: 5px;
}

.hansgrohe-item__bottom--wrap {
    /* display: flex; */
    justify-content: space-between;
}

.hansgrohe__right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
    padding: 46px 0 20px;
}

.hansgrohe__right--item {
    width: 18%;
    text-align: center;
}

/* .hansgrohe__right--item .bath-shower-name,
.hansgrohe__right--item .bath-item__color,
.hansgrohe__right--item .bath-item__model-number{
    text-align: center;
} */


.h-e-rbfhp91 .hans-shower__img {}

.h-e-rbfhp92 .hans-shower__img {
    width: 83px;
    margin: 0 auto 19px;
}

.hansgrohe-nut .hans-shower__img {
    width: 47px;
    margin: 0 auto 8px;
}

.hansgrohe__right--item .hans-shower__text {
    padding: 0;
}

.hansgrohe__left--item {
    position: relative;

}

.shower-hans__bar-holder-set .hansgrohe__left--item::after,
.shower-hans__bar-holder-set .hansgrohe__left--item::before {
    display: none;
}

.hans-shower__text::before,
.hans-shower__text::after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background: #C7B299;
    position: absolute;
    right: -77px;
    bottom: 55px;
    transform: translateY(-50%);
}
.hans-shower__text::after {
    transform: translateY(-50%) rotate(90deg);
}
.hansgrohe__right .hans-shower__text::before,
.hansgrohe__right .hans-shower__text::after{
    display: none;
}

.hansgrohe__right .bath-item__model-number .bath-item__model-name {
    color: #000;
}

.shower-hans__bar-holder-set .hans-shower__text::before,
.shower-hans__bar-holder-set .hans-shower__text::after {
    display: none;
}


/* グローエ */

.bath-grohe__container {
    display: flex;
    justify-content: space-between;
}

.bath-grohe__left-top {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #C7B299;
    padding: 0 60px 35px 29px;
    width: 98%;
    justify-content: space-between;
}


.grohe-left-top__item {
    width: 44%;
    display: flex;
    align-items: center;
}

.grohe-left-top__text {
    width: 74%;
    transform: translateX(-16px);
}

.grohe-left-top__img {
    width: 59%;
}

.bath-grohe__left {
	width: 60.4%;
    border-right: solid 1px #C7B299;
}

.bath-grohe__left-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 47px 0;
}

.grohe-left-bottom__item--wrap {
    width: 142px;
}

.grohe-kongou-suisen {
    width: 135px;
	transform: translateX(-16px);
}

.grohe-kongou-suisen .grphe-item-img{
	margin-bottom:15px;
}

.grohe-kongou-suisen .grohe-left-bottom__item:nth-of-type(2){
	width:124px;
}

.grohe-left-bottom__item--wrap.grohe-left-bottom--hose {
    width: 125px;
}

.grohe-left-bottom__item--wrap.grohe-left-bottom--hose .grphe-item-img{
    width:88%;
}

/* .grohe-left-bottom__item--wrap:nth-of-type(4) .grohe-left-bottom__item{
	width:120px;
}
 */
.grohe-kongou-suisen .grphe-item-text {
    width: 65px;
    margin: 0 auto;
}

.grohe-left-bottom__item {
    margin-bottom: 10px;
}

.bath-grohe__left-bottom .or-text {
    margin-bottom: 10px;
	transform: translateY(-6px);
}

.bath-grohe__left-bottom .bath-item__model-name,
.bath-grohe__left-bottom .bath-item__model-number {
    text-align: left;
}

.bath-grohe__hand-shower .grphe-item-img {
    width: 71%;
}

/* .bath-grohe__hand-shower p{
    text-align: left;
} */

.bath-grohe__hand-shower .or-text {
    margin-left: 35px;
    width: fit-content;
}

.grohe-600-bar-c .grphe-item-img {
    width: 18%;
    margin: 0px auto 13px;
    transform: translateX(-9px);
}


.grohe-left-bottom__item--wrap {
    position: relative;
}

.grohe-left-bottom__item--wrap .grphe-item-text {
    position: relative;
    width: 115px;
    margin: 0 auto;
    text-align: left;
}

.grohe-kongou-suisen .grphe-item-text {
    width: 95px;
    margin: 0 auto;
	padding-left: 10px;
}

.bath-grohe__hand-shower .grphe-item-text {
    margin: 0;
}

.grohe-left-bottom__item--wrap .grphe-item-text::before,
.grohe-left-bottom__item--wrap .grphe-item-text::after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background: #C7B299;
    position: absolute;
	right: -32px;
    bottom: 44px;
    transform: translateY(-50%);
}

.grohe-left-bottom__item--wrap .grphe-item-text::after {
    transform: translateY(-50%) rotate(90deg);
}

.item--plus-none .grphe-item-text::before,
.item--plus-none .grphe-item-text::after {
    display: none;
}

.bath-grohe__right--top .grohe-right-top__item--wrap {
    display: flex;
}

.or-text {
    font-size: 22px;
    font-family: poppins, sans-serif;
    color: #C7B299;
    text-align: center;
}

.bath-grohe__right {
    width: 37%;
    margin: 0 auto;
}

.bath-grohe__right--top {
    border-bottom: solid 1px #C7B299;
    padding: 0 10px 38px;
}

.grohe-right-top__item--wrap-top {
    display: flex;
    width: 92%;
    margin: 0 auto 70px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.grohe-right-top__item--wrap-top::before,
.grohe-right-top__item--wrap-top::after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background: #C7B299;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    bottom: -25px;
    transform: translateY(-50%);
}

.grohe-right-top__item--wrap-top::after {
    transform: translateY(-50%) rotate(90deg);
}

.grohe-right-top__item--wrap-top .grohe-right-top__img {
    width: 25%;
    margin-right: 17px;
}

.grohe-right-top__item--wrap-top .grohe-right-top__item {
    width: 46%;
    margin-top: 55px;
}

.grohe-right-top__item .grohe-right-top__img {
    width: 74%;
    margin-bottom: 15px;
}

.grohe-right-top__item--wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grohe-right-top__item--bottom:nth-of-type(1) .grohe-right-top__bottom--img{
	width:87%;
	margin:0 auto 17px;
}

.grohe-right-top__item--bottom:nth-of-type(2) .grohe-right-top__bottom--img {
    width: 81%;
    margin: 0 auto 17px;
}

.grohe-right-top__item--wrap-bottom .grohe-right-top__item--bottom {
    width: 40%;
}

.bath-grohe__right--bottom .grohe-right-bottom__item {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 34px;
}

.bath-grohe__right--bottom .grohe-right-bottom__item:nth-of-type(2) {
    margin: 0 auto 58px;
}
.bath-grohe__right--bottom .grohe-right-bottom__item:nth-of-type(2) .grohe-right-bottom__item--img{
	width:30%;
}

.grohe-right-bottom__item--img {
    width: 40%;
}

.grohe-right-top__item--wrap-bottom .grphe-item-text {
    margin: 0 auto;
    width: 80px;
    padding-left: 14px;
}

.grohe-right-top__item--wrap-bottom .or-text {
    margin-bottom: -60px;
}

.bath-grohe__right--bottom {
    padding: 32px 0 20px;
}



/* シャワー GROHE（グローエ） */
.bath-grohe {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.bath--bath-option .bath-option-text {
    text-align: center;
}

.bath-option--about {
    position: relative;
}

.bathoption-about__contents {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
    width: 988px;
    max-width: 100%;
    align-items: center;
    padding: 0 20px 0 75px;
    box-sizing: content-box;
}

.bathoption-about-img {
    width: 36.5%;
}

.bath-option--about .bath__caption {
    line-height: 2.7;
    margin-top: -110px;
}

.bath-option--about .color-label {
    top: -108px;
}

.bath-option-mirror {
    width: 755px;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: -115px auto 68px;
}

.bath-option-mirror img {
    width: 28.5%;
}

.bath-option-mirror .bath-option-mirror__text {
    margin-bottom: 24px;
    text-align: center;
    width: 21%;
}

.bath-option-tray {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 66px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bath-option-tray .bath-option-img {
    margin-bottom: 10px;
}

.bathoption-tray-s-box {
    display: flex;
    justify-content: space-between;
    width: 45%;
}


.bathoption-tray-s-box .bath-option__tray-item {
    width: 38%;
}

.bathoption-tray-m-box {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.bathoption-tray-m-box .bath-option__tray-item {
    width: 36%;
}

.bath-option-bar {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 53px;
    padding: 0 20px;
}

.bath-option-bar__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.bath-option-bar .small-attention {
    font-size: 13px;
}

/* ニギリバー　600 */
.bath-option__bar-i600-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 28%;
    padding-left: 17px;
}

.bath-option__bar-i600-box .bath-option__bar-item {
    width: 93px;
}

.bath-option__bar-i600-box .bath-option-img {
    width: 29.5%;
    margin: 0 auto 7px;
}


/* ニギリバーL型 */
.bath-option-img .bath-option__l-type-box {
    display: flex;
    justify-content: space-between;
}

.bath-option__l-type-box {
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin-left: 35px;
}

.bath-option__l-type-box .bath-option__bar-item {
    width: 48%;
}

.bath-option__l-type-box .bath-option__bar-item:nth-of-type(1) .bath-option-img {
    margin-left: auto;
}

.bath-option__l-type-box .bath-option__bar-item:nth-of-type(2) {}

.bath-option__l-type-box .bath-option-img {
    width: 72%;
    margin-bottom: 7px;
}




.bath-option__laundry-pipe {
    width: 17%;
    margin-bottom: 15px;
    margin-top: 185px;
}

.bath-option__laundry-pipe .bath-option-img {
    width: 66%;
    margin: 0 auto 64px;
}

.bath-option-towel {
    width: 53%;
}

.bath-option-towel-fan {
    width: 1140px;
    max-width: 100%;
	margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
}

/* タオルバー */

.bath-towel-bar200-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 86%;
    margin: 30px auto 112px;
    padding-right: 20px;
}

.bath-towel-bar200-box .bath-option__towel-item {
    width: 32%;
}

.bath-towel-bar200-box .bath-option__towel-item--img {
    margin-bottom: 13px;
}

.bath-towel-bar400-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	    width: 94%;
    margin: 0 auto;
}

.bath-towel-bar400-box .bath-option__towel-item {
    width: 40%;
}

.bath-towel-bar400-box .bath-option__towel-item--img {
    margin-bottom: 20px;
}


/* 換気扇 */
.bath-option-fan {
    width: 37.5%;
}

.bath-option-fan__item {
    width: 360px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.bath-option-fan__item:nth-of-type(1) {
    align-items: flex-end;
}

.bath-option-fan__item:nth-of-type(1) .bath-option-fan__item--text {
    margin-bottom: -8px;
}

.bath-option-fan__item:nth-of-type(1) .bath-option-fan__item--img {
    width: 32%;
    margin-right: 17px;
}

.bath-option-fan__item:nth-of-type(3) .bath-option-fan__item--img {
    margin-bottom: -22px;
}

.bath-option-fan__item--text {
    width: 62%;
    margin-bottom: -9px;
}

.bath-option-fan__item--img {
    width: 44%;
}


.bath-item__model-name .bath-item__model-number{
    display: none;
}

.sp_only {
    display: none;
}

@media screen and (max-width:800px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

	main {
    margin-top: 35px;
}
	
    h3 {
        font-size: 52px;
        line-height: 1.2;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .vanity-heading h3+p {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h5 span {
        font-size: 20px;
    }
	
	.contents-link-btn {
    	width: 300px;
    	padding: 18px 0;
}
	
	.contents-link-btn:after {
    	right: 19px;
}

    .bath__caption {
        font-size: 14px;
    }

    .bath-item__name {
        font-size: 14px;
    }

    .bath-item__model-name {
        font-size: 12px;
    }

    .bath-item__model-number {
        font-size: 12px;
    }

    .bath-heading {
        flex-direction: column;
    }

    .bathtub-about-img {
        width: 100%;
    }


    .bath-el {
        margin: 0 auto 60px;
    }

    .bath-el h3 {
        margin-bottom: 13px;
        padding: 0 20px;
    }

    .bath-heading__lead {
        margin-left: 0px;
        padding: 0 20px;
    }

    .bath-el .bath__sub-title {
        line-height: 2;
        margin-bottom: 20px;
    }

    .bath-el .bath__caption {
        line-height: 2.57;
        margin-bottom: 77px;
    }
	
	.bath-mian-img {
    	padding: 0 10px;
	}

    /* ボタンコーナー */

    .page-link__text p:nth-of-type(2) {
        font-size: 14px;
    }

    .page-link__contents {
        padding: 55px 0 30px;
        margin-bottom: 63px;
    }

    .page-link__text {
        margin-bottom: 34px;
    }

    .page-link__box a {
        margin: 0 auto 38px;
    }

    .bath-main .page-link__box {
        margin-bottom: 0;
    }


    /* ユニットドア */
    .bath-unit-door .bath-heading {
        margin-bottom: 34px;
        flex-direction: column;
        padding: 0 18px;
    }

    .bath-unit-door .bath__caption {
        padding: 0 20px;
        line-height: 2.6;
        margin: 0 auto 30px;
    }

    .bath-main-unit h4 {
        margin-left: 0;
        margin-bottom: 18px;
        padding: 0 20px;
    }

    .bath-unit-img img {
        width: 1255px;
        max-width: initial;
        display: inherit;
        margin-bottom: 5px;
    }

    .bath-unit__scroll--container {
        display: flex;
        margin-left: 0px;
        overflow: hidden;
    }

    .bath-unit__scroll--fixed img {
        width: 121px;
        max-width: initial;
    }

    .bath-main-unit .small-attention {
        margin-right: 0;
        margin-top: 2px;
        text-align: left;
        padding: 0 24px;
		font-size: 12px;
        line-height: 2;
		text-indent: -16px;
        padding-left: 36px;
    }

	.small-attention_box {
		width: 100%;
    	margin-left: 0;
}
	
    .bath-main-unit {
        width: 100%;
        /* max-width: 100%; */
        margin: 0 auto 46px;
    }
	
	.scroll-hint-icon {
    top: 105px;
}

    /* ドア仕様 */

    .bath-door-spe h4 {
        margin-bottom: 16px;
    }

    .bath-door-frame>p,
    .bath-glas-spe>p,
    .bath-handle-color>p {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .bath-door-spe__container {
        flex-direction: column;
        padding: 33px 17px 33px;
    }

    .bath-door-frame {
        width: 100%;
        margin-bottom: 42px;
    }

    .bath-door-frame__container {
        flex-wrap: wrap;
        align-items: flex-end;
		padding:0;
    }

    .bath-door-frame__item {
        width: 43%;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .bath-door-frame__item p {
        text-align: center;
    }

    .bath-door-frame__item img {
        width: 41%;
        margin: 0 auto 9px;
    }

    .bath-door-frame__item:nth-of-type(3) {
        margin: 0 auto;
        width: 54%;
    }

.bath-door-frame__item:nth-of-type(3) img {
    width: 34%;
    margin-bottom: 11px;
}

    .bath-door-frame__item:nth-of-type(3) .bath-item__model-number {
        margin-left: 0px;
    }


    /* ガラス仕様 */
    .bath-glas-spe {
        width: 100%;
        margin-bottom: 34px;
    }

    .bath-glas-spe>p {
        margin-bottom: 23px;
    }

    .bath-glass-spe__item {
        width: 46%;
    }
	
	.bath-glass-spe__container img {
    margin-bottom: 16px;
}
	.bath-glass-spe__container p {
    margin-bottom: 4px;
}

    .bath-glass-spe__container {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    /* ハンドル色 */

    .bath-handle-color>p {
        margin-bottom: 28px;
    }

    .bath-handle-color__item {
        flex-direction: column;
        width: 53%;
        margin-bottom: 0px;
    }

    .bath-handle-color__item img {
        margin-bottom: 3px;
		width: 99%;
    }

    .bath-handle__item--text {
        text-align: center;
    }


    .bath-handle-color__container {
        flex-direction: column;
		padding: 0 15px;

    }

	.bath-handle-color__item:nth-of-type(2){
		margin-left:auto;
	}
.bath-handle-color__item:nth-of-type(3) {
    margin-top: -45px;
    margin-left: -10px;
}
	
    .bath-handle-color__item:nth-of-type(1) .bath-handle__item--text,
    .bath-handle-color__item:nth-of-type(3) img,
    .bath-handle-color__item:nth-of-type(2) img {
        transform: translateX(0px);
		margin-bottom:0;
    }
	
	.bath-handle-color__item:nth-of-type(2) .bath-handle__item--text {
    transform: translateX(0px);
    margin-top: 0;
}

    .bath-handle-color__item:nth-of-type(3) .bath-item__model-number {
        margin-left: 27px;
    }

    /* 照明 */

    .bath-door-spe {
        margin: 0 auto 57px;
    }

    .bath-lighting__text {
        width: 42%;
    }

    .bath-lighting__item {
        padding: 38px 0 35px;
    }

    .bath-lighting__text div p {
        margin-bottom: -2px;
    }

    .bath-lighting {
        margin: 0 auto 70px;
    }

    /* 内装タイル */

    .bath-tile h3 {
        margin-bottom: 10px;
    }

    .bath-tile .bath-heading {
        margin-bottom: 17px;
        flex-direction: column;
    }

    .bath-tile .bath__caption {
        margin-left: 0px;
        line-height: 2.6;
        margin-bottom: 37px;
    }

    .bath-tile__container h4 {
        margin-bottom: 9px;
    }

    /* タイルカラー */

    .bath-tile__container h5 {
        margin-bottom: 31px;
    }

    .bath-tile__item--wrap {
        flex-direction: column;
        margin-bottom: 46px;
        padding: 0 17px;
    }
	
	.cityzen-contents{
		margin-bottom: 59px;
	}

    .bath-tile__left {
        width: 100%;
        margin: 0 auto 33px;
    }

    .bath-tile__right {
        width: 100%;
    }
	
    .bath-tile__caution {
        top: 8px;
        right: 0;
        font-size: 12px;
        padding: 0 18px;
        position: relative;
        margin-bottom: 33px;
        text-align: justify;
    }
	
    .bath-tile__right>div {
        flex-wrap: wrap;
    }

    .bath-tile__color-item {
        width: 42%;
    }


    .bath-tile__right--bottom .bath-tile__color-item,
    .bath-tile__color-item {
        margin-bottom: 14px;

    }

    .bath-tile__color-item p {
        font-size: 12px;
    }

    .bath-tile__container {
        margin: 0 auto 60px;
    }

    /* 標準仕様 */
    .tile-normal__box>div {
        flex-direction: column;
    }

    .tile-normal__item {
        width: 68%;
        margin: 0 auto 42px;
    }

    .tile-normal__item:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .tile-normal__box h5 {
        margin-bottom: 20px;
    }

    .tile-normal__item img {
        margin-bottom: 3px;
    }

    .tile-normal__item p {
        font-size: 12px;
    }
	
    .tile-normal__box .small-attention {
        text-align: justify;
        font-size: 12px;
        padding: 0 18px;
        margin-bottom: 33px;
    }

    .tile-normal__box,
    .tile-special__box {
        margin: 0 auto 55px;
    }


    /* 特別仕様 */
    .tile-special__box h5 {
        margin-bottom: 35px;
    }

    .tile-special__box>div {
        flex-direction: column;
    }


    /* バスタブ */
    .bathtub-about__contents {
        flex-direction: column;
        padding: 0;
    }

    .bathtub-about--text {
        width: 100%;
        margin: 0 auto;
        /* padding-left: 52px; */
    }


    .bath-bathtub__item--contents {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }

    .bath-bathtub .bath-heading {
        margin-bottom: 90px;
       padding: 0 20px;
    }

    .bathtub-about--text .bath__caption {
        line-height: 2.6;
        margin-top: -2px;
        margin-bottom: 28px;
        padding: 0 24px;
    }

    .bathtub-about-img {
        width: 90%;
        margin-left: auto;
        /* margin: 0 auto; */
    }



    /* バスタブアイテム */

    .bathtub-about {
        margin-bottom: 55px;
        overflow: initial;
    }

    .color-label {
        top: -249px;
        width: 90%;
        height: 315px;
    }

    .bath-bathtub__item {
        width: 46%;
        margin: 0 auto 63px;
        flex-direction: column;
    }

    .bath-bathtub__item--img {
        width: 98%;
        margin: 0 auto;
    }

    .bath-bathtub__item--text {
        width: 100%;
        margin-top: 11px;
    }

    .bathtub-item__option--box {
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .bathtub-c21540 .bathtub-item__option--box {
        display: flex;
    }

    .bath-bathtub__item--contents .bath-item__model-name span {
        display: inline;
    }

    .bath-bathtub__item .bath-item__model-number span {
        width: 51%;
    }


    .bath-bathtub__item--text .bath-item__model-name {
        margin-bottom: 7px;
        letter-spacing: 0.02em;
        display: inline-block;
        white-space: nowrap;
    }

    .bathtub-item__type--box {
        margin-bottom: 7px;
    }

    .bath-bathtub__item--text .bath-item__model-number {
        white-space: nowrap;
        font-size: 12px;
    }

    .bathtub-item__material {
        font-size: 13px;
        margin-bottom: 11px;
        margin-top: -8px;
    }

    .bath-bathtub .bathtub-c21580 .bath-bathtub__item--img {
        width: 97%;
    }

    .bath-bathtub .bathtub-c21580 .bath-bathtub__item--text {
        width: 100%;
    }

    .bath-bathtub .bathtub-s1400 .bath-bathtub__item--img {
        width: 79%;
    }

    .bath-bathtub .bathtub-s1400 .bath-bathtub__item--text {
        margin-top: 15px;
    }

    .bathtub-s1400 {
        width: 60%;
    }


    .bathtub-s1490 {
        width: 61%;
        margin: 0 auto 36px;
    }

    .bath-bathtub .bathtub-s1490 .bath-bathtub__item--img {
        width: 79%;
        margin-top: -25px;
    }

    .bath-bathtub .bathtub-s1490 .bath-bathtub__item--text {
        width: 100%;
        margin-top: 5px;
    }


    .bathtub-p1490 {
        width: 64%;
        margin: 25px auto 20px;
    }

    .bath-bathtub .bathtub-p1490 .bath-bathtub__item--img {
        width: 75%;
        margin-top: 3px;
    }

    .bath-bathtub .bathtub-p1490 .bath-bathtub__item--text {
        width: 100%;
        margin-top: 4px;
    }

    .bath-bathtub__item--option {
        margin: 40px auto 0;
        width: 87%;
        display: flex;
        justify-content: space-between;
    }
	
	.bath-bathtub__item--option .bathtub-item__option--box p {
    	text-align: center;
	}

    .bath-bathtub__item--option img {
        width: 100%;
        margin-bottom: 5px;
    }

    .bath-bathtub__item--option p {
        font-size: 14px;
    }

    .bath-bathtub__item--option .bathtub-item__option--box {
        width: 100%;
    }

    .bath-bathtub__item--option .bath-bathtub__item {
        width: 100%;
    }

    .bath-bathtub__item--option .bath-bathtub__item {
        width: 46%;
        margin: 0;
    }

    .bath-bathtub {
        margin: 0 auto 68px;
    }


    /* シャワー・水栓金具 */

    .bath-shower h3 {
        margin-bottom: 6px;
    }


    .bath-shower .bath__caption {
        margin-left: 0;
        margin-bottom: 60px;
        line-height: 2.6;
        margin-bottom: 28px;
    }

    .bath-shower .bath-heading {
        margin-bottom: 31px;
    }

    .bath-shower-head {
        margin: 0;
        width: 48%;
    }

    .bath-shower-system .bath-shower-head__img {
        width: 71%;
    }

    .bath-shower-head__text {
        /* margin-left: -20px; */
        width: 100%;
    }


    .bath-shower-head:nth-of-type(1) {
        margin: 0 auto 45px;
        width: 80%;
        justify-content: flex-end;
        /* padding-left: 101px; */
    }

    .bath-shower-head:nth-of-type(1) .bath-shower-head__img {
        width: 45%;
        margin-right: -43px;
    }

    .bath-shower-head:nth-of-type(1) .bath-shower-head__text {
        transform: translateX(0px);
        margin-top: 88px;
        width: 47%;
    }


    .bath-shower-head:nth-of-type(2) {
        margin: 0;
    }


    .bath-shower-head:nth-of-type(2),
    .bath-shower-head:nth-of-type(3) {
        flex-direction: column;
    }

    .bath-shower-head:nth-of-type(2) .bath-shower-head__text,
    .bath-shower-head:nth-of-type(3) .bath-shower-head__text {
        transform: translateX(0);
        margin-top: 17px;
    }

    .bath-shower-head:nth-of-type(3) {
        width: 36%;
    }

    .bath-shower-head:nth-of-type(3) .bath-shower-head__img {
        width: 97%;
        margin-right: 14px;
    }


    .bath-shower-system {
        flex-wrap: wrap;
        justify-content: space-between;
		align-items:flex-end;
    }

    .bath-grohe__left-bottom {
        flex-direction: column;
    }

    /* シャワー */

    .hansgrohe-shower__black,
    .hansgrohe-shower__chrome {
        /* flex-direction: column; */
    }

    .hansgrohe-shower__black,
    .hansgrohe-shower__chrome {
        overflow-x: scroll;
		position:relative;
    }
	
    .hansgrohe-shower__black--warp,
    .hansgrohe-shower__chrome--warp {
        width: 902px;
        padding: 35px 0px 48px;
    }

    .hansgrohe-shower__chrome--warp {
        padding: 35px 0px 35px;
    }

    .hans-shower__text {
        padding: 0 0px;
    }

    .hansgrohe__left--item .bath-item__model-name,
    .hansgrohe__left--item .bath-item__model-number {
        font-size: 12px;
        text-align: center;
    }

    .hansgrohe__left--item .bath-item__name {
        text-align: center;
    }

    .hans-shower__img {
        margin-bottom: -1px;
    }

    .hansgrohe-shower__black .hansgrohe-shower-holder,
    .hansgrohe-shower__chrome .hansgrohe-shower-holder {
        transform: translateX(0px);
    }

    .hansgrohe__left--item:nth-of-type(2) {
        margin-left: 0;
    }

    .hansgrohe__left--item:nth-of-type(2) {
        width: 14%;
    }

    .shower-hans__bar-holder-set .hansgrohe__left--item:nth-of-type(2) {
        width: 50%;
    }

    .hansgrohe-shower__black .hansgrohe-shower-holder,
    .hansgrohe-shower__chrome .hansgrohe-shower-holder {
        width: 46%;
        transform: translateX(60px);
        margin-bottom: 15px;
    }

    .hansgrohe-shower__chrome {
        /* padding: 29px 0px 18px; */
    }


    .hansgrohe__right {
        width: 90%;
        flex-wrap: wrap;
        padding: 38px 0 20px;
    }

    .hansgrohe__right--item {
        width: 35%;
        text-align: center;
    }

    .h-e-rbfhp92 .hans-shower__img {
        margin: 0 auto 6px;
    }

    .hansgrohe__right--item:nth-of-type(1) {
        order: 1;
    }

    .hansgrohe__right--item:nth-of-type(2) {
        order: 3;
        margin: 45px auto 0;
    }

    .hansgrohe__right--item:nth-of-type(3) {
        order: 2;
    }

    .bath-hansgrohe {
        margin: 0 auto 42px;
    }


    /* グローエ */

    .bath-grohe {
        display: flex;
        flex-direction: column;
    }

    .bath-grohe__container {
        flex-direction: column;
    }

    .bath-grohe__left {
        width: 100%;
        border-right: none;
    }

    .bath-grohe__left-top {
        padding: 0 0 0 17px;
        align-items: flex-start;
        width: 100%;
        padding-bottom: 41px;
        order: 1;
        margin-bottom: 45px;
    }

    .grohe-left-top__item {
        width: 47%;
        flex-direction: column;
    }

    .grohe-left-top__img {
        width: 72%;
        /* margin: 0 auto; */
    }

    .grohe-left-top__text {
        width: 100%;
        margin: 0 auto;
        transform: translateX(0px);
    }

    .grohe-left-top__item:nth-of-type(2) {
        width: 42%;
    }

    .grohe-left-top__item:nth-of-type(2) .grohe-left-top__img {
        width: 86%;
        margin-bottom: 30px;
        margin-right: -19px;
    }

    .grohe-left-bottom__item--wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        position: relative;
        margin-bottom: 95px;
		transform: translateX(0px);
    }

    .bath-grohe__hand-shower .or-text {
        margin-left: 0;
        width: fit-content;
        transform: translateY(58px);
    }

    .grohe-left-bottom__item {
        margin-bottom: 10px;
        width: 40%;
    }

    .bath-grohe__hand-shower .grphe-item-text{
        padding: 0 15px;
    }

    .grohe-right-top__item--wrap-top {
        width: 100%;
        margin: 0 auto 78px;
        justify-content: space-between;
    }

    .grohe-right-top__item--wrap-top .grohe-right-top__item {
        width: 42%;
        margin-top: 18px;
    }

    .grohe-right-top__item .grohe-right-top__img {
        width: 92%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .grphe-item-text {
        white-space: nowrap;
    }

    .grohe-right-top__item--wrap-top .grohe-switch-260--left {
        margin-left: 47px;
        width: 28.5%;
        margin-right: 0;
    }

    .grohe-switch-260--right {}

    .bath-item__model-name .bath-item__model-number {
        display: inline;
    }

    .grohe-right-top__item--wrap-bottom {
        /* flex-direction: column; */
    }
	
	.bath-grohe__right--top {
    border-bottom: solid 1px #C7B299;
    padding: 0 10px 46px;
}

    .grohe-right-top__item--bottom>div {
        margin-bottom: 20px;
    }

    .grohe-right-top__item--wrap-bottom .grphe-item-text {
        margin: 0 auto;
        width: 100%;

    }


    .bath-grohe__right {
        width: 100%;
        margin: 0 auto;
    }

    .bath-grohe__hand-shower .grphe-item-img {
        width: 71%;
        margin: 0 auto 16px;
    }

    .grohe-left-bottom--hose .grohe-left-bottom__item{
        margin: 0 auto;
        width: 35%;
    }
	
	.grohe-left-bottom__item--wrap.grohe-left-bottom--hose{
		width:100%;
	}
	
	.grohe-left-bottom__item--wrap.grohe-left-bottom--hose .grphe-item-img {
    width: 95%;
}

    .grohe-left-bottom--hose{
        margin-bottom: 77px;
    }

    .grohe-600-bar-c {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 66%;
    }

    .grohe-600-bar-c .grphe-item-img {
        width: 13%;
        margin-left: auto;
        margin-right: 45px
        /* margin: 0 auto; */
    }

    .grohe-600-bar-c .grphe-item-text {
        width: 44%;
        margin-left: auto;
        margin: 0 0 55px;
    }


    .grohe-600-bar-c .grphe-item-text p,
    .bath-grohe__hand-shower .grphe-item-text p{
        text-align: left;
    }

    .grohe-kongou-suisen p{
        text-align: center;
    }

    .bath-grohe__left-bottom .bath-item__model-name, .bath-grohe__left-bottom .bath-item__model-number{
        text-align: center;
    }


    .grohe-left-bottom__item--wrap .grphe-item-text::before,
    .grohe-left-bottom__item--wrap .grphe-item-text::after {
        display: none;
    }

    .grohe-left-bottom__item--wrap::before,
    .grohe-left-bottom__item--wrap::after {
        content: '';
        display: block;
        width: 23px;
        height: 2px;
        background: #C7B299;
        position: absolute;
        right: 0px;
        left: 0;
        margin: auto;
        bottom: -44px;
        transform: translateY(-50%);
    }

    .grohe-left-bottom__item--wrap::after {
        transform: translateY(-50%) rotate(90deg);
    }

    .grohe-left-bottom__item--wrap:nth-last-of-type(1).grohe-left-bottom__item--wrap::before,
    .grohe-left-bottom__item--wrap:nth-last-of-type(1).grohe-left-bottom__item--wrap::after{
        display: none;
    }

    .grohe-right-top__item--wrap-bottom .grohe-right-top__item--bottom {
        width: 44%;
    }

    .grohe-right-top__item--wrap-bottom .grphe-item-text {
        padding: 0px 24px;
    }

    .grohe-kongou-suisen .grphe-item-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
		padding-left:0;
    }

    .bath-grohe__right--bottom {
        padding: 32px 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 0 60px;
    }

    .bath-grohe__right--bottom .grohe-right-bottom__item,
    .bath-grohe__right--bottom .grohe-right-bottom__item:nth-of-type(2)
     {
        margin: 0 0 35px;
        width: 27%;
        flex-direction: column-reverse;
    }

    .bath-grohe__right--bottom .grohe-right-bottom__item:nth-of-type(3) {
        margin: 0 auto 35px;
        width: 100%;
    }

    .bath-grohe__right--bottom .grohe-right-bottom__item:nth-of-type(3) .grohe-right-bottom__item--text{
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

   .grohe-left-bottom__item--wrap:nth-last-of-type(1){
        margin-bottom: 0;
    }

    .bath-grohe__left-bottom {
        flex-direction: column;
        border-bottom: solid 1px #C7B299;
        margin-bottom: 40px;
		padding: 47px 0 24px;
    }

    .grohe-right-bottom__item--img{
        width: 100%;
    }


    /* バスオプション */

    .bath--bath-option .bath-heading{
        margin-bottom: 85px;
        padding: 0 20px;
    }

    .bath-option--about .bath__caption {
        line-height: 2.6;
        margin-top: 0;
        width: 80%;
        margin: 0 auto 24px;
    }

    .bath-option--about .color-label {
        top: -367px;
        height: 221px;
        width: 89%;
    }

    .bathoption-about-img {
        width: 67.5%;
        margin-left: auto;
    }

    .bathoption-about__contents {
        padding: 0;
        box-sizing: content-box;
        flex-direction: column;
        margin-bottom: 80px;
    }


    /* フリーミラー */
.bath-option-mirror {
    align-items: center;
    margin: 0 auto 70px;
    width: 81%;
    justify-content: space-between;
}

    .bath-option-mirror img {
        width: 56%;
    }

    .bath-option-mirror .bath-option-mirror__text {
        margin-bottom: 0;
        text-align: left;
        width: 32%;
        margin-top: 16px;
    }

    .bath-option-tray {
        flex-direction: column;
        margin: 0 auto 53px;
    }

    .bathoption-tray-s-box,
    .bathoption-tray-m-box {
        width: 100%;
        align-items: flex-end;
    }

    .bathoption-tray-s-box .bath-option__tray-item {
        width: 46%;
    }

    .bathoption-tray-s-box{
        margin-bottom:59px;
    }

    .bathoption-tray-m-box .bath-option__tray-item {
        width: 41%;
    }

    .bath-option-tray .bath-option-img {
        margin-bottom: 0;
    }

    .bathoption-tray-m-box .bath-option-img{
        margin-bottom: 5px;
    }

    .bath-option-bar__container {
        flex-wrap: wrap;
        margin-bottom: 13px;
    }

    .bath-option__bar-i600-box {
        width: 83%;
        margin: 0 auto 33px;
        padding-left: 0;
    }

    .bath-option__bar-i600-box .bath-option-img {
        width: 28.5%;
        margin: 0 auto 15px;
    }

    .bath-option__l-type-box {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
    }

    .bath-option__l-type-box .bath-option__bar-item {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }

    .bath-option__l-type-box .bath-option-text {
        margin-bottom: 50px;
    }

    .bath-option__l-type-box .bath-option-img {
        width: 59%;
        margin-bottom: 0px;
    }

    .bath-option__l-type-box .bath-option-text {
        margin-bottom: 108px;
        text-align: left;
        width: 35%;
    }

    .bath-option__l-type-box .bath-option__bar-item:nth-of-type(1) .bath-option-text{
        transform: translateX(-30px);
    }

    .bath-option__l-type-box .bath-option__bar-item:nth-of-type(1) .bath-option-img {
        margin-left: auto;
        transform: translateX(47px);
    }

    .bath-option__l-type-box .bath-option__bar-item:nth-of-type(2){
        flex-direction: row-reverse;
        margin-top: 26px;
    }

    .bath-option__l-type-box .bath-option__bar-item:nth-of-type(2) .bath-option-text {
        width: 36%;
        transform: translateX(65px);
        margin-bottom: 114px;
    }

    .bath-option__l-type-box .bath-option__bar-item:nth-of-type(2) .bath-option-img {
        margin-left: auto;
        transform: translateX(-62px);
        width: 54%;
    }


    /* パイプ */
    .bath-option__laundry-pipe {
        width: 46%;
        margin: 51px auto 10px;
        margin-bottom: 15px;
        /* margin-top: 185px; */
    }

    .bath-option__laundry-pipe .bath-option-img {
        width: 66%;
        margin: 0 auto 7px;
    }

    .bath-option-bar .small-attention {
        font-size: 14px;
        text-align: left;
    }


    .bath-option-towel-fan {
        flex-direction: column;
    }


    .bath-option-towel{
        width: 100%;
         padding: 0 20px;
         margin-bottom: 66px;
    }

    .bath-towel-bar200-box {
        width: 100%;
        margin: 16px auto 58px;
       padding: 0;
    }

    .bath-towel-bar200-box .bath-option__towel-item {
        width: 45%;
    }

    .bath-towel-bar400-box .bath-option__towel-item {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 42px;
    }

    .bath-towel-bar400-box .bath-option__towel-item:nth-of-type(2){
        margin-bottom: 0;
    }

    .bath-towel-bar400-box {
        flex-direction: column;
    }

    .bath-towel-bar400-box .bath-option__towel-item--img {
        margin-bottom: 20px;
        width: 71%;
    }

    .bath-towel-bar200-box .bath-option-text{
        text-align: center;
    }

    .bath-towel-bar400-box .bath-option-text {
        text-align:left;
    }

    .hansgrohe__right .hans-shower__text::before,
    .hansgrohe__right .hans-shower__text::after {
        display: none;
    }



    .bath-option-fan {
        width: 100%;
    }

    .bath-option-fan__item {
        width: 60%;
        margin: 0 auto 70px;
        flex-direction: column-reverse;
    }

    .bath-option-fan__item--img{
        margin: 0 auto 5px;
    }

    .bath-option-fan__item:nth-of-type(1) .bath-option-fan__item--img{
        width: 52%;
        margin: 0 auto 5px;
    }

    .bath-option-fan__item:nth-of-type(2) .bath-option-fan__item--img,
    .bath-option-fan__item:nth-of-type(3) .bath-option-fan__item--img{
        width: 69%;
        margin: 0 auto 5px;
    }
    

    .bath-option-fan__item--text {
        width: 100%;
        margin-bottom: -9px;
        text-align: center;
    }

    .bath-option-fan__item:nth-of-type(1) .bath-option-fan__item--img {
        /* width: 100%;
        margin-right: 0; */
    }

    .bath-option-fan__item:nth-of-type(1) .bath-option-fan__item--text {
        margin-bottom: 0px;
    }
}