@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Misato Watanabe
Theme URI: https://watanabemisato.jp
Author:Misato Watanabe
Author URI: https://watanabemisato.jp
Description:Misato Watanabeのテーマです
Version: 1.0
*/


html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
/* 
#logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
  width: 100vw;
  height: 100vh;
	z-index: 999;
  align-items: center;
}
#logo_fadein{
  display: none;
}
.logo_fadein-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#logo_fadein img {
width:100px;
}

.logo_fadein-wrapper >.title{
  display: block;
  margin: 0 auto;
  justify-content:center;
  font-size: 23px;
  letter-spacing: 0.65rem;
  color: #000;
}
.logo_fadein-wrapper{
letter-spacing: 0.5rem;
color: #000;
line-height: 2.3rem;
margin-top: 10px;
}


@media(max-width:768px){
  .logo_fadein-wrapper >.title{
    font-size: 18px;
  }
} */


/*==== body ====*/

body {
  background-color: #FFFFFF;
  max-width: 1440px;
  color: #000;
  /* RGB */
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 auto;
  overflow-x: hidden;
}
.wf-loading {
  opacity: 0;
}

a {
  text-decoration: none;
  color: #B59B23;
  cursor: pointer;
}
a :hover {
  opacity: 0.5;
}
.main{
  padding: 0 15px;
}


  /*========= ナビゲーション ===============*/
/*==== header ====*/
.header {
  width: 100%;
  /* height: 155px; */
  box-shadow: 0 -7px 0 #000;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  max-width: 1440px;
  margin: 7.5px auto 0 auto;
}

.nav-PC{
  display: block;
}
.nav-SP{
  display: none;
}
  #g-nav {
    margin: 0 auto;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 50%;
    right: -120%;
    /* height: 80vh;
    background: #fe63b3;
    background: #ECE4DC; */
    height: 100vh;
    background: #fff;
    border-left: #000 solid 1px;
    transition: all 0.3s;
    overflow: scroll;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}
.g-nav__top {
  display: block;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav ul li a {
  color: #000;
  /* color: #000; */
  text-decoration: none;
  padding: 20px 10px;
  display: block;
  /* border-bottom: solid #D6C061 1px; */
  display: flex;
  list-style: none;
  flex-direction: column;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: normal;
  align-items: center;
}


.openbtn {
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 5%;
  right: 5%;
  /* background: #FFFFFF; */
  transition: all .4s;
  z-index: 1000;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  height: 1px;
  background: #000;
  left: 8px;
  top: 5px;
  
}

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

.openbtn span:nth-of-type(2) {
  width: 25px;
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  width: 17px;
  top: 33px;
}
/* .openbtn span:nth-of-type(2)::after {
  content: "Menu";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
} */

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active{
  position: fixed;
}
.openbtn.active span:nth-of-type(1) {
  /* top: 5%; */
  right: 5%;
  transform: translateY(5px) rotate(-30deg);
  width: 43px;
  background: #000;
}

.openbtn.active span:nth-of-type(2) {
  /* top: 15px; */
  transform: translateY(-5px) rotate(30deg);
  width: 43px;
  background:#000;
}
.openbtn.active span:nth-of-type(3) {
  opacity: 0;
}



@media(max-width:1024px){
#g-nav ul{
  margin-top: 50px;
}
}

@media screen and (max-width: 800px){
  .header {
    border-radius: 48px 48px 0 0; 
    box-shadow: 0 -5px 0 #000;
    margin: 6px auto 0 auto;
  }
.nav-PC{
  display: none;
}
.nav-SP{
  display: block;
}
}

@media screen and (max-width: 500px){
  .scrolldown1{
  right:38%;
  padding: 10px 10px 60px;
  }
  #g-nav ul{
    margin-top: unset;
  }
}  


/*========= フッター =========*/
/* .footer{
  display: block;
  margin: 80px auto 50px auto;
  } */

/* .footer {
    width: 100%;
    height: 155px;
    box-shadow: 0 -7px 0 #000;
    background-color: #fff;
    border-radius: 55px 55px 0 0;
    max-width: 1440px;
    margin: 80px auto 0 auto;
} */

.footer {
width: 100%;
height: 130px;
/* background-color: #FFFFFF;
box-shadow: 0 5px 0 #000;
border-radius: 0 0 55px 55px; */
max-width: 1440px;
padding-top: 20px;
margin-bottom: 6px;
}

