@charset "utf-8";

/*コンテンツイメージ*/
div.contentstitle{
	height: 700px;
margin-bottom: 60px;
	min-width: 1000px;
}

div.contentstitle img{
	width: 127px;
}

#contents01{
	background: url(img/mainimg01.jpg) no-repeat top center;
	background-size: cover;
}

#contents02{
	background: url(img/mainimg02.jpg) no-repeat top center;
	background-size: cover;
}

#contents01 h2,#contents02 h2{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

#contents01 h2 img{
	position: absolute;
	right: 50px;
	bottom: 70px;
}

#contents02 h2 img{
	position: absolute;
	left: 10px;
	bottom: 110px;
}

/*コンテンツ*/
article p{
	margin-bottom: 1.5em;
}

section{
	width: 1000px;
	margin: 0 auto 80px;
}

ul#contentslist li{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

div.sideimg{
	margin-left: -450px;
	margin-right: 50px;
	line-height: 1;
}

div.textarea{
	width: 500px;
}

ul#contentslist li:nth-of-type(2n) div.sideimg{
	margin-right: -450px;
	margin-left: 50px;
	order: 1;
	width: calc(50vw - 59px);
	overflow: hidden;
	min-width: 450px;
}

div.sideimg img{
	vertical-align: bottom;
	border-radius: 0 60px 60px 0;
}

ul#contentslist li:nth-of-type(2n) div.sideimg img{
	border-radius: 60px 0 0 60px;
}

div.textarea h2{
	margin-bottom: 30px;
}

div.textarea h2 img{
	height: 85px;
}

div#imabaritowel{
	border: 5px solid #ccc;
	padding: 25px;
	text-align: center;
}

div#imabaritowel p{
	margin-bottom: 0;
	margin-top: 10px;
}

p.contentstext{
	width: 1000px;
	margin: 0 auto 60px;
}

ul#tokutyou{
	width: 1000px;
	margin: 0 auto;
}

ul#tokutyou li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

ul#tokutyou li:nth-of-type(2n){
	flex-direction: row-reverse;
}

ul#tokutyou li h3{
	margin-bottom: 40px;
}

ul#tokutyou li h3 img{
	height: 100%;
}

h3.title_line2{
	height: 89px;
}

h3.title_line1{
	height: 34px;
}

div.sec_textarea{
	width: 500px;
	margin-right: 50px;
}

ul#tokutyou li:nth-of-type(2n) div.sec_textarea{
	margin-left: 50px;
	margin-right: 0;
}

div.imgarea_only img{
	border-radius: 50%;
}

#funnwari{
	border: 6px solid #E4D6D6;
}

#tokusei{
	border:6px solid #E6DFD5;
}