/* reset */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
  }

  header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul, li {
    list-style: none;
    list-style-type: none;
  }



/* ページ遷移アニメーション */

.animation-bg {
    background: #fff5e9;
    background-size: 200% 200%;
    content: "";
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    animation-name: PageAnime-gradation;
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    pointer-events: none;
  }

  @keyframes PageAnime-gradation {
    0% {
      background-color: #fff5e9; opacity: 1;
    }
    100% {
        background-color: #fff5e9; opacity: 0;
    }
  }


/* 共通 */
body{
    color: #6e6e6e;
    background: #fff5e9;
    font-family:  Yu Gothic , verdana, Geneva, tahoma, sans-serif;
    line-height: 1.5;
    font-size:  25px;
}

a{
    text-decoration: none;
    color: #a68a7d;
    font-size: 1em;
}

a:hover{
    opacity: 0.9;
    color: #2E6262;
}

h1{
    color: #2E6262;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 60px;
}

h2{
    color: #a68a7d;
    font-size: 1.5em;
    margin-top: 30px;
}

h3{
    color: #2E6262;
    font-size: 1.3em;
    padding: 30px 0px 0px;
    border-bottom: solid;
    border-width: 2px;
}

h4{
    color: #a68a7d;
    font-size: 1em;
}

h5{
    color: #2E6262;
    font-size: 1em;
}



.container{
   max-width: 1300px;
    margin: auto;
}

.error-wrapper{
    height: 60vh;
    text-align: center;
}

.error-title{
    font-size: 3em;
}

.error-text{
    font-size: 1.2em;
}

.section-title{
    color: #2E6262;
    font-size: 1.3em;
    padding: 30px 0px 0px;
    border-bottom: solid;
    border-width: 2px;
    font-weight: bold;
}



/*pc用表示 */

