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


header h1{
	width: 113px;
	margin: 20px 0 0px 5%;
}
#slider{
	width:100%;
	margin: 0 auto;
	z-index:99;
	position:relative;
	overflow:hidden;
}
.slick-1{
	margin: 0 auto;
	position: relative;
	width: 130%;
    left: -15%;
	z-index:9995;
}
#slider .slick-1 img{
	width: 100%;
}
.top_concept {
	padding: 40px 0 30px;
}
.eventarea {
	width: 100%;
	margin: 0px auto 0px;
	max-width: 100%;
	padding-bottom: 0px;
	position: relative;
	padding-top:30px;
	padding-bottom:16px;
	background: #f6f6f6;
}

.eventarea:before{
	content:none;
}
#eventarea{
	width: 84%;
	margin: 0px auto;
	position:relative;
}
.eventlist-enume{
	margin-top:15px;
}
.eventlist-enume li{
	width: 100%;
	margin-bottom:27px;
}
.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:58%;
  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:12px;
	color:#5e5e5e
}
.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;
}
.entrearea:before{
	content:none;
}
ul.entrelist_top{
	margin: 20px auto;
}
.entrearea{
	margin-bottom:80px;
}
.itemarea:before{
	content: "";
	position: absolute;
	z-index: -99;
	top: 45px;
	left: 0;
 	width: 100%;
	height: 100%;
}
.itemarea h2 {
	margin-top: -34px;
}
ul.topsupportlist{
	margin-bottom:80px;
}
.entrearea{
	background:none;
	margin-bottom:0;
}
.footer_about{
  border-top:1px solid #aeaeae;
  padding-top:25px;
  margin-top:20px;
  text-align:center;
  color:#dcdcdc;
  letter-spacing:3px;
  font-size:13px;
  line-height: 1.9;
}
.footer_about h2{
  font-size:15px;
}
.footer_about .tel span{
  padding:0 17px;
}
.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;
  }

  header nav{
	display: block;
  }

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

.zutto-nav li {
	display: none;
}

.hamburger{
	display: none;
}
.zutto-head .zutto-menu {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 20px;
	right: 4.375%;
	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 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-head .zutto-menu.active {
	position: fixed;
	top: 20px;
	right: 4.375%;
}

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

  .zutto-active {
	display: none;
  }

  .zutto-active.active {
	display: block;
  }

.zutto-active .zutto-active-container {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding-top: 23px;
	padding-bottom: 50px;
}

.zutto-active .active-logo {
	display: none;
}

.zutto-active .active-box {
	display: block;
	position: absolute;
	top: 20px;
	left: 5%;
	width: 90%;
	height: 90%;
	background-image:  url(https://suits.media/community/images/common/hamburger_sp.png);
	background-repeat: no-repeat;
	border-radius: 35px;
}


.zutto-active .active-box__items {
	position: absolute;
	top: 20%;
	left: 20%;
	line-height: 4;
}


.zutto-active .active-box__item:last-child {
	margin-bottom: 30px;
}

.zutto-active .active-box__link {
	font-size: 14px;
	font-size: 0.875rem;
	color: rgb(76, 117, 214);
}

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

.zutto-contact{
	position: absolute;
	top: 85%;
	left: 10%;
	width: 70%;
	height: 70px;
	background-color: rgb(76, 117, 214);
	border-radius: 10px;
	border: none;
  }


/* headerここまで */

/* footerここから */

.zutto-footer {
	background-color: #FFF;
	color: rgb(76, 117, 214);
	line-height: 3;
}

.zutto-footer-line{
	width: 100%;
	height: 50px;
	margin: 0 auto;
  }
  
.zutto-footer-logo{
	padding: 5%;
	width: 100%;
}

.zutto-footer-menu ul li a{
color: rgb(76, 117, 214);
}

.zutto-line-up{
display: flex;
gap: 5%;
padding: 5%;
white-space: nowrap;
}

@media screen and (min-width: 1200px) {
	.zutto-line-up {
	  width: 100%;
	  margin: 10% auto;
	  white-space: nowrap;
	}
  }

.ZUTTO-footer-contact{
	width: 100%;
}

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


.ZUTTO-footer-button {
	position: static;
	margin: 0 auto;
	display: block;
	width: 150px;
	height: 60px;
	background-color: rgb(76, 117, 214);
	border-radius: 10px;
	border: none;
  }


.ZUTTO-footer-company-info {
	margin-top: 5%;
}

.ZUTTO-footer-company-info {
	text-align: left;
	font-size: 0.75rem;
	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: block;
	align-items: center;
  }

  .copyright{
	font-size: 0.75rem;
  }

  .sns_link{
	position: static;
	width: 80%;
	margin: 10% auto 0;
  }

  .sns_link img{
	width: 40px;
  }

  .sns_item_box{
	display: flex;
	justify-content: center;
	gap: 5%;
  }

/* footerここまで */