@charset "utf-8";
.cont_text {
	margin: 20px 0;
}
.cont_text h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}
.comp_info_img .img {
	width: 50%;
    margin: 0 auto;
}
.comp_info_img p {
	text-align: center;
	margin-top: 40px;
}
#main .cont .main_text {
    font-size: 15px;
}
.access_map img {
	border-radius: 15px; 
	border: 1px solid #eee;
}
.intro_btn {
	margin: 30px 0;
}
.intro_btn a {
	width: 100%;
	background-color: #ff5722;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border-radius: 15px;
	border: 1px solid #a3310d;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
.intro_btn a:hover {
	box-shadow: 0 3px 7px #00000033;
	background: #c83608;
}
.cont_butt {
    margin: 30px 0;
    justify-content: space-between;
}
.cont_butt button.back {
    margin-right: auto;
    width: 41%;
    max-width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
    padding: 10px 0;
    display: block;
    transition: .1s;
    border-radius: 8px;
}
.cont_butt button.back:hover {
    background: #fff;
    color: #c1c1c1;
}
.meal_text {
	color: #666666;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cont dl.note {
    display: flex;
    flex-wrap: wrap;
    color: #f02;
}
.cont dl.note dt {
	width: 6em;
    line-height: 28px;
}
.cont dl.note dt, .cont dl.note dd {
	font-weight: bold;
    line-height: 21px;
}
.spa_tbl {
    width: 100%;
	border-radius: 15px;
}
.main_spa_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
.spa_tbl th {
    width: 160px;
    font-size: 14px;
    line-height: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 8px;
}
#main .spa_tbl td {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding: 8px;
}

#main .cont ul.main_img_list li > img {
    box-shadow: 0px 3px 7px #00000033;
}
@media screen and (max-width: 660px) {
.intro_btn a {
    font-size: 16px;
}
}