@charset "Shift_JIS";
/* CSS Document */
#mainContainer {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.mainimg-box {
    width: 100%;
    position: relative;
}


.fuwafuwa {
    position: absolute;
    opacity: 0.8;
    width: 87%;
    top: 0;
    left: 12%;
    z-index: 2
}

.message {
    width: 70%;
    max-width: 500px;
    position: absolute;
    top: 10%;
    z-index:3
}

.mainimg{
    max-width: 890px;
    width: 90%;
    margin-left: 10%;
}
    
}

.temairazu{
    width: 100%;
    padding: 15px 0;
    background-color: #F7FCFF;
    position: relative
}


.midashi-box {
    width: 100% !important;

}

.temairazu .midashi-box{
    max-width:200px;
    position: absolute;
    top:-30%
}

.midashi-box img{
    width: 100%
}

.temairazu-box,.temairazu-box img {
    width: 100%
}

.interior-box,.interior,.interior img {
    width: 100%
}

.interior-box{
    padding: 5% 0 10%
}

.interior img{
    width: 100%
}

.spec-box {
    width: 100%;
}

.fuwafuwa3,.fuwafuwa3 img {
width: 100%
}

.fuwafuwa3{
    position: absolute;
    top: -65%
}

.spec {
    width: 100%;
    margin: 0;
    padding: 13px;
    z-index:1
}

.spec-header{
    padding-bottom: 9%;
    position: relative
}

.spec dd{
    margin: 0;
    padding: 0
}

.spec-img img{
    width: 100%;
}

.spec-title {
    border-bottom: solid #0071bc 2px;
    padding: 0.1em 0 !important;
    font-size: 1.3em
}

.spec-flex {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

#contents {
    width: 100% !important;
}

@media screen and ( max-width:479px ){
        #mainContainer{
        width: 98%
    }
    
    .midashi-box{
        display: block !important
    }
    
    .spec-flex{
        display: block;
        text-align: left
    }
    
    .spec{
        width: 98%;
        max-width: 100%;
        margin: 15px auto;
        padding: 0
    }
    

    .temairazu .midashi-box{
        width: 30% !important;
    }
}

@media (min-width: 576px) {
	.fuwafuwa3{
		position: absolute;
		top: -85%
	}
}

/*/////////////// 追加 /////////////////*/
.rogo {
	width: 60%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.spec-flex {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;		
}

.spec {
	padding: 0;
}

.spec img {
	width: 100%;
	height: auto;
}

.spec-header {
    padding-bottom: 6%;
}

.spec-box h2 {
	font-size: 1.8em;
	font-weight: bold;
	width: 100%;
	display: block;
}

.spec-box h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #9DD3FA;
	padding: 0.75em 0 0.5em;
	color: #fff;
	margin-bottom: 15px;
}

.spec-box h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 0.3em;
}

.border-bottom-0 {
	border-bottom: 0;
}

.text-bold {
	font-weight: bold;
}

.font-size-1_2 {
	font-size: 1.2em;
	line-height: 1.7em;
}

.font-size-1_3 {
	font-size: 1.3em;
	line-height: 1.7em;
}

/*//// シンク ////*/
.box4 .spec-flex img {
	width: auto;
	height: 115px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*//// 特徴 ////*/
.box5 h4 {
	width: 26%;
	background-color: #B8C4CB;
	padding: 0.5em;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 576px) {
	.spec-header {
		padding-bottom: 8%;
	}
	
	.spec-box h2 {
		text-align: center;
		margin-bottom: 15px;
	}

	.rogo {
		width: 40%;
	}

	.font-size-1_3 {
		font-size: 1.45em;
		line-height: 1.7em;
	}
	
	/*//// シンク ////*/
	.box4 .spec-flex img {
		width: 100%;;
		height: auto;
	}

	/*//// 特徴 ////*/
	.box5 h4 {
		width: 28%;
		padding: 0.75em;
	}
}


@media (min-width: 768px) {
	.spec-header {
		padding-bottom: 11%;
	}

	.spec-box h2 {
		font-size: 2.2em;
		margin-bottom: 20px;
	}

	.spec-box h3 {
		font-size: 1.7em;
		padding: 0.75em;
		margin-bottom: 30px;
		width: 96%;
	}
	
	.spec-box h4 {
		font-size: 1.5em;
		margin-bottom: 0.6em;
	}	
	
	.rogo {
		width: 35%;
	}
	
	.font-size-1_3 {
		font-size: 1.7em;
		line-height: 1.7em;
	}
	
	/*//// 特徴 ////*/
	.box5 h4 {
		width: 100%;
	}	
}

