/* =============================================
　　
　　220505_シャワーヘッド＆水栓特集_修正依頼

============================================= */

/* 共通パーツ
 
====================================================*/
 
/* --- margin --- */
.maindesign .mt30 {margin-top: 30px!important;}
.maindesign .mt80 {margin-top: 80px!important;}
@media screen and (max-width: 767px){
	.maindesign .mt80 {
		margin-top: 40px!important;
	}
}

.maindesign .mb0 {margin-bottom: 0!important;}
 
/* ---  タイトルデザイン  --- */
.maindesign h2.headingSaneiOsusume {
    font-size: 1.5em;
    /* width: 25%; */
    text-align: center;
    font-weight: bold;
    border-bottom: solid 3px #469FF2;
    margin: 60px auto 20px auto;
    padding: 10px;
    display: table;
}
@media screen and (max-width: 767px){
	.maindesign h2.headingSaneiOsusume {
		font-size: 6vw;
		/* width: 60%; */
		display: table;
	}
}

@media screen and (max-width: 767px){
	.maindesign h2.headingSanei {
		font-size: 6vw;
		margin: 20px 0 20px 0;
		padding: 10px 0 10px 10px;
	}
}

/* ---  ナビゲーションメニュー  --- */
.maindesign .topBtn ul {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
	margin: 0px 0 40px 0;
}
@media screen and (max-width: 767px){
	.maindesign .topBtn ul {
		position: relative;
		flex-wrap: wrap;
	}
}

.maindesign .topBtn ul li {
    width: 25%;
    font-family: 'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px){
	.maindesign .topBtn ul li {
		width: 50%;
		position: static;
		font-size: 4vw;
		height: 4em;
	}
	
	.maindesign .topBtn ul li.nav_first {
		width: 100%;
		height: 2em;
    	padding-top: 1em;
	}
	
	.maindesign .topBtn ul li.nav_last{
		padding-bottom: 1em;
	}
}

.maindesign .topBtn ul li:nth-child(4n){
    margin-right: 0;
}

.maindesign .topBtn ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #707070;
    justify-content: flex-start;
}
@media screen and (max-width: 767px){
	.maindesign .topBtn ul li a{
		height: 100%;
	}
}

.maindesign .saneimenu {
    cursor: pointer;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #707070;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.3;
}
.maindesign .saneimenu.m02 {
    cursor: auto;
    margin: 0 0 15px;
}
@media screen and (max-width: 767px){
	.maindesign .saneimenu {
		padding: 0;
	}
}

/* =================================================

	自動水栓（タッチレス水栓）　auto_02.html　
 
====================================================*/
 
/* --- タッチレス水栓がおすすめな場所 --- */
.maindesign .auto_osusume_category ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px){
	.maindesign .auto_osusume_category ul {
		flex-direction: column;
	}
}

.maindesign .auto_osusume_category ul li {
    flex-basis: calc(50% - 30px);
    margin-bottom: 60px;
}
@media screen and (max-width:767px){
	.maindesign .auto_osusume_category ul li {
		margin-bottom: 40px;
	}
}


.maindesign .auto_osusume_category ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.maindesign .auto_osusume_category ul li:nth-last-child(-n+2) {
		margin-bottom: 40px;
	}
}

.maindesign .contents_img img {
    width: 100%;
}

.maindesign .contents_txt {
    margin-top: 15px;
}

.maindesign .contents_txt_title {
    color: #4694d1;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.55em;
}
@media screen and (max-width:767px){
	.maindesign .contents_txt_title {
		font-size: 1.2em;
	}
}

/* --- タッチレス水栓を使うメリット --- */
.maindesign .auto_merit_txt {
    margin-bottom: 30px;
	line-height: 1.5;
}

.maindesign .auto_merit_category ul {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:767px){
	.maindesign .auto_merit_category ul {
    	flex-direction: column;
	}
}

.maindesign .auto_merit_category ul li {
    width: calc( ( 100% / 3 ) - 20px );
    margin-bottom: 30px;
	margin-right: 30px;
}
@media screen and (max-width:767px){
	.maindesign .auto_merit_category ul li {
    	width: 100%;
	}
}

.maindesign .auto_merit_category ul li:nth-child(3n) {
	margin-right: 0;
}

.maindesign .auto_merit_category_contents {
    background-color: #dff2fc;
    padding: 20px;
}

.maindesign .merit_contents_img img {
    width: 100%;
}

.maindesign .merit_contents_txt {
    margin-top: 20px;
}

.maindesign .merit_contents_txt_title {
    color: #4394d1;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}
@media screen and (max-width:767px){
	.maindesign .merit_contents_txt_title {
		font-size: 1.4em;
	}
}

.maindesign .merit_contents_txt p:nth-child(2) {
    height: 5em;
}

/* ------------------------------------------------------------ 
	タッチレス水栓がおすすめな場所・タッチレス水栓を使うメリット
	共通
------------------------------------------------------------  */
.maindesign .contents_txt p:nth-child(2),.maindesign .merit_contents_txt p:nth-child(2){
	 line-height: 1.5;
}

/*その他 水栓・混合栓（キッチン・浴室・洗面）*/
.maindesign .center {
	justify-content: center!important;
}

/* ------------------------------------------------------------ 
	機能・目的から選ぶ
	共通
------------------------------------------------------------  */
.maindesign .osusumeGoods{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .osusumeGoods li{
        width: 380px;
        margin: 0 30px 0 0;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
    }
    .maindesign .osusumeGoods li .osusumeImg{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .maindesign .osusumeGoods li .osusumeImg img{
        width: 50%;
    max-width: 180px;
    }
    
    .maindesign .osusumeGoods li .osusumeTitle{
        text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px auto;
        padding: 0 15px;
}
    .maindesign .osusumeGoods li .osusumeTxt{
     padding: 0 15px;
    margin: 10px auto; 
    }
    .maindesign .tab-menu-nav{
        margin: 20px 0;
    }
    @media screen and (min-width:768px){
     .maindesign .osusumeGoods li:nth-child(3n){
        margin: 0 0 0 0;
    }   
    }
    @media screen and (max-width:767px){
    .maindesign .osusumeGoods li{
        width: 100%;
        margin: 0 0 10px 0;
    }    
    }
.maindesign .exTxt{
line-height: 1.2;
margin: 10px 0;
}
.maindesign.h2only{
margin: 0 0 0 0;
}
    .maindesign .information.solo li{
        width: 100%; 
        margin: 0 0 15px 0;
    }


/* =====================================================
　　
　　220623_シャワーヘッド＆水栓特集_SANEIサブページ作成依頼

===================================================== */


/* 共通項目
====================================================*/

/*見出しデザイン*/
.maindesign h2.headingSanei {
    font-size: 1.5em;
    font-weight: bold;
    border-left: solid 10px #48CDFF;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 10px;
}

/* タイトルバナー
====================================================*/
.maindesign .title_reform {
    margin-top: 60px;
}
@media screen and (max-width:767px){
	.maindesign .title_reform {
		margin-top: 40px;
	}
}

@media screen and (max-width:767px){
	.maindesign .title_reform img {
		display: inline;
		width: 100%;
	}
}

/* ナビゲーションメニュー
====================================================*/
.maindesign .nav_reform {
    padding: 20px 0 60px;
}
@media screen and (max-width:767px){
	.maindesign .nav_reform {
		padding: 0;
	}
}

/* 導入
====================================================*/
@media screen and (max-width:767px){
	.maindesign .dounyu_reform_txt img {
		width: 100%;
	}
}

.maindesign .dounyu_reform_txt_txt {
    line-height: 1.5;
	margin-top: 20px;
}
@media screen and (max-width:767px){
	.maindesign .dounyu_reform_txt_txt {
		margin-top: 10px;
	}
}

.maindesign .dounyu_reform_contents {
    padding-top: 60px;
}
@media screen and (max-width:767px){
	.maindesign .dounyu_reform_contents {
		padding-top: 40px;
	}
}

.maindesign .contents_box {
    display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
@media screen and (max-width:767px){
	.maindesign .contents_box {
		flex-direction: column;
		padding-bottom: 40px;
	}
}

.maindesign .contents_img {
    flex-basis: 50%;
}

.maindesign .contents_txt2 {
    flex-basis: calc( 50% - 40px);
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.maindesign .contents_txt2_box {
    flex-basis: 85%;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.maindesign .contents_txt2_link {
    align-self: flex-end;
	background-color: #333;
    height: 2.5em;
    width: 17em;
}
@media screen and (max-width:767px){
	.maindesign .contents_txt2_link {
		width: 100%;
		margin-top: 15px;
	}
}

.maindesign .contents_txt2_link:hover {
    opacity: 0.75;
    transition: 0.6s;
}

.maindesign .contents_txt2_link a {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}

.maindesign .contents_txt_title_2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 15px;
}
@media screen and (max-width:767px){
	.maindesign .contents_txt_title_2 {
		font-size: 17px;
	}
}

.maindesign .contents_txt_txt {
    line-height: 1.5;
}
@media screen and (max-width:767px){
	.maindesign .contents_txt_txt {
		margin-top: 10px;
	}
}



/* キッチン・バス・洗面台・自動水栓
====================================================*/
.maindesign #bath,.maindesign #senmen,.maindesign #jidou {
    margin-top: 80px;
}
@media screen and (max-width:767px){
	.maindesign #bath, .maindesign #senmen, .maindesign #jidou {
		margin-top: 40px;
		}
}

.maindesign .reform .reform_main:nth-child(n + 3){
	margin-top: 70px;
}
@media screen and (max-width:767px){
	.maindesign .reform .reform_main:nth-child(n + 3) {
		margin-top: 40px;
	}
}

.maindesign .reform_main_contents_title {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width:767px){
	.maindesign .reform_main_contents_title {
		font-size: 20px;
    	line-height: 1.2;
	}
}

.maindesign .reform_main_contents_img_1 {
    display: flex;
	justify-content: space-between;
    padding-top: 20px;
}
@media screen and (max-width:767px){
	.maindesign .reform_main_contents_img_1 {
		flex-direction: column;
		padding-top: 15px;
	}
}

/*画像が２カラムの場合*/
.maindesign .reform_main_contents_img .column2 img {
    width: calc( 50% - 5px);
	margin-right: 5px;
}
@media screen and (max-width:767px){
	.maindesign .reform_main_contents_img .column2 img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.maindesign .reform_main_contents_img .column2 img:last-child {
	margin-right: 0;
}
@media screen and (max-width:767px){
	.maindesign .reform_main_contents_img .column2 img:last-child {
		margin-bottom: 0;
	}
}

/*画像が1カラムの場合*/
.maindesign .column1 img {
    width: 100%;
}

.maindesign .reform_main_contents_img_2 {
    padding-top: 40px;
}
@media screen and (max-width:767px){
	.maindesign .reform_main_contents_img_2 {
		padding-top: 40px;
	}
}

.maindesign .img_2_title {
    font-size: 19px;
	font-weight: bold;
	padding-bottom: 20px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_title {
		font-size: 17px;
		line-height: 1.2;
		padding-bottom: 5px;
	}
}

.maindesign .img_2_box {
    /*padding-top: 30px;*/
    display: flex;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box {
		padding-top: 22px;
		flex-direction: column;
		width: 85%;
    	margin: 0 auto;
	}
}

.maindesign .img_2_box_shokkiaraiki img,.maindesign .img_2_box_jousuiki img,.maindesign .img_2_box_hose img{
	width: 100%;
}

.maindesign .img_2_box_shokkiaraiki {
    margin-right: 20px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box_shokkiaraiki {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.maindesign .img_2_box_hose {
    margin-left: 20px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box_hose {
		margin-left: 0;
		margin-top: 40px;
	}
}

.maindesign .img_2_box_shokkiaraiki:last-child {
    margin-right: 0;
}

.maindesign .img_2_box_shouhinmei {
    text-align: center;
    padding-top: 5px;
	font-size: 14px;
}

.maindesign .img_2_box_setsumei {
    font-size: 18px;
    padding-bottom: 10px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box_setsumei {
		font-size: 16px;
		}
}

.maindesign .img_2_box_photo {
    margin-left: 10px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box_photo {
		margin-top: 23px;
   		margin-left: 0;
	}
}

.maindesign .img_2_box_photo img {
    max-height: 325px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_box_photo img {
		max-height: none;
		width: 100%;
	}
}

.maindesign .img_2_betsuuri {
    border: 1px solid #333;
    /*padding: 15px;*/
	padding: 11px;
    width: calc( 30% - 30px );
    margin-left: 30px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_betsuuri {
		margin-left: 0;
		margin-top: 35px;
		width: calc( 100% - 30px);
		padding: 15px;
	}
}

.maindesign .img_2_betsuuri_title {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_betsuuri_title {
		font-size: 17px;
		text-align: center;
	}
}

.maindesign .img_2_betsuuri_contents_txt p {
    line-height: 1.2;
}

.maindesign .img_2_betsuuri_contents_img {
	/*padding-top: 15px;*/
	padding-top: 10px;
}
@media screen and (max-width:767px){
	.maindesign .img_2_betsuuri_contents_img {
		display: flex;
		justify-content: center;
		flex-direction: column;
		/*gap: 20px;*/
		padding-top: 25px;
	}
    
}

.maindesign .img_2_betsuuri_contents_img a {
    color: #333;
}

.maindesign .img_2_betsuuri_contents_img a:first-child {
    margin-bottom: 5px;
}

.maindesign .betsuuri_contents_img_parts {
    display: flex;
	justify-content: center;
	border: 1px solid #ccc;
    padding: 5px 0 5px 10px;
}
@media screen and (max-width:767px){
	.maindesign .betsuuri_contents_img_parts {
		flex-direction: column-reverse;
		padding: 10px;
	}
}

.maindesign .mb8 {
    margin-bottom: 8px;
}

/*.maindesign .adapter {
    padding-top: 10px;
}*/

.maindesign .betsuuri_contents_img_parts img {
    width: 31%;
}
@media screen and (max-width:767px){
	.maindesign .betsuuri_contents_img_parts img {
		width: 60%;
		margin: 0 auto;
	}
}

.maindesign .betsuuri_contents_img_parts_txt {
    margin-left: 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	width: 9em;
}
@media screen and (max-width:767px){
	.maindesign .betsuuri_contents_img_parts_txt {
		/*text-align: center;*/
		padding-bottom: 10px;
		margin: 0 auto;
		width: auto;
		flex-direction: initial;
	}
}

@media screen and (max-width:767px){
	.maindesign .img_parts_txt_box{
		margin-right: 20px;
	}
}

.maindesign .parts_txt_title {
    font-weight: bold;
	padding-bottom: 5px;
}

.maindesign .parts_txt_ather {
    line-height: 1.2;
}

.maindesign .betsuuri_contents_img_parts_arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
	letter-spacing: -0.5em;
}


.maindesign .betsuuri_contents_img_parts_arrow p {
    font-size: 30px;
	font-weight: bold;
	color: #ccc;
}

.maindesign .reform_main_shouhin {
    padding-top: 60px;
}
@media screen and (max-width:767px){
.maindesign .reform_main_shouhin {
    padding-top: 40px;
	}
}

.maindesign .osusumeGoods {
    display: flex;
    flex-wrap: wrap;
}

.maindesign .osusumeGoods .goodsImg {
    width: calc(50% - 1em);
    border: 3px solid #ccc;
    box-sizing: border-box;
    margin: 0 1em 0 0;
}
@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsImg {
		width: 100%;
		margin: 0;
	}
}

.maindesign .osusumeGoods .goodsImg img {
    width: 100%;
	vertical-align: top;
}

.maindesign .osusumeGoods .goodsInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsInfo {
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsInfo_reform {
		margin-top: 20px;
	}
}

.maindesign .osusumeGoods .goodsInfo .goodsName {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 1em 0;
}
@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsInfo .goodsName {
		font-size: 6vw;
		margin: 0;
	}
}

.maindesign .osusumeGoods .goodsInfo .goodsTxt {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 1em 0;
}
@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsInfo .goodsTxt {
		font-size: 4vw;
	}
}

@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsBtn {
		padding: 40px;
	}
}

@media screen and (max-width: 767px){
	.maindesign .osusumeGoods .goodsBtn a {
		padding: 0.7em 1em;
		font-size: 1em;
	}
}

.maindesign .eventbnr {
        display: flex;
        flex-wrap: wrap;
    }

    .maindesign .eventbnr li {
        width: calc(50% - 10px);
        margin: 0 10px 20px 0;
        position: relative;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .maindesign .eventbnr li a {
        display: flex;
    }

    .maindesign .eventbnr li .linksTxt {
        margin: auto auto auto 10px;
        display: flex;
        flex-wrap: wrap;
        width: calc(80% - 20px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .maindesign .eventbnr li .linksTxt p {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0.5em 0;
        font-weight: 700;
        font-size: 1em;
    }

.maindesign .eventbnr li .linksTxt p span {
        font-size: 0.75em;
        width: calc(100% - 20px);
        line-height: 1.2;
        font-weight: 400;
        padding-top: 0.5em;
        display: block;
    }

.maindesign .eventbnr li .linksImg {
        margin: auto 15px auto auto;
        width: calc(30% - 20px);
        display: flex;
        align-items: center;
    }

.maindesign .eventbnr li .linksImg img {
        width: 100%;
	    height: auto;
    }

@media screen and (max-width: 767px){
	    .maindesign .eventbnr li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0.3em;
        position: relative;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

.maindesign .eventbnr li a {
        display: flex;
        flex-direction: row-reverse;
    }

.maindesign .eventbnr li .linksTxt {
        font-size: 1.2em;
        margin: auto auto auto 10px;
        display: flex;
        flex-wrap: wrap;
        width: calc(80% - 20px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	
	.maindesign .eventbnr li .linksTxt p {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        padding: 0.5em 0;
        font-weight: 700;
        font-size: 1em;
    }

.maindesign .eventbnr li .linksTxt p span {
        font-size: 0.75em;
        width: calc(100% - 20px);
        line-height: 1.2;
        font-weight: 400;
        padding-top: 0.5em;
        display: block;
    }
	
    .maindesign .eventbnr li .linksImg {
        margin: auto auto auto auto;
        width: calc(38% - 20px);
        display: flex;
        align-items: center;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	