@charset "utf-8";

/*-----------------------------------
IZAWA TOWEL CSS top.css
------------------------------------*/

.wrap-topimage{
	height: calc(100vh - 80px);
	position: relative;
	overflow: hidden;
	}

img.topimage{
	height: calc(100vh - 80px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
.wrap-topimage h1{
	position: absolute;
	left:5%;
	top:40px;
	}

header.nofixed {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
	}

/*-----------------------------------

News

------------------------------------*/
.wrap-news{
	max-width:1024px;
	margin:80px auto 200px auto;
	border-left:1px solid #E6E6E6;
	padding: 0 0 0 40px;
	}

.wrap-news h2{
	margin-bottom:40px;
    font-size: 22px;
	color: #666;
	}

.wrap-news dl{
	text-align: left;
	}
.wrap-news dt,
.wrap-news dd{
	display: inline-block;
	margin:0 0 20px 0;padding:0;
	font-size:14px;
	vertical-align: top;
	}
.wrap-news dt{
	color: #666;
	}
.wrap-news dt a,
.wrap-news dd a{
	border: none;
	}
.wrap-news dt.date{width:100px;}
.wrap-news dt.kind{width:100px;}
.wrap-news dd{
	width:calc(100% - 200px);
	text-align:left;
	}

/*-----------------------------------

Greeting

------------------------------------*/
#greeting{
    margin: -120px auto 180px auto;
    padding: 120px 0 0 0;
	background: #F2F2EE;
	}
.wrap-greeting{
	width:calc(100% - 120px);
	max-width:1440px;
	margin: 0 auto -100px auto;
	letter-spacing: -0.4em;
	}
.wrap-greeting .tex,
.wrap-greeting .image{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	}
.wrap-greeting h2{
	font-size: 22px;
	margin-bottom:80px;
	}
.wrap-greeting .tex{
	width: calc(55% - 80px);
    margin-right: 80px;
	padding:0px 0 40px 0;
    text-align: center;
	}
.wrap-greeting .tex h3{
	font-size: 18px;
	margin-bottom:20px;
	text-align: left;
	font-weight: bold;
	}
.wrap-greeting .tex p{
	line-height: 24px;
    margin-bottom: 60px;
    text-align: left;
	}
.wrap-greeting .tex p strong{
	font-weight: normal;
	font-size:45px;
	line-height:60px;
	display: block;
	margin:40px 0 20px 0;
	}
@media screen and (max-width: 1240px){
	.wrap-greeting .tex p strong{ font-size:38px; line-height:45px;}
}
@media screen and (max-width: 1080px){
	.wrap-greeting .tex p strong{ font-size:32px; line-height:38px;}
}
@media screen and (max-width: 960px){
	.wrap-greeting .tex p strong{ font-size:30px; line-height:38px;}
}
@media screen and (max-width: 920px){
	.wrap-greeting .tex p strong{ font-size:28px; line-height:38px;}
}
@media screen and (max-width: 876px){
	.wrap-greeting .tex p strong{ font-size:27px; line-height:38px;}
}
@media screen and (max-width: 786px){
	.wrap-greeting .tex p strong{ font-size:38px; line-height:45px;}
}
@media screen and (max-width: 498px){
	.wrap-greeting .tex p strong{ font-size:32px; line-height:38px;}
}
@media screen and (max-width: 414px){
	.wrap-greeting .tex p strong{ font-size:30px;}
}
@media screen and (max-width: 375px){
	.wrap-greeting .tex p strong{ font-size:26px;}
}
@media screen and (max-width: 320px){
	.wrap-greeting .tex p strong{ font-size:23px;}
}

.wrap-greeting .image{
	width:45%;
	vertical-align: top;
	text-align: left;
    /* margin-bottom: -100px; */
	}
.wrap-greeting .image img{
	width:100%;
	}

/*-----------------------------------

Profile

------------------------------------*/
#profile{
	margin:0 auto 120px auto;
	padding:0;
	background: #F2F2EE;
	}
.wrap-profile{
	/*max-width:1280px;*/
	margin:0 auto;
	letter-spacing: -0.4em;
	text-align: right;
	}
.wrap-profile .tex,
.wrap-profile .image{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	}

.wrap-profile .tex{
	width:450px;
	margin-right: 0px;
	text-align: center;
	}
.wrap-profile .tex h2{
	font-size: 22px;
	margin-bottom:40px;
	text-align: center;
	}
.wrap-profile .tex p{
	line-height:32px;
	margin-bottom:1em;
	text-align: center;
	}
.wrap-profile .image{
	width:calc(100% - 450px);
	text-align: right;
	}

/*-----------------------------------

Business

------------------------------------*/
#business{
	margin:0 auto 120px auto;
	padding:0;
	background: #F2F2EE;
	}
.wrap-business{
	max-width:1440px;
	margin:0 auto;
	letter-spacing: -0.4em;
	}
.wrap-business .tex,
.wrap-business .image{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	}

.wrap-business .tex{
	width:50%;
	text-align: center;
	}
.wrap-business .tex h2{
	font-size: 22px;
	margin-bottom:40px;
	text-align: center;
	}
.wrap-business .tex p{
	line-height:32px;
	margin-bottom:1em;
	text-align: center;
	}
.wrap-business .tex h3{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
	}

.wrap-business .image{
	width:50%;
	}

/*-----------------------------------

Contact

------------------------------------*/
#contact{
	margin:0 auto 120px auto;
	padding:0;
	}
.wrap-contact{
	margin:0 auto;
	letter-spacing: -0.4em;
	}
.wrap-contact .tex,
.wrap-contact .image{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	}

.wrap-contact .tex{
	display: block;
	margin: 0 auto;
	text-align: center;
	}
.wrap-contact .tex h2{
	font-size: 22px;
	margin-bottom:40px;
	}
.wrap-contact .tex p{
	line-height:32px;
	margin-bottom:1em;
	text-align: center;
	}



/*-----------------------------------

SmartPhone

------------------------------------*/

@media screen and (max-width: 786px){

.wrap-topimage{
	position: relative;
	}

.wrap-topimage img{
	width: auto;
	position:absolute;
	left:-50%; right:0;
	}
.wrap-topimage,
.wrap-topimage img{
	height:calc(100vh - 150px);
	}

.wrap-topimage h1{
	display: none;
	}
#greeting,
#contact{
    margin: -120px auto 0 auto;
    padding: 120px 0 0 0;
	}

.wrap-news dd,
.wrap-greeting,
	.wrap-greeting .tex,
	.wrap-greeting .image,
.wrap-profile,
	.wrap-profile .tex,
	.wrap-profile .image,
.wrap-business,
	.wrap-business .tex,
	.wrap-business .image,
.wrap-contact{
	width:100%;
	margin:0 auto;
	padding:0;
	display: block;
	}
.wrap-greeting,
.wrap-profile,
.wrap-business{
	padding:20px 0;
	}

.wrap-news,
.wrap-greeting .tex,
.wrap-greeting .image,
.wrap-profile .tex,
.wrap-business .tex,
.wrap-contact{
	width:calc(100% - 40px);
	margin:0 auto;
	}

.wrap-news{
	padding: 40px 0;
	}
.wrap-profile{
	padding: 40px 0 0 0;
	}
.wrap-business,
.wrap-business .image{
	padding: 0 0 40px 0;
	}


.wrap-news{
	border-left:none;
	}

.wrap-news dt,
.wrap-news dd{
	text-align: left;
	}
.wrap-news dt{
	margin-bottom:5px;
	}
.wrap-news dd{
	margin-bottom:20px;
	}



}