/*------------------------------------------------------------
	renew/maitan_room.html
------------------------------------------------------------*/
body {
	overflow-x: hidden;
}

.under #main {
	padding-bottom: 0;
}

#main .headLine01 {
	margin-bottom: 0;
}

#main .maitanBox {
	padding: 10px 0 53px;
	position: relative;
	overflow: hidden;
	background: url(../images/maitan/maitan_bg.jpg) repeat-x center top;
}

#main .imgArea {
	width: 200px;
	height: auto;
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 2;
	transform: translateX(100%);
	animation: walk 30s linear infinite;
	-webkit-animation: walk 30s linear infinite;
}

#main .imgArea:hover {
	background: url(../images/maitan/img02_ov.gif) no-repeat center;
	background-size: 100% auto;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

#main .imgArea img {
	width: 100%;
	height: auto;
}

#main .imgArea:hover img {
	opacity: 0;
}

@keyframes walk {
	from { right: 0; transform: translateX(100%); }
	to { right: 100%; transform: translateX(0); }
}

@media screen and (max-width: 767px) {
	#main .imgArea {
		transform: translateX(60%) !important;
		animation: none;
	}
}

#main .content {
	padding: 0;
	max-width: 1024px;
}

#pagePath {
	margin: 0 35px 34px;
}

#pagePath li {
	color: #888;
}

#main .linkList {
	margin-bottom: 55px;
}

#main .linkList li {
	width: 33.33%;
	float: left;
	text-align: right;
}

#main .linkList a {
	padding-right: 6px;
	display: block;
	position: relative;
}

#main .linkList .overImg {
	display: none;
	position: absolute;
	right: 42px;
	top: -47px;
}

#main .linkList a:hover .overImg {
	display: block;
}

#main .linkList .txtImg {
	margin: 0 34px -55px 0;
	position: relative;
	z-index: 1;
}

#main .imgBox {
	margin: 0 auto;
	max-width: 870px;
	position: relative;
}

#main .imgBox #photo {
	position: absolute;
	left: -14px;
	bottom: -62px;
}

#main .imgBox #photo .h3Ttl {
	position: absolute;
	left: 26px;
	top: -125px;
	z-index: 10;
}

#main .imgBox .textBox {
	padding: 21px 23px;
	width: 635px;
	position: relative;
	float: right;
	background-color: #FFF;
	border: 8px solid #987548;
	border-radius: 17px;
}

#main .imgBox .textBox:before {
	position: absolute;
	left: -52px;
	bottom: 35px;
	width: 52px;
	height: 36px;
	background: url(../images/maitan/arrow_text.png) no-repeat center center;
	content: '';
}

#main .imgBox .textBox .twitter {
	min-height: 139px;
}


@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .maitanBox {
		background-position: center top;
		background-size: 1100px auto;
	}

	#pagePath {
		margin: 0 15px 20px;
	}

	#main .linkList {
		max-width: 700px;
		margin: 0 auto 55px;
	}

	#main .linkList li {
		text-align: center;
	}

	#main .linkList .house {
		width: 200px;
		height: auto;
	}

	#main .linkList .txtImg {
		margin-bottom: -30px;
		width: 160px;
		height: auto;
	}

	#main .linkList .overImg {
		top: -30px;
		width: 66px;
		height: auto;
	}

	#main .imgArea {
		right: 0;
	}

	#main .imgArea img {
		width: 100px;
		height: auto;
	}

}

