/* 'Noto Sans JP', sans-serif */
body {
  background-color: #eeeeee;
  font-size: 62.5%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}



.top {
  margin: 0 auto;
  text-align: center;
}
.top .Logo {
  font-family: "Anaheim", sans-serif;
  font-size: 13em;
  max-width: 440px;
  width: 100%;
  margin: 6% auto 1%;
  padding: 0 0 0 2%;
  display: inherit;
}

.top .Lead,
.sectionConts .Lead {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4em;
  margin: 0 auto 5%;
}

.container {
  margin: 0 auto;
  position: relative;
  /* .containerMenu */
}



.nolink {
  pointer-events: none;
}


.sectionConts h2 {
	font-size: 4.6em;
	margin-bottom: 0;
	font-weight: 900;
	font-family: 'Gothic A1', sans-serif;
	letter-spacing: 0.1em;
}
.sectionConts h2 span {
	font-size: 0.3em;
	position: relative;
	font-weight: 400;
    margin: 0.5em auto 0;
    display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
}
.sectionConts h2 span:before {
	content: "";
	border-top: 1px solid;
    width: 10px;
    margin-right: 1em;
}
.sectionConts h2 span:after {
	content: "";
	border-top: 1px solid;
    width: 10px;
    margin-left: 0.7em;
}

.container .containerMenu {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*position: relative;
  pointer-events: none;
  /* .box */
}
.container .containerMenu .box {
  width: calc(92%/3);
  /* width: 26.5%; */
  margin: 3% 1%;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  
  /*
  display: flex;
  flex-direction: column; */
}
.container .cate_ttl02 {
	font-size: 1.5em;
    color: #969696;
    padding: 2vh 0.2vw 1vw;
    text-align: left;
    /* flex: 1;
    height: 100%;
    min-height: 20px; */
    display: flex;
    align-items: center;
}

.container .cate_ttl02.h_adj {
	min-height: 40px;
}
.container .cate_ttl02 span {
	font-size: 0.6em;
	padding: 0 0 0 10px;
}
.container .containerMenu .box .boxFrame {

  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
	padding: 2em;
	box-sizing: border-box;
	border-radius: 6px;
	flex: 2;
  /*height: 90%;*/
  min-height: 90%;

    display: flex;
    flex-direction: column;
}
.container .containerMenu .box .boxFrame p {
	flex: 3;
  height: 100%;
}
.container .containerMenu .box.box2 {
	width: calc(90%/2);
}
.container .containerMenu .box.box2 img {
	height: 321px;
	object-fit: cover;
	object-position: 0 70%;
}
.container .containerMenu .box .nolink .boxFrame {
  box-shadow: 0px 0px 0px 0px #b8b9be;
}

.container .containerMenu .box_top {
  width: 95%;
  padding: 1.3% 1.3% 2%;
  margin: 3% auto;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}


.container .containerMenu .box .menuImg img {
  width: 100%;
  border-radius: 6px;
}
.container .containerMenu .box_top .menuImg img {
  width: 100%;
  border-radius: 6px;
}
.container .containerMenu .box .ttl {
	font-family: 'Gothic A1', sans-serif;
	font-size: 2.3em;
	color: #969696;
	padding: 1.2vw 0.2vw 0.5vw;
}
.container .containerMenu .box .ttlLead {
  font-size: 0.5em;
  color: #4c1c3f;
  display: block;
  padding: 0.5vw 0.2vw 0;
  font-family: sans-serif;
}
.container .containerMenu .box_top .ttl {
  font-size: 2.8em;
  color: #969696;
  padding: 2vh 0.2vw;
}
.container .containerMenu .box_top .ttlLead {
  font-size: 1.3em;
  color: #4c1c3f;
  padding: 0 0.2vw;
}
.container .containerMenu .box a {
	color: inherit;
	text-decoration: none;
	/*
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
   */
}


/*-- add 230926 --*/
.container .containerMenu .otherframe{
  display: flex;
  flex-wrap: wrap;
  border: 1px  solid #FFF;
  border-radius: 6px;
  min-height: 90%;
  padding: 2em;
  align-items: center;
  /* background: #FFF; */
}

.container .containerMenu .otherframe p{
  width: 100%;
  margin: 1em auto 0;
  text-align: center;
  font-size: 1.4em;
}

.container .containerMenu .otherframe ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0;
}
.container .containerMenu .otherframe li {
  list-style-type: none;
}
@media screen and (max-width:768px) {
  .container .containerMenu .otherframe{
    padding: 1em;
  }
  .container .containerMenu .otherframe p {
    font-size: 0.5em;
  }
}
/*-- add 2309261 end --*/

.container .containerMenu .box_top a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.container .containerMenu .box .boxFrame:hover {
  opacity: 0.7;
  transition: all 0.5s;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
  cursor: pointer;
}
.container .containerMenu .box_top:hover {
  opacity: 0.7;
  transition: all 0.5s;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}
