@charset "utf-8";

@media screen and (min-width : 641px) and (max-width : 920px) {
/* ==================================================
Base-Layout
================================================== */
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
.container{
	padding: 0 10px;
	width: 100%;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	padding:16px 0;
	background-color: #ffffff;
	color: #222222;
	z-index: 800;
}
#tmp_header .container {
    position: static;
}
#tmp_hlogo {
    width: 240px;
    height: auto;
    margin: 0 auto;
}
#tmp_hnavi {
    display: none;
}

/* ==================================================
footer
================================================== */
#tmp_footer .flogo {
    width: 240px;
}

/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
}

/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 800;
    background: #ffffff;
    color: #222222;
}
.wrap_sma_sch {
    padding: 0 0 20px;
}
#tmp_hnavi_s,
.spmenu_open #tmp_hnavi_s {
	display: block;
	list-style: none;
}
#tmp_hnavi_lmenu {
    position: absolute;
    top: 10px;
    right: 20px;
}
#tmp_hnavi_lmenu a {
	display:block;
	width:44px;
	height:44px;
    padding: 12px;
	text-decoration:none;
	color: #000000;
	background-color: #d5ba75;
    background-image: url("/site/shared/site_mahoroba/images/header/hnavi_lmenu_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#tmp_hnavi_lmenu a span {
 	width:44px;
	height:44px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.spmenu_open #tmp_hnavi_lmenu a {
    background-image: url("/site/shared/site_mahoroba/images/header/close_icon.png");
}

/* gnavi
================================================== */
#tmp_gnavi {
    background-color: #f9f9f9;
    padding: 0;
}
#tmp_gnavi ul {
    font-size: 100%;
    display: block;
}
#tmp_gnavi li {
    line-height: auto;
    border-left:none;
}
#tmp_gnavi li a {
    min-height: 48px;
    color: #983b3c;
    background-color: #f9f9f9;
    padding: 0 20px;
	display:flex;
	align-items: center;
	flex-grow:1;
}

/* top_visual
================================================== */
#tmp_top_visual .visual_txt {
    top: 50%;
    left: 20px;
    margin-left: 0;
    font-size: 125%;
    text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
    transform: translateY(-50%);
}
#tmp_top_visual .splide__slide p {
    height: auto;
}
#tmp_top_visual .splide__slide p img {
    position: static;
    transform: none;
}


}