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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  font-family: 'Didact Gothic', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
  font-size: 16px;
	letter-spacing: 1px;
	transition: .3s  all ease-in-out;
/*    -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: .8;
	transition: .3s  all ease-in-out;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
/*    -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: 60px;
  line-height: 60px;
	letter-spacing: 10px;
  font-weight: 100;
}
h3{	
  font-size: 22px;
  line-height: 22px;
	letter-spacing: 8px;
}
h4{	
	letter-spacing: 2px;
}
h5{	
	letter-spacing: 1px;
}
h6{	
	letter-spacing: 1px;
}
p,a,td,th{
  font-size: 15px;
  line-height: 35px;
	letter-spacing: 4px;
  font-weight: normal;
}
hr{
}



.clear{
	clear:both;
}

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

img{
  vertical-align: bottom;
}

.spOnly{
  display: none;
}

.linkBtn{
  display: inline-block;
  position: relative;
  width: auto;
  text-align: left;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
	color:#000;
	transition: .3s  all ease-in-out;
  overflow: hidden;
  font-family: 'Hind', sans-serif;
}

.linkBtn::before{
	transition: .3s  all ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000 0%, #000 20%, #ccc 20%, #ccc 100%);
}

.linkBtn:hover{
  opacity: 1;
}

.linkBtn:hover::before{
	transition: .3s  all ease-in-out;  
  transform: translateX(80%);
}

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

.spbr{
  display: none;
}

.eng{
  font-family: 'Didact Gothic', sans-serif;
  font-family: 'Hind', sans-serif;
}

.pc{
}

.sp{
  display: none;
}

.scrollTop{
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 75px;
  height: 75px;
  z-index: 2;
  background-color: #1478dc;
  color: #fff;
  font-size: 30px;
  padding-top: 26px;
  padding-left: 23px;
}

header{
  z-index: 1;
}


@media screen and (max-width: 600px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
  
  h2{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 7px;
  }
  
  h3{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 5px;
  }
  
  p,a,td,th{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: normal;
  }
}

/*==============================
nav
==============================*/

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

.spnavBack{
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.9);
  display: block;
  z-index: 9998;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}
  
.spLogo{
  position: fixed;
  height: 100px;
	display: flex;
  align-items: center;
  z-index: 9999;
  padding-left: 30px;
}
  
.spLogo > h1{
  font-size: 40px;
  letter-spacing: 6px;
  margin-right: 10px;
}
  
.spLogo > h2{
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: normal;
}

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

nav h1 > a{
  display: block;
}

#nav-drawer {
  position: relative;
}

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

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:0px;
	right: 0px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  padding:30px 25px;
	z-index: 999999;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 50px;/*長さ*/
  border-radius: 0px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  transition: .3s  all ease-in-out;
}
#nav-open span:before {
  bottom: -17px;
  transition: .3s  all ease-in-out;
}
#nav-open span:after {
  bottom: -34px;
  transition: .3s  all ease-in-out;
}

#nav-input:checked ~ #nav-open{
  z-index: 999999;
}

#nav-input:checked ~ #nav-open > span{
  transform: translateY(20px) rotate(20deg);
  transition: .3s  all ease-in-out;
  background-color: #fff;
}

#nav-input:checked ~ #nav-open > span::before{
  transform: translateX(40%) rotate(-20deg);
  opacity: 0;
  background-color: #fff;
}

#nav-input:checked ~ #nav-open > span::after{
  transform: translate(0px,-34px) rotate(-40deg);
  background-color: #fff;
}

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

/*中身*/
nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px;/*最大幅（調整してください）*/
  height: 100%;
  background-color: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 30px 20px;
  text-align: center;
}

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

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

nav > a{
  margin-bottom: 15px;
}

nav > ul:first-of-type{
  flex-wrap: wrap;
  height: auto;
  padding-left: 0;
  padding: 0;
  margin-bottom: 5px;
}

nav > ul:first-of-type > li{
  width: 100%;
  height: auto;
  margin-right: 0;
  border-left: none;
}

nav > ul:first-of-type > li a{
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #000;
  text-align: center;
  display: flex;
  align-items: flex-end;
  color: #000;
}

nav > ul:first-of-type > li:first-of-type{
}

nav > ul:first-of-type > li:first-of-type a{
  padding: 0 0 30px;
  display: block;
}

nav > ul:first-of-type > li:first-of-type a h1{
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 6px;
}

nav > ul:first-of-type > li:first-of-type a h2{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  font-weight: normal;
}

nav > ul:first-of-type > li a h3{
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-right: 5px;
}