.footer__nav .header__nav{
  margin: 0 auto 40px auto;
  justify-content: center;
}
.footer__nav{
  padding:40px 0 20px 0;
}
.footer img{
  width: 100px;
}
.footerul1{
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  margin: 20px auto;
  list-style: none;
  width: 400px;
  font-size: 1.7rem;
}
.footerul2  {
  /* text-align: left; */
  justify-content: center;
  display: flex;
  margin: 0 auto;
  list-style: none;
  width: 615px;
  font-size: 1.5rem;
 }

 .footerul2 li{
padding-right: 50px;
 }
 .footerul2 li:last-child{
  padding-right: 0px;
 }

 .footerul3 li{
  padding-right: 0px;
   }

 .mail{
  font-size: 14px;
 }


/* .footer ul li a {
  height: 45px;
  letter-spacing: 0.1rem;

}
.footer ul li :hover{
  opacity: 0.7;
} */

small {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media(max-width:768px){
  .footer img{
    width: 70px;
  }
  .footerul1{
    margin: 10px auto;
    width: 300px;
    font-size: 1.5rem;
  }
  .footerul2{
      width: 350px;
      font-size: 1.3rem;
   }
}
@media(max-width:500px){
  .footer{
    height: 40px;
  }
  .footer__nav{
    display: none;
  }
}

/*========= ボタン =========*/

.pagebtn{
  background-color: #B59B23;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 10px 10px;
  cursor: pointer;
  border-radius: 0px;
  transition: background-color 0.3s;
}

  .pagebtn:hover {
    background-color: #333;
  }
.btn-arrows{
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  text-decoration: none;
  outline: none;
  color: #000;
  text-align: left;
  margin: 0 0 50px 0;
  }
/*矢印と下線の形状*/
.btn-arrows::before{
  content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom:-1px;
  left:15%;
    /*下線の形状*/    
  width: 85%;
  height: 1px;
  background:#000;
    /*アニメーションの指定*/
  transition: all .3s;
  }
  
  .btn-arrows::after{
  content: '';
  position: absolute;
  bottom:3px;
  right:-2px;
  width: 15px;
  height:1px;
  background:#000;
  transform: rotate(35deg);
  transition: all .3s;
  }
  
  /*hoverした際の移動*/
  .btn-arrows:hover::before{
    left:19%;
  }
  
  .btn-arrows:hover::after{
    right:-6%;
  }

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

#page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  text-align: center;
  transition: all 0.3s;
  z-index: 99999;
  position: fixed;
	right: 10px;
	bottom:20px;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

#page-top img{
  width: 40px;
  position: relative;
  top: 10px;
}
#page-top a:hover{
	opacity: 0.7;
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
  opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


@media(max-width:768px) {
  .openbtn {
    top: 30px;
    /* right: 17%; */
  }

  .logo {
    line-height: 1.5;
    margin-top: 3px;
  }

  .logo span {
    letter-spacing: 0.15rem;
  }


@media(max-width:500px) {
  .logo {
    padding: 0 7%;
    margin-top: 5px;
  }
}
}
/*========= トップFV ===============*/
.top{
    /* background-image: url(./images/nine-web-main.jpg.webp); */
    min-height: 100vh;
    /* background-repeat: no-repeat; */
    width: 100%;
    /* position: relative; */
    margin-bottom:110px ;
}
.calendar{
  padding: 20px 0;
}
.maintitle{
    display: block;
    margin: 0 auto;
    justify-content:center;
    font-size: 23px;
    letter-spacing: 1rem;
    font-weight: 200;
    margin: 60px auto 0 auto;
}
.top_worksimg{
    display: flex;
    justify-content: space-around;
    margin: 0 auto 5% auto;
    padding: 0 5%;
    max-width: 1440px;
}
.top_worksimg img{
width: clamp(300px, 37vw, 650px);
/* max-width: 600px; */
/* width: 660px; */
/* height: 470px; */
object-fit: cover;
}
.top_worksimg2{
  width: 70%;
  max-height: 470px;
  object-fit: cover;
  margin-bottom: 20px;
}
.brsp{
  display: none;
}

@media(max-width:768px){
  .top {
    margin-bottom:60px ;
  }
  .maintitle{
    font-size: 18px;
    letter-spacing: 0.8rem;
  }
    .top_worksimg{
     display:block;
     margin: 0 auto;
    }
    .top_worksimg img {
      width: 60%;
      margin-bottom: 20px;
    }
    .top_worksimg2{
      width: 80%;
      margin-bottom: 0px;
    }
    .brsp{
      display: block;
    }
   
}


