@charset "utf-8";
/*!
Theme Name: HugmogCafe
Author: Misa
Description: Misaの自作テーマです
Version: 1.0.0
*/

.header {
  background-image:url(images/main_image.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center top;
}
.burger {
  display: none;
}
.breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
}
.header_about {
  background-image:url(images/header_about.png);
  height: 300px;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center top;
}
.header_menu {
  background-image:url(images/header_menu.png);
  height: 300px;
  background-repeat: no-repeat;
  background-size:cover;
}
.header_news {
  background-image:url(images/header_news.png);
  height: 300px;
  background-repeat: no-repeat;
  background-size:cover;
}
.header_nav {
  display: flex;
  color: white;
  justify-content: center;
  padding-top: 40px; 
  font-size: 24px;
  text-shadow: 1px 1px 3px rgb(79, 74, 74);
  font-weight: 500;
  margin-top: 10px;
}

.header_nav li {
  margin-left:20px;
  margin-right:20px;
}
h1 {
  margin:0 auto;
  padding-top: 200px;
  text-align: center;
}

.header_title h1 {
  margin:0 auto;
  padding-top: 47px;
  text-align: center;
}
h2 {
  text-align: center;
  font-size: 35px;
  color: #74564f;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  padding-top:40px;
  margin-bottom:30px;
}
#about {
  background-color: #fcf0ea;
  padding-bottom: 80px;
  
}
.child {
  margin: 0 auto;
  text-align: center;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1000px; 
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.br_sp {
  display: none;
}
.page_design {
  margin-bottom: 120px;
}
.child p {
  color:#74564f;
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-family: "小塚ゴシック Pr6N";
}
#menu {
  padding-bottom: 10px;
  color: #74564f;
}
.menu_flex {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 1000px;
  margin: 60px auto;

}
.section {
  width: 300px;
  margin: 0 20px;
}
.section p {
  font-family: "小塚ゴシック Pr6N";
  width: 235px;
  margin: 0 auto;
  text-align: justify;
}
figure {
  text-align: center;
}
figcaption {
  margin: 20px auto;
  font-size: 26px;
  font-weight: 500;
  color:#74564f;
  font-family: 'Nunito', sans-serif;
}
.more_btn {
  text-align: center;
}
.more_btn img {
  width: 240px;
  margin-top: 30px;
}
#news {
  background-color:#fcf0ea;
  color: #74564f;
}
.news_flex {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  height: 179px;
  margin:50px auto 20px;
}
.news_archive {
  max-width: 1000px;
  margin:0 auto;
}
.thumb {
  margin: 23px 15px 0 10px;
}
.news_list {
  display: flex;
  width: 310px;
  align-items:center;
  color: #74564f;
  border-top: solid 1px #c4a199;
  border-bottom: solid 1px #c4a199;
  margin: 0 0 -1px;
  font-family: "小塚ゴシック Pr6N";
}
.news_list_archive {
  display: flex;
  border-top: dotted 0.5px #c4a199;
  border-bottom: none;
  width: 80%;
  margin: 0 auto;
  justify-content: space-evenly;
}
.archive_h3 {
  max-width: 800px;
  padding: 10px;
}
.news_list_archive:last-child {
  border-bottom: dotted 0.5px #c4a199;
}
.news_list img {
  margin: 10px 0 10px 20px;
}

.news_list p {
  width: 167px;
  margin-left: 20px;
}
.news_list p .list_date {
  font-size: 0.7rem;
}
.date_title {
  max-width: 80%;
  margin-bottom: 20px;
}
.date_title .news_title {
  font-size: 120%;
  margin: 20px 0 10px 0;
  text-decoration: underline #d1b3ac;
}
.date_title .news_date {
  text-align: right;
  color:rgb(150, 143, 143);
 
}
.news_title_box {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.category {
 color:rgb(90, 172, 145);
 text-align: right;

}
.banner_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

footer {
  background-color: #74564f;
  height: 100px;
}
.footer_flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  padding-top: 20px;

}
.footer_nav {
  display: flex;
  margin-left: 40px;
  color: white;
  justify-content: center;
  font-size: 16px;
  
}
.footer_nav li {
  margin-left: 8px;
  margin-right: 8px;
}
.copyright {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* 固定ページ */
.page_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}


/*投稿ページ*/
#content {
  max-width: 1000px;
  margin: 0 auto;
}
.news_archive {
  margin-bottom: 80px;
}
.post_title {
  font-size: 26px;
  color: #74564f;
  font-weight: bold; 
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.date {
  text-align: right;
}
.post_content {
  margin-top: 50px;
  margin-bottom: 100px;
  line-height: 2;
}
.child_content { 
  background-color: #fcf0ea;

}
.wp-pagenavi {
  margin-bottom: 100px;
}
/* 個別投稿*/
#post {
  max-width: 1000px;
  margin: 0 auto;
}
/* menu */
.menupage_flex {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 10px;

}

.menu_page h3 {
  font-size: 28px;
  border-bottom: solid 1px rgb(213, 190, 169);
  margin-top: 20px;
  margin-bottom: 30px;

}
table {
  width: 500px;
  margin: 20px auto 0;

}

