.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
.table dl {
	display: flex;
	flex-direction: column;
}

.table dl dt {
	color: #06C;
	font-size: 1.6rem;
}

 dl+dl {
	 margin: 0;
}
.table dl dd {
	margin-left:.5em;
}

body{
	position: relative;
	  -webkit-text-size-adjust: 100%;
}
#header {
	padding-top: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
}
@media screen and (orientation: landscape) {
	#header {
		position: absolute;
		top: 0;
	}
	.single_col #header {
		top: 0;
	}
}
#header_inner {
	width: 100%;
	height: 66px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
    margin: 0;
    position: absolute;
    top: 6px;
    left: 10px;
    height: 60px;
    width: 220px;
    max-width: 50%;
    display: flex;
    align-items: center;
}

#header h1 a{
	display: block;
	margin: 0;
	padding: 0;
}
#header h1 a img{
	display: block;
	width: 100%;
}

#header_menu {
	width: 100%;
	height: 133px;
	position: relative;
}
.logo_s{
	height: 60px;
	display: block;
	height: auto;
}
/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */

ul#header_lower_menu {
	position: absolute;
	list-style: none;
	display: flex;
    bottom: 0;
	height: 63px;
	width: 100%;
}

ul#header_lower_menu li {
	position: relative;
	flex: 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul#header_lower_menu>li {
	position: relative;
	height: 63px;
	margin: 0;
	padding: 0;	
	text-align: center;
	color: #fff;
	font-size: 12px;

}
ul#header_lower_menu>li a::after{
	content: "";
	width: 2px;
	height: 63px;
	margin: 0;
	padding: 0;	
	background: url("../img/navi_bg.png") no-repeat;
}
ul#header_lower_menu>li:first-child a::before{
	content: "";
	width: 2px;
	height: 63px;
	margin: 0;
	padding: 0;	
	background: url("../img/navi_bg.png") no-repeat;
}
ul#header_lower_menu>li>a{
	color: #fff;
	display: flex;
	width: 100%;
	height:63px; 
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 100;
}
ul#header_lower_menu>li>a span{
	display: inline-block;
	margin: auto;
	padding: 0;
	font-weight: 100;
}



p#pan {
    font-size: 1.3rem;
    line-height: 20px;
    height: 20px;
    margin: 0px 10px 20px;
    padding: 0px 0 0 0;
    text-align: left;
}
.page_img{
	background: url("../img/catch_bg.png") repeat-x left bottom;
	    padding-bottom: 50px;
}
#body {
	background: #fff;
	margin:0 10px;
}
#body .contents{
	margin:0 15px;
	padding-bottom:  15px;
}

#main{
	padding-top: 66px;
	font-size: 1.4rem;
}
#header_image {
    margin: 0 0 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
#header_image img {
    width: 100%;
    display: block;
}
#locus {
    margin: 0px auto;
    padding:66px 5px 5px ;
	font-size: 1.4rem;

}
#locus + #main{
	padding-top: 0;
	font-size: 1.4rem;
	    padding-bottom: 15px;
}

.double_col #inner_body h4 {
    margin: 1em 0;
    font-size: 1.8rem;
}
.main_col{
	margin-bottom: 20px;
}
.sub_col{
	background: url(../img/sidebar_bg.png) right top repeat;
}
.sub_col .bana{
	margin: 15px;
}
.sub_col .bana a{
	display: block;
	margin: 0 0 15px;
}
.sub_col .bana a img{
	display: block;
	width: 100%;
}

/* ページトップ */
#pagetop {
	width: auto;
	margin: 0 auto;
	padding-right: 20px; 
	text-align: right;
}

#footer_menu {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}

#footer_menu ul li {
	width: 25%;
	position: relative;
}
#footer_menu ul li a{
	width: 100%;
	display: block;padding-bottom: 6px;
}
#footer_menu ul li a img{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 100px;
}
#footer_menu ul li a.active::before {
	content: "";
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ff6600;
    border-left: 6px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
	
}


#footer {
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 10px 0 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content:space-between;
}


address{
	margin:0 10px;
	font-style: normal;
}
#catch {
	background: url(/img/common/footer/bg.png) 0 0 repeat-x;
	width: 100%;
	padding-top: 1em;
}

#copyright {
	display: block;
	
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}



.menu-btn {
    top: 6px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
	display: flex;
	background: #004d91;
	position: absolute;
}

.menu-btn span {
	font-family: "Font Awesome 5 Free";
    color: #fff;
	font-size: 3rem;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 60px;
	width: 100%;
	height: 100%;
}

.menu-btn span:after {
	content: "\f0c9";
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
	content: "\f00d";
}
.open .menu-btn{
	background: #004d91;

}
.spmenu {
    position: fixed;
    display: flex;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100vh - 66px);
    background: #004d91;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.spmenu ul {
    display: flex;
	flex-direction: column;
	list-style-type: none;
    vertical-align: middle;
	padding: 0;
	margin: 10px 0 0;
	justify-content: space-around;
}

.spmenu ul ul.sub {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
    vertical-align: middle;
	height: auto;
	justify-content: space-around;
	background: rgba(255,255,255,.8);
	font-size: 1.2rem;
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 4px;
}

.spmenu ul ul.sub li {
    margin: 0px auto 5px;
    text-align: left;
    display: block;
    line-height: 2.5;
	width: 32%;
	font-size: 1.2rem;
}

.spmenu ul ul.sub li a{
	display: block;
	font-size: 1.2rem;
	padding: 5px;	
}
.spmenu ul ul.sub li a img{
	width: 90%;
	display: block;
	margin: 3px auto;border-radius: 4px;
}

.spmenu> ul> li {
    margin: 0px auto 5px;
    text-align: left;
    display: block;
    font-size: 1.6rem;
    width: 90%;
    line-height: 2.5;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.spmenu li a {
    display: block;
    color: #fff;

}

.spmenu li a:hover {
    color: #fff;
}
.spmenu p{
	width: 80%;
	margin: auto;
}
.spmenu p.tel{
	background: #fff;
}
.spmenu p a{
	width: 100%;
	display: block;
}
.spmenu p a img{
	width: 100%;
	display: block;
}
.spmenu p.tel a {
	border: 3px solid #d82d23;
	width: auto;
	margin: auto;
}
.spmenu p.tel a img{
	padding: 5px;
	width: auto;
	margin: auto;
}
@media screen and (orientation: landscape) {

	.spmenu{
    position: absolute;		height:100%;
	}
	.spmenu ul {
		display: flex;
		flex-direction: column;
		list-style-type: none;
		vertical-align: middle;
		padding: 0;
		margin: 0;
		justify-content: space-around;
		height:auto;
	}
	.spmenu ul ul.sub {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		list-style-type: none;
		vertical-align: middle;
		padding: 0;
		margin-top: 5px;
		height: auto;
		justify-content: space-around;
	}
	.spmenu li {
		line-height:normal;
	}

	
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .spmenu {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	display: flex;
	flex-direction:column;
	width: 100%;
	z-index: 4;
}