@media screen and (min-width: 1300px) {

.container{
    padding: 0 100px;
}

/* policy */
.paragraph{
    font-size: 0.8em;
    max-width: 900px;
    margin: auto;
}

/* header */

header{
    padding: 20px 0 10px 0;
}

.header-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title{
    width: 300px;
}

.header-nav{
    display: flex;
}

.menu-item{
    padding-left: 30px;
}


/* footer */

.footer-wrapper{
    padding: 100px 0 20px;

}
.footer-item{
    display: flex;
    justify-content: center;
    font-size: 0.8em;
}

.footer-item-1{
    padding: 20px;
}

.footer-item-1 a{
    color: #6e6e6e;
}

.footer-item-1 a:hover{
    color: #2E6262;
}

.copyright{
    text-align: center;
}



/* top */

.top-img{
    height: 80vh;
    background-image: url(../img/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.top-text{
    padding: 100px;
    margin: auto;
}

.main-text{
    color: #FFF;
    font-size: 2.5em;
    font-weight: bolder;
    cursor: none;
    margin-top: 0;
}

.top-text-2{
    padding-top: 30px;
    font-size: 0.8em;
}

.top-text-2-1{
    padding-top: 32px;
}


/* pick up */
.pickup-text{
    text-decoration: underline dotted;
    margin: 10px 0;
    text-underline-offset: 0.2em;
}

/* about */
h3.section-title-about{
    border: none;
    padding: 30px 200px 10px;
    font-weight: bold;
}

.vision-img{
    width: 40%;
    margin: auto;
    padding-top: 125px;
}

.philosophy-item{
    margin: auto;
    padding: 10px 0 ;
}

.philosophy-text{
    background-color: #FFF;
    border-radius: 100px;
    margin: -30px 100px;
    padding: 30px 50px;
}


/* profile */

.profile-title{
    background-image: url("../img/profile.png");
    width: 260px;
    height: 260px;
    border: #2E6262 solid 2px;
    border-radius: 50%;
    text-align: center;
    margin: 100px auto 30px;
}

.profile-title-wrapper{
    text-align: center;
}

.name-1{
    color: #2E6262;
    font-size: 2em;
    font-weight: bold;
}

.name-2{
    color: #2E6262;
    font-size: 1em;
    margin: -5px 0 20px;
}

.profile-img{
    width: 20%;
}

.profile-wrapper{
    display: flex;
    justify-content: center;

}

.profile-wrapper-item{
    background-color: #FFF;
    border-radius: 100px;
    padding:  30px 50px;
    margin: 20px;

}

.profile-text-wrapper{
    display: flex;
}

.profile-text{
    line-height: 2;
    margin-top: 10px;
}

.profile-text-2{
    padding-left: 20px;
}

.book{
    margin-left: 200px;
}


/* gallery */
.categories-list-wrap{
    margin: 20px 0 50px;
}

.categories-list-wrap ul{
    /* position: fixed;
    right: 20px;
    top: 200px; */
    display: flex;
}

.cat-item{
    margin-right: 20px;
}


.gallery{
    margin-top: 50px;
}


.gallery-cards{
    display: grid;
    grid-template-columns:repeat(2,1fr) ;
    justify-items: center;
}

.gallery-card{
    width: 90%;
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0 0;
    display: flex;
}


.gallery-card:hover{
    background-color: #ffF;
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .2s;
    color: #fff;
}

.entry-item-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 17/10;
}

.gallery-title {
    padding-top: 10px;
    font-size: 1.2em;
}


.gallery-text{
    margin-top: 18px;
    font-size: 0.6em;
}


.pagenation-wrap{
    margin: 30px 0 0;
    text-align: center;
}

/* single */

.single-cat{
    display: flex;
    margin-top: 60px;
}

.single-cat li{
    margin-right: 20px;
}

.article-title{
    color: #2E6262;
    font-size: 1.5em;
    text-align: center;
    margin-top: 60px;
}

.article-img{
    text-align: center;
    margin: 60px auto;
}

.article-img img{
    width: 80%;
    height: auto;
    aspect-ratio: 17/10;
}


/* contact */

.section-title{
    margin-top: 50px;

}


.map{
    height: 70%;
}

.access-kibitsu{
    width: 70%;
    height: 50vh;
    margin: 30px auto;
}

.access-hiruzen{
    width: 70%;
    height: 50vh;
    margin: 50px auto;
}

.contact-wrapper{
    display: flex;
    justify-content: center;
}

.access-text{
    font-size: 0.8em;
    margin-bottom: 10px;
}



label{
    margin-top: 20px;
}

.contact-item{
    text-align: left;
}

.contact-body{
    padding: 10px 20px;
    height: 30px;
    border-radius: 30px;
}

.contact-body-1{
    padding: 10px 20px;
}

.contact-table{
    margin: auto;
}

input,textarea{
    width: 300px;
    vertical-align:middle
}


.submit-bottun{
    margin-top: 20px;
    text-align: center;

}

.wpcf7-submit{
    height: 50px;
    width: 300px;
    color: #fff;
    background: #BCA79D;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 30px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

}



/* タブレット用表示 */

@media screen and (max-width: 1299px) {

/* ハンバーガーメニュー */

.hamburger {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 100;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #ADADAD;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.hamburger_bar.is_active:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
}

.hamburger_bar.is_active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.g-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #FFF8F0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
}

.g-nav.is_active {
  opacity: 1;
  pointer-events: auto;
}

.header-nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 50px;
  gap: 32px;
}

/* リセットCSS */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-size: 1em;
}


/* policy */
.paragraph{
    font-size: 0.8em;
    max-width: 80vw;
    margin: auto;
}


/* body */

body{
    font-size: 20px;
}

.container{
    width: 95%;
}

h3{
    padding: 30px 60px 0px
}

h4{
    margin-top: 30px;
}




/* header */

header{
    padding: 20px 0 10px 0;
}

.header-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title{
    margin-left: 30px;
    width: 250px;
}

.header-right{
    padding: 20px;
}

.header-nav{
    display: flex;
}

