@charset "utf-8";
/* CSS Document */
#header {
    width: 1070px;
    margin: 0px auto 4px;
    text-align: center;
    font-size: 11px;
    background-image: none;
    background-position: left top;
}
#header .right {
    float: right;
    width: 300px;
    text-align: right;
}
#header .left_nav {
    float: right;
    width: 285px;
    text-align: center;
    margin-bottom: 10px;
}
#header .right .left_nav ul {
    width: 315px;
    padding: 0;
    /* font-size: 0rem; */
}
#header .right .left_nav ul li.nav_first {
    float: left;
    padding: 0 8px;
    font-size: 9px;
    line-height: 1.2em;
}
#header .right .left_nav ul li.nav {
    float: left;
    padding: 0 8px;
    border-left: 1px solid #000000;
    font-size: 9px;
    line-height: 1.2em;
}
.menu_box {
    position: relative;
    width: 100%;
    height: 85px;
    max-width: 1158px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px dotted #222;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 85px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 85px;
    visibility: visible;
    opacity: 1;
}
.menu__second-level li a {
    background: #222;
    font-size: 12px;
	color: #fff !important;
}
.menu__second-level li a:hover {
    /* background: #BF2A2A; */
    background: #D6BE92;
    font-size: 12px;
	color: #fff;
}
.search-box{
	    margin-top: 1%;
}
.search-box tr{
	vertical-align: middle;
}
.search-box .search-ttl{
	background-color: #222;
    text-align: center;
}
.search-box input[type="submit"]{
	    border: none;
    height: 44px;
    width: 60px;
    background-color: #515151;
    color: #fff;
}
.left_tit h3 img{
	margin-top: 8%;
}
#m-search {
    width: 248px;
    border: none;
}
#m-search ul li{
	margin: 3% 0;
}
#m-search ul li a{
	    display: block;
    padding: 7% 5px 7% 30px;
    background-image: url("../img/m-search-arrow2021.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    border: 1px solid #ececec;
    text-decoration: none;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: bold;
    box-shadow: 0px 3px 5px -3px rgb(125 125 125 / 60%);
}
#m-search ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    /* background-color: #9c5e5e; */
    background-color: #D6BE92;
}
.l_mini_menu li {
    list-style: none;
    font-size: 14px;
    margin: 16px 0;
}
a:link, a:visited, a:active{
	text-decoration: none;
}
.info-ul li{
	margin: 5px 0;
}
#footer ul.guide_wrap li .catbox .tit span {
    margin: 0 0 19px 0;
    color: #9f2525;
    font-size: 10px;
    font-weight: bold;
}
#footer ul.guide_wrap li .catbox .txt .red {
    color: #9f2525;
}
