@charset "UTF-8";
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
*{margin:0;padding:0;}


header h1{
	width: 170px;
}

#hedtop ul{
	margin-right:3.5%;
}
#slider{
	width:92%;
	margin: 0 auto;
	max-width:1300px;
	z-index:99;
	position:relative;
}
.slick-1{
	margin: 0 auto;
	position: relative;
	z-index:9995;
}
#slider .slick-1 img{
	width: 100%;
}
.top_concept {
	padding: 80px 0 80px;
	margin-left: 13%;
}
#eventarea{
	width: 84%;
	margin: 0px auto;
	max-width: 1260px;
	position:relative;
	padding-bottom:100px;
}
.eventlist-enume{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eventlist-enume li{
	width: 30%;
	margin-right: 5%;
	margin-bottom:60px;
}


@media screen and (max-width:950px) {
  .eventlist-enume li{
	  width: 48%;
	  margin-right: 4%;
  }
  .eventlist-enume li:nth-child(2n){
	margin-right:0;
}
}
@media screen and (min-width:951px) {
  .eventlist-enume li:nth-child(3n){margin-right:0;}
}
.eventlist-enume li img{
	width:100%;
}
.semiflex {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.trim-wrap{
	position:relative;
  width:100%;
  height:0;
  padding-bottom:70%;
  overflow:hidden;
  background-color:#ccc;
}
.trim-wrap img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:159%;
  max-height:initial;
}
.eventlist-enume li .pref{
	padding:3px 9px 2px;
	font-size:11px;
	color:#fff;
}
.semidaysub{
	font-size:14px;
}
.eventlist-enume li .semiflex div {
	flex: 1;
	border-right:1px solid #dfdfdf;
	margin-right:4px;
	padding-right:10px;
}
.eventlist-enume li .semiday {
	color: #232323;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
	font-size: 14px;
	width: 76px;
	text-align: center;
	line-height: 1.3;
}
.eventlist-enume li .semiday span {
	font-size: 1.6em;
	display: block;
}
.eventlist-enume li h3{
	font-size:17px;
	font-weight:normal;
	letter-spacing:2px;
	margin-bottom:13px;
}
.eventlist-enume li .semiplace01{
	font-size:10px;
	color:#5e5e5e;
	padding-left:2px;
}
.eventlist-enume li .semiplace01::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 700; 
	content: "\f3c5";
	padding-right:5px;
}

.region .eventarea{
	margin:20px auto;
	padding-bottom:40px;
}
.region .eventarea:before {
    content: none;
}
.region{
	background:#f6f6f6;
	padding:40px 0;
	margin-bottom:80px;
}
.itemarea{
	margin-bottom:90px;
}
#hedtop ul li:first-child{
  background: none;
  width: 83px;
}
#hedtop ul li:first-child a{
  color: #a7a7a7;
  font-size: 11px;
  line-height: 1.1em
}
#hedtop ul li:first-child img{
  margin-top: 1px;
  width: 23px;
}

.footer_about{
	border-top:1px solid #cecece;
	padding-top:25px;
	margin-top:20px;
	text-align:center;
	color:#eaeaea;
	letter-spacing:3px;
	font-size:14px;
	line-height: 1.9;
}
.footer_about h2{
	font-size:16px;
}
.footer_about .tel span{
	padding:0 20px;
}
.footer_about .tel i{
	padding-right:7px;
}
.fa-phone-volume{
	transform:rotateZ(-45deg);
	vertical-align: top;
	padding-top:2px;
}


/* headerここから */
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	  }
	  ::after,
	  ::before {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
		display: contents;
	  }

.zutto-head{
	max-width:1200px;
	height: 115px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

.hamburger{
	display: none;
}

.zutto-logo {
	height: 80px;
	margin: 1% 2%;
}

.zutto-nav {
  display: -webkit-box;
  display: -ms-flexbox;
}

.zutto-nav li {
  white-space: nowrap;
}

.zutto-nav ul{
  list-style: none;
  display: flex;
  margin: -4.8%;
  align-items: center; 
  margin-right: 0%;
}

.zutto-nav ul li a {
	color: rgb(76, 117, 214);
	margin-right: 17px;
}

header nav ul li a{
	display: block;
}

.zutto-head .zutto-menu {
  width: 30px;
  height: 30px;
  margin-left: 40px;
  position: relative;
  left: 0%;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zutto-head .zutto-menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgb(76, 117, 214);
}
.zutto-head .zutto-menu span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.zutto-head .zutto-menu span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zutto-head .zutto-menu span:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  bottom: 0;
}
.zutto-head .zutto-menu-white span {
  background-color: #fff !important;
}

.zutto-head .zutto-menu.active {
  position: fixed;
  top: 20px;
  left: 95%;
  background-color: rgba(0, 0, 0, 0);
}

.zutto-head .zutto-menu.active span {
  background-color: rgb(76, 117, 214);
}

