@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Shippori+Mincho:wght@400;500&display=swap');

/*
---------------------------------------------------------------
共通部分
---------------------------------------------------------------
*/

*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  -webkit-font-smoothing: antialiased;
}

*::before,
*::after{
  background-size: cover;
  background-position: center;
}


body{
  font-size: 15px;
  font-weight: 400;
  font-family: 'Shippori Mincho', serif;
  color:#31333A;
  position: relative;
}

body.rock{
  height:100vh;
  overflow: hidden;
}

body::before{
  content:"";
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:-100;
  background-color:#F1F1F1;
}

main{
  padding-top: 200px;
}

img{
  display:block;
  object-position: center;
}

.hina{
  font-family: 'Hina Mincho', serif;
}

.hide{
  display: none!important;
}

.relative{
  position: relative;
}

.container{
  max-width:1000px;
  margin:0 auto;
  padding:0 20px;
}



.common-left-border-title{
  position: relative;
  padding-left: 56px;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.common-left-border-title::before{
  content:"";
  width:41px;
  height:1px;
  background-color: #B5B5B6;
  position: absolute;
  left:0;
  bottom:4px;
}

.common-top-border-title{
  position: relative;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  padding-top: 24px;
  letter-spacing: 0.1em;
}

.common-top-border-title::before{
  content:"";
  width:52px;
  height:1px;
  background-color: #B5B5B6;
  position: absolute;
  top:0;
  left:0;
}

.common-more-link{
  position: relative;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #31333a;
  padding-right: 36px;
}

.common-more-link::before{
  content:"";
  width:56px;
  height:56px;
  border-radius: 50%;
  background-color:#fff;
  position: absolute;
  bottom:-12px;
  right:0;
  z-index:-1;
  transition-duration: 0.5s;
}

.common-more-link:hover::before{
  transform:scale(1.2);
}

.common-more-link::after{
  content:"";
  width:10.5px;
  height:8px;
  background-image: url('../img/common/more-arrow-gray.png');
  right:12px;
  bottom:4px;
  position: absolute;
}



.hover-opa{
  transition-duration: 0.5s;
}

.hover-opa:hover{
  opacity: 0.6;
}

header{
  position: fixed;
  z-index:100;
  width:100%;
  left:0;
  top:0;
  padding-top: 40px;
  padding-bottom: 32px;
  background-color:#F1F1F1;
}

header .header-container{
  max-width:1240px;
  margin:0 auto;
  padding:0 20px;
}

header .header-flex{
  display: flex;
  justify-content: space-between;
}

header .header-logo{
  display: block;
  width:180px;
}

header .header-logo img{
  width:100%;
}

header .header-right{

}

header .header-right nav{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

header .header-right nav a{
  margin-left: 72px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #31333a;

}

header .header-right nav a.small{
  font-size: 15px;
}


#page-top{
  position: absolute;
  display: flex;
  align-items: flex-end;
  right:12px;
  top:-72px;
}

#page-top .page-top-button{
  margin-bottom: 24px;
  cursor: pointer;
  margin-right: 27px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
}

#page-top .border-frame{
  width:1px;
  height:158px;
  position: relative;
  overflow: hidden;

}

@keyframes arrow-move{
  0%{bottom: -100%;}
  100%{bottom: 100%;}
}

#page-top .border-frame .border{
  position: absolute;
  width:100%;
  height:100%;
  background-color:#707070;
  left:0;
  animation-name: arrow-move;
  animation-duration: 2s;
  animation-iteration-count:infinite;
}

footer{
  position: relative;
}

footer::before{
  content:"";
  width:100%;
  height:100%;
  background-color: #fff;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
}

footer .footer-container1{
  padding:88px 0 100px;
  max-width:1200px;
  margin:0 auto;
  position: relative;
}

footer .footer-container2{
  padding:0 20px;
  max-width:1000px;
  margin:0 auto;
}

footer .footer-logo{
  display: block;
  width:96px;
  margin-bottom: 124px;
}

footer .footer-logo img{
  width:100%;
}

