@charset "UTF-8";
/*
Theme Name: chaabee
*/

html {
  scroll-padding-top: 100px;
}

/* ページ全体をフェードイン */
body {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.wrapper{
  background-color: #FAF9F7;
}

h2,h3{
    color: #1F2D1B;
    font-family: "Akshar", sans-serif;
    font-weight: normal;
}

section {
  position: relative;
}

#this_week,#google_calender{
  scroll-margin-top: 100px;
}

div #this_week .this_week_contents,div #next_week .next_week_contents{
  margin: auto;
}

.submit p{
  display: inline-grid;
}


.red_button{
    padding: 0.2rem 0.5rem;;
    background-color: #901F19;
    color: white;
    border-radius: 4px;
}

.blue_button{
    padding: 0.2rem 0.5rem;
    background-color: #2D7DB1;
    color: white;
    border-radius: 4px;
    width: 18rem;
    margin: 1rem auto 2rem;
    text-align: center;
    font-size: 1.5rem;
}

.category-name{
    margin-top: 0.5rem;
    color: #2D7DB1;
    font-size: 1.5rem;
    font-weight: 500;
}

.content_text{
    /* padding: 1rem 0rem; */
    color: #707070;
}


.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
}

.content_text{
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0rem;
    margin-bottom: 1rem; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7rem;
    min-height: calc(1.7rem * 2);
    padding-bottom: 0rem;
    margin-bottom: 1rem;
}


/* # HEADER */
body,ul,li,div,p {margin: 0;padding: 0;}
/* a {text-decoration: none; color: #fff;} */
li {list-style-type: none;}

/*------------------------------------
top ↓
------------------------------------*/
.top{
  /* padding: 0.5rem; */
  padding: 4.2rem 0rem 0px;
  /* padding: 1.2rem 0rem 0px; */
}

#top .top div h1{
  padding-top: 60px;
}

.text-left{
  /* position: absolute;
  top: 450px;
  left: 1rem; */
  position: relative;
  top: -5rem;
}

#top_chaabee{
    font-size: 2.5rem;
    line-height: 3rem;
}

#top_chaabee img{
    width: 30%;
}
.small_text{
    line-height: 1.7rem;
    color: #707070;
    font-size: 1.2rem;
}

#company,h2{
  margin-bottom: 10px;
}


/*------------------------------------
汎用 ↓
------------------------------------*/
.flex {display: flex;}
.aic {align-items: center;}
.jcb {justify-content: space-between;}
/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  /* background: #e2c9b5; */
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header ul li a:hover {
  color: #e9ecef;
  text-decoration: none;
}
header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.navbar{
  padding: 0rem 0rem !important;
}

/*------------------------------------
ヘッダー SPハンバーガーメニュー ↓
------------------------------------*/
header {
  font-weight: 700;
}
header .pc_nav {
    margin: auto;
    padding-top: 70px;
    background-color: #CCBCA5;
    position: fixed;
    z-index: 1;
    padding-left: 0.5rem;
    /* width: stretch; */
width: 110%;
}
header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}

.sidemenu nav ul li a{
  font-size: 1.2rem;
  font-weight: 500;
}

header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: center;
}
.sidemenu {
  height: 100vh;
  padding-top: 100px;
  position: fixed;
  right: -40%; /*メニュー幅*/
  transition: all 0.6s;
  top: 0;
  width: 40%; /*メニュー幅*/
  z-index: 2;
  background-color: #CCBCA5;
}
/* .sidemenu nav ul li {
  padding: 20px;
} */

.sidemenu nav ul li {
  line-height: 4rem;
}

nav .header-logo{
  text-align: left;
  padding-left: 1rem;
}

nav .header-logo a img{
  width: 17rem;
  vertical-align: baseline;
}

.hamburger {
    cursor: pointer;
    height: 52px;
    position: fixed;
    right: 9px;
    top: 8px;
    width: 60px;
    z-index: 3;
}
.hamburger span {
  background-color: #fff;
  height: 2px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger_linetop {
  top: 15px;
}
.hamburger_linecenter {
  top: 25px;
}
.hamburger_linebottom {
  top: 35px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

/*------------------------------------
イベント ↓
------------------------------------*/

#this_week_post,#next_week_post{
  padding: 1rem;
  border-radius: 26px;
}

#top #this_week_post img,#top #next_week_post img{
    border-radius: 8px;
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
}


.coming-soon .coming-soon_text{
    font-size: 1rem;
    color: #6c757d;
    padding-top: 1rem;
}

