.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
.pclink{pointer-events: none;}

body{
}


@media (orientation: landscape){
	#header {
		position: relative;
		padding-top: 0;
	}
	#header_img{
		margin: 0 auto 0;

	}
 
}
.topimg_single{}
.topimg_single .ph{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0px;
	position: relative;

}
.topimg_single .ph img{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;

}
.topimg_single .ph .caption  {
	position: absolute;
    margin: auto;
    color: #494949;
}
.topimg_single .ph .caption > p {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.topimg_single .ph .caption.pos_1 {
	left: 3px;
	top: 3px;
}
.topimg_single .ph .caption.pos_2 {
	top: 3px;	left: 0;right: 0;

	text-align: center;
}
.topimg_single .ph .caption.pos_3 {
	right: 3px;
	top: 3px;
}
.topimg_single .ph .caption.pos_3 p{
	text-align: right;
}
.topimg_single .ph .caption.pos_7 {
	left: 3px;
	bottom: 3px;
}
.topimg_single .ph .caption.pos_8 {
	bottom: 3px;	left: 0;right: 0;

	text-align: center;
}
.topimg_single .ph .caption.pos_9 {
	right: 3px;
	bottom: 3px;
}
.topimg_single .ph .caption.pos_9 p{
	text-align: right;
}



.header_inner {
	width: 100%;
	height: 60px;	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content:space-between;
}
#contents{
	padding-top: 110px;
}

#pan {
	width: 100%;
	max-width: 1000px;
    line-height: 26px;
    height: 26px;
    margin: 0px auto 20px;
    padding: 0px 0 0 0;
    text-align: left;
	font-size: 1.4rem;
	position: fixed;
	top: 80px;
	z-index: 10;
    background: rgba(255,255,255,0.7);

}
#pan ul{
	width: auto;
	max-width: 1040px;
	font-size: 1.4rem;
	padding: 0 5px;
	margin: 0 auto;
	line-height: 2;
    white-space: nowrap;
	list-style: none;
}

#pan ul li{
	display: inline-block;
}
#pan ul li+li::before{
	content: "\0bb";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin:0 .5rem;
}
.main_col {
}

.main_col .inner{
	margin: 0 10px;
}


#pagetop{
	margin: 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
	height: 50px;
}
#pagetop p{
	padding: 0;
    width: 60px;
    margin: auto;
	position: absolute;
	text-align: center;
	line-height: 1;
	right: 10px;
	bottom: -48px;
}

#pagetop a{
	position: relative;
	margin: 0;
	text-align: center;
	color: #8CC457;
	font-size: 1rem;
	border-radius: 4px;
	padding: 30px 0 0;
	line-height: 1.2;
	width: 100%;
	border: 1px solid #ccc;
	display: block;
	background: #fff;
}

#pagetop a::before{
	content: "";
	display: block;
	position: absolute;
	margin:auto;
	background: url("../img/common/page_top.svg") no-repeat;
	left: 0;right: 0;
	top: 8px;
	width: 22px;
	height: 20px;
	background-size: cover;
}
#footer{
	margin-top: 50px;
	position: relative;
	background: #dde2e5;
	background: -moz-linear-gradient(top,  #dde2e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #dde2e5 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dde2e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde2e5', endColorstr='#ffffff',GradientType=0 );
}
#footer::before{
	content: "";
	height: 30px;
	width: 100%;
	background: #686D70;
	position: absolute;
	margin: auto;
	top: -31px;

}


#footer .inner{
    margin: 0 0 20px 20px;
	padding-top: 5px;
	
}
#footer_link {
    width: 1040px;
    max-width: 100%;
    margin:20px auto 0;
}
#footer_link ul{
	margin: 0;padding: 0;
	display: flex;
	list-style-type: none;
	font-size: 1.2rem;
	    flex-wrap: wrap;
}
#footer_link li{
	color: #d82d23;
}
#footer_link li a{
	padding: 0 12px 0 15px;margin: 5px 0;
	color: #494949;
	display: inline-block;
	position: relative;
}
#footer_link li a::before{
	content: "";
    background: #4794D1 url("../img/common/arrow.svg") center center;
	padding: 0px;
	margin: auto;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
p.copyright{
	color: #494949;
	line-height: 3;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	font-size: 1.2rem;
}#login{
	width: 400px;
	max-width: calc(100% - 20px);
	margin:20px auto;
	padding: 10px;
}
#login input{
	padding: 10px;
	width:calc(100% - 30px);
}

#login dl{
	margin: 0;
	padding: 0;
	display: block;
}

#login dt{
	margin: 0;
	padding: 0;
	display: block;
}

#login dd{
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
#login button{
	margin: auto;
	padding: 10px;
	display: block;
}
#googlemap {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

ul.tab-menu.button li span{
	padding: 10px 0 0 25px;	font-size: 1.1rem;
}
ul.tab-menu.button li{
	cursor: pointer;
	position: relative;
	background: rgb(255,255,255);
	padding: 2px 2px 0;
	width: 32%;
	min-width:10.5em;
	margin: 0 2px 10px;
	border-radius: 4px 4px;
	height: 45px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

ul.tab-menu li span::before{
	content: "";
	position: absolute;
	margin: auto;
	width: 10px;height: 10px;
	background-image: url("/img/common/arrow.svg");
	background-color:rgba(128,128,128,1.00);
	top: 15px;
	left: 10px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  

}

