@charset "utf-8";
body{
     margin: 0px;
     font-family: メイリオ, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", Arial, sans-serif;
     color: white;
     background-color: black;
}
.wrap {
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox; display: -webkit-flex;
	flex-wrap: wrap;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #fff;
}
.gallery_hr {
	height: 0;
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #fff;
}

/* ▼▼▼▼▼▼ */
/* footer */
/* ▲▲▲▲▲▲ */
#footer{
	clear: both;
	padding: 50px 10px 20px;
}
#footer h2{
     font-size: 0.8em;
     text-align: center;
}
#footer p{
	line-height: 1.5em;
	font-size: 0.8em;
	text-align: center;
}
#footer .menu{
  text-align: center;
}
#footer .menu li{
	display: inline;
	list-style-type:none;
	padding: 0 5px;
	vertical-align:bottom;
}


/* ▼▼▼▼▼▼ */
/* 0000000000 */
/* ▲▲▲▲▲▲ */
A{
     color: white;
     text-decoration: none;
}

.clear{
	clear: both;
}

.box_center {
	display: flex;
	align-items: center;
	align-self:   center;
	justify-content: center;
}

#copyright{
	margin: 30px 0 10px;
	font-size: 0.8rem;
	text-align: center;
	font-family: Verdana, “Droid Sans”;
}
#copyright a{
	color: white !important;
}

/*-----------------------------------
2カラム
-----------------------------------*/
.index_main_box{
	width: 980px;
	margin: 100px auto 120px auto;	
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap;
}

/* -- index_box2 */
.index_col2{
	width: calc((100%) / 2);
	text-align: center;
}
.index_col2 h1 { font-size: 1.2rem; font-weight: normal; }
	/*50px＝ボックスとボックスの間の合計の値*/
.index_col2:nth-child(1){  }
.index_col2:nth-child(2){  }
	/*最初のボックス以外の左側に10pxのマージン*/	
@media screen and (max-width: 980px) {
	.index_col2{ width: calc((100% - 3%) / 2); }
	.index_col2:nth-child(1){ background-color: #666; }
	.index_col2:nth-child(2){ background-color: #ccc; }
	.index_col2:not(:first-child){ margin-left: 3%; }	
}
@media screen and (max-width: 460px) {
	.index_col2{ width: calc((100% - 0px) / 1); }
	.index_col2:nth-child(2){ margin: 10px 0 0 0; }
}

/*-----------------------------------
５カラム
-----------------------------------*/
/* -- gallery_box5 */
#item-box {
      display: flex;
      flex-wrap: wrap;
      align-items:center;
}
#item-box div{
      padding: 5px;
      width: 20%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#item-box div{
		padding: 5px;
        width: 25%;
        text-align: center;
    }
}
@media screen and (max-width: 460px) {
	#item-box div{
		padding: 5px;
        width: 33.3333%;
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
	#item-box div{
		padding: 5px;
        width: 50%;
        text-align: center;
    }
}

.col_5s {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_5s > div {
	width: 19%;
	text-align:center;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col_5s > div > div {
	position: relative;
	overflow: hidden
}
.col_5s:after {
	content: "";
	display: block;
	width: 32.5%;
	height: 0;
}

@media screen and (max-width: 768px) {
.col_5s > div {
	width: 24%;
}
.col_5s > div:nth-last-child(2) {
	margin-bottom: 10px;
}
.col_5s > div:nth-last-child(-n+1) {
	margin-bottom: 0px;
}
}


@media screen and (max-width: 320px) {
.col_5s > div {
	width: 32%;
}
.col_5s > div:nth-last-child(-n+1) {
	margin-bottom: 0px;
}
}
