body {
	overflow-x: hidden;
}
h2 {
	color: rgba(65,33,16,100);
}
.content .pure-u-1 {
	/*padding: 1em;*/
}
.sec-hdr {
	padding: 0 0 2em;
}
section[class^="sec-"] {
	padding: 2em 0;
}
section[class^="sec-"] .pure-g {
	max-width: 1200px;
	margin: 0 auto;
}
section[class^="sec-"] h3 {
	text-align: center;
	color: rgba(65,33,16,100);
	font-size: 24px;
}
section[class^="sec-"] h4 {
	text-align: center;
	color: rgba(65,33,16,.8);
}
.sec-hdr {
	background-image: url(../images/bg_cover.png);
	background-size: cover;
	background-position: center bottom;
}
.sec-greeting, .sec-info {
	background-color: #efefef;
}
.sec-greeting .sec-photo img {
	position: relative;
	top: 10%;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sec-info .bg-osaka {
	background-image: url(../images/bg-osaka.jpg);
	background-size: cover;
	background-position: center center;
	padding: 2em 0;
}
.sec-info img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sec-info h4 {
	font-size: 24px;
}
.sec-info .info-box {
	background-color: #fff;
	margin: 0.5em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sec-info .info-box .pure-button {
	color: #330000;
	border: 1px #EECE48 solid;
	background-color: rgba(230,200,75,.3);
	position: relative;
	transition: background-color .5s;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.sec-info .info-box .pure-button::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 1em;
	transition: left .5s;
	content: "\f101";
	color: rgba(0,0,0,.3);
}
.sec-info .info-box .pure-button:hover {
	background-color: rgba(230,200,75,.6);
}
.sec-info .info-box .pure-button:hover::before {
	left: 1.5em;
}
.sec-info .sec-info-text {
	text-align: center;
}
.sec-info a.pure-button {
	display: block;
	text-align: center;
	width: 100%;
}
.sec-info .white-box {
	margin: 1em auto 0;
	padding: 1em 0;
}
.sec-info .white-box h3 {
	font-size: 26px;
}
.sec-info .white-box h4 {
	font-size: 27px;
}
.sec-map .l-box img {
	display: block;
	margin: 0 auto;
	max-height: 100%; 
}
.sec-tuyomi {
	background-color: rgba(0,0,0,.1);
}
.sec-tuyomi .box-green, .sec-tuyomi .box-blue, .sec-tuyomi .box-red {
	padding: 1em;
}
.sec-tuyomi .box-green p, .sec-tuyomi .box-blue p, .sec-tuyomi .box-red p {
	font-weight: bold;
}
.sec-pamphleta {
	background: url(../images/bg-egg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
	padding: 7% 0;
}
.sec-pamphleta .pure-button {
	display: block;
	margin: 1em auto;
	width: 70%;
}
.sec-other {
	background-image: url(../images/bg_koushi.png);
	background-repeat: repeat;
}
.sec-other .torikumi ul, .sec-other .media ul {
	padding: 0;
}
.sec-other .torikumi ul li, .sec-other .media ul li {
	list-style: none;
	padding: 0.94em 0em;
	border-top: 1px solid #E6E6E6;
}
.sec-other .torikumi ul li:last-child, .sec-other .media ul li:last-child {
	border-bottom: 1px solid #E6E6E6;
}
.sec-other .media ul li a {
	text-decoration: underline;
	transition: .5s opacity;
}
.sec-other .media ul li a:hover {
	text-decoration: none;
	opacity: .7;
}
.top-text {
	font-size: 20px;
	padding: 3%;
	line-height: 2em;
	text-align: center;
}
.content .contact-bnr {
	padding: 3%;
}
@media (min-width: 769px) {
	.sec-greeting .pure-u-1 {
		padding: .5em;
	}
	.sec-info .info-box {
		height: 100%;
	}
	.sec-info .white-box {
		max-width: 600px;
	}
	.sec-pamphleta .pamph-margin {
		padding-top: 70px;
	}
}
@media (max-width: 768px) {
	.sec-hdr .pure-g, .sec-greeting .pure-g, .sec-info .pure-g, .sec-other .pure-g {
		padding: 1em;
	}
	.sec-hdr h3, .sec-info h3, .sec-tuyomi h3, .sec-other h3 {
		text-align: center;
		color: rgba(65,33,16,100);
		font-size: 22px;
	}
	.sec-greeting .sec-photo img {
		top: 0;
		margin: 0 auto;
	}
	.sec-info h4 {
	font-size: 20px;
	}
	.sec-info .info-box {
		margin: 0.5em 0;
	}
	.sec-info .sec-info-text {
		text-align: left;
	}
	.top-text {
		font-size: 15px;
	}
	.sec-pamphleta .pure-button {
	width: 80%;
	}
}
@media (max-width: 568px) {

}