footer .footer-flex{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

footer .footer-left{
  display: flex;
  align-items: flex-end;
}

footer .footer-left .info-area1{
  margin-right: 64px;
}

footer .footer-left .info-area1 .name{
  font-size: 17px;
  line-height: 1;
  margin-bottom: 40px;
}

footer .footer-left .info-area1 .adress1{
  margin-bottom: 16px;
  line-height: 1;
}

footer .footer-left .info-area1 .adress2{
  line-height: 1;
  text-align: left;
  margin-bottom: 18px;
}

footer .footer-left .info-area1 a:not(.tel){
  width: 223px;
  height: 38px;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  color: #31333a;
}

footer .footer-left .info-area1 a::after{
  content:"";
  width:9px;
  height:10px;
  background-image: url('../img/common/footet-gray-arrow.png');
  position: absolute;
  top:0;
  bottom:0;
  right:12px;
  margin:auto;
}

footer .footer-left .group-info{
  margin-top: 36px;
  font-size: 13px;
  line-height: 1.5;
}

footer .footer-left .group-info .tel{
  pointer-events: none;
  color:#31333A;
}

footer .footer-left .info-area2{

}

footer .footer-left .info-area2 p,
footer .footer-left .info-area2 p a{
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #31333a;
}

footer .footer-left .info-area2 p{
  margin-bottom: 20px;
}

footer .footer-left .info-area2 p:last-child{
  margin-bottom: 0;
}

footer .footer-left .info-area2 p.p1{
  margin-bottom: 24px;
}

footer .footer-left .info-area2 p a.tel{
  pointer-events: none;
}

footer .footer-right{

}

footer .footer-right .sns-title{
  margin-bottom: 28px;
}

footer .footer-right .common-left-border-title::before{
  bottom:4px;
}

footer .footer-right a{
  width: 300px;
  height: 46px;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-right a p{
  letter-spacing: 0.1em;
  line-height: 1;
  color: #31333a;
}

footer .footer-right a.insta{
  margin-bottom: 16px;
}

footer .footer-right a.insta img{
  width:19px;
  margin-right: 12px;
}

footer .footer-right a.twitter img{
  width:20px;
  margin-right: 18px;
}

/*
---------------------------------------------------------------
ブログアーカイブ共通
---------------------------------------------------------------
*/

.common-blog-list{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.common-blog-item{
  width:310px;
  max-width:100%;
  min-height:420px;
  border:1px solid #707070;
}

.common-blog-item .card{
  display: block;
  width:100%;
  height:100%;
  padding:24px 24px 48px;
}

.common-blog-item .relative{
  width:100%;
  height:100%;
  position: relative;
}

.common-blog-item .thumb{
  width:100%;
  height:165px;
  margin-bottom: 22px;
}

.common-blog-item .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.common-blog-item .place{
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #707070;
}

.common-blog-item .title{
  min-height:88px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #31333a;
}

.common-blog-item .tag-list{
  display: flex;
  flex-wrap: wrap;
}

.common-blog-item .tag-list span{
  margin-right: 14px;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #707070;
}

.common-blog-item .info-flex{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: absolute;
  width:100%;
  left:0;
  bottom:-24px;
}

.common-blog-item .time{
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  color: #707070;
  padding-top: 4px;
}

.common-blog-item .view-more{
  font-size: 14px;
  line-height: 1;
  color: #31333a;
  position: relative;
  padding-right: 16px;
}

.common-blog-item .view-more::after{
  content:"";
  width:8px;
  height:6px;
  background-image:url('../img/common/more-arrow-black.png');
  position: absolute;
  bottom:3px;
  right:-8px;
}


/*
---------------------------------------------------------------
トップページ
---------------------------------------------------------------
*/

main.top-main{
  padding-top: 112px;
}

main.top-main .common-more-link-frame{
  text-align: right;
}

.top-logo-section{
  padding-bottom: 48px;
}

.top-logo-section .logo-frame{
  max-width: 1240px;
  margin:0 auto;
  padding:0 20px;
}

.top-logo-section img{
  width:280px;
  margin-left: auto;
}

.top-section1{
  padding-bottom: 248px;
}

.top-section1 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-section1 .left{
  width:50%;
  display: flex;
  justify-content: flex-end;
}

.top-section1 .text-frame{
  width:480px;
  max-width: 100%;
}

.top-section1 .left p.p1{
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 54px;
}

.top-section1 .left p.p2{
  margin-bottom: 118px;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 30px;
}

.top-section1 .left p.p2::before{
  content:"";
  width:25px;
  height:1px;
  background-color: #B5B5B6;
  position: absolute;
  top:0;
  left:0;
}

.top-section1 .left h2{
  margin-bottom: 50px;
}

.top-section1 .left .common-left-border-title::before{
  bottom:4px;
}

.top-section1 .left p.text{
  line-height: 2.5;
}

.top-section1 .right{
  width:50%;
}

.top-section1 .right .frame{
  width:100%;
  height:50vw;
  position: relative;
}

.top-section1 .right .frame img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.top-section1 .right .frame video{
  width:100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
}

.top-section2{
  padding:172px 0 230px;
  position: relative;
}

.top-section2::before{
  content:"";
  width:100%;
  height:100%;
  background-color:#E5E5E6;
  position: absolute;
  top:0;
  left:0;
  z-index:-5;
}

.top-section2 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top-section2 .flex .left{
  width:56%;
}

.top-section2 .left .title-flex{
  display: flex;
  align-items: flex-start;
  margin-bottom: 78px;
}

.top-section2 .left .title-flex img.title{
  width:20px;
  margin-right: 72px;
}

.top-section2 .left img.fish{
  position: absolute;
  width:150px;
  z-index:-1;
  top:-12px;
  right:-68px;
}


.top-section2 .left .common-left-border-title::before{
  bottom:4px;
}

.top-section2 .left img.top-about{
  width:100%;
}


.top-section2 .flex .right{
  width:44%;
  padding-right: 56px;
  padding-bottom: 12px;
}

.top-section2 .flex .right p.p1{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 124px;
  padding-right: 32px;
  font-size: 15px;
  line-height: 2;
}

.top-section3{
  padding:172px 0 120px;
  position: relative;
}


.top-section3 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top-section3 .flex .left{
  width:56%;
}

.top-section3 .left .title-flex{
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
  position: relative;
}

.top-section3 .left .title-flex img.title{
  width:19px;
  margin-right: 72px;
}

.top-section3 .left img.fish{
  position: absolute;
  width:150px;
  z-index:-1;
  bottom:-40px;
  left:32px;
}


.top-section3 .left .common-left-border-title::before{
  bottom:4px;
}

.top-section3 .left img.top-story{
  width:100%;
}

.top-section3 .flex .right{
  width:44%;
  padding-right: 56px;
  padding-bottom: 12px;
}

.top-section3 .flex .right p.p1{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 124px;
  margin-right:-16px;
  font-size: 15px;
  line-height: 2;
}

.top-section4{
  padding:120px 0 150px;
  position: relative;
}

.top-section4 img.recommend-title{
  width:156px;
  margin-bottom: 16px;
}

.top-section4 h2{
  margin-bottom: 88px;
}

.top-section4 .common-left-border-title::before{
  bottom:4px;
}

.top-section4 ul.common-blog-list li{
  margin-right: 15px;
}

.top-section4 ul.common-blog-list li:nth-child(3n){
  margin-right: 0;
}


/*
---------------------------------------------------------------
aboutページ
---------------------------------------------------------------
*/

body.about-body{

}

main.about-main{

}

.about-section1{
  overflow: hidden;
  padding-bottom: 80px;
}

.about-section1 .flex{
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.about-section1 .flex .left{
  display: flex;
  justify-content: flex-end;
  width:50%;
}

.about-section1 .left .text-frame{
  width:480px;
}

.about-section1 .left .title-flex{
  display: flex;
  margin-bottom: 100px;
}

.about-section1 .left .title-flex img{
  width:19px;
  margin-left: 92px;
}

.about-section1 .left p.p1{
  margin-bottom: 48px;
}

.about-section1 .left p.p2{
  font-size: 15px;
  line-height: 2;
}

.about-section1 .flex .right{
  width:50%;
}

.about-section1 .flex .right img{
  width:100%;
}

.about-section1 .box{
  width:380px;
  height:100px;

  position: relative;
  display: flex;
  align-items: center;
}

.about-section1 .box::before{
  content:"";
  width:100vw;
  height:100%;
  background-color: #E5E5E6;
  position: absolute;
  right:0;
  top:0;
  z-index:-1;
}

.about-section1 .box p{
  font-size: 15px;
  line-height: 1.6;
}

.about-section1 .box a{
  position: absolute;
  bottom:20px;
  right:-28px;
}

.about-section1 .use_text_frame{
  width: 1240px;
  max-width: 100%;
  padding:0 20px;
  margin:0 auto;
  display: flex;
  justify-content: flex-end;
}

.about-section1 .use_text_block{
  padding:24px 0 24px 42px;
  position: relative;
}

.about-section1 .use_text_block::before{
  content:'';
  width:100vw;
  height:100%;
  background-color: #E5E5E5;
  position: absolute;
  left:0;
  top:0;
  z-index: -1;
}

.about-section1 .use_text_block .use_text01{
  line-height: 1.4;
}

.about-section1 .use_text_block ul{
  margin-top: 10px;
}

.about-section1 .use_text_block ul li{
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}

.about-section1 .use_text_block ul li::before{
  content:'・';
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.4;
}

.about-section1 .use_text_block ul li + li{
  margin-top: 8px;
}

.about-section2{
  padding:80px 0 250px;
}

.about-section2 .flex{
  max-width:960px;
  margin:0 auto;
  position: relative;
  padding-bottom: 135px;
  display: flex;
}

.about-section2 .flex .left{
  width:50%;
}

.about-section2 .flex .left img.about1{
  width:246px;
}

.about-section2 .flex .right{
  width:50%;
  position: relative;
  padding-top: 172px;
  display: flex;
  justify-content: flex-end;
}

.about-section2 .flex .right img.about2{
  width:385px;
}

.about-section2 .flex .right img.fish{
  width:148px;
  position: absolute;
  right:-4px;
  top:-24px;
}

.about-section2 .flex img.about3{
  position: absolute;
  width:258px;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.about-section3{

}

.about-section3 .flex{
  display: flex;
  align-items: center;
}


.about-section3 .flex .left{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.about-section3 .left .text-frame{
  width:480px;
}

.about-section3 .flex .left p.p1{
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 10px;
}

.about-section3 .flex .left h2{
  margin-bottom: 48px;
}

.about-section3 .flex .left p.p2{
  font-size: 15px;
  line-height: 2;
}

.about-section3 .flex .right{
  width: 50%;

}

.about-section3 .flex .right img{
  width: 100%;
}

.about-section4{
  padding:160px 0 210px;
}

.about-section4 .flex{
  display: flex;
}

.about-section4 .flex .left{
  width:50%;
}

.about-section4 .flex .left img.about5{
  width:377px;
}

.about-section4 .flex .right{
  width:50%;
}

.about-section4 .flex .right img.fish{
  width:208px;
  margin-left: 42px;
  margin-bottom: 150px;
}

.about-section4 .flex .right img.about6{
  width:296px;
  margin:0 auto;
}


/*
---------------------------------------------------------------
storyページ
---------------------------------------------------------------
*/

body.story-body{

}

main.story-main{

}

main.story-main .container{

}

.story-section1{

}


.story-section1 .flex{
  display: flex;
}

.story-section1 .flex .left{
  display: flex;
  justify-content: flex-end;
  width:50%;
  padding-top: 80px;
}

.story-section1 .left .text-frame{
  width:480px;
}

.story-section1 .left .title-flex{
  display: flex;
  margin-bottom: 64px;
}

.story-section1 .left .title-flex .block{
  padding-top: 20px;
}

.story-section1 .left .title-flex img{
  width:19px;
  margin-left: 160px;
}

.story-section1 .left p.p1{
  margin-bottom: 48px;
}

.story-section1 .left p.p2{
  font-size: 15px;
  line-height: 2.5;
}

.story-section1 .flex .right{
  width:50%;
}

.story-section1 .flex .right img{
  width:100%;
}

.story-section2{
  padding-top: 210px;
  padding-bottom: 200px;
}

.story-section2 ul.common-blog-list li{
  margin-right: 15px;
  margin-bottom: 32px;
}

.story-section2 ul.common-blog-list li:nth-child(3n){
  margin-right: 0;
}

/*
---------------------------------------------------------------
館内のご利用方法
---------------------------------------------------------------
*/

body.use-body{

}

main.use-main{

}

.use-section1{
  padding:64px 0 88px;
}

.use-section1 h1{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

.use-section1 p{
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.use-section2{
  padding:146px 0 160px;
  position: relative;
}

.use-section2::before{
  content:"";
  width:100%;
  height:100%;
  background-color: #E5E5E5;
  position: absolute;
  top:0;
  left:0;
  z-index:-2;
}

.use-section2 ul{

}

.use-section2 ul li{
  display: flex;
}

.use-section2 ul li .left{
  width:50%;
}

.use-section2 ul li .right{
  width:50%;
}


.use-section2 ul li .title-flex{
  display: flex;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 36px;
}

.use-section2 ul li .title-flex::before{
  content:"";
  width:430px;
  height:1px;
  max-width:100%;
  background-color:#B5B5B6;
  position: absolute;
  left:0;
  bottom:0;
}

.use-section2 ul li .title-flex .num{
  width:75px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 58px;
}

.use-section2 ul li .title-flex .title{
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 58px;
}

.use-section2 ul li .text{
  font-size: 17px;
  line-height: 1.6;
}

.use-section2 ul li.li1{
  margin-bottom: 155px;
}

.use-section2 ul li.li1 .left{
  padding-top: 32px;
}

.use-section2 ul li.li1 .title-flex{
  margin-bottom: 60px;
}

.use-section2 ul li.li1 .right img{
  width:372px;
  margin-left: 32px;
}

.use-section2 ul li.li2{
  margin-bottom: 106px;
}

.use-section2 ul li.li2 .left{
  padding-top: 48px;
}

.use-section2 ul li.li2 .right img{
  width:318px;
  margin: 0 auto;
}

.use-section2 ul li.li3{
  margin-bottom: 118px;
}

.use-section2 ul li.li3 .left{
  padding-top: 32px;
}

.use-section2 ul li.li3 .right img{
  width:296px;
  margin-left: 110px;
}

.use-section2 ul li.li4{

}

.use-section2 ul li.li4 .left{
  padding-top: 32px;
}

.use-section2 ul li.li4 .right img{
  width:170px;
  margin: 0 auto;
}



/*
---------------------------------------------------------------
シングルページ
---------------------------------------------------------------
*/

body.single-body::before{

  background-color:#fff;
}

main.single-main{
  padding-top: 80px;
}

main.single-main .container{
  padding:0;
}

.single-section1{

}

.single-section1 .main-view{
  height:56vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.single-section1 .main-view img{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  bottom:0;
  z-index:-2;
  object-fit: cover;
}

.single-section1 .frame{
  width:100%;
}

.single-section1 .place{
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.single-section1 h1{
  font-weight: normal;
  font-size: 36px;
  line-height: 1.8;
  text-align: left;
  color: #fff;

}

.single-section2{
  padding:140px 0 96px;
}

.single-section2 .flex{
  display: flex;

  align-items:center;
}

.single-section2 .flex .left{
  width:53%;
}

.single-section2 .left img.prof-img{
  width:100%;
}

.single-section2 .right{
  width:47%;
  padding-left: 5.2vw;
}

.single-section2 .text-frame{
  width:380px;


}

.single-section2 .place{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.4;
  color: #222;
}

.single-section2 .shop{
  /* margin-bottom: 12px; */
  font-size: 24px;
  line-height: 1.5;
  color: #222;

}

.single-section2 .name{
  font-size: 28px;
  line-height: 52px;
  color: #222;
  margin-bottom: 56px;
}

.single-section2 .name span{
  font-size: 36px;
  line-height: 52px;
  color: #222;
}

.single-section2 .prof{
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1;
  color: #696969;
}

.single-section2 .text{
  font-size: 17px;
  line-height: 2;
  color: #696969;

}

.single-section3{
  padding:70px 0 20px;
  overflow: hidden;
}

.single-section3 .border{
  width: 65px;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top:-70px;
  left:0;
}

.single-block{

}

.single-block h2{
  font-weight: normal;
  font-size: 32px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 40px;
}

.single-block p{
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: 17px;
}

.single-block .wp-block-columns{
  margin-bottom: 32px;
}

.single-block .wp-block-cover{
  position: relative;
  margin-top: 40px;
  padding:60px 0;
}

.single-block .wp-block-cover::before{
  content:"";
  width:110vw;
  height:100%;
  background-color: #F8F8EF;
  position: absolute;
  z-index:-1;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.single-block .wp-block-cover .wp-block-cover__background{
  background:none!important;
}

.single-block .wp-block-cover .has-large-font-size{
  display: flex;
  align-items: center;
  position: relative;
  color:#222222;
}

.single-block .wp-block-cover .has-large-font-size::after{
  content:"";
  width:140px;
  height:1px;
  background-color:#222;
  margin-left: 32px;
}

.single-block .wp-block-gallery{
  display: none!important;
}


.single-section4{
  padding:160px 0 176px;
}

.single-section4 .gal-open{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border: 1px solid #212121;
  margin-bottom: 148px;
  cursor: pointer;
}

.single-section4 .gal-open p.p1{
  margin-right: 28px;
  font-size: 15px;
  line-height: 1;
  color: #222;

}

.single-section4 .gal-open p.p2{
  font-size: 17px;
  line-height: 1;
  color: #222;

}

.single-section4 p.sns-text{
  margin-bottom: 56px;
  font-size: 17px;
  text-align: center;
  color: #222;
}

.single-section4 .sns-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-section4 .sns-flex a{
  width: 223px;
  height: 41px;
  margin:0 36px;
}

.single-section4 .sns-flex a img{
  width: 100%;
  height: 100%;

}

.single-section4 .pop-up{
  width:100vw;
  height:100vh;
  position: fixed;
  top:0;
  left:0;
  z-index:10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
  transition: 0.7s;
  opacity: 0;
  pointer-events: none;
}

.single-section4 .pop-up.show{
  opacity: 1;
  pointer-events:auto;
}

.single-section4 .frame{
  width: 900px;
  max-height:700px;
  height: 90vh;
  min-height: 650px;
  background: #e5e5e5;
  position: relative;
  padding-top: 100px;
}

.single-section4 .frame img.pop-close{
  position: absolute;
  cursor: pointer;
  width:35px;
  top:32px;
  right:48px;
}

.single-section4 .frame .thumb{
  width:450px;
  height:400px;
  margin:0 auto;
  position: relative;
}

.single-section4 .frame .thumb img{
  transition-duration: 0.5s;
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;

}

.single-section4 .frame .thumb img.show{
  opacity: 1;
}

.single-section4 .frame .thumb img.wide{
  width:100%;
  height:auto;
  max-height:100%;
  object-fit: cover;
}

.single-section4 .frame .thumb img.verti{
  height:100%;
  width:auto;
  max-width: 100%;
  object-fit: cover;
}

.single-section4 .frame .button-flex{
  position: absolute;
  bottom:72px;
  left:0;
  right:0;
  margin:auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-section4 .frame .button-flex .center{
  margin:0 72px;
  font-size: 19px;
  line-height: 1;
  color: #222;
}


.single-section4 .frame .button-flex img{
  cursor: pointer;
  width:25px;
  transition-duration: 0.5s;
}

.single-section4 .frame .button-flex img.vanish{
  opacity: 0;
  pointer-events: none;
}

.single-section5{
  padding:110px 0 200px;
  background-color: #F1F1F1;
}

.single-section5 p.p1{
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #31333a;

}

.single-section5 h2{
  margin-bottom: 48px;
}

.single-section5 ul{
  justify-content: space-between;
}
