@charset "utf-8";
body {
	border-top: 8px solid #b5272c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 35%;
}
.header img {
	width: 100%;
	height: auto;
}
.intro {
}
.intro img {
	width: 100%;
	height: auto;
}
.tel {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}
.textbox {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	border-bottom-color: #ed1e79;
	border-top-color: #ed1e79;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-top-width: 2px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.4em;
}
.title1 {
	background-color: #8c6239;
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/title1.png);
	font-weight: bold;
	background-size: 25px auto;
	padding-left: 40px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.title2 {
	background-color: #f7931e;
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../img/title2.png);
	font-weight: bold;
	background-size: 18px auto;
	padding-left: 42px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.title3 {
	background-color: #9e005d;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.week {
	background-color: #d3ecf9;
	padding-left: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #42210b;
	letter-spacing: 0.1em;
}
.week_text {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	padding-bottom: 20px;
}
.price {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-bottom: 20px;
}
.footer {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 35%;
}
.ad {
	font-size: 1.1em;
	line-height: 1.8em;
}
.name {
	font-size: 1.3em;
}
.footer_bg {
	background-color: #b5272c;
}
.footer img {
	width: 100%;
	height: auto;
}
.week_text table {
	margin-top: 10px;
}
.week_text img {
	width: 50%;
	height: auto;
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.line {
	border-bottom: 2px dotted #5D5D5D;
	margin-bottom: 20px;
}
.tel_bg {
	background-color: #fffeee;
}
.tel img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 979px) {
}

@media only screen and (max-width: 768px) {
.header {
	width: 40%;
}
.week_text img {
	width: 85%;
	height: auto;
	margin-top: 10px;
}
.footer {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 50%;
}
}

@media only screen and (max-width: 480px) {
.header {
	width: 90%;
}
.tel {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.week_text img {
	width: 95%;
	height: auto;
	margin-top: 10px;
}
.footer {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
