* {
	margin : 0 ;
	padding : 0 ;
	box-sizing: border-box;
}

body {
	position: relative;
	text-align:center;
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1.4;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a{
	color:#666;
	text-decoration: none;
}

.open_box{
	display: none;
}
.open_title{
	cursor: pointer;
}

img{width:100%;}

.header{
	width:100%;
    background-color:rgba(0,0,0,0.2);
	top:0;
	margin-bottom:auto;
	text-align:center;
    padding:10px 0;
}

.header ul li{
	list-style: none;
    display: inline-block;
	width:95px;
	margin:10px 0;
}

.header ul li a{
	padding:3px 10px;
	position: relative;
	z-index: 1;
	color:#fff;
}

.header ul li a.here{
	background: #eee;
	color: #333;
}

.header ul li.top_mon{
	width:32px;
}

.header ul li.top_mon a::before{
	content: none;
}

.header ul li.top_mon img{
	width:25px;
	margin-bottom: -5px;
}

.header ul li a.go::before{
  background: #eee;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}


.footer{
    width:100%;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    padding:10px 0;
    bottom:0px;
    clear:left;
    margin-top: auto;
}

address {
	font-style : normal ;
	font-size : 75% ;
}


.footer ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 15px;
}

.footer ul li{
	list-style: none;
}

.footer ul li a{
	color:#fff;
	font-size:12px;
	letter-spacing: .1em;
	padding:0 10px;
	transition: .2s;
}

.top_mon img{
	width:20px;
}

.footer .footer_icon img{
	width:20px;
}




/* TOPボタン */
#page_top {
	opacity: 0;
	position: fixed;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 1s ease;
}

#page_top.show {
    opacity: 1;
 }
#page_top a{
	display: inline-block;
	width:110px;
	color:#fff;
	font-size:12px;
	border-radius:3px;
	padding:2px 0 5px;
	background: rgba(0,0,0,.5);
}



@media only screen and (min-width: 519px){
	.header ul li a.go:hover {
		color: #333;
	}
	.header ul li a.go:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.footer ul li a:hover {
		opacity:.6;
	}
}



@media only screen and (max-width: 520px) {
	.header ul li{
		font-size:14px;
		width:auto;
	}
	.header ul li.top_mon{
		display: block;
		margin:10px auto 0;
	}
	.header ul li.top_mon img{
		width:20px;
	}
}

.photo img {
	transition: .2s ;
}
@media only screen and (min-width: 519px){
	.photo img:hover {
		opacity: .5;
	}
}




/* pc */
.sp { display: none; }
/* sp */
@media only screen and (max-width: 1280px) {
.pc { display: none; }
.sp { display: block; }
}

.phonel{display:none;}
@media only screen and (max-width: 580px) {
	.phonel{display: inline;}
	.no_phonel { display: none; }
}

.phone{display:none;}
@media only screen and (max-width: 520px) {
	.phone{display: inline;}
	.no_phone { display: none; }
}

.tb{display:none}
.tb_b{display:none}
.no_tb{display:inline}
.no_tb_b{display:block}
@media only screen and (max-width: 767px) {
	.tb{display:inline}
	.tb_b{display:block}
	.no_tb{display:none}
}

.mobile{display:none}
.no_mobile{display:inline}
@media only screen and (max-width: 374px) {
	.mobile{display:inline}
	.no_mobile{display:none}
}