@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
  font-weight: 500;
  font-size: 1.6em; /*16px*/
  line-height: 2.8rem;
  text-align: center;
  counter-reset: number 0;
}
section h2 {
  font-size: 2.4rem;/*10px * 2.4*/
}
.none　{
  display: none;
}
address {
  font-style: normal;
}
.image {
 filter: grayscale(10%)opacity(0.9)drop-shadow(2px 4px 6px gray);
}
.wrapper {
  background: rgba(234,234,228,0.7);
  }
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

/*モーダル*/
.remodal {
  max-width: 1440px!important;
  max-width: unset;
  background:rgba(19, 21, 29, 0.8);
  z-index: 99999;
}
.modal-content {
    text-align: left;
    position: relative;
    margin: 0 auto;
}
.modal-flex {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.modal-flex img {
  width: calc((97%-50px) / 2 );
}
.modal-img {
  object-fit: cover;
  object-position: left;
}

.modal-discrip {
  color: #fff;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  padding: 40px 50px;
}
.modal-title_sub {
  font-size: 1.4rem;
}
.modal-discrip h3{
  font-size: 3.0rem;
  line-height: 3.8rem;
}
.modal-discrip_detail01 {
  margin: 40px 0 30px;
  font-size: 1.8rem;
}
.modal-discrip_detail02 {
  margin-bottom:40px;
  font-size: 1.4rem;
}
  
@media screen and (max-width:860px){
.modal-flex {
  display: block;
  }
.modal-flex img {
  width: 100%;
}
.modal-discrip {
 padding: 40px 0px; 
  }
}
@media screen and (max-width:425px){
 .modal-discrip h3{
  font-size: 2.4rem;
  line-height: 3.2rem;
  }
 .modal-discrip_detail01 {
  font-size: 1.6rem;
}
  } 
/*ヘッダー*/
.header {
  background-color:rgba(236, 202, 102, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 206px;
  height: 100%;
}
.sp-only, .sp-logo {
  display: none;
}
.menu-wrapper {
  top: 142px;
  position: absolute;
}
.site-map {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  padding: 0 30px 0 23px;
  height: 297px;
}
.site-map_top {
  display: none;
}
.site-map li {
  padding: 0 5px;
}
.site-map li a {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
}
.site-map li a:before {
content: '';
position: absolute;
top: 30px;
display: inline-block;
width: 60px;
height: 1px;
-webkit-transform: translateX(-50%);
transform: translateX(60%) translateY(-50%) rotate(90deg);
background-color: black;
}
.section-contact {
  margin: 45px 16px;
}
.section-contact:before {
    content: '';
    position: absolute;
    top: 297px;
    display: inline-block;
    width: 120px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-60%) translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
}
.section-contact_container {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
  font-size: 1.35rem;
  text-align: left;
}
.section-contact_container img {
    width: 33px;
  }
.section-contact_container h4 {
  line-height: 1.8rem;
}
.section-contact_container div {
  line-height: 1.4rem;
  padding: 15px 0 10px;
}
@media screen and (max-width:1070px){
  .header {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 92vw;
  z-index: 9999;
  height: 60px;
}
.top-button {
  justify-content: flex-start;
}
.pc-logo {
  display: none;
}
.sp-logo, .sp-only {
  display: block;
}
.menu-wrapper {
  display: none;
}
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
position:fixed;
z-index: 999;
  /*ナビの位置と形状*/
top:0;
right: -120%;
width:100%;
height: 100%;/*ナビの高さ*/
background:#F0E9D0;
  /*動き*/
transition: all 0.8s;
flex-direction: column;
display: flex;
justify-content: center;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}


/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding: 6px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
width: 50px;
height:50px;
}

/*×に変化*/	
.openbtn span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background-color: #666;
width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
}

/*メイン詳細*/

.main-detail {
  max-width: 916px;
  margin: 0px auto;
  text-align: left;
} 

@media screen and (max-width:1143px){
.main-detail {
  padding: 0 15px;
}}

/*セクションタイトル*/
.title-gradation {
  font-family: Times New Roman,trajan-pro-3,'Noto Serif JP',serif;
  font-style: normal;
  font-size: 7.0rem;
  line-height: 8.0rem;
  text-align: left;
  letter-spacing: 0.02em;
  background: rgba(51, 51, 51, 0.9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: 300;
}
.title-gradation_sub {
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  background-color: #fff;
  padding: 0 4px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width:768px){
.title-gradation_sub {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0 3px;
  }
}
@media screen and (max-width:482px){
  .title-gradation {
  font-size: 6.0rem;
  line-height: 6.0rem;
}
}
@media screen and (max-width:370px){
  .title-gradation {
  font-size: 5.0rem;
  line-height: 5.0rem;
}
}
/*ボタン*/
.detail-button {
  margin-top: 40px;
}
.detail-button a {
  text-decoration: none;
  z-index: 5;
}
.detail-button a:hover {
  opacity: 1;
}
.button {
  list-style: none;
  width:40vw;
  height:181.24px;
  position: relative;
  background-size: cover;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:luminosity;
  margin: 0 auto 30px;
  max-width: 916px
}
.button:hover{
  transform:scale(0.95,0.95);
  transition:.5s all;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.45);
}

.button-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  text-align: left;
  padding: 30px 20px;
  z-index: 999;
  letter-spacing: 0.02em;
  color: #ECCA66;
  box-sizing: border-box;
}
.button-text_title {
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  font-size: calc(3rem + 1vw);
  padding-bottom: 5px;
}
.button-text_title-jp {
  font-size: 1.6rem;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
}
.button-text img {
  width: 40px;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

@media screen and (max-width:770px){
.button {
   width: 100%;
   margin-bottom: 20px;
  }
.button::before{
   margin-bottom: 20px;
  }
}
/*ニュース矢印*/
.news-arrow_link {
  text-decoration: none;
}
.news-arrow {
  font-size: 1.6rem;
  padding-right: 10px;
  text-align: right;
  color: #333333;
  margin-bottom: 20px;
}
.news-arrow::after{
  content: "";
  background: url(../image/top/arrow-br.png) center center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-left: 1em;
}
@media screen and (max-width: 420px){
.news-arrow {
  font-size: 1.4rem;
}}

/*フッター*/

.footer {
  margin-top: 200px;
  padding-bottom: 10px;
}
.footer-container_flex {
  z-index: 9999;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.site-map_footer {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 60px;
  flex-wrap: wrap;
  max-width: 916px;
}
.site-map_footer li a {
  text-decoration: none;
  color: #000;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  padding: 0 30px;
}
.small {
  font-size: 1.2rem;
}
@media screen and (max-width:870px){
.site-map_footer{
  display:block;
  line-height: 6.0rem;
  }}

/* return to top */
#scroll-top {
  background-color: #eee;
  opacity: 0.6;
  bottom: 100px;
  padding: 10px;
  position: fixed;
  right: 20px;
}
#scroll-top a {
  text-decoration: none;
  color: #333;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}