#top #news{
  margin-right: 1rem;
}

#top #news .news_h2{
  line-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top #this_weeek_event .this_week_contents,#next_week .next_week_contents{
  background-color: #fff;
  padding: 1rem;
  /* width: 94vw; */
  border-radius: 12px;
  box-shadow: 4px 4px 7px -5px #77777740;
}

#top #this_weeek_event .this_week_contents img{
    border-radius: 8px;
    /* width:20rem; */
    aspect-ratio:4 / 3;
    object-fit:cover;
}

#top #this_week_post img,
#top #next_week_post img{
    max-width: 20rem;
    min-width: 15rem;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
    margin: auto;
}

/* #top #next_week_post img{
    min-width: 11rem;
} */

#top #news .news-contents a{
  color: #000000;
}

#top .post-title{
    font-size: 2rem;
    /* line-height: 2.3rem; */
    margin-bottom: 1rem;
    color: #1F2D1B;
}
#top #news .news-contents span,#top #news .news-contents a{
  color: #383d41;
  font-weight: 400;
}

#news {
  padding-top: 50px;
  padding-bottom: 50px;
}


#this_week .red_button, #next_week .red_button{
    width: 10rem;
    margin: auto;
    text-align: center;
    line-height: 2.2rem;
}

#this_week .red_button a,#next_week .red_button a{
        color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
}

/*------------------------------------
カレンダー ↓
------------------------------------*/

.calendar_section{
    display: flex;
    justify-content: center;
    margin: 6rem 0;
}

.calendar_wrap{
    width: 100%;
    max-width: 1500px;
}

.calendar_wrap iframe{
    width: 100%;
    height: 600px;
    border: 1px solid #777;
    display: block;
}


/*------------------------------------
チャービーについて ↓
------------------------------------*/
.about_chaabee{
    padding: 1rem;
}

.about_chaabee .border01{
    border-top: 3px #70707030 solid;
    padding-bottom: 3rem;
}

.about_chaabee h2{
   margin-bottom: 1.5rem;
}


.icon{
    width: 1.5rem;
}

/*------------------------------------
access ↓
------------------------------------*/

.access .pc_no img{
    box-shadow: 4px 4px 7px -5px #77777740;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.access{
  padding: 0rem 1rem 1rem;
}

#pankuzu{
      line-height: 2rem;
      color: #33333354;
      padding-top: 5rem;

}

#pankuzu .small_text{
      font-weight: 500;
      font-size: medium;
}

#pankuzu #this_page{
    color: #1f2d1b85;
    font-size: large;
    font-weight: 600;
}

/*------------------------------------
投稿ページ ↓
------------------------------------*/


#single_page #pankuzu{
    padding-top: 5rem;
}


/*------------------------------------
footer ↓
------------------------------------*/
.footer-nav{
  background-color: #CCBCA5;
  padding-top: 3.5rem;
}

.footer-nav .footer_logo{
    width: 11rem;
    margin: auto;
    display: block;
    margin-bottom: 2rem;
}

.footer-nav .nav-list{
  justify-content: space-evenly;

}

.footer-nav .nav-list li{
  padding-left: 4rem;
}

.footer-nav .nav-list a{
  font-size: 1rem;
  font-weight: 500;
}

.footer-nav .nav-list a:hover{
  color: #eaceb8;
}

.footer-nav .nav-list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  /* font-size: 1.5rem; */
  line-height: 3rem;
}

.footer-nav .nav-list li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  /* background: #e9ecef; */
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.p-2{
  font-size: 14px;
}

.footer-nav .nav-list li a:hover {
  color: #e9ecef;
  text-decoration: none;
}
.footer-nav .nav-list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.red-font{
  color: #901F19;
  vertical-align: unset;
}

.red-font:hover{
  color: #1F2D1B;
}

.footer_sns{
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin: auto;
}

.sns_icon{
    padding: 0 2.2rem 3rem;
}

.copyright{
  text-align: center;
    color: #393939;
    padding-bottom: 2rem;
}


/*------------------------------------
confirm ↓
------------------------------------*/
#confirm-page .page-title h2{
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 1rem;  
}

#confirm-page .btn-success{
  background-color: #CCBCA5;
  border-color: #CCBCA5;
}

#confirm-page .btn-danger{
  background-color: #949494;
  border-color: #949494;
}

/*------------------------------------
singlepage ↓
------------------------------------*/
.thumnail{
  width: 70%;
  margin: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}

