@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: "Noto Sans JP"; 
}

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,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{
	font-weight: 200;
  font-size: 16px;
  line-height: 32px;
	letter-spacing: 2px;
}
hr{
  height: 1px;
  background-color: #333;
  border: none;
  color: #333;
}

.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;
}

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

nav{
	width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  height: 80px;
  padding:0 20px;
  padding-right: 0;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  transition: .2s;
}

nav.smaller{
  height: 60px;
  margin-top: 40px;
  transition: .2s;
  background-color: rgba(255,255,255,.9);
}

nav h1{
  display: block;
}

nav h1 a{
  display: flex;
  height: 50px;
  color: #333;
  font-size: 16px;
  letter-spacing: 2px;
  align-items: center;
}

nav h1 img{
  margin-left: 5px;
  width: 150px;
  transition: .2s;
}

nav.smaller h1 img{
  margin-top: 5px;
  width: 200px;
  transition: .2s;
}

nav.smaller ul li a{
  padding: 0px 10px;
}

nav.smaller ul li a p{
	font-size: 14px;
}

nav.smaller ul li:last-of-type a{
  padding: 3px 15px;
  text-align: center;
}

nav.smaller ul li:last-of-type a p{
  text-align: center;
}

nav ul{
  display: flex;
  align-items: center;
  height: 100%;
}

nav ul li{
  height: 100%;
  display: flex;
  align-items: center;
}

nav ul li a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  overflow: hidden;
  height: 100%;
}

nav ul li a p{
  line-height: 16px;
  text-align: center;
  transition: .3s;
  letter-spacing: 2px;
}

nav ul li a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ffc444;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

nav ul li a:hover{
  opacity: 1;
  color: #fff;
}

nav ul li a:hover p{
  color: #fff;
  transition: .3s;
}

nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

nav ul li:last-of-type a{
  background-color: #ffc444;
  padding: 0 30px;
}

nav ul li:last-of-type a i{
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}

nav ul li:last-of-type a p{
  color: #fff;
}

nav ul li:last-of-type a:hover{
  opacity: .6;
}

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

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
.spnavBack{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 999998;
  background-color: rgba(255,255,255,.9)
}
  
nav{
  display: none;
  padding: 10px 0;
	margin-top: 50px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,.9)
}

nav h1{
  display: inline-block;
  margin: 0 auto;
}

nav h1 > a img{
  width: 150px;
}

#nav-drawer {
  position: relative;
}

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

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:5px;
	right: 5px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding:10px 9px;
	z-index: 999999;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 20px;/*長さ*/
  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: 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;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  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);
}

nav{
  padding: 30px 10px 0;
  text-align: center;
}

nav h1{
  height: 50px;
  margin-bottom: 15px;
}
	
	nav ul{
		display: block;
	}

nav ul li{
  height: auto;
  width: 100%;
}

nav p{
  color: #555;
  font-size: 18px;
}

nav h1 img{
  width: 200px;
}

nav.smaller h1 img{
  margin-top: 0;
  width: 200px;
}

nav ul li a{
  width: 100%;
  text-align: left;
  padding: 15px 15px;
  border-top: 1px solid #ccc;
}

nav ul li a p{
	font-size: 16px;
  text-align: left;
}

nav.smaller ul li a p{
	font-size: 16px;
}

nav ul li:last-of-type a{
  border-top: none;
  padding: 15px 15px;
}
	
.spLogo{
	display: block;
	position: fixed;
	top: 10px;
	left: 10px;
  height: 25px;
  margin-top: 2px;
  margin-left: 3px;
  z-index: 999999;
}
	
	.spLogo img{
		width: 100px;
	}	
}

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


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

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

#contactfootWrap{
  padding: 100px 15px;
  background-color: #f5f5f5;
  text-align: center;
}

.contactpointBox{
  display: flex;
  padding: 50px;
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}

.contactpointBox h3{
  display: block;
  padding: 50px 10px;
  width: 130px;
  height: 130px;  
  border-radius: 70px;
  letter-spacing: 2px;
  background-color: #ffaf00;
  color: #fff;
  font-weight: bold;
  margin-right: 50px;
}

.contactpointBox ul li{
  margin-bottom: 5px;
}

.contactpointBox ul li p::before{
  content: "・";
}

