*,*::before,*::after{
	box-sizing: border-box;
}
html,body{
	padding:0;
	margin:0;
	font-size:28px;
	color:#111;
	font-family: 'Zen Antique Soft', "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	background: url("images/bg.png");
	background-size: contain;
	line-height: 1.4;
}
img {
	max-width: 100%;
}
p {
	margin: 15px 0;
}
.wrap{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.description {
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}
h1 {
	margin: 0;
	line-height: 1.1;
	text-align: center;
	display: block;
	margin: 0 auto;
}
h1 small {
	display: block;
	font-size: 21px;
}
h1 a {
	color: #c0dfdf !important;
	text-decoration: none;
	text-shadow: 2px 2px #000;
	display: inline-block;
}

h2 {
	margin: 0;
	padding: 6px 15px;
	background: #111;
	color: #fff;
	font-size: 30px;
}
h2 span {
	color: #ff4;
	font-size: 18px;
	float: right;
	margin-top: 10px;
}
h3 {
	margin: 0;
	padding: 12px 15px;
	background: #111;
	color: #fff;
	font-size: 20px;
	height: 55px;
}
ul {
	padding-left: 0;
}
header, footer {
	color: #fff;
	padding: 15px 0;
	background: url("images/header.png");
	background-size: contain;
}
header a, footer a{
	color: #fff;
}
footer .sns a {
	padding: 10px;
	font-size: 38px;
}
footer .sns {
}
footer .info {
	float: right;
	font-size: 17px;
	position: absolute;
	top: 0;
	right: 0;
}
footer small {
	display: block;
	text-align: center;
	margin-top: 50px;
}
footer .info {
	font-size: 17px;
	text-align: right;
	margin-bottom: 15px;
}
footer .info strong {
	font-weight: normal;
}
header .info {
	float: right;
	font-size: 17px;
	position: absolute;
	top: 0;
	right: 0;
}
header .title {
	width: 210px;
	display: block;
	margin: 0 auto;
}
section {
	background: #fff;
	padding: 25px;
}
.section1 {
	background: url("images/section1_20211226.png");
	background-size: cover;
	font-size: 32px;
	color: #fff;
	text-shadow: 2px 2px #000;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}
.section1 span {
	display: block;
}
.section2 .left {
	display: inline-block;
	width: 68%;
	vertical-align: top;
	margin-right: 10px;
}
.section2 .right {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.box_twitter {
	height: 500px;
	overflow-y: auto;
	margin-bottom: 20px;
}
.tbl_price {
	margin: 0 auto 20px;
	text-align: center;
}
.price_title {
	padding: 20px 30px;
	font-size: 36px;
}
.price_title small {
	display: block;
	font-size: 20px;
}
.price {
    padding: 20px 30px;
    font-size: 48px;
    font-weight: bold;
    color: #f22;
}
.price_unit {
	padding: 20px 30px;
	font-size: 22px;
}
.box_2col {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	margin-bottom: 20px;
}
.section4 .title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}
.section4 img {
	margin: 0 auto;
}
.section4 .tel {
	font-size: 40px;
}
.section4 .description {
	font-size: 22px;
}
.icon-youtube {
	font-size: 75px;
	color: #f00;
}


@media only screen and (max-width: 480px) {
	html,body{
		font-size: 18px;
	}
	.wrap {
		width: 100%;
	}
	.description {
	    font-size: 13px;
	}
	h1 {
		line-height: 1.2;
		font-size: 44px;
	}
	h1 small {
		font-size: 16px;
	}
	h2 {
		font-size: 22px;
	}
	h2 span {
		font-size: 16px;
		margin-top: 5px;
	}
	h3 {
		font-size: 20px;
		padding: 6px 15px;
		height: auto;
	}
	header, footer {
		padding: 10px 0;
	}
	header .info {
		display: none;
	}
	header .title {
		width: 160px;
	}
	footer small {
		margin-top: 60px;
	}
	footer .info {
		font-size: 16px;
		padding-right: 10px;
	}
	footer .sns a {
		padding: 0 0 0 10px;
		font-size: 30px;
	}
	section {
		padding: 10px;
	}
	.section1 {
		padding: 15px 10px;
		background-position-x: 50%;
	}
	.section2 .left, .section2 .right {
		display: block;
		width: 100%;
	}
	.section1 {
		font-size: 13px;
	}
	.section1 span {
		
	}
	.box_twitter {
		height: 250px;
	}
	.price_title {
		padding: 5px;
		font-size: 18px;
	}
	.price_title small {
		font-size: 14px;
	}
	.price {
	    padding: 10px;
	    font-size: 28px;
	}
	.price_unit {
		padding: 0px;
		font-size: 13px;
		vertical-align: inherit;
	}
	.box_2col {
		display: block;
		width: 100%;
	}
	.section4 img {
		width: 140px;
	}
	.section4 .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.section4 .tel {
		font-size: 26px;
	}
	.section4 .description {
		font-size: 16px;
		margin-top: 10px;
	}
	.googlemaps {
		height: 250px;
	}
}