.single_page_sec .thumnail{
    margin-bottom: 0rem;
    text-align: center;
}

.single_page_sec .wp-block-paragraph{
 margin: inherit;
}


.single_page_sec .content p{
          font-size: 1.3rem;

}

.single_page_sec .thumnail img{
  max-height: 50vh;
  width: auto;
}

.single_page_sec #single_category{
    margin-top: 0.5rem;
    color: #2D7DB1;
    font-size: 1.5rem;
    font-weight: 500;
}

#single_h1 h1{
    font-size: 2.2rem;
    line-height: 1.3;
}

.day{
  text-align: left;
  color: #a9a093;
  width: 70%;
  display: inline-block;
  padding-left: 1rem;
}

.title{
width: 100%;
padding: 0rem 1rem 0rem;
display: inline-block;
}

.title h1{
  font-size: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  padding-top: 0.5rem;
}

figure{
  padding: 1rem;
  max-width: 70%;
  margin: auto;
}

.privacy .title h1{
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 4rem;
}

#single_contact .red_button{
    width: 15rem;
    margin: 1rem auto 3rem;
    text-align: center;
    line-height: 3.2rem;
}

#single_top .red_button{
    width: 10rem;
    margin: auto;
    text-align: center;
    line-height: 2.2rem;
}

#single_page .single_page_sec .content a{
    font-size: inherit;
    color: #2D7DB1;
}

#single_contact .red_button a{
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
}

#single_top .red_button a{
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
}

#archive_pd .border01{
    border-top: 3px #70707030 solid;
    padding-bottom: 3rem;
}

/*------------------------------------
アーカイブ ↓
------------------------------------*/
#archive_pd{
  padding: 0 1rem;
}

#next_week .border01{
    border-top: 3px #70707030 solid;
    padding-bottom: 3rem;
}

#page_padding {
      padding: 0 1rem;
}

/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
  .sp_no {
    display: none;
  }
  .sidemenu {
    right: -70%; /*メニュー幅*/
    width: 70%; /*メニュー幅*/
  }
}
@media screen and (min-width: 999px) {
  .pc_no {
    display: none;
  }
}

/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/

@media screen and (max-width: 850px)  {
p{
    font-size: 1.2rem;
}

h2, h3{
  font-size: 6.5vw;
  text-align: center;
  color: #1F2D1B;
}

  .pc_nav .header-logo{
        text-align: left;
        width: 82%;
        position: relative;
        height: 71px;
  }



  .sidemenu nav ul li a{
    font-size: 5.5vw;
    font-weight: 500;
  }

  nav ul{
    list-style: none;
    text-align: left;
    padding-left: 3rem;
  }


/*------------------------------------
新着 ↓
------------------------------------*/

#top_chaabee img{
    width: 40vw;
}

#top #news {
  padding: 0 1rem;
  margin: auto;
}

#top #news .news_h2{
  margin-bottom: 2.3rem;
}

#top #news #news-box .news-contents{
  text-align: left;
  display: flex;
  justify-items: center;
}

#top #news .news-contents{
  width: 92vw;
}

/*------------------------------------
ご挨拶 ↓
------------------------------------*/
#top #about_us .movie_bk{
  padding: 3rem;
}
#top #about_us video{
  height: -webkit-fill-available;
  object-fit: inherit;
}


/*------------------------------------
事業内容 ↓
------------------------------------*/
#top #services{
  margin-bottom: 1rem;
}

#top #services .service_img{
  margin-bottom: 1rem;
}

/*------------------------------------
お問い合わせ ↓
------------------------------------*/
#top #container-lg{
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#top #container-lg #contact_box{
  padding: 0rem 1rem;
}

/*------------------------------------
footer ↓
------------------------------------*/
.footer-nav .nav-list a{
  font-size: 3vw;
}

/*------------------------------------
single-page ↓
------------------------------------*/
.single_page_sec{
  /* margin: 8vw 4vw 9vw; */
}

.day{
  width: auto;
  display: block;
  padding-left: 0;
}

.title{
  width: auto;
  padding: 0;
}
.title h1{
  padding-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.thumnail{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 2rem;
    box-sizing: border-box;
}



p{
  margin-bottom: 0.5rem;
  font-weight: 500;
}


figure img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.single_page_sec .thumnail img{
    /* width: 100%; */
    max-width: 90%;
    height: auto;
    display: block;
    box-sizing: border-box;
    margin: auto;
}


.thumnail,
.thumnail img,
figure,
figure img{
    box-sizing: border-box;
}

/*------------------------------------
カレンダー ↓
------------------------------------*/

.calendar_wrap iframe{
        height: 500px;
    }



}