.header-nav-item{
    padding-left: 30px;
    text-align: center;
}


/* footer */

.footer-wrapper{
    padding: 30px 0 20px;

}
.footer-item{
    display: flex;
    justify-content: center;
}

.footer-item-1{
    padding: 20px;
}

.footer-item-1 a{
    color: #6e6e6e;
    font-size: 1em;
}

.footer-item-1 a:hover{
    color: #2E6262;
}

.copyright{
    text-align: center;
}



/* top */


.top{
    height: 60vh;
    background-image: url(../img/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.top-text{
    padding: 50px;
}

.top-text-2{
    margin: 50px 0 0 50px;
}

.top-text-2-1{
    margin-top: 32px;
}


/* pick up */
.pickup-text{
    text-align: left;
    text-decoration: underline dotted;
    margin: 20px 0 0 50px;
    text-underline-offset: 0.2em;
}


/* about */

.vision-img{
    width: 600px;
    margin: auto;
    padding-top: 50px;
}

.section-title-about{
    border: none;
}

.philosophy-item{
    margin: auto;
    padding: 10px 0 ;
}

.philosophy-text{
    background-color: #FFF;
    border-radius: 100px;
    margin: -30px 35px;
    padding: 30px 50px;
}


/* profile */

.profile-title{
    background-image: url("../img/profile.png");
    width: 260px;
    height: 260px;
    border: #2E6262 solid 2px;
    border-radius: 50%;
    text-align: center;
    margin: 100px auto 30px;
}

.profile-title-wrapper{
    text-align: center;
}

.name-1{
    color: #2E6262;
    font-size: 28px;
    font-weight: bold;
}

.name-2{
    color: #2E6262;
    font-size: 18px;
    margin: -5px 0 20px;
}

.profile-img{
    width: 200px;
}

/* .profile-wrapper{
    display: flex;
    justify-content: center;

} */

.profile-wrapper-item{
    background-color: #FFF;
    border-radius: 1000px;
    padding:  30px 100px;
    margin: 20px;

}

.profile-text-wrapper{
    display: flex;
}

.profile-text{
    line-height: 2;
    margin-top: 10px;
}

.profile-text-2{
    padding-left: 20px;
}

.book{
    margin-left: 200px;
}


/* gallery */

.categories-list-wrap{
    margin: 20px 0 50px;
}

.categories-list-wrap ul{
    /* position: fixed;
    right: 20px;
    top: 200px; */
    display: flex;
}

.cat-item{
    margin-right: 20px;
}


.gallery{
    margin-top: 50px;
}


.gallery-cards{
    display: grid;
    grid-template-columns:repeat(2,1fr) ;
    justify-items: center;
}

.gallery-card{
    width: 90%;
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0 0;
    display: flex;
}


.gallery-card:hover{
    background-color: #ffF;
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .2s;
    color: #fff;
}

.entry-item-img img{
    width: 100%;
    height: auto;
}

.gallery-title {
    padding-top: 10px;
    font-size: 1.2em;
    
}


.gallery-text{
    margin-top: 18px;
    font-size: 0.6em;
}


.pagenation-wrap{
    margin: 30px 0 0;
    text-align: center;
}

/* single */

.single-cat{
    display: flex;
    margin-top: 60px;
}

.single-cat li{
    margin-right: 20px;
}

.article-title{
    color: #2E6262;
    font-size: 1.5em;
    text-align: center;
    margin-top: 60px;
}

.article-img{
    text-align: center;
    margin: 60px 0;
}

.article-img img{
    width: 80%;
    height: auto;
}

/* contact */

.section-title{
    margin-top: 50px;
}


.access-item{
    display: flex;
    justify-content: space-around;
}

.map{
    height: 40vh;
}


.time-list-item{
    padding: 10px;
}


.access-text{
    font-size: 0.9em;
    margin-bottom: 10px;
}


.contact-item{
    text-align: left;
}

.contact-body{
    padding: 10px 20px;
}

input,textarea{
    width: 300px;
    vertical-align:middle
}

.contact-table{
    margin: auto;
}


.contact-body-1{
    text-align: center;
}

.form-text{
    height: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
  }
.form-textarea{
    height: 200px;
    border-radius: 10px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.submit-bottun{
    margin-top: 20px;
    text-align: center;

}

.wpcf7-submit{
    height: 50px;
    width: 300px;
    color: #fff;
    background: #BCA79D;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 30px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.wpcf7-spinner{
    display: none;
}

}


/* スマホ用表示 */

@media screen and (max-width: 770px) {

body{
    font-size: 18px;
}

h1{
    font-size: 1.3em;
}

h2{
    font-size: 0.9em;
}

h3{
    padding: 30px 30px 0;
}

h4{
    font-size: 1em;
}

h4.profile-item{
    margin: 0;
}

p{
    font-size: 1em;
}



/* header */

.header-title{
    width: 200px;
}

.hamburger{
    top: 30px
}


/* footer */

.footer-item{
    display: block;
    font-size: 0.8em;
    text-align: center;
}

.footer-item-1{
    padding: 5px;
}

.copyright{
    padding-top: 20px;
}

/* top */


.top-text{
    padding: 60px 0 0 30px;
}

.top-text-2{
    margin: 0;
    margin-bottom: 30px;
    padding: 0 30px;
}

.pickup-text{
    text-align: left;
    margin: 0;
    padding: 0 30px;
    text-decoration: underline;
    text-decoration-style: dotted;
    margin-top: 10px;
    text-underline-offset: 0.2em;
}

/* about */

.vision-img{
    width: 300px;
    margin: auto;
    padding-top: 50px;
}

.section-title-about{
    padding: 0 50px;
}

.philosophy-item{
    margin: auto;
    padding: 30px 0 ;
}



/* profile */

.profile-title{
    background-image: url("../img/profile.png");
    width: 260px;
    height: 260px;
    border: #2E6262 solid 2px;
    border-radius: 50%;
    text-align: center;
    margin: 100px auto 30px;
}


.profile-img{
    width: 200px;
}


.profile-wrapper-item{
    border-radius: 30px;
    padding:  10px 20px;
    margin: 20px;

}

.profile-text-wrapper{
    display: flex;
}

.profile-text{
    line-height: 2;
    margin: 10px 0;
}

.profile-text-2{
    padding-left: 20px;
}

.book{
    margin-left: 200px;
}

.book-text{
    line-height: 1.5;
    padding-bottom: 20px;
}


/* gallery */

.categories-list-wrap {
    margin: 20px 0 0 30px;
}

.gallery-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* single */
.article-img{
    margin: 30px 0;
}

.article-body{
    width: 80%;
    margin: auto;
}

.single-cat{
    margin: 30px 0 0 30px;
}
/* contact */

.section-title{
    margin-top: -12px;
}

h4.access-subtitle{
    font-size: 1.2em;
}

.map{
    height: 40vh;
}

.access-kibitsu{
    margin:0px auto 30px;
    width: 90vw;
}

.access-hiruzen{
    margin:0px auto 30px;
    width: 90vw;
}



th,td{
    display: block;
}

input,textarea{
    width: 245px;
    vertical-align:middle
}

.contact-table{
    margin: 20px auto;
}

.form-text{
    height: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
  }

.form-textarea{
    height: 200px;
    border-radius: 10px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.submit-bottun{
    margin-top: 20px;
    text-align: center;

}

.contact-submit{
    height: 45px;
    /* width: 100px; */
    color: #fff;
    background: #a68a7d;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 30px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;

}

/* お問い合わせフォーム */

.confirm-text-1{
    text-align: center;
    padding-top: 30%;
}

.confirm-text{
    text-align: center;
    padding-top: 10px;
}

.mail-post-text{
    text-align: center;
    margin: 25% 0px 30px 0;
}

.mail-post-btn{
    text-align: center;
    padding-top: 10px;
}


}