.wrapper{
position: relative;
}


/*========= ホームブログ========*/
.home-news {
  width: 46%;
  margin:  0 auto ;
  position: relative;
}
.news-list{
  margin-bottom: 30px;
}
/* .thumbnail {
  width: 21.03%;
} */
.home-news > p {
  min-height: 240px;
  text-align: center;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  list-style: none;
  
}
/* .cat-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #cfff70;
  text-align: center;
  line-height: 1;
} */
 .cat-list  {
  /* min-width: 40px; */
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #cfff70;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.news-list > li {
  /* padding: 18px; */
  border-bottom: 1px solid #999;
  list-style: none;
  
}
/* .news-list > li:not(:last-of-type) {
  margin-bottom: 16px;
} */
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 0 15px 0;
}

/* .thumbnail {
  width: 17%;
  line-height: 1;
} */

.news-list .date {
  font-size: 1rem;
}
/* .thumbnail img {
  max-width: 90%;
  height: auto;
} */

/* ページネーション */
.screen-reader-text{
  display: none;
}
.pagination {
    text-align: center;
    padding-bottom: 20px;
}
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
}

.page-numbers{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
  list-style: none;  
  margin: 0;
}
.page-numbers li{
  margin: 0 5px; 
}
.page-numbers li,
.page-numbers li span
{
  display: block;
  color: #333;
  text-decoration: none;
}



.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #fff;
}
.nav-links a.page-numbers:hover {
    color: #999;
}
.nav-links .current {
    /* background: #cfff70; */
    color: rgb(255 0 250);
    padding: 0 20px;
}
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-links .next::before {
    left: -15px;
}
.nav-links .prev::after {
    right: -15px;
}
.nav-links .dots {
    background: transparent;
    border: none;
}

@media(max-width:1100px){
  .home-news {
    width: 50%;
    margin:  0 auto;
    position: relative;
  }
  .home-news .news-list .thumbnail {
    /* width: 30%; */
    margin-top: 0%;
    /* margin-right: 7%; */
}
}

.title-border {
  margin-top: 7%;
  display: flex;
  align-items: center;
  width: 18%;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5rem;
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  }
  .title-border:before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  }
  .title-border:before {
  margin-right: 1rem;
  }

  .title-border-monthly{
    margin-top: 7%;
    display: flex;
    align-items: center;
    width: 35%;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.5rem;
    animation-name: fadeInAnime;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .title-border-monthly:before {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    }
    .title-border-monthly:before {
    margin-right: 1rem;
    }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

  /*===モーダル表示のためのcss　*/

.hide-area{
	display: none;
}

.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
  background: #fff;
	color: #000;
	text-align:center;
  width: 80%;
  padding: 5% 10%;
  margin: 0 auto;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:000;
	right:6%;
  color: #000;
  top:30px;

}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#000;
}
.modaal-close:after, .modaal-close:before {
  width: 1px;
  border-radius: unset;
  background: #000;
}
/*キャプション*/
.caption{
  display: block;
  padding:0 4% 2% 4%;
  text-align: center;
  line-height: 2.4rem;
  margin-bottom: 3%;
  font-size: 1.2rem;
}

/*===　サムネイル表示のためのcss　*/
.gallery ul{
  margin-bottom: 80px;
}
.gallery-wrapper-1{
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
}

.gallery-wrapper-2{
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
.gallery-wrapper-3{
max-width: 1440px;
  margin: 0 auto;
  width: 65%;
}

.gallery li{
  height: 500px;
  list-style: none;
}

.gallery-top{
	width:100%;
	height:500px;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
  justify-content: center;
  object-fit: cover;
}
.modaal-content-container >p >img{
  width: 100%;
  height: 500px;
  padding: 0 10%;
  margin-bottom: 30px;
  object-fit: cover;
}
.modaal-content-container >p >img:first-child{
  margin-bottom: 0px;
}
.modaal-wrapper * {
  margin-bottom: 3%;
}

@media(max-width:1100px){
  .title-border {
  width: 30%;
  }
  .gallery-top{
    width:100%;
    height:350px;
  }
  .gallery li{
    height: 350px;
  }
  .gallery ul{
    margin-bottom: 40px;
  }
  .modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
    padding: 10% 5%;
  }
  .title-border-monthly{
    width: 33%;
  }
}
@media(max-width:768px){
  .title-border {
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: 16px;
    }
    .title-border-monthly{
      margin-top: 10%;
      width: 50%;
      font-size: 16px;
    }
    .gallery ul{
      margin-bottom: 0px;
    }
  .gallery-wrapper-1,
  .gallery-wrapper-2{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .gallery-top{
    width:100%;
    height:300px;
  }
  .gallery li{
    height: 300px;
    margin-bottom: 40px;
  }
  .modaal-content-container >p >img{
    width: 100%;
    height: 300px;
    padding: 0 5%;
    object-fit: cover;
  }
  .modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
    padding: 10% 5%;
  }
  .caption {
    text-align: left;
    line-height: 1.5rem;
    margin-bottom: 3%;
    font-size: 1.1rem;
  }
}