nav > ul:first-of-type > li a p{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

nav > ul:first-of-type > li:nth-last-of-type(2) a{
  border: 1px solid #000;
  border-top: none;
}

nav > ul:first-of-type > li:nth-last-of-type(2) a h3{
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

nav > ul:first-of-type > li:last-of-type{
  padding: 0;
  padding-top: 20px;
  border-bottom: none;
}

nav > ul:first-of-type > li:last-of-type a{
  padding: 0;
  border-bottom: none;
}

nav > ul:first-of-type > li a img{
  width: 100%;
  height: auto;
}

.spIconlist{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

nav > ul.spIconlist li:first-of-type{
  margin-right: 20px;
}

.spIconlist li{
  margin-right: 20px;
}

.spIconlist li:last-of-type{
  margin-right: 0;
}

.spIconlist li a i{
  font-size: 30px;
}

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

@media screen and (max-width: 1000px) {
  .spnavBack{
    height: 70px;
  }
  
  .spLogo{
    height: 70px;
  }
  
  .spLogo > h2{
    display: none;
  }
  
  .spLogo > h1{
    font-size: 20px;
    letter-spacing: 3px;
  }
  
  nav{
    width: 80%;
  }
  
  #nav-open{
    width: 70px;
    height: 70px;
    padding: 20px 18px;
  }
  
  #nav-open span, #nav-open span:before, #nav-open span:after{
    width: 35px;
  }
  
  #nav-open span:before {
    bottom: -12px;
    transition: .3s  all ease-in-out;
  }
  #nav-open span:after {
    bottom: -24px;
    transition: .3s  all ease-in-out;
  }

  #nav-input:checked ~ #nav-open > span{
    transform: translateY(10px) rotate(20deg);
    transition: .3s  all ease-in-out;
    background-color: #fff;
  }

  #nav-input:checked ~ #nav-open > span::before{
    transform: translateX(40%) rotate(-20deg);
    opacity: 0;
    background-color: #fff;
  }

  #nav-input:checked ~ #nav-open > span::after{
    transform: translate(0px,-24px) rotate(-40deg);
    background-color: #fff;
  }
  
  nav > ul:first-of-type > li:first-of-type a h1{
    font-size: 26px;
  }
  
  nav > ul:first-of-type > li:first-of-type a h2{
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
  
  nav > ul:first-of-type > li a h3{
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  
  nav > ul:first-of-type > li a p{
    font-size: 10px;
  }
}


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


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


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

footer{
  width: 100%;
}

#galleryWrap{
  width: 100%;
  text-align: center;
  padding: 100px 50px 100px;
}

#galleryWrap > h2{
  margin-bottom: 30px;
}

#galleryWrap > ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#galleryWrap > ul > li{
  width: 12%;
}

#galleryWrap > ul > li a img{
  width: 100%;
  height: auto;
}

footer > iframe{
  width: 100%;
  height: 300px;
  vertical-align: bottom;
}

#footNav{
  width: 100%;
  display: flex;
  background-color: #eef3f2;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footNav > div:first-of-type h2{
  font-size: 36px;
  letter-spacing: 4px;
}

#footNav > div:first-of-type p{
  font-size: 14px;
}

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

#footNav > div:last-of-type > ul li{
  margin-right: 15px;
}

#footNav > div:last-of-type > ul li a{
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #000;
  transition: .3s  all ease-in-out;
  border-bottom: 1px solid #eef3f2;
}

#footNav > div:last-of-type > ul li a:hover{
  opacity: 1;
  border-bottom: 1px solid #000;
  transition: .3s  all ease-in-out;
}

.footCopy{
  font-size: 14px;
  letter-spacing: 4px;
  width: 100%;
  text-align: right;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #galleryWrap > ul{
    flex-wrap: wrap;
  }
  
  #galleryWrap > ul > li{
    width: 24%;
    margin-bottom: 15px;
  }
  
  #footNav > div{
    margin-bottom: 30px;
  }
  
  #footNav > div:last-of-type > ul{
    flex-wrap: wrap;
  }
}

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

@media screen and (max-width: 800px) {
  #galleryWrap{
    padding: 50px 20px 50px;
  }
}

@media screen and (max-width: 600px){
  
  #galleryWrap > ul > li{
    width: 48%;
    margin-bottom: 15px;
  }
  
  #footNav{
    padding: 50px 20px;
  }
  
  #footNav > div:last-of-type > ul{
    display: block;
  }
  
  .footCopy{
    font-size: 10px;
    letter-spacing: 2px;
  }
}

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

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


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