@charset "UTF-8";

/******************************
  header
******************************/
.cmnhead{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: .5s;
}
.cmnhead > div{
  gap: 5rem;
}
.cmnhead .catch{
  font-size: 1rem;
  padding: 1rem 0;
}
.cmnhead .cmnnav ul{
  gap: 3rem;
  text-align: center;
  padding-top: 4rem;
}
.cmnhead .cmnnav ul a{
  color: #fff;
}
.cmnhead .cmnnav ul a span{
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 1180px) {
  .cmnhead{
  position: initial;
  }
  .cmnhead .logo{
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  z-index: 1000;
  }
  .cmnhead .logo2{
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 20%;
  }
  .spbtn,
  .splogo,
  .splink{
    display: block;
  }
  .cmnhead .conbtn{
    display: none;
  }
  .spbtn {
    aspect-ratio: 1/1;
    background: #5A7B8C;
    border-radius: 10px;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    width: 50px;
    z-index: 99;
  }
  .spbtn span {
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    height: 2px;
    width: 50%;
  }
  .spbtn span:nth-of-type(1) {
    top: 35%;
  }
  .spbtn span:nth-of-type(3) {
    top: 65%;
  }
  .spbtn.active {
    z-index: 1002;
  }
  .spbtn.active span {
    background: #fff;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 30%;
  }
  .spbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spbtn.active span:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .cmnnav{
    background: #5A7B8C;
    max-width: 400px;
    opacity: 0;
    overflow: auto;
    padding: 8rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100%;
    transition: .5s;
    z-index: 1001;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnhead .cmnnav .catch,
  .cmnnav ul {
    margin: 0 auto;
    max-width: 80%;
  }
  .cmnhead .cmnnav .catch{
    color: #fff;
  }
  .cmnhead .cmnnav ul{
    box-shadow: none;
    background: none;
  }
  .cmnnav ul li{
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 1rem;
  }
  .cmnnav ul a{
    color: #fff;
    text-align: left;
  }
  .cmnnav ul span{
    display: inline-block;
    margin-left: 1rem;
  }
  .cmnnav ul a::before{
    display: none;
  }
  .cmnnav ul a::after{
    content: "\f105";
    font: var(--fa-font-solid);
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
  }
  .cmnnav ul a.nowpage::after,
  .cmnnav ul a:hover::after{
    content: "\f192";
    font: var(--fa-font-regular);
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
    .cmnhead{
  position: initial;
  }
  .cmnhead .logo{
  width: 20%;
  top: -10px;
  left: 15%;
  }
  .cmnhead .logo2{
  width: 30%;
  top: -10px;
  left: 45%;
  }
  .cmnhead .logo .txt {
    font-size: 1rem;
  }
  .spbtn {
    width: 45px;
  }
}
/******************************
footer
******************************/
.cmnfot .banner {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 1001;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  margin: 2rem auto;
  padding: 2rem 1.2rem;
  background: #5A7B8C;
  border-radius: 10px 0 0 10px;
}
.cmnfot .banner a{
  color: #fff;
}
.cmnfot .banner div{
  gap: 1rem;
}
.cmnfot {
  padding-top: 10rem;
}
.cmnfot .background_movie{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.cmnfot .fotbg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000060;
  width: 100%;
  height: 100%;
}
.fotwrap {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.cmnfot .fnav{
  margin: 5rem 0;
}
.fotwrap .logo {
  max-width: 300px;
  margin: 0 auto;
}
.fnav ul{
  gap: 3rem;
}
.fnav a {
  opacity: 1;
  line-height: 2;
  position: relative;
  color: #fff;
}
.copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fotwrap {
  width: 100%;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fnav{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3rem;
  }
  .fnav ul{
    flex-direction: column;
    gap: 1rem;
  }
}

/******************************
common
******************************/

/******************************
inner
******************************/
.inner1,
.inner2,
.inner3 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2 {
  max-width: 1920px;
}
.inner3 {
  max-width: 1280px;
}
.innernp {
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1 {
  padding: 0 !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
flex
******************************/
.flexbox1 {
  display: flex;
  flex-wrap: wrap;
}
.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex {
  display: flex;
}
.frr {
  flex-direction: row-reverse;
}
.fac {
  align-items: center;
}
.fast {
  align-items: stretch;
}
.fafe {
  align-items: flex-end;
}
.fafs {
  align-items: flex-start;
}
.fabl {
  align-items: baseline;
}
.fbox,
.ftxtbox,
.fimgbox {
  width: 48%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fbox,
  .ftxtbox,
  .fimgbox {
    width: 100%;
  }
}

/******************************
ttl
******************************/
h1,
h2{
  font-family: "Shippori Mincho", serif;
}
.ttl1{
  font-size: 4rem;
  font-weight: 600;
  position: relative;
}
.ttlbox2 h2{
  position: relative;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}
.ttlbox2 h2::before{
  content: "";
  background: url(../images/common/icon_nami.svg) no-repeat center / contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -70%;
  left: -10%;
  opacity: .3;
  z-index: -1;
}
.non{
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox2 h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
btn
******************************/
.morebtn1 a {
  background:#5A7B8C;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 1rem 6rem 1rem 2rem;
  position: relative;
}
.morebtn1 span {
  border-left: dotted 2px #fff;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  height: 30px;
  width: 30px;
}
.morebtn1 span::before,
.morebtn1 span::after {
  aspect-ratio: 7/6;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../images/common/morebtn1.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  height: 12px;
  width: 14px;
  padding-left: 1rem;
}
.morebtn1 span::before {
  left: -2rem;
  opacity: 0;
}
.morebtn1 span::after {
  left: .9rem;
  opacity: 1;
}
.morebtn1 a:hover {
  opacity: 1;
}
.morebtn1 a:hover span::before {
  left: .9rem;
  opacity: 1;
}
.morebtn1 a:hover span::after {
  left: 3rem;
  opacity: 0;
}

/******************************
newslist
******************************/
.newslist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newslist li {
  background: #fff;
  border-radius: 10px;
}
.newslist .info {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: .5rem;
}
.newslist .time {
  font-size: 1.4rem;
  font-weight: 500;
}
.newslist .cat {
  background: #29472C;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  padding: .25rem 1rem .1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist .info {
    display: block;
  }
  .newslist .time,
  .newslist span{
    display: inline-block;
  }
}
/******************************
newslist 下層アーカイブ
******************************/
.pagesec .newslist{
  margin: 0 4rem;
}
.pagesec .newslist li a{
  padding: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec .newslist{
    margin: 0 1rem;
  }
}

/******************************
bg
******************************/

/******************************
faq
******************************/
.faqbox {
  max-width: 800px;
  margin: 0 auto 5rem;
  width: 90%;
}
.faqlist li:not(:last-child) {
  margin-bottom: 2rem;
}
.faqlist dl {
  border-radius: 20px;
  overflow: hidden;
}
.faqlist dt,
.faqlist dd {
  padding: 2rem;
  position: relative;
}
.faqlist dt {
  background: #fff;
}
.faqlist dd {
  background: #e0d7cc;
  border-top: 2px solid #B39A7A;
}
.faqlist span {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1.5rem;
}
.faqlist dd span {
  color: #B39A7A;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .faqlist dt,
  .faqlist dd {
    padding: 1rem 2rem;
  }
  .faqlist span {
    font-size: 2.5rem;
    margin-right: 1rem;
  }
}

/******************************
spfixlink
******************************/
.spfixlink {
  display: none;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .spfixlink {
    border-radius: 20px 20px 0 0;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    width: 100%;
    z-index: 10;
  }
  .spfixlink.change {
    opacity: 1;
  }
  .spfixlink li {
    width: calc(100% / 4);
  }
  .spfixlink li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .spfixlink a {
    background: #B39A7A;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 1rem 0 .5rem;
    text-align: center;
  }
  .spfixlink i {
    display: block;
    font-size: 2rem;
    margin-bottom: .5rem;
  }
}

.logothumbnail {
  border-radius: 20px;
}
/******************************
slidegallery
******************************/
/* サムネイルスライダー設定 */
.maincarousel {
  margin-bottom: 1rem;
}
.maincarousel .splide__slide::before {
  aspect-ratio: 1 / 1;
  background: #C3AC80;
  content: "\f00e";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.maincarousel .splide__slide a {
  aspect-ratio: 3/2;
  display: block;
}
.maincarousel .splide__slide a:hover {
  opacity: 1;
}
.maincarousel .splide__slide a img {
  justify-content: center;
  align-items: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnailcarousel .splide__slide {
  opacity: .3;
}
.thumbnailcarousel .splide__slide.is-active {
  opacity: 1;
}
.thumbnailcarousel .splide__slide {
  height: 70px;
}
.thumbnailcarousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnailcarousel .splide__slide,
.thumbnailcarousel .splide__slide.is-active {
  border: initial !important;
}

/* レイアウト */
.slidegallery .imgbox{
  margin-left: calc(50% - 50vw);
  width: 48vw;
}
.slidegallery .txtbox{
  flex-direction: column;
  width: 48%;
}
.slidegallery .txtbox h2{
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #000;
}
.slidegallery .txtbox h2 a{
  display: inline-block;
  width: 30px;
  margin-left: 2rem;
}
.slidegallery .txtbox h2 a img{
  vertical-align: sub;
}
.slidegallery .txtbox ul{
  gap: 2rem;
}
.slidegallery .txtbox li{
  padding: 0 2rem;
  background: #ffffff;
  border: solid 1px #000;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .slidegallery .imgbox{
    width: 48%;
  }
  .slidegallery .midokoro{
    padding: 5rem 10rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .slidegallery .imgbox{
    margin-left: initial;
    width: 100%;
  }
  .slidegallery .txtbox{
    width: 100%;
    padding: 2rem 0;
  }
  .slidegallery .midokoro{
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
}