@charset "utf-8";

@media screen and (max-width : 640px) {
/* Common */
h2.sec_ttl {
	font-size: 120%;
	background-size: 47px 50px;
	padding: 13px 15px 12px 15px;
	margin-bottom: 0;
}
.simple_link a {
	display: block;
	text-align: center;
	background-size: 10px 5px;
	background-position: right 10px center;
	padding: 4px 30px 4px 25px;
	border-radius: 3px;
	font-size: 93.33%;
}
#tmp_infor_sec .more_info > a:hover,
.simple_link a:hover{
    text-decoration: none;
}
/* Mainvs sec */
#tmp_mainvs_sec {
	position: static;
	display: flex;
	flex-direction: column-reverse;
}
#tmp_mainvs_sec .mainvs_txt {
	position: relative;
	display: block;
	padding: 10px;
	color: #ffffff;
	background-color: #2E0516;
	margin-top: -1px;
	transform: none;
	left: auto;
	bottom: 0;
	width: 100%;
}
#tmp_mainvs_sec .slide_img img{
	aspect-ratio: auto;
	height: 220px;
}
#tmp_mainvs_sec .splide__controls{
	position: static;
	display: flex;
	justify-content: center;
	background-color: #F6F3E9;
    padding: 8px 20px;
    gap: 0 15px;
	border-radius: 0;
}
#tmp_mainvs_sec .splide__progress {
	padding-top: 4px;
}
/* News sec */
#tmp_news_sec{
	padding: 15px 0 0;
}
#tmp_news_sec .news_inner{
	display: block;
}
#tmp_news_sec .news_ttl{
	min-width: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 0;
}
#tmp_news_sec .simple_link{
	margin-bottom: -1px;
}
#tmp_news_sec .simple_link a{
	position: relative;
	display: block;
	padding: 0 5px 0 0;
	color: #2E0516;
	font-size: 87%;
	text-decoration: none;
	background: none;
	font-weight: normal;
}
#tmp_news_sec .simple_link a:after{
	content: "";
	display: inline-block;
	position: static;
	width: 5px;
	height: 5px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #2E0516;
	border-right: solid 1px #2E0516;
	transform: rotate(45deg);
}
/* Infor sec */
#tmp_infor_sec{
	padding-top: 24px;
	padding-bottom: 15px;
}
#tmp_infor_sec h2.sec_ttl{
	margin-bottom: 7px;
}
#tmp_infor_sec .infor_ttl .des {
	font-size: 94%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 14px;
}
#tmp_infor_sec .map_frame{
	margin-bottom: 0;
}
#tmp_infor_sec .map_frame iframe {
	width: 100%;
	height: 350px;
	border-width: 1px;
	margin-bottom: 8px;
}
#tmp_infor_sec .more_info > a{
	display: block;
	font-size: 94%;
	background-size: 15px 15px;
	background-position: right 10px center;
	border-radius: 10px;
	padding: 7px 30px 5px 10px;
}
/* About sec */
#tmp_about_sec {
	position: relative;
	padding: 20px 0 104px;
	background-position: center top;
	background-size: cover;
	background-attachment: inherit;
}
#tmp_about_sec:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F6F3E9), color-stop(50%, transparent));
	background: -moz-linear-gradient(top, #F6F3E9 5%, transparent 50%);
	background: -o-linear-gradient(top, #F6F3E9 5%, transparent 50%);
	background: linear-gradient(180deg, #F6F3E9 5%, transparent 50%);
}
#tmp_about_sec .about_box{
	max-width: 100%;
	border-radius: 5px;
	padding: 21px 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 30px;
}
#tmp_about_sec .about_box h2 {
	font-size: 120%;
	margin-bottom: 4px;
}
#tmp_about_sec .about_box h2 > span {
	padding: 2px 10px 0;
	border-radius: 5px;
	top: -10px;
}
#tmp_about_sec h2 > span:before {
	left: 20px;
	bottom: -6px;
	width: 10px;
	height: 6px;
	background-size: 10px 6px;
}
#tmp_about_sec .about_box .des {
	font-size: 94%;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 7px;
}
#tmp_about_sec .about_box .des br{
	display: none;
}
/* no javascript
================================================== */
.no_javascript #tmp_mainvs_sec .splide__list{
	max-height: 222px;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}
@media screen and (max-width : 440px) {
	#tmp_about_sec{
		background-size: auto 125%;
	}
}