/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.section-01 .container {
  padding: 60px 0;
}
/*--------------------------------
	　section-02
--------------------------------*/
h3 {
  border-bottom: solid 3px #e6e6e6;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c7002f;
  bottom: -3px;
  width: 10%;
}
.grid-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-menu ul li {
  width: 23.5%;
  box-shadow: 2px 2px 6px 3px #DDD;
  border-radius: 15px;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  border-bottom: 3px solid #c7002f;
  background: #FFF;
  margin-bottom: 30px;
	padding: 35px 15px;
}
.grid-menu.grid2 ul li {
  padding: 0;
}
.grid-menu ul li a {
	text-decoration: none;
	margin-top: 30px;
}

.grid-menu ul li span {
  font-size: 90px;
  color: #d1d1d1;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: -30px 0 15px -15px;
}
.grid-menu ul li .text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}
.fancybox-content span {
  font-size: 58px;
  color: #d1d1d1;
  font-weight: 300;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
	margin-top: -15px;
}
.fancybox-content.animated-modal {
	border-radius: 15px;
	border-bottom: 3px solid #c7002f;
	width: 450px;
}

.more a {
  font-size: 15px;
  border-bottom: 3px solid #000;
  color: #000;
  display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}
.more img {
  vertical-align: middle;
	margin-left: 10px;
}
/*.more a::after {
	content: "";
	background: url("../img/asset_icon_10.png") left center no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;
}*/
/*--------------------------------
	　section-03
--------------------------------*/
.section-03 {
  background: #f3f2f2;
}
.section-03 .container {
  padding: 60px 15px;
}







/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}






@media screen and (max-width: 991px) {
  .section-01 .container {
    position: relative;
    padding: 15px;
  }
  h3 {
    font-size: 20px;
  }
  .grid-menu ul {
    display: flex;
  }
  .grid-menu ul li {
    width: 48%;
    box-shadow: 2px 2px 6px 3px #DDD;
    border-radius: 15px;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    padding: 35px 15px;
    line-height: 1.5;
    border-bottom: 3px solid #c7002f;
    background: #FFF;
    margin-bottom: 15px;
  }
  .grid-menu ul li .text {
    font-size: 12px;
    font-weight: bold;
  }
}