.container .containerMenu:after {
  content: "";
  display: block;
  width: 33.3%;
  height: 0;
}
.container .containerMenu .nohov:hover {
  opacity: 0.3;
  box-shadow: 1px 1px 3px #b8b9be, -1px -1px 3px #fff;
}

.container .conceptTxt {
  text-align: center;
  line-height: 2.6;
  padding: 5% 0 0%;
  font-size: 1.4em;
}
.container .conceptTxt span {
  font-family: "Anaheim", sans-serif;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 300;
}
.container .conceptTxt span img {
  max-width: 100px;
  width: 100%;
  padding: 0 5px;
}

.preparation {
  opacity: 0.3;
}
.comings {
	position:absolute; top:50%;left:0;right:0;margin:auto;font-size: 2em;
}

.sectionConts {
	margin: 6% auto 1%;
	position: relative;
	text-align: center;
}

.modalBtn {
    font-size: 20px;
    background: #4C1C3F;
    color: #FFF;
    position: absolute;
    top: -30px;
    right: 0;
    padding: 16px 50px;
    cursor: pointer;
}
.modalBtn:hover,
.modalClose:hover {
	opacity: 0.8;
}
.modal {
	display: none;
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	/* position: relative; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	background: #4C1C3F;
	color: #FFF;
}
.modalClose{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 40px;
	right: 50px;
	padding: 16px 50px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
	z-index: 101;
}
.modalContsFrame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -44%);
	overflow: hidden;
	height: 100%;
	width: 80%;
	margin: auto;
	backface-visibility: hidden;
	box-sizing: border-box;
	z-index: 30;
}
@media screen and (max-width:768px) {
	.sectionConts h2 {
		font-size: 36px;
		margin: 10% auto 4%;
	}
	.container .containerMenu .box.box2 img {
		height: 190px;
	}
	.container .containerMenu .box .ttl {
		font-size: 1.7em;
	}
	.container .containerMenu .box .boxFrame {
		padding: 1.4em 1.2em 0.5em;
	}
	.modal {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.modalContsFrame {
		width: 90%;
	}
	.modalBtn {
		top: -65%;
		font-size: 14px;
		padding: 10px 10px;
	}
	.modalClose {
		top: 20px;
		right: 20px;
		background: #2e1828;
		border-radius: 50px;
		padding: 13px 20px 15px;
	}
}
@media screen and (max-width:767px) {
	.container .containerMenu .box.box2 {
		width: 95%;
	}
	.modalContsFrame {
		transform: translate(-50%, -35%);
	}
	.modalClose {
	  	top: 12px;
		right: 10px;
  	}

}

.modalFlex {
	display: flex;
}
.modalFlex .item {
	width: calc((100% - 100px) /3 );
	font-size: 16px;
	margin: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
}
.modalFlex .item:after {
	content: "";
	position: absolute;
    right: -20%;
    top: 20%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
}
.modalContsFrame > div > div:nth-child(3):after {
	display: none;
}

.mod_num {
	font-size: 24px;
	margin: 30px auto 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
.modalFlex .item img {
	width: 100%;
}
.mod_tx {
	margin: 20px auto 30px;
	display: flex;
	justify-content: center;
	flex-grow: 1;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top .Logo {
    width: 74%;
    max-width: 100%;
    margin: 0% auto;
  }
  .top .Lead {
    width: 74%;
    margin: 0 auto 6%;
    line-height: 1.8;
  }
  .container {
    max-width: 100%;
  }
  .container .containerMenu .box {
    width: 95%;
    padding: 2.8% 2%;
  }
  .container .containerMenu .box,
  .container .containerMenu .box_top {
    width: 45%; 
    padding: 2.8% 2%;
    margin: 0 2.5%; 
  }
  .container .containerMenu .box:nth-child(n+3) {
    margin: 0 2.5%; 
  }
  .container .containerMenu .box .menuImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .container .cate_ttl {
    font-size: 3.3em;
  }
  .modalFlex {
  flex-wrap: wrap;
  }
  .modalFlex .item {
  width: 100%;
  flex-wrap: wrap;
  }
  .mod_num {
    margin: 0 auto 15px;
  }
  .modalContsFrame {
    top: 40%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20%;
  }
}


footer#topfooter {
  text-align: center;
  padding: 4% 0;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  footer#topfooter {
    padding: 10% 0 4%;
  }
}


.flow {
  max-width: 1260px;
  margin: 0 auto;
}

.flow h3 {
  font-size: 4.0em;
  margin-bottom: 1.5em;
  font-weight: 900;
  font-family: 'Gothic A1', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width:768px) {
	.flow h3 {
		font-size: 3.0em;
		margin: 10% auto 4%;
	}
}
.flow .figure {
  padding: 0 4em;
}
.flow img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */


