@import url("https://use.typekit.net/cyx2lni.css");
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "futura-pt", sans-serif;
  }

  a {
	color: black;

  }

  .kanji {
	font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
  }
#container {
	width: 100%;
}

/* header */

.header {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 3;
  }
  
  .header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
  }
  
  .header li a {
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.5px;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
	background-color: #f4f4f4;
  }
  
  .header .logo {
	display: block;
	float: left;
	font-size: 30px;
	letter-spacing: 0.5px;
	padding: 10px 20px;
	text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
  }
  
  .header .menu-icon .navicon {
	background: black;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .header .menu-icon .navicon:before {
	top: 5px;
  }
  
  .header .menu-icon .navicon:after {
	top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
	max-height: 340px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
  .main{
	background: #fff;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	width: 100%;
  }
  
  .main_other{
	background: #fff;
	width: 100%;
	}
  
  .main_other > h4, p {
	text-align: left;
  }

  .main_other > p {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
  }
  /*------------------------------------*\
    PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
	max-width: 100%;
	margin: 0 auto;
  }

  .m-p-g__thumbs-img {
	margin: 0;
	float: left;
	vertical-align: bottom;
	cursor: pointer;
	z-index: 1;
	position: relative;
	opacity: 0;
	filter: brightness(100%);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: opacity, transform;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .m-p-g__thumbs-img.active {
	z-index: 50;
  }
  .m-p-g__thumbs-img.layout-completed {
	opacity: 1;
  }
  .m-p-g__thumbs-img.hide {
	opacity: 0;
  }
  .m-p-g__thumbs-img:hover {
	filter: brightness(80%);
  }
  .m-p-g__fullscreen {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
	will-change: background, visibility;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  .m-p-g__fullscreen.active {
	transition: background 0.25s ease-out, visibility 0.01s 0s linear;
	visibility: visible;
	background: rgba(0, 0, 0, 0.95);
  }
  .m-p-g__fullscreen-img {
	pointer-events: none;
	position: absolute;
	transform-origin: left top;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	max-width: 100%;
	visibility: hidden;
	will-change: visibility;
	transition: opacity 0.5s ease-out;
  }
  .m-p-g__fullscreen-img.active {
	visibility: visible;
	opacity: 1 !important;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  }
  .m-p-g__fullscreen-img.almost-active {
	opacity: 0;
	transform: translate3d(0, 0, 0) !important;
  }
  .m-p-g__controls {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	height: 20vh;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .m-p-g__controls.active {
	opacity: 1;
	visibility: visible;
  }
  .m-p-g__controls-close, .m-p-g__controls-arrow {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: none;
	background: none;
  }
  .m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
	outline: none;
  }
  .m-p-g__controls-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 20%;
	height: 100vh;
	display: flex;
	align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
  }
  .m-p-g__controls-arrow:hover {
	opacity: 1;
  }
  .m-p-g__controls-arrow--prev {
	left: 0;
	padding-left: 3vw;
	justify-content: flex-start;
  }
  .m-p-g__controls-arrow--next {
	right: 0;
	padding-right: 3vw;
	justify-content: flex-end;
  }
  .m-p-g__controls-close {
	position: absolute;
	top: 3vh;
	left: 3vw;
	z-index: 5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .m-p-g__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	transition: all 0.25s ease-out;
  }
  .m-p-g__btn:hover {
	background: rgba(255, 255, 255, 0.15);
  }
  .m-p-g__alertBox {
	position: fixed;
	z-index: 999;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 25px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	color: grey;
  }
  .m-p-g__alertBox h2 {
	color: red;
  }

  .info {
	background: #fff;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	width: 100%;
	color: #000;
	text-align: left;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.5px;
	}

.info > article:nth-child(2), article:nth-child(3) {
	padding-top: 15px;
	line-height: 1.3em;
	}

.info article:nth-child(3) a {
	color: #000;
	text-decoration: none;
	}
	
.info article:nth-child(3) a:hover {
	color: #000;
	text-decoration: underline;
	}
	

.info article:nth-child(4) {
	color: #a1a1a1;
	text-decoration: none;
	padding-top: 20px;
	}

.info article:nth-child(4) a {
	color: #a1a1a1;
	text-decoration: none;
	}

.info article:nth-child(4) a:hover {
	color: #a1a1a1;
	text-decoration: underline;
	}


/* Gallery in other.html */
#img_other {
			border-radius: 1px;
			cursor: pointer;
			width:100%;
			max-width:450px;
		  }
		  
#img_other:hover {
	filter: brightness(80%);
}		  
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
		}
		  
/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 1200px;
	}
		  
 /* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
	}
		  
/* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
	}
		  
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
	}
		  
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
	}
		  
/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	padding-top: 50px;
	}
		  
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
	}
		  
		
	@media only screen and (min-width: 1360px){
		.main, .main_other{
		  max-width: 1280px;
		  margin-left: auto;
		  margin-right: auto; 
		  padding: 150px 24px 24px 24px;
		}
	
	}
	@media only screen and (max-width: 1360px){
		.main, .main_other{
		  max-width: 1280px;
		  margin-left: auto;
		  margin-right: auto; 
		  padding: 150px 24px 24px 24px;
		}
	
	}

	@media only screen and (min-width: 1360px){
		.info{
		  max-width: 980px;
		  margin-left: auto;
		  margin-right: auto; 
		  padding: 150px 24px 24px 24px;
		}
	
	}
	@media only screen and (max-width: 1360px){
		.info{
		  max-width: 980px;
		  margin-left: auto;
		  margin-right: auto; 
		  padding: 150px 24px 24px 24px;
		}
	
	}

	@media (min-width: 48em) {
		.header li {
		  float: left;
		}
		.header li a {
		  padding: 20px 30px;
		}
		.header .menu {
		  clear: none;
		  max-height: none;
		}
		.header .menu-icon {
		  display: none;
		}
	  }
	  
	
	  @media (max-width:600px) {
		.nav > .nav-btn {
		  display: inline-block;
		  position: absolute;
		  right: 0px;
		  top: 0px;
		}
		.nav > .nav-btn > label {
		  display: inline-block;
		  width: 50px;
		  height: 50px;
		  padding: 13px;
		}
		.nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
		  background-color: rgba(0, 0, 0, 0.3);
		}
		.nav > .nav-btn > label > span {
		  display: block;
		  width: 25px;
		  height: 10px;
		  border-top: 2px solid #eee;
		}
		.nav > .nav-links {
		  position: absolute;
		  display: block;
		  width: 100%;
		  background-color: #333;
		  height: 0px;
		  transition: all 0.3s ease-in;
		  overflow-y: hidden;
		  top: 50px;
		  left: 0px;
		}
		.nav > .nav-links > a {
		  display: block;
		  width: 100%;
		}
		.nav > #nav-check:not(:checked) ~ .nav-links {
		  height: 0px;
		}
		.nav > #nav-check:checked ~ .nav-links {
		  height: calc(100vh - 50px);
		  overflow-y: auto;
		}
	  }

	  /* 100% Image Width on Smaller Screens */
	  @media only screen and (max-width: 600px){
		.modal-content {
		  width: 100%;
		}
	  }
