@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  background: #151515 url('../img/base/bg.png') no-repeat fixed left bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}

#pageTop{
	background:#999999;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
z-index:1;
	}
#pageTop:hover{
	background:#cccccc;
	} 


/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 10px 0 5px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}
.heading::before {
  bottom: 5px;
}

h2.black {
color: #000;
text-shadow:
  -1px -1px 0px #fff,
   1px -1px 0px #fff,
   1px  1px 0px #fff,
  -1px  1px 0px #fff;
}
h2.heading a {
	color:#000;
	text-decoration:none;
}
h2.heading a:hover {
	color:#F90;
}

h3.heading {
  position: relative;
  display: inline-block;
  margin: 10px 0 5px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  font-size: 3rem;
}
h3.heading::before,
h3.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom:dotted 1px #999;
}
h3.heading::before {
  bottom: 5px;
}
h3.heading a {
	color:#000;
	text-decoration:none;
}
h3.heading a:hover {
	color:#F90;
}

.button {
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 4px;
  background-color: #afa58d;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.button:hover {
  opacity: 0.9;
}
.button-green {
  background-color:#96BAA5;
}
.button-showy {
  background-color: #D29E04;
}
.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.clear {
	clear:both;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
margin:60px 0 0 0;
  padding: 0px 30px 0px;
}
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}
.site-title {
  margin: 0px 0 0px;
  font-size: 7.6rem;
}
.site-description {
  margin-bottom: 50px;
  color: #888;
  font-size: 1.6rem;
}
.buttons .button {
  margin: 10px;
}

/* 分割
-----------------------------------*/
.pgno {
clear:both;
width:360px;
margin:50px auto 20px auto;
overflow: hidden;
}
.pgno:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .pgno {
    height: 1em;
    overflow: visible;
}
/**/
.current_page {
padding:5px 10px;
border:#999999 solid 1px;
}
a.link_page {
padding:5px 10px;
border:#999999 solid 1px;
}

/* --------------------------------
 * white-text-center
 * -------------------------------- */
 
  
.white-text-center {
  padding: 20px 30px;
  background-color: #fff;
  color: #333;
  overflow:hidden;
}

.white-text-center p {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * white-text-left
 * -------------------------------- */
 
  
.white-text-left {
  padding: 20px 30px;
  background-color: #fff;
  color: #333;
  overflow:hidden;
}

.white-text-left p {
text-align:left;
  margin: 30px 0;
  line-height: 2.5;
}
.white-text-left img {
float:left;
margin:0 20px 20px 0;
}



/* --------------------------------
 * black-text-center
 * -------------------------------- */
 
  
.black-text-center {
  padding: 20px 30px;
  color: #fff;
  overflow:hidden;
}

.black-text-center p {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 *black-text-left
 * -------------------------------- */
 
  
.black-text-left {
  padding: 20px 30px;
  color: #fff;
  overflow:hidden;
}

.black-text-left p {
text-align:left;
  margin: 30px 0;
  line-height: 2.5;
}
.black-text-left img {
float:left;
margin:0 20px 20px 0;
}


/* --------------------------------
 *pub
 * -------------------------------- */
 
 
h3 {
font-size: 2.0rem;
}


.text-large {
font-size: 2.0rem;
}
img.cover {
  display: block;
  width: 100%;
  margin:10px 0;
}




/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
  body {
    background-image: none;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .heading {
    margin-top: 20px;
    font-size: 2.5rem;
  }
  .button:hover {
    opacity: 1;
  }

h3 {
font-size: 1.4rem;
}
.text-large {
font-size: 1.4rem;
}

  /* --- header --- */
  .header {
    padding-top: 60px;
  }


}
