@charset "UTF-8";

#contents_wrap > section {
	width:90%;
	max-width: 1200px;
	margin: 0 auto;
}

.topic_title {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #F7F7F7;
}

.topics {
    display: flex;
    margin-bottom: 100px;
}

.topics .topic_box {
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
    margin-top: 20px;
}

.topics .topic_box .address,
.topics .topic_box .tel_fax {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.topics .address {
    line-height: 2.4rem;
}

.txt_center {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.showroom_tel {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    margin: 60px 0 20px 0;
}
.showroom_tel::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(./../images/tel_icon.png);
    background-size: contain;
    vertical-align: middle;
}

.showroom_tel span {
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
}

.showroom_img {
    width: 100%;
    text-align: center;
    margin-bottom: 160px;
}

.showroom_img img {
    margin: 0 20px;
}

.clean_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}

.techniclean > a,
.handcleaner > a{
    display: block;
}

.techniclean h3,
.handcleaner h3 {
    font-size: 3rem;
    width: 200px;
    margin: 10px 0;
}

.techniclean span ,
.handcleaner span {
    font-size: 1.2rem;
    display: inline-block;
    border-bottom: 1px solid #707070;
}

.techniclean span a:hover ,
.handcleaner span a:hover {
    text-decoration: none;
}

.techniclean span::after,
.handcleaner span::after {
    content: '　→';
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
a:hover .hover_img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}


@media (max-width: 767px) {

    .container article{
        padding: 30px 0;
    }

    h2.title_large p{
        font-size: 1.8rem;
    }
    .showroom_img {
        display: flex;
        justify-content: space-between;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
    .showroom_img img{
        width: 49%;
        margin: 0;
        max-width: 150px;
    }
    .topics,
    .clean_box{
        flex-direction: column;
    }
    .topics .topic_box{
        width: 100%;
    }
    .techniclean > a,
    .handcleaner > a{
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 400px;
        min-height: 130px;
        margin: 0 auto;
    }
    .handcleaner > a{
        flex-direction: row-reverse;
    }
    .techniclean{
        margin-bottom: 50px;
    }
    .techniclean .clean_txt,
    .handcleaner .cleaner_txt{
        width: 70%;
    }
    .techniclean .clean_img,
    .handcleaner .cleaner_img{
        width: 30%;
    }
    .techniclean .clean_img > img,
    .handcleaner .cleaner_img > img{
        width: 100%;
        max-width: 130px;
    }
}
@media (min-width: 768px) {
    h2.title_large>span:first-child{
        top: 20px;
    }
    .techniclean {
        position: relative;
        right: 150px;
    }
    .techniclean img {
        width: 130px;
        position: absolute;
        top: -30px;
    }
    .techniclean .clean_img {
        float: right;
    }
    .techniclean .clean_txt {
        float: left;
    }

    .handcleaner {
        position: relative;
    }
    .handcleaner img {
        width: 170px;
        position: absolute;
        top: -30px;
    }
    .handcleaner .cleaner_img {
        float: left;
    }
    .handcleaner .cleaner_txt {
        float: right;
        position: relative;
        left: 160px;
    }
    .techniclean img {
        width: 130px;
    }
    .handcleaner img {
        width: 170px;
    }
}



/* information=============================================== */
#information-menu .inner{
    width: 90%;
    max-width: 1117px;
    margin: 0 auto;
}
#information-menu ul{
    padding: 0;
    margin: 4em 0;
    text-align: center;
}
#information-menu ul li{
    display: inline-block;
    min-width: 270px;
    border-bottom: 2px solid #707070;
    position: relative;
    margin: 0 45px 50px 50px;
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
}
#information-menu ul li:last-child{
    margin-right: 0;
}
#information-menu ul li a{
    display: block;
    padding: 13px 0;
    text-decoration: none;
    transition: 0.3s;
}
#information-menu ul li span{
    display: block;
    padding: 13px 0;
}
#information-menu ul li::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
#information-menu ul li.contact::before{
    background-image: url(../images/information_icon1.svg);
    right: 100%;
    bottom: -5px;
}
#information-menu ul li.telephone::before{
    background-image: url(../images/tel_icon.png);
    right: 100%;
    bottom: -6px;
}
#information-menu ul li.telephone{
    margin-bottom: 150px;
}
#information-menu ul li.telephone .tel_box{
    position: absolute;
    top: 100%;
    right: 0;
    width: calc(100% + 60px);
    text-align: left;
    box-sizing: border-box;
    text-align: center;
}
#information-menu ul li.telephone .tel_box .tel_number{
    display: block;
    font-size: 3rem;
    letter-spacing: 0.01em;
    margin: 14px 0;
}
#information-menu ul li.telephone .tel_box p{
    font-size: 1.4rem;
    line-height: 1.5;
}
@media (max-width: 374px) {
    #information-menu ul li {
        min-width: 216px;
    }
    #information-menu ul li > a{
        padding: 13px;
    }
}
@media (max-width: 767px) {
    #information-menu ul{
        text-align: center;
    }
    #information-menu ul li{
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #information-menu ul li{
        margin: 0 30px 50px 50px;
        min-width: 135px;
    }
    #information-menu ul li.telephone .tel_box .tel_number{
        font-size: 2.5rem;
    }
}