@charset "UTF-8";
/* CSS Document */
section p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}
#wrapper {
    background: url(../img/yakage-backgroundimg-bottom.png),url(../img/common-backgroundimg-top.png);
    background-position: center bottom,center top;
    background-repeat: no-repeat;
    background-size: contain;
}
/* 触らない */

#yakage-content {
    max-width: 1000px;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
	margin: auto;
	margin-bottom: 80px;
}
/* 触らない */
h3 {
	text-align: left;
	background-color: #A17C52;
	color: #FFFFFF;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	max-width: none;
	margin-bottom: 20px;
}
#welcomelogo {
	margin-top: 10px;
	margin-bottom: 30px;
    animation-iteration-count: infinite;
}
.mainphoto {
    transition: .9s;
}
.active {
	display: none;
}
.active,
.hide {
    animation-iteration-count: infinite;
}
@media (max-width: 992px) {
}

@media (max-width: 941px) {
}

@media (max-width: 767px) {
	header.container {
		padding-top: 230px;
	}
	h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.active {
		display: block;
	}
	.hide {
		display: none;
	}
	h2{
		margin-top: 45px;
	}
	#yakage-content {
		margin: 0 20px 80px;
	}
}

@media (max-width: 575px) {
	header.container {
		padding-top: 20px;
	}
	h2{
		margin-top: 50px;
	}
	#yakage-content {
		padding: 10px;
		margin: 0 10px 60px;
	}
}
