@charset "utf-8";
/* CSS Document */
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "EB Garamond", serif;	
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p,li {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.cmn-container h3 {
	font-family: 'Outfit', sans-serif;	
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	
}
.cmn-container {
	overflow: hidden;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.btn_area {
	text-align: center;
	margin-bottom: 15px;
}
.btn_area:nth-last-child(1) {
	margin-bottom: 0;
}
.btn_area .btn {
	display: inline-block;
	padding: 0;
}
.btn_area .btn a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 2.2;
	color: #FFF;
	padding: 0 1.5em;
	background-color: #000;
}
.bottom_cont .btn_area .btn a {
	min-width: 15em;
}
.bottom_cont {
	position: relative;
	z-index: 2;
	padding: 60px;
}
@media screen and (max-width: 767px) {
	.bottom_cont {
		padding: 8vw;
	}
	.btn_area .btn a {
	  font-size: 3.5vw;
	}
}

.fv_area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
}
.navArea {
	padding-bottom: 60px;
}
.navList li {
	padding: 0 10px;
}
.navList li span {
	display: block;
}
.navList li .text {
	font-size: 15px;
	line-height: 1.6;
	padding: 0.4em 0.5em;
}
.contWrap {
	width: 90%;
	max-width: 630px;
	margin: 0 auto;
}
.dayBox {
	padding: 60px 0;
	margin-bottom: 30px;
}
.boxSlide li {
	padding: 0 10px;
}
.boxHeadItem {
	width: 90%;
	max-width: 550px;
	margin: 0 auto;
	padding: 60px 0;
}
.boxHeadItem .info {
}
.boxHeadItem .info ul {
}
.boxHeadItem .info ul li {
	font-size: 14px;
	line-height: 1.6;
	color: #313131;
	letter-spacing: 0.03em;
	font-family: 'Outfit', sans-serif;	
	font-weight: 500;
	
}
.boxHeadItem .info ul li .type {
	padding-right: 1.5em;
}
.boxHeadItem .info ul li span.name::after {
	content: " - CHECK";
}
.items {
	
}
.items ul {
	font-size: 0;
}
.items ul li {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 4%;
	font-family: 'Outfit', sans-serif;	
	font-weight: 500;
	position: relative;
	vertical-align: top;
}
.items ul li:hover {
	opacity: 0.8;
}
.items ul li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.items ul li:nth-child(2n) {
	margin-right: 0;
}
.items ul li span {
	display: block;
}
.items ul li span.name {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: #313131;
	padding-top: 0.5em;
}
.items ul li span.name::after {
	content: " - CHECK";
}
.cmn-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.cmn-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(23,104,128,1.00);
	border-radius: 50%;
	opacity: 0.5;
}
.cmn-container .slick-dots li.slick-active button {
	opacity: 0.8;
}
.slick-dots li button::before {
	display: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  top: 50%;
  border-radius: 0;
  background-color: rgba(255,255,255,0.80);
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 500;
}
.slick-prev::before, .slick-next::before {
	font-family: 'Outfit', sans-serif;	
  font-size: 20px;
	font-weight: bold;
  line-height: 1;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
	.contWrap {
	  width: 100%;
	  max-width: 767px;
	  margin: 0 auto;
	}
	.items {
		width: 90%;
		margin: 0 auto;
	}	
	.cmn-container h3 {
	  font-size: 6vw;
	}
	.items ul li span.name,	
	.boxHeadItem .info ul li {
	  font-size: 3.2vw;
	}
	.dayBox {
	  padding: 9vw 0;
	  margin-bottom: 8vw;
	}	
	
}