/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
.header-page {
  background: url("../img/header_page.jpg") left top no-repeat;
  background-size: cover;
}
.header-page .container {
  position: relative;
  height: 265px;
}
h1.page {
  position: absolute;
  left: 0;
  bottom: 35px;
  font-size: 67px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: #FFF;
  line-height: 1;
}
h1.page span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
  font-size: 42px;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
	margin-bottom: 30px;
  position: relative;
	z-index: 1;
}
.page-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 196px;
  font-weight: 300;
  color: #eaeaea;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: -40px;
  top: 0;
  line-height: 1;
	z-index: -1;
}
.page-tagline-02 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 196px;
  font-weight: 300;
  color: #eaeaea;
  line-height: 0.63;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: none;
  margin: 30px 0 45px;
}
.next-box {
  background: #f3f3f3;
  padding: 60px 0;
}
.next-box-inner {
  display: flex;
  justify-content: space-evenly;
	padding: 10px;
}
.next-box-inner li {
  width: 32%;
  border-radius: 15px;
  box-shadow: 2px 2px 6px 3px #DDD;
  background: #FFF;
}
.next-box-inner li a {
  text-decoration: none;
	display: block;
}



.next-box-inner li p {
  overflow: hidden;
  /*background: #000;*/
}
.next-box-inner li img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.next-box-inner li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.next-box-inner li:hover {
  box-shadow: none;
  transition: 0.5s;
}
.next-box-inner .title {
  font-size: 48px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  padding: 15px;
  line-height: 1;
  height: 100px;
  display: flex;
  align-items: center;
	position: relative;
}
.next-box-inner .title span {
  position: absolute;
	right: 15px;
	top: 43px;
	font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}
.next-box-inner .title.kanzi {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
}
.next-box-inner .title.long {
  font-size: 32px;
}
.next-box-inner .img img {
  width: 100%;
}
.next-box-inner .text {
  font-size: 15px;
  padding: 30px;
  font-weight: bold;
}
.next-box-inner .more {
  font-size: 15px;
  margin: 0 0 30px 30px;
  border-bottom: 3px solid #000;
  color: #000;
  display: inline-block;
}
.next-box-inner li a:hover .more {
  border-bottom: 3px solid #FFF;
}
@media screen and (max-width: 991px) {
  .header-page {
    background-position: bottom;
	  height: 230px;
  }
  .page-single .logo {
    position: static;
    margin-top: 20px;
  }
  h1.page {
    position: static;
    margin-top: 35px;
  }
	h2 {
    font-size: 26px;
    line-height: 1.8;
  }
  .page-tagline-02 {
    font-size: 132px;
  }
  .next-box .next-box-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
  }
  .next-box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .next-box-inner li {
    flex: 0 0 260px;
    white-space: normal;
    word-wrap: break-word;
    margin-right: 15px;
    background: #FFF;
  }
	h3:after {
    width: 30%!important;
}
	.next-box-inner .title span {
    position: static;
    width: 100%;
    text-align: right;
}
.next-box-inner .title.long {
    font-size: 28px;
    line-height: 0.9;
}
	.next-box-inner .title.long span {
    font-size: 14px;
}
}