@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');
@font-face {
  font-family: "perpetua";
  font-style: normal;
  src: url("../fonts/perpetua.eot");
  src: url("../fonts/perpetua.woff") format("woff"), url("../fonts/perpetua.ttf") format("truetype");
}
@font-face {
  font-family: "apercu";
  font-style: normal;
  src: url("../fonts/apercu.eot");
  src: url("../fonts/apercu.woff") format("woff"), url("../fonts/apercu.ttf") format("truetype");
}
body {
	margin: 0;
	padding: 0;
	color: #221815;
	font-family: 'apercu' ,'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0.4pt;
	word-break: break-all;
	font-feature-settings: "palt";
	overflow-x: hidden;
  background: url(../images/index_main_bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp { display: none; }

/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*--------section--------*/
article {
  width: 100%;
  padding: 50px 5%;
}
#main {
  max-width: 950px;
  margin: 0 auto;
}
#main div {
  max-width: 450px;
}
#main div h1 {
  max-width: 350px;
  margin: 0 auto 40px;
  padding: 0 10%;
}
#main div ul li {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  margin: 15px auto 0;
}
#main div ul li a {
  background-color:rgba(255,255,255,0.8);
  padding: 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#main div ul li a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #221815;
  border-right: 1px solid #221815;
  transform: rotate(45deg);
}
#main div ul li a span {
  font-family: "perpetua", serif;
  font-size: 15px;
}

/*--------footer--------*/
footer {
  font-family: 'apercu' ,'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
  letter-spacing: 1pt;
  max-width: 950px;
  margin: 0 auto;
  padding: 60px 0 0;
  align-items: center;
}
footer a.logo {
  max-width: 110px;
  border: none;
  display: block;
}
footer div {
  width: 500px;
}
footer div ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
}
footer div small {
  color: #fff;
  font-size: 10px;
  text-align: right;
  display: block;
}

@media screen and (max-width: 768px) {
  body {
    background: url(../images/index_main_bg_sp.jpg) 75% bottom no-repeat;
    background-size: cover;
  }
  article {
    padding: 100px 5% 50px;
    box-sizing: border-box;
  }
  .pc { display: none; }
  .sp { display: block; }
  #main div {
    max-width: inherit;
  }
  #main div h1 {
    margin-bottom: 140px;
  }
  #main div ul li {
    font-size: 12px;
  }
  footer {
    text-align: center;
    display: inherit !important;
  }
  footer a.logo {
    margin: 0 auto 25px;
  }
  footer div {
    max-width: 400px;
    width: 85%;
    margin: 0 auto;
  }
  footer div ul {
    justify-content: space-around;
  }
  footer div ul li {
    margin-bottom: 10px;
  }
  footer div ul li:nth-child(1) {
    width: 55%;
  }
  footer div ul li:nth-child(2) {
    width: 45%;
  }
  footer div small {
    margin-top: 15px;
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {

}