@media(max-width:500px){
  .title-border {
    margin-top: unset;
    width: 40%;
  }
  .title-border-monthly{
    width: 75%;
    letter-spacing: 0.3rem;
  }
  .gallery{
    margin-top: 60px;
  }
  .gallery-wrapper-1,
  .gallery-wrapper-2,
  .gallery-wrapper-3{
  margin: 0 auto;
  display: block;
  grid-template-columns: unset;
  margin: 0 auto;
  width: 75%;
  }
  .gallery-top{
    width:100%;
  }
  .gallery ul{
    margin-bottom: 25px;
  }
  .gallery li{
    height: 250px;
    margin-bottom: 40px;
  }
  .modaal-fullscreen .modaal-content-container {
    width: 90%;
    padding: 20% 5%;
}
.modaal-content-container >p >img{
  height: 250px;
  padding: 0%;
  object-fit: cover;
}
.gallery-top{
  width:100%;
  height:250px;
}
}

/*===　About ===*/
/* #aboutus, 
#concept,
#flow{
   padding-top: 10%;
   animation-name: fadeInAnime;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
} */
.title-border-2{
  float: left;
  margin-left: 50px;
} 
.title-border-2 h2 {
  position: relative;
  display: inline-block;
  /* line-height: 70px; */
  /* margin: 0% 100% 5% 0%; */
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5rem;
  width: 100%;
  }


/*===about===*/
#about{
  padding:50px 15px 0px 15px;
}
.about-wrapper{
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 30px;
}
.ph-wrapper img{
width: 300px;
}

.aboutus-contents {
  display: flex;
  padding-bottom: 40px;
}

.logo-wrapper {
    flex: 0 0 auto; 
    margin:0 30px; 
}

.others-wrapper {
    flex: 1; /* 残りのスペースを全て使用 */
}
.about-read{
  text-align: left;
  padding-bottom: 10px;
}
#about ul{
  list-style: none;
  padding-bottom: 20px;
}
#about li {
  display: flex;
  text-align: left;
}
.po{
  padding-bottom: 10px;
}

.info01{
  box-sizing: border-box;
  width: 60px;
}
.info02{
  box-sizing: border-box;
  padding-left: 10px;
}
@media(max-width:768px){
  #about{
    padding:0px 15px 0px 15px;
  }
  .about-wrapper {
    display:block;
    /* padding-bottom: 40px; */
  }
.ph-wrapper img{
  padding-bottom: 25px;
  }
  .logo-wrapper {
    margin: 0 30px 0 0;
  }
}