.contactpointBox ul li p{
  letter-spacing: 2px;
  font-weight: bold;
}

.contactbookletBox{
  background-color: #fe9518;  
  max-width: 700px;
  margin: 0 auto 50px;
  padding-bottom: 30px;
  position: relative;
}

.contactbookletBox h3{
  width: 90%;
  position: relative;
  display: inline-block;
  padding: 5px 50px;
  background: #fff;
  border: 2px solid #fe9518;
  letter-spacing: 4px;
  top: -20px;
}

.contactbookletBox > div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.contactbookletBox > div img{
  margin-right: 30px;
}

.contactbookletBox > div p{
  display: inline;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
}

.contactbookletBox > div p span{
  background:linear-gradient(transparent 75%, #e87b20 75%);  
}

.contactbookletBox > a{
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #333;
  color: #333;
}

.contactbookletBox > a:hover{
  background-color: #333;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

.contactbookletBox form{
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.contactbookletBox form p{
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.contactbookletBox input[type="text"],
.contactbookletBox textarea{
  width: 100%;
  padding: 10px;
  border: none;
}

.contactbookletBox input[type="submit"]{
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #333;
  color: #333;
  background-color: #fe9518;
  transition: .3s;
}

.contactbookletBox input[type="submit"]:hover{
  background-color: #333;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  transition: .3s;
}

#footsitemapWrap{
  padding: 0;
  border-top: 10px solid #555;
}

#footsitemapWrap > div{
  display: flex;
  justify-content: space-between;
  padding: 50px 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

#footsitemapWrap > div > div:last-of-type{
  display: flex;
}

#footsitemapWrap > div > div:last-of-type ul{
  margin-right: 20px;
}

#footsitemapWrap > div > div:last-of-type ul li a{
  color: #333;
  font-size: 14px;
  letter-spacing: 2px;
}

#footsitemapWrap > div > div:last-of-type ul li a::before{
  content: "▶";
  font-size: 8px;
  margin-right: 5px;
  margin-top: -2px;
  color: #ffc444;
}

#footsitemapWrap > div > div:last-of-type > div > div{
  display: flex;
  align-items: center;
}

#footsitemapWrap > div > div:last-of-type > div > div span{
  display: block;
  padding: 13px;
  width: 60px;
  height: 60px;
  background-color: #ffc444;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}

#footsitemapWrap > div > div:last-of-type > div > div > div{
  text-align: center;
  padding: 5px 20px;
  margin: 0 auto;
}

#footsitemapWrap > div > div:last-of-type > div > div > div h4{
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}

#footsitemapWrap > div > div:last-of-type > div > div > div p{
  font-size: 14px;
  line-height: 14px;
}

#footsitemapWrap > div > div:last-of-type > div > a{
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 2px solid #ffc444;
  text-align: center;
  letter-spacing: 2px;
  color: #333;
}

#footsitemapWrap > div > div:last-of-type > div > a:hover{
  background-color: #ffc444;
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

#footsitemapWrap > p{
  text-align: center;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #ffc444;
}

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

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

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

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

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

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

@media screen and (max-width: 800px) {  
  .contactpointBox{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .contactpointBox h3{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .contactpointBox ul{
    width: 100%;
  }
  
  #footsitemapWrap > div{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #footsitemapWrap > div > div:first-of-type{
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px){
  h2{
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  
  p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  
  .contactbookletBox > div{
    flex-wrap: wrap;
  }
  
  .contactbookletBox > div img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .contactbookletBox > div p{
    width: 100%;
    font-size: 16px;
  }
  
  .contactbookletBox > a{
    padding: 10px 30px;
  }
  
  #footsitemapWrap > div > div:last-of-type ul{
    
  }
  
  #footsitemapWrap > div > div:last-of-type{
    flex-wrap: wrap-reverse;
  }
  
  #footsitemapWrap > div > div:last-of-type > div:last-of-type{
    width: 100%;
    margin-bottom: 20px;
  }
  
  #footsitemapWrap > div > div:last-of-type > div > div span{
    padding: 10px;
  }
  
  #footsitemapWrap > div > div:last-of-type ul{
    text-align: center;
    margin: 0 auto;
  }
  
  .contactbookletBox form{
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .contactbookletBox h3{
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

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

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


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