@media all and (min-width: 768px) and (max-width: 900px) {
	#main .maitanBox {
		padding-bottom: 30px;
	}

	#main .imgBox {
		max-width: 750px;
	}

	#main .imgBox .textBox {
		padding: 15px;
		width: 550px;
	}

	#main .imgBox #photo {
		left: 0;
		bottom: -38px;
	}

	#main .imgBox #photo img {
		width: 100px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	#main .maitanBox {
		padding-bottom: 0;
		background: none;
	}

	#pagePath {
		margin: 0 15px 15px;
	}

	#main .maitanBox .subBox {
		padding: 8px 0 15px;
		background: url(../images/maitan/sp_maitan_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	#main .linkList {
		margin-bottom: 0;
	}

	#main .linkList li {
		text-align: center;
	}

	#main .linkList a {
		padding: 0 10px;
	}

	#main .linkList a img {
		width: 100%;
		height: auto;
	}

	#main .linkList .txtImg {
		margin-bottom: -15%;
	}

	#main .linkList .overImg {
		display: none !important;
	}

	#main .imgArea {
		width: 20%;
		top: 30%;
		display: none;
	}

	#main .imgArea01 {
		top: 20%;
	}

	#main .imgArea img {
		width: 100%;
		height: auto;
	}

	#main .imgBox {
		padding: 0 12px;
	}

	#main .imgBox .textBox {
		float: none;
		padding: 15px;
		width: auto;
		z-index: 30;
		border-width: 7px;
	}

	#main .imgBox .textBox:before {
		display: none;
	}

	#main .imgBox #photo {
		margin-bottom: -12.5%;
		position: relative;
		left: 6%;
		bottom: 0;
	}

	#main .imgBox #photo img {
		width: 29%;
		position: relative;
		z-index: 20;
	}

	#main .imgBox #photo .h3Ttl {
		width: 33%;
		left: 18%;
		top: 5px;
	}

	#main .imgBox #photo .h3Ttl img {
		width: 100%;
	}

	#main .imgBox .textBox .twitter {
		min-height: 100px;
	}

	#main .imgBox .textBox .twitter iframe {
		height: 500px!important;
	}
}

/*------------------------------------------------------------
	renew/maitan_omiyage.html
------------------------------------------------------------*/
#main .imgBox .photoList {
	margin: 0 -15px;
}

#main .imgBox .photoList li {
	padding: 2px 15px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

#main .imgBox .photoList img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#main .imgBox .photoList {
		margin: -8px -10px;
	}

	#main .imgBox .photoList li {
		padding: 6px;
		width: 50%;
	}
}

/*------------------------------------------------------------
	renew/maitan_prof.html
------------------------------------------------------------*/
#main .profBox {
	margin-top: -2.5%;
}

#main .profBox .inner {
	margin: 0 auto;
	max-width: 1018px;
}

#main .profBox #photo {
	padding: 8.6% 0 0 4.7%;
	float: left;
	width: 31%;
}

#main .profBox img {
	max-width: 100%;
	height: auto;
}

#main .profBox #photo .img {
	position: relative;
	z-index: 4;
	margin: -37px 0 -66px 18.4%;
}

#main .profBox #photo h3 {
	width: 95.1%;
}

#main .profBox .textArea {
	margin-bottom: -23px;
	padding: 11.9% 5.8% 0 0;
	float: right;
	width: 53.7%;
	background: url(../images/maitan/prof_cloud.png) no-repeat right top;
}

#main .profBox .backArea {
	position: relative;
	z-index: 3;
	height: 194px;
	clear: both;
	background: url(../images/maitan/prof_bg.png) repeat-x center top;
}

@media screen and (max-width: 1018px) {
	#main .profBox .textArea {
		background-size: 100% auto;
	}

}

@media screen and (max-width: 767px) {
	#main .profBox {
		margin-top: -5%;
	}

	#main .profBox .inner {
		position: relative;
		padding-left: 21.5%;
	}

	#main .profBox #photo {
		padding: 8.6% 0 0 4.7%;
		float: left;
		width: 31%;
	}

	#main .profBox img {
		max-width: 100%;
		height: auto;
	}

	#main .profBox inner {
		position: relative;
	}

	#main .profBox #photo {
		padding: 0;
		float: none;
	}

	#main .profBox #photo .img {
		position: absolute;
		margin: 0;
		width: 26%;
		left: 2%;
		bottom: -2%;
	}

	#main .profBox #photo h3 {
		position: absolute;
		width: 37.5%;
		left: -2%;
		top: 10%;
		z-index: 1;
	}

	#main .profBox .textArea {
		margin-bottom: -20px;
		padding: 26.5% 4.4% 0 0;
		position: relative;
		float: none;
		width: auto;
		z-index: 2;
		background: url(../images/maitan/sp_prof_cloud.png) no-repeat 110% top;
		background-size: 49% auto;
	}

	#main .profBox .backArea {
		height: 64px;
		background-size: auto 150px;
	}

}