@charset "UTF-8";
/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-style: none;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/****************************************
デフォルト
*****************************************/
section {
    width: 100vw;
    min-height: 100vh;
	position: relative;
}
article {
    width: 95%;
    max-width: 720px;
    margin: auto;
    padding-top: 4rem;
	text-align: center;
}
article p {
	text-align: left;
	margin-bottom: 3rem;
}
section.top-showcase {
  width: 100% !important;
  height: 100vh !important;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.top-showcase img {
    display: block;
    margin: auto;
}


/****************************************
OPEN / CLOSE BTNS
*****************************************/
.menu-btn {
  position: absolute;
  top: 20px;
    right: 20px;
    z-index: 999;
    display: block;
    width:40px;
    height:40px;
}
.menu-btn a {
    display: block;
    text-decoration: none;
    /* safari hack */
    width:40px;
    height:40px;
}
.btn-open:before {
    content:" ";
    display:block;
    width:40px;
    height:40px;
  content: url(common/images/open.png);  
    background-size:contain;
}
.btn-open:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.btn-close:before {
    content:" ";
    display:block;
    width:40px;
    height:40px;
  content: url(common/images/close.png);
    background-size:contain;
}

.btn-close:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 996;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
	padding-top: 120px;
}
.overlay ul li {
    color: #aaa;
}
.overlay ul a li {
    color: #000;
}
.overlay ul a li, .overlay ul li {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #000000;
    font-weight: 600;
    line-height: 1.25;
    font-size: 16px;
    list-style: none;
    float: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay ul li.last {
    border-bottom: 1px dotted #000000;
}
.overlay ul a:hover li {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
}
.overlay ul li p {
    display: inline-block;
    text-align: left;
    padding: 0 0.5rem;
}
.overlay ul li span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    padding: 0 1rem;
}

/* GROBAL */

header {
    width: 100%;
	height: 80px;
	display: flex;
    margin-top: 0;
    position: fixed;
    z-index: 997;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */	
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
}
footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
	color: #000;
}
footer img {
	width: 220px;
	height: auto;
	margin: auto;
	margin-bottom: 1rem;
}
@media all and (max-width: 480px) {
	
}
h1 img {
	height: 50px;
	width: auto;
}
h1 a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h1 a img:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

@media all and (max-width: 480px) {
.menu-btn {
  top: 16px;
    right: 12px;
    width:24px;
    height:24px;
}
.menu-btn a {
    width:24px;
    height:24px;
}
.btn-open:before {
    width:24px;
    height:24px;
  content: url(common/images/open02.png);  
}
.btn-open:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.btn-close:before {
    width:24px;
    height:24px;
  content: url(common/images/close02.png);
}
header {
	height: 56px;
}
h1 img {
	height: 38px;
	width: auto;
}
}
h2 {
	font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
	margin-bottom: 3rem;
	line-height: 1;
	letter-spacing: 0.25em;
	text-align: center;
}
h3 {
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	text-align: left;
}
h4 {
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	text-align: left;
}
/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
	width: 100vw;
  margin: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.full div.img01 {
  background-image: url(common/images/h1-bg01.jpg);
}
.full div.img02 {
  background-image: url(common/images/h1-bg02.jpg);
}
.full div.img03 {
  background-image: url(common/images/h1-bg03.jpg);
}
.full div.img04 {
  background-image: url(common/images/h1-bg04.jpg);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

section#top {
	display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}
section#top img {
	display: block;
	width: 130px;
	height: auto;
}

section#about {
	background-color: #fff;
	padding-top: calc(80px + 4rem);
	color: #000;
}
section#about img {
	width: 80%;
	max-width: 360px;
	margin: auto;
	margin-bottom: 2rem;
}
section#about a {
	display: block;
	margin: auto;
	width: 80%;
	max-width: 280px;
	margin-bottom: 1rem;
}

section#about a img {
	width: 100%;
	height: auto;
	margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section#about a img:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
  filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
section#entry {
	padding-top: calc(80px + 4rem);
	background-color: #b6bdc1;
	padding-bottom: 120px;
	color: #fff;
}
section#entry ul {
	text-align: left;
	margin-left: 1rem;
	list-style: none;
}
section#entry ul li {
}
section#entry ul li a {
    color: #fff;
    border-bottom: 1px dotted #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
section#entry ul li a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
section#entry ul li::first-letter {
	margin-left: -1rem;
}
section#entry ul li:before {
	content: "◆";
}
.moushikomi {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: auto;
	margin-bottom: 3rem;
}
.moushikomi_btn {
	width: 50%;
	float: left;
	display: block;
}
.moushikomi_btn img {
	width: 80%;
	max-width: 120px;
	margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0));
}
.moushikomi_btn img:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
  filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.entrys {
    display: flex;
    width: 100%;
    max-width: 420px;
    margin: auto;
    border: 3px solid #FFFFFF;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.entry {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #FFFFFF;
}
.entry-th {
	font-size: 1.25rem;
	text-align: center;
	padding: 0.25rem;
	background-color:#999999;
    border-bottom: 1px solid #FFFFFF;
}
.entry-td {
	font-size: 1.25rem;
	padding: 0.5rem;
    border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.entry-td span {
	display: flex;
	float: left;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */	
	margin-top: 0.5rem;
	margin-right: 0.25rem;
	background-image: url(common/images/circle.svg);
	color:#b6bdc1;
}
.colum-last {
    border: 0px solid #FFFFFF;
}
.entry-info {
	width: 100%;
	max-width: 420px;
	margin: auto;
	text-align: left;
	margin-bottom: 4rem;
}
.entry-info th, .entry-info td {
	font-weight: 400;
}
.entry-info th {
	width: 7em;
}
@media all and (max-width: 379px) {
	.entry-th, .entry-td {
		font-size: 1rem;
		padding: 0.25rem;
	}
.entry-td span {
	width: 1.25rem;
	height: 1.25rem;
	font-size: 0.75rem;
	margin-top: 0.375rem;
	margin-right: 0.25rem;
	background-image: url(common/images/circle.svg);
	color:#b6bdc1;
}
}
@media all and (max-width: 320px) {
	
}