.zutto-head .zutto-menu.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.zutto-head .zutto-menu.active span:nth-of-type(2) {
  opacity: 0;
}
.zutto-head .zutto-menu.active span:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.zutto-active {
  display: none;
  position: fixed;
  top: 13%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  /* overflow-y: scroll; */
  z-index: 998;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.zutto-active .zutto-active-container {
  /* background-color: #EDF5F5; */
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  align-items: center;
  max-width: 1200px;
  /* margin-right: auto; */
  /* margin-left: auto; */
  /* padding-right: 55px; */
  position: relative;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zutto-active .active-logo {
	position: absolute;
	top: 39.5%;
	left: -0.6%;
	width: 59%;
	margin-right: 70px;
	display: block;
  }

  .zutto-active .active-box {
	position: relative;
	top: 0;
	left: 40.5%;
	width: 59%;
	height: 758px;
	background-image:  url(https://suits.media/community/images/common/hamburger.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
  }
  @media screen and (max-width: 768px) {
	.zutto-active .active-box {
	  width: 100%;
	  max-width: 95%;
	  margin-right: auto;
	  margin-left: auto;
	  border-radius: 45px;
	}
  }

  
  .zutto-active .active-box__items {
	display: block;
	position: absolute;
	top: 28%;
	left: 3%;
  }
  

  
  .zutto-active .active-box__item {
	margin-bottom: 22px;
  }
  @media screen and (max-width: 1200px) {
	.zutto-active .active-box__item {
	  margin-bottom: 30px;
	}
  }
  .zutto-active .active-box__item:last-child {
	margin-bottom: 0;
  }

  .zutto-active .active-box__link {
	color: rgb(76, 117, 214);
	font-size: 20px;
	padding-left: 35px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  @media screen and (max-width: 1200px) {
	.zutto-active .active-box__link {
	  font-size: 16px;
	  font-size: 1rem;
	}
  }

  .zutto-active .active-box__link:hover {
	opacity: 0.8;
  }
  .zutto-active .active-box__link::before {
	display: block;
  }

  .zutto-active.active {
	display: block;
  }
 
  .ZUTTO-header-button {
	color: #fff;
	font-size: 20px;
  }

  
	.ZUTTO-header-button {
	  padding: 0;
	  border-radius: 20px;
	  margin-left: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
  
	.ZUTTO-header-contact .zutto-contact {
	  position: absolute;
	  top: 16%;
	  left: 47%;
	  border-radius: 30px;
	  margin-left: 0;
	  margin-right: 0;
	}

  
  .zutto-contact{
	position: absolute;
	top: 14%;
	left: 71%;
	width: 42%;
	height: 75%;
	background-color: rgb(76, 117, 214);
	border-radius: 30px;
	border: none;
  }

/* headerここまで */
/* footerここから */
.zutto-footer {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	color: rgb(76, 117, 214);
	line-height: 3;
  }
  
  .zutto-footer-line{
	width: 100%;
	height: auto;
  }

  .zutto-footer-logo{
	width: 149%;
	margin-top: -1%;
	max-width: 475px;
  }

  .footinner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
	z-index: 3;
}
  
  .zutto-footer-menu{
	display: flex;
	gap: 10%;
  }

  .zutto-footer-menu ul li a{
	color: rgb(76, 117, 214);
	font-family: Arial, sans-serif;
	font-size: 0.85em;
  }
  
  .zutto-line-up{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24%;
	width: 40%;
	white-space: nowrap;
	margin-left: 9%;
	margin-top: -0.5%;
  }
  


.ZUTTO-footer-contact a{
	color: #fff;
	font-size: 15px;
}

.ZUTTO-footer-button {
	position: relative;
	top: 6%;
	left: -13%;
	width: 160px;
	height: 48px;
	background-color: rgb(76, 117, 214);
	border-radius: 10px;
	border: none;

  }

  
  .sns_link{
	position: absolute;
	top: 34%;
	right: 4%;
  }

  .sns_link img{
	width: 45px;
  }

  .sns_item_box{
	display: flex;
	justify-content: space-around;
	gap: 10%;
  }



  @media screen and (max-width: 1000px) {
	.ZUTTO-footer-button {
		position: relative;
		top: 40%;
		left: 0%;
	}
  }
  
  
  .ZUTTO-footer-company-info {
	text-align: left;
	font-size: 0.8rem;
	color: rgb(76, 117, 214);
	align-items: center;

  }
  
  .ZUTTO-footer-company-info img {
	vertical-align: middle;
	margin: 0 10px;
  }
  

  .ZUTTO-footer-company-info-logos {
	display: flex;
	align-items: center;
  }

  .copyright{
	text-align: center;
  }

  .sp-display{
	display: none;
  }

  @media screen and (max-width: 768px) {
	.sp-display {
	  display: block;
	}
}
  /* footerここまで */