table th {
  position: relative;
  text-align: left;
  width: 70%;
  padding: 7px 0;
  font-weight: normal;
}

table td::before {
  display: block;
  content: "・・・";
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 10px;
}

table td {
  text-align: left;
  padding: 5px 7px 0;
   width: 30%;
}
.attachment-thumbnail {
  border-radius: 33.5px;
}
.page_navi {
  margin: 20px 0 50px 0;
  text-align: center;
}

#content h3 {
  color:rgb(90, 172, 145);
  display: flex;
  list-style-type: none;
  margin: 20px auto;
  
}
#content h3 li {
  padding: 0 20px;
}
.back_to_list {
  margin: 0 auto 50px;
  text-align: center;
  border:rgb(79, 74, 74) 0.5px solid;
  padding: 10px 30px;
  width: 300px;
}
.contactblock {
  max-width: 395px;
  margin: 0 auto 100px;
}
.contactblock dt {
  font-weight: normal;
}

.contactblock input {
  border:rgb(79, 74, 74) 1px solid;
  border-radius: 5px;
  margin: 1px 0 20px 0;
  height: 30px;
}

.contactblock textarea {
  border:rgb(79, 74, 74) 1px solid;
  margin: 10px 0 20px 0;
  border-radius: 5px;
  
}
.contactblock input[type=submit] {
  border: none;
  padding: 0 30px;
  background-color:rgb(90, 172, 145);
  color: #fff;
  margin-top: 20px;
}

/* コンタクトページ */
.contact_form {
  margin: 100px 0;
  max-width: 1000px;
}
textarea, input textarea {
  border: 1px solid;
  margin: 10px 0;
}
.wpcf7-form-control{
  border: 1px solid;
  margin: 10px 0;
  line-height: 2;
  text-indent: 0.5rem;

}
.wpcf7-submit {
  padding: 5px 50px;
  text-indent: 0;
  background-color: #f1a47e;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;

}

@media (max-width: 1024px) {
  .footer_flex {
    margin-left: 50px;
  }
  .child {
    width: 95%;
  }
  #content_about .child {
    width: 95%;
  }
  #post {
    width: 90%;
  }

}
@media (max-width: 953px) {
  .banner_flex{
    justify-content: center;
  }
  .banner_flex a{
    margin-bottom: 20px;
  }
  .menu_page {
    width: 95%;
  }
}
@media (max-width: 930px) {
  .news_flex {
    height: 270px;
    justify-content: space-around;
  }
}

@media (max-width: 812px) {
  .menu_flex {
    flex-wrap: wrap;
    justify-content: center;
  
  }
  .menu_right {
    margin-top: 40px;
  }
 .footer_flex {
  flex-wrap: wrap;
 }
 .menupage_flex {
   flex-wrap: wrap;
   justify-content: center;
   
  }
  .menupage_flex img {
    margin-bottom: 30px;
    margin-right: 30px;
  }


  }

@media (max-width: 617px) {
  .header_nav {
    display: none;
  }
  .burger {
    display: block;
  }
  h1 {
    padding-top: 280px;
  }
  .header_title h1 {
    padding-top: 120px;
  }

  h1 img {
    width: 70%;
  }
  .menu_left, .menu_middle {
    margin-bottom: 60px;
  }
  .news_flex {
    height: 540px;    
  }
  .footer_nav {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .menupage_flex {
    flex-direction: column;
    justify-content: center;
  }
  .menupage_flex img {
    display: block;
    margin: 0 auto 30px;
  }
  .menupage_flex table {
    width: 95%;
  }
  table th {
    width: 55%;
  }
  table td {
    width: 45%;
  }
  .news_title_box {
    display: block;
  }
  .news_list_archive {
    width: 95%;
  }
  .date_cate {
    display: flex;
  }
  .news_date {
    margin-right: 10px;
  }
  #content h3 {
    display: none;
  }
}
@media (max-width: 480px) {
.banner_flex img {
  width: 90%;
}
.banner_flex {
  text-align: center;
}
.menupage_flex table{
  font-size: 0.8rem;

}
}

/* ハンバーガーメニュー */
.popup_navi {
  width: 75vw;
  height: 90vh;
  background-color:rgb(79, 74, 74,0.9);
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 2rem;
  line-height: 2.5;
  padding: 50px 0 0 50px;
  display: none;
}

/* ボタン外側 */
.burger { 
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #fff solid 1px;
  z-index: 2;
}
/*ボタン内側*/
.burger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  background: #fff;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  width: 45%;
}
.burger span:nth-of-type(1) {
  top: 13px;
}
.burger span:nth-of-type(2) {
  top: 22px;
}
.burger span:nth-of-type(3) {
  top: 30px;
}

/*activeクラスが付与されると線が回転して×に*/
.burger.is-active span:nth-of-type(1) {
  top: 17px;
  left: 17px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.burger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.burger.is-active span:nth-of-type(3) {
  top: 29px;
  left: 17px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.popup_navi.is-active {
  display: block;
}