/*=========コンタクト=======*/
.contact-wrapper{
  display: flex;
  max-width: 400px;
  margin: 40px auto 0 auto;
  align-items: center;
  animation-name: fadeInAnime;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
.contact-box {
  /* width: clamp(340px, 100vw, 550px); */
  margin: 0 auto;
  /* padding: clamp(30px, 7vw, 70px); */
  justify-content: center;
  box-sizing: border-box;
  /* padding: 0 10%; */
  width: 600px;
}
.contact-box p{
  /* width: 90%; */
  margin: 20px auto;
  line-height: 1;
  /* font-size: 1.2rem; */

}
/* .contact-box-text > p{
  margin-top: -10px;
  font-size: 1.1rem;
  line-height: 2;
  color: #2b2a2a;
} */

.inquiry-form {
  text-align: left;
  /* max-width: 700px; */
  margin: 0 auto;
}

.wpcf7-form-control .wpcf7-text .wpcf7-validates-as-required{
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: solid 1px #777;
}

.inquiry-form textarea {
  height: 300px;
}

.inquiry-form p label {
  font-weight: 500;
  /* font-size: 1.6rem; */
  display: block;
  margin-bottom: 3px;
}

.inquiry-form p label span {
  color: crimson;
}

.inquiry-form p label.small-label {
  display: inline-block;
  font-weight: 500;
  /* font-size: 1.6rem; */
}
.wpcf7-text{
  display: block;
  width: 90%;
  height: 45px;
  padding: 0 10px;
  border: solid 1px #777;
  background-color: #f6f6f6;
}

#form_inquiry_kind{
display: block;
width: 94%;
height: 45px;
padding: 0 10px;
border: solid 1px #777;
}
#form_inquiry_detail{
display: block;
  height: 300px;
  width: 90%;
  padding: 15px;
  border: solid 1px #777;
  background-color: #f6f6f6;
}
.contact label {
  /* font-weight: 500;
  font-size: 1.6rem; */
  display: block;
  margin-bottom: 7px;
  text-align: left;
}
.contact p label span {
  color: crimson;
}
.privacypolicy-wrapper {
  text-align: left;
  margin-top: 20px;
}
.privacypolicy-wrapper span {
  color: crimson;
}
.wpcf7-list-item-label{
  color: #333 !important;
  /* font-size: 1.4rem; */
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  text-align: left;
  font-family: sans-serif;
  padding-top: 10px;
}

.inquiry-form input[type="sumit"] {
  border: none;
}

.btn {
  border: none;
  background-color: unset;
  letter-spacing: 2;
  font-size: 1.4rem;
  font-family: serif;
  font-weight: 200;
  letter-spacing: 0.5rem;
  display: flex;
  height: 50px;
  width: 180px;
  border: none;
  align-items: center;
  justify-content: center;
  margin:30px auto;
  border-radius: 100px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background:#8b8b8b;
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  box-shadow: rgba(0, 0.1, 0, 0.1) 0px 3px 5px;
}

/* .btn:active {
  transform: translateY(6px);
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
} */

input[type="submit" i] {
  border: none;
  letter-spacing: 1.8rem;
  text-indent: 2.0rem;
  margin: 0 auto;
  font-family:"shippori-mincho", sans-serif;
  color:#FFF ;
  background: #B59B23;
  padding: 5px;
}
@media(max-width:1100px){
  .contact-box {
    padding: 0 5%;
  }
}
@media(max-width:650px){
  .contact-box {
    width: 90%;
  }
}
@media(max-width:500px){
  .contact-wrapper{
    display: block;
  }
  .contact-wrapper img {
    width: 50px;
    padding-right: 0px;
}
  .underline{
  display: none;
}
}

/*=========Works=======*/

#Works{
margin:20px auto;
animation-name: fadeInAnime;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
.container{
  padding: 0 50px;
}
.read{
  text-align: left;
  margin: 0 20px 40px 20px;
} 
.works-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /* column-count: 2;
  column-gap: 40px; */
}

.works-list .monthly-image-container{
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); 
  max-width: 1440px;  */
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  box-sizing: border-box;
  margin: 0 auto; /* 水平方向に中央揃え */
  list-style: none;
  box-sizing: border-box;
}
.works-list li{
  display: flex;
  width: 100%;
  margin: 0 auto 30px auto;
  align-items: center;
  border-bottom: #B59B23 solid 1px;
}
.thumbnail{
  flex: 0 0 70%; /* 画像を70%の幅に指定 */
  /* height: 300px; */
}
.thumbnail img{
  width: 80%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 12px;
}

.thumbnail, .text {
  /* display: inline-block; */
  vertical-align: top;
}

.text {
  flex: 0 0 30%; /* テキストを30%の幅に指定 */
  text-align: left;
  /* margin-left: 5%;  */
}

.text p {
  margin: 0; /* 段落間のデフォルトマージンを無効にする */
}

.post-thumbnail {
  width: 100%; /* 画像の幅を100%に設定 */
  height: auto; /* 高さを自動調整 */
}

@media(max-width:850px){
  .container{
    padding:0 80px;
  }
  .works-list{
display: block;
 margin: 0 auto;
  }
}
@media(max-width:850px){
  .works-list{
    column-count: unset;
    column-gap: unset;
  }
}
@media(max-width:500px){
  #Works{
    margin:20px auto;
  }
  .container{
    padding: 0;
  }
  .works-list{
    display: block;
    grid-template-columns: unset;
    margin: 0 auto;
     }
  .works-list li{
    display: block;
    width: 85%;
    margin: 0 auto 10px auto;
    /* height: 300px; */
    object-fit: cover;
    border-bottom: #B59B23 solid 1px;
  }
  .thumbnail{
    width: 100%;
    /* height: 300px; */
  }
  .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text {
padding-bottom: 20px;
  }

}
/*=========シングル=======*/
#works-single{
  max-width: 600px;
  margin: 100px auto;
  text-align: center; 
  padding: 0 20px;
  }