/*------------------------------------
@media screen PC ↓
------------------------------------*/

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

p{
  font-size: 24px;
}

h2{
   font-size: 36px;
}


  header .pc_nav {
  padding-left: 0.5rem;
  top: 0px;
  padding-top: 5px;
  width: -webkit-fill-available;
}

  header .pc_nav .header-logo{
    text-align: left;
    padding-left: 22px;
    width: 39%;
}
  nav .header-logo a img{
    vertical-align: middle;
    width: 18rem;
  }

  header .pc_nav .sp_no{
        width: 80%;
  }

  header .pc_nav .sp_no ul{
    display: flex;
    justify-content: space-evenly;
  }

  header .pc_nav .sp_no ul a{
    font-size: 18px;
    font-weight: 500;
  }


  #top .top .text-left{
    /* left: 4%; */
        padding-left: 4%;
  }

  .top{
  /* padding: 0.5rem; */
  padding: 4rem 0rem 0px;
}

.single_page_sec .content p{
  font-size: 21px;
}


  #top .top .text-left .small_text{
    font-size: 24px;
  }

  #top .top #top_chaabee{
    font-size: 76px;
    line-height: 5rem;
  }

  #top .top p{
    font-size: 28px;
    margin-bottom: 5rem;
  }

  #top .top .red_button{
        font-size: 18px;
        text-align: center;
        /* width: 30%; */
        width: 180px;
  }

/*------------------------------------
PC 今週のイベント ↓
------------------------------------*/


#top #this_week_post img,
#top #next_week_post img{
    min-width: 11rem;
    max-width: 11rem;
}


/*------------------------------------
PC 今週のイベント ↓
------------------------------------*/

  #this_weeek_event,#next_weeek_event{
  padding: 0 4rem;
  max-width: 1400px;
  margin: auto;
  }

  #this_weeek_event h2,#next_weeek_event h2{
    padding-bottom: 8px;
  }

  .this_week_contents,.next_week_contents{
    display: flex;
  }

  #next_week .next_week_contents{
    display: flex;
    align-items: stretch;
}

  .this_week_contents .pc_flex,#next_week .next_week_contents .pc_flex{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#next_week .next_week_contents .pc_flex{
    flex: 1;
}

  #this_week_post, #next_week_post{
    padding: 1rem 2rem 1rem 1rem;
  }
  

  #this_week .red_button, #next_week .red_button{
    margin: inherit;
  }

  .this_week_contents .pc_flex .red_button,
#next_week .next_week_contents .pc_flex .red_button{
    margin-top: auto;
}

  #top #this_weeek_event .this_week_contents img{
    height: auto;
    /* width: 20rem; */
  }

  #top #this_weeek_event .this_week_contents{
    width: 100%;
  }

  #next_week{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
  }
 
#next_week{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(430px,1fr));
    /* gap:2rem; */
}

#next_week .next_week_contents{
    width:auto;
    margin:0;
}


  #archive #next_weeek_event .next_week_contents img{
        height: auto;
        width: 125px;
  }

  
  div #next_week .next_week_contents{
    margin: 1rem;
  }
  #top #next_week .post-title{
    font-size: 30px;
    margin-bottom: 7px;
  }
  #next_week .red_button{
    margin: 1rem 0rem 0rem 0rem;
  }


/*------------------------------------
PC 投稿ページ ↓
------------------------------------*/
#single_page .single_page_sec .category_pc_padding{
    padding: 3rem 60px;
}

  
/*------------------------------------
PC chaabeeについて ↓
------------------------------------*/

#pc_about_chaabee img{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

#pc_about_chaabee .text_box{
    padding: 1rem;
}

#pc_about_chaabee h2,
#pc_about_chaabee p{
    text-align: left;
}

/*------------------------------------
PC フッター ↓
------------------------------------*/
.footer-nav .footer_logo{
    width: 11rem;
    margin: 0rem 1rem 0rem 3rem;
    display: block;
}

.footer_sns{
    width: 25%;
}

#footer_flex{
  display: flex;
  justify-content: space-around;
}

.footer-nav .nav-list li{
  padding-left: 3rem;
}

.footer-nav .nav-list{
  justify-content: space-evenly;
    padding: 0rem 1rem;
}

.footer_sns a img {
  width: 50px;
}

.red_button,
.blue_button,
header a,
.footer-nav a{
    transition: all .25s ease-in-out;
}


}


