body {
	background:#F2F2F2;
	font-size: 9px;
	line-height:1.2em;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	margin:10px 0;
}

h2 {font-size:11px;}

h3 {
	font-size: 10px;
	font-weight:bold;
	margin:5px auto;
}

a {
	color: #999;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align:middle;
}

a:hover img {
opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=3,Opacity=80,FinishOpacity=80);}

ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul li {
  line-height: 1.1em;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul li:before {
  content: ">";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color:#999;
}

footer {
	margin:0;
	padding:0;
	bottom:0;
}

/*====================
　　　#contents
====================*/

@media screen and (min-width:480px) { 
#contents {
	margin: 30px auto 0;
	padding:0 auto;
	width:100%;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#contents {
	margin: 30px auto 0;
	padding:0 auto;
	width:80%;
	}
}

@media screen and (min-width:1024px) {
#contents {
	margin: 30px auto 0;
	padding:0 auto;
	}
}

/*横向きの場合*/
@media screen and (orientation:landscape){
#contents {
	margin: 30px auto 0;
	padding:0 auto;
	width:65%;
	}
}

/*　SNS　*/

.sns img {
	padding-left:5px;
}

.sns img:first-child {
	padding-left:0px;
}

/*　ボタン　*/

.guidlistblock {
	border:1px solid #000;
	padding:5px;
	font-weight:bold;
	text-align:center;
	width:120px;
	display:inline-block;
}

.guidlistblock a,a:hover {
	color:#000;
}

/*　所在地もろもろ　*/

#add {
	margin-top:30%;
	clear: left;
}

/*　コピーライト　*/

#copyright {
	text-align:center;
	margin:40px auto 10px;
	font-weight:bold;
	color:#000000;
	height:30px;
	bottom:0;
	position:relative;
}

/*====================
　　　flexbox
====================*/

.flexwrap {
  width: 1050px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  z-index:100;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

}

@media only screen and (max-width: 1050px) {
.flexwrap {
  width: 100%;
  margin: 0 auto 60px;
  box-sizing: border-box;
  z-index:100;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

}
}

.footer {
  flex-wrap: wrap;
}

.footer > div {
  width: 90%;
  margin: 0 0 15px 5%;
}

@media only screen and (max-width: 750px) {
.footer > div {
  width: 25%;
  margin: 0 0 15px 4%;
}
}

@media only screen and (max-width: 460px) {
.footer > div {
  width: 50%;
  margin: 0 0 15px 4%;
}
}


.sp_footer_add {
	margin:20px auto 30px;
}


/*====================
✌(◔౪◔ )✌なんやかんや
====================*/

.t_center {
	margin:0 auto;
}

.t_center {
	text-align:center;
}


/* パソコンで見たときは"pc_view"のclassがついた部分が表示される */
.pc_view { display: block !important; }
.sp_view { display: none !important; }
/* スマートフォンで見たときは"sp_view"のclassがついた部分が表示される */
@media only screen and (max-width: 1050px) {
.pc_view { display: none !important; }
.sp_view { display: block !important; }
}


