@charset "utf-8";
/* CSS Document */

@font-face{
  font-family: 'Hannari';
  src:url(../font/Hannari.woff);
}

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  font-family: "Sawarabi Gothic";
}

a{
	text-decoration: none;
	letter-spacing: 2px;
	transition: .2s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .6;
	transition: .2s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#333;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 32px;
  line-height: 45px;
	letter-spacing: 9px;
}
h3{	
	letter-spacing: 8px;
}
h4{	
	letter-spacing: 7px;
}
h5{	
	letter-spacing: 6px;
}
h6{	
	letter-spacing: 5px;
}
p,td{
	font-weight: 200;
  font-size: 16px;
  line-height: 26px;
	letter-spacing: 2px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

a.linkBtn{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px 20px;
  color: #111;
  border: 1px solid #111;
  text-align: left;
  font-weight: bold;
}

a.linkBtn::after{
  content: ">";
  position: absolute;
  right: 20px;
}

a.linkBtn:hover{
  opacity: 1;
  color: #fff;
  background-color: #111;
}

.spbr{
  display: none;
}

.titleBox{
  text-align: center;
  margin-bottom: 15px;
}

.titleBox h2{
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #596f7f;
}

.titleBox hr{
  width: 50px;
  height: 5px;
  margin: 0 auto;
  background-color: #596f7f;
}

@media screen and (max-width: 600px) {
  .titleBox h2{
    font-size: 26px;
  }
}

.wrapTemp{
  padding: 50px 20px;
}

.mainBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*==============================
ヘッダ
==============================*/

nav{
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f8fafc;
  height: 100vh;
  padding: 50px 0;
  text-align: center;
}

nav > h1{
  width: calc(100% - 40px);
  max-width: 190px;
  display: inline-block;
  margin: 0 auto 30px;
}

nav > h1 a{
  width: 100%;
  max-width: 190px;
  display: inline-block;
}

nav > h1 a img{
  width: 100%;
  max-width: 190px;
}

nav > ul{
  width: calc(100% - 40px);
  max-width: 190px;
  margin: 0 auto 30px;
  text-align: left;
}

nav > ul li{
  margin-bottom: 20px;
}

nav > ul li:last-of-type{
  margin-bottom: 0;
}

nav > ul li a{
  color: #333;
}

nav > h3{
  width: 100%;
  background-color: #596f7f;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

nav > h3 i{
  margin-right: 5px;
}



@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

/*==============================
SPメニュー
==============================*/
.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
nav{
  background-color: rgba(248,250,252,.9)
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:13px;
  right: 0px;
  width: 55px;
  height: 50px;
  vertical-align: middle;
  padding:10px;
	z-index: 999999;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #596f7f;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -13px;
  background: #596f7f;
}
#nav-open span:after {
  bottom: -26px;
  background: #596f7f;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
nav {
  overflow: auto;
  position: fixed;
	display: block;
  width: 300px;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}

/*==============================
TOPボタン
==============================*/


/*==============================
メインコンテンツ
==============================*/

article{
  margin-left: 250px;
}

/*==============================
フッタ
==============================*/
footer{
  width: 100%;
}

#footNav{
  padding: 50px 20px;
  background-color: #596f7f;
}

#footNav > div{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footNav > div > div{
  margin-right: 20px;
}

#footNav > div > div img{
  max-width: 100%;
  margin-bottom: 20px;
}

#footNav > div > div ul li{
  margin-bottom: 10px;
}

#footNav > div > div ul li a{
  color: #fff;
}

footer > p{
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
  background-color: #333333;
  color: #fff;
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px){
  #footNav > div{
    display: block;
    text-align: center;
  }
  #footNav > div > div{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px){
  #footNav > div{
    width: 100%;
  }
  #footNav > div > div img{
    width: 100%;
  }
  #footNav > div > div ul li{
    margin-bottom: 0;
  }
  #footNav > div > div ul li a{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid #fff;
  }
}
/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  
  article{
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
  p,td{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px){
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 414px){
}


/*==============================
ローディングアニメーション
==============================*/
