@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: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: "Hannari";
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -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: .5;
	transition: .4s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	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);*/
}

p{
  color: #666;
}

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

.clear{
	clear:both;
}

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

.spOnly{
  display: none;
}

a.linkBtn{
  display: block;
  width: 220px;
  text-align: center;
  font-family: "Mplus 1p";
	color:#333;
  border: 1px solid #333;
  padding: 15px 0;
}

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

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}

article{
  margin-left: 220px;
}

/*==============================
ローディング
==============================*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #fff;
  z-index: 999999;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 300px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 999999;
}

#loader p{
	font-size: 16px;
	font-weight: bold;
}

.fadeSlideload{
  width: 0 !important;
  animation-duration: 1.8s;
  transition: .8s ease-in-out;
}

/*==============================
メニュー
==============================*/

nav{
  position: relative;
  width: 220px;
  height: 100vh;
  position: fixed;
	overflow: auto;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc;
  padding: 30px 10px 30px;
  z-index: 99999;
  background-color: #fff;
}

nav h1{
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

nav h1 img{
  width: 100%;
}

.navCatch{
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.spmenuOpne{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 46px;
  cursor: pointer;
}

nav ul p{
  font-size: 13px;
  letter-spacing: 4px;
  font-family: "Sawarabi Gothic";
}

nav ul li > p,
nav ul a{
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}

nav ul a:hover{
  opacity: 1;
}

nav > ul > li:last-of-type a{
  border-bottom: 1px solid #ccc;
}

nav ul input{
  display: none;
}

nav ul li{
  position: relative;
}

nav ul > li > ul{
  display: none;
}

nav ul > li > input:checked ~ ul{
  display: block;
  visibility: visible;
  top: 100%;
}

nav ul > li > ul > li > a{
  padding: 2px 0 2px 20px;
}

nav ul > li > ul > li > a p{
  font-size: 11px;
  letter-spacing: 3px;
}

.spmenuOpne::before{
  content: "＋";
  position: absolute;
  right: 5px;
  top: 7px;
  bottom: 0;
  font-weight: 900;
}

nav > ul > li::before{
  content: ">";
  position: absolute;
  right: 10px;
  top: 7px;
  bottom: 0;
  font-weight: 900;  
}

.arrowNone::before{
  display: none;
}

.navMethod{
  display: block;
  text-align: center;
  margin: 10px 0 0;
  padding: 6px 0;
  border-radius: 15px;
  border: 2px solid #555555;
}

.navMethod p{
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 16px;
  font-family: "Sawarabi Gothic";
  transition: .3s;
}

.navMethod:hover{
  opacity: 1;
  background-color: #555;
  color: #fff;
}

.navMethod:hover p{
  transition: .3s;
  color: #fff;  
}

.navTel{
  display: flex;
  margin-top: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: "M PLUS 1p";
}

.navTel i{
  color: #555;
}

.navTel p{
  font-family: "M PLUS 1p";
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 20px;
}

.navTeltext{
  font-size: 12px;
  font-family: "M PLUS 1p";
  text-align: center;
  line-height: 12px;
}

/*==============================
SPメニュー
==============================*/

#nav-input{
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  border: 2px solid #555;
  padding: 11px 9px;
  z-index: 99999;
  background: #fff;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -17px;
}

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

#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  left: 0;
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

@media screen and (max-width: 800px) {
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

#nav-open{
  display: block;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: -220px;
  z-index: 99999;/*最前面に*/
  width: 220px;
  height: 100vh;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
}

/*チェックが入ったらもろもろ表示*/
  #nav-content{
    padding: 30px 10px 30px;
  }
  
}
/*==============================
メインコンテンツ
==============================*/




/*==============================
フッタ
==============================*/

.methodCont{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  padding: 50px 100px;
  margin: 0 auto;
  border: 1px solid #ccc;
  background-color: #fff;
}

.methodCont > p{
  text-align: center;
  margin-bottom: 25px;
}

.methodCont > div{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.methodBox{
  width: 250px;
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
  border: 2px solid #f9f9f9;
}

.methodBox:hover{
  opacity: 1;
  background-color: #fff;
  border: 2px solid #555;
}

.methodBox h4,
.methodBox p{
  font-family: "Sawarabi Gothic";  
}

.methodBox h4{
  font-size: 20px;
  letter-spacing: 4px;
}

.methodBox i{
  font-size: 50px;
  margin: 10px 0;
}

.methodBox:nth-of-type(1) i{
  color: #e58686;
}

.methodBox:nth-of-type(2) i{
  color: #a7d9aa;
}

.methodBox:nth-of-type(3) i{
  color: #90a8d8;
}

.methodBox p{
  font-size: 16px;
  line-height: 20px;
}

.bannerWrap{
  width: 100%;
  background-color: #f9f9f9;
  margin-top: -300px;
  padding-top: 400px;
  padding-bottom: 100px;
}

.bannerWrap ul{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bannerWrap ul li{
  flex-basis: 49%;
  margin-bottom: 20px;
}

.bannerWrap ul li img{
  width: 100%;
}

#footCompany{
  text-align: center;
  padding: 50px 0;
  background-color: #fff;
  border-top:1px solid #ccc;
}

#footCompany img{
  width: 150px;
  margin-bottom: 20px;
}

#footCompany p:nth-of-type(1){
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 40px;
}

#footCompany p:nth-of-type(2){
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Sawarabi Gothic";  
}

#footCompany p:last-of-type{
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}

/*==============================
レスポンシブ
==============================*/

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

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

@media screen and (max-width: 1200px) {
  
  .methodCont{
    max-width: 800px;
    padding: 50px;
  }
  
  .methodBox{
    width: 220px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1000px) { 
  
  .methodCont{
    max-width: 600px;
  }
  
  .methodCont > div{
    display: block;
  }
  
  .methodBox{
    display: block;
    margin: 0 auto 30px;
    width: 100%;
  } 
  .bannerWrap ul{
    max-width: 600px;
  }
}

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

@media screen and (max-width: 800px) {
  nav{
    left:-220px;
  }
  
  article{
    margin-left: 0;
  }
}

@media screen and (max-width: 600px){  
  .methodCont{
    max-width: 330px;
    padding: 40px 30px;
  }
  
  .methodCont > p{
    font-size: 13px;
    line-height: 20px;
  }
  .bannerWrap ul{
    width: 330px;
  }
  
  .bannerWrap ul li {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  
  #footCompany p:nth-of-type(1){
    font-size: 14px;
  }
  
  #footCompany p:nth-of-type(2){
    font-size: 12px;
  }
  
  #footCompany p:last-of-type{
    font-size: 10px;
  }
}

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

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


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