/* .single-wrapper{
  width: 60%;
  margin: 0 auto;
  text-align: left;
} */
#works-single a :hover {
  opacity: 0.5;
}
.single-title{
  margin-bottom: 30px;
  text-align: left;
}
#works-single p{
  text-align: justify;
}
/* .single-wrapper img{
  width: 100%;
  margin: 15px 0;
} */
/* .eyecatch img{
  object-fit: cover;
  width: 550px;
  max-height: 400px;
  margin: 15px auto;
} */
.wp-block-image img{
  width: 550px !important;
  /* height: 400px !important; */
  object-fit: cover;
  margin: 15px auto !important;
}

.page-link {
  margin: 40px auto;
  width: 150px;
  display: flex;
  justify-content: space-between;
}
/* .page-link a {
  text-decoration: underline;
} */

/* 
@media (max-width: 1100px){
  .single-content{
    width: 90%;
  }
} */
@media (max-width: 768px){

  .wp-block-image img{
    width: 450px !important;
    /* height: 300px !important; */
  }
}
@media (max-width: 600px){

  .wp-block-image img{
    width: 330px !important;
    /* height: 250px !important; */
  }
}

.privacy{
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10%;
}


.grecaptcha-badge { visibility: hidden; }


  h3{
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight:200 ;
  }
  .namelogo img{
    width: 300px;
    margin: 10px auto 0 auto;
    }
.namelogo p{
padding-bottom: 20px;
font-size: 11px;
font-weight: 200;
}

  .name{
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  @media (max-width: 500px){
    .namelogo img{
      width: 200px;
      padding-top: 0px;
    }
    }

  /*===info　*/
#info{
  max-width: 760px;
  margin: 20px auto 50px auto;
  padding-top: 50px;
}
.info_wrapper{
  padding: 0 10px;
}
.infotitle{
  display: flex;
  position: relative; 
}
.info01 {
  box-sizing: border-box;
  width: 80px;
  padding-right: 0;
  /* border-right: #AD9258 solid 1px; */
  /* padding-bottom: 20px; */
  text-align: left;
  line-height: 1;
}
.infobox img{
  width: 100%;
  padding-top: 20px;
}

.info02 {
  box-sizing: border-box;
  /* width: 620px; */
  /* padding-left: 20px; */
  text-align: left;
  line-height: 1;
  /* padding-bottom: 20px; */
}
  .accordion-area {
    /* background-color: #fff; */
    list-style: none;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px;
    position: relative;
    /* border-bottom: 1px solid #000; */
  }
  
  .accordion-area li {
    margin: 10px 0;
    padding: 30px 0;
    border-bottom: #000 solid 1px;
  }
  
  .accordion-area li:last-child {
    border-bottom: none;
  }

  /*アイコンの＋と×*/
.infotitle::before,
.infotitle::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #000;

}

.infotitle::before {
  top: 44%;
  right: 15px;
  transform: rotate(0deg);

}

.infotitle::after {
  top: 44%;
  right: 15px;
  transform: rotate(90deg);

}

.infotitle.close::before {
  transform: rotate(45deg);
}

.infotitle.close::after {
  transform: rotate(-45deg);
}

.infobox {
  display: none;
  /*はじめは非表示*/
  margin: 0;
}

.infobox_wrapper {
  display: flex;
  /* margin: 0 3% 3% 0%; */
  padding: 20px 0
}

/* .info_wrapper {
  background-color: #F9F8F4;
  padding: 25px;
} */

.eyecatch{
  display: none;
}

  /*===カレンダー　*/
  .monthly{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
  }
  .monthly-title-wrapper{
    padding-bottom:15px ;
    border-bottom: #B59B23 solid 1px;
  }
  .monthly-title{
    text-align: left;
  }
  .monthly-container > .thumbnail{
    padding: 15px 0 60px 0;
  }



.post-password-form{
padding: 40px 10px;
}
.pwmsg{
  max-width: 700px;
  padding: 0 10px;
  text-align: left;
  margin: 0 auto 20px;
}
.pwmsgmail{
font-size: 1.6rem;
}