@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
.wrap { width: 100%; }
.content { margin-top: 0; }
main.main { padding: 0; border: 0;}
body { position: relative; line-height: 1.6; }
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/***********************
** header
***********************/
#header-container { height: 60px; }
.header-container #header-container-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.header-container-in.hlt-top-menu .logo-header { max-height: 60px; }
.header-container-in.hlt-top-menu .logo-header .site-name {
  width: 190px;
  height: 60px;
}
.site-name { font-family: 'Lusitana', serif; }
.header-container-in.hlt-top-menu .logo-header .site-name span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** header_nav ***/
.navi .navi-in .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navi .navi-in .menu-top li { height: 60px; line-height: 60px; }
.navi .navi-in .menu-top li a { font-size: .95em; }

/***********************
** TOP
***********************/
.section { padding: 3em 0; }
.section .sec_inner {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.section .sec_inner h2 {
  text-align: center;
  color: #DAA520;
  font-size: 1.8em;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 0 auto 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
#message h2, #blog h2, #shop h2 {
  font-size: 2.2em;
  line-height: 1.325;
}
.mess_p span {
  display: block;
  margin-top: 1em;
  text-align: right;
}
#online h3 {
  color: #a48c70;
  font-size: 1.25em;
  margin-bottom: .2em;
}

/*main_img*/
.main_imgArea {
  background-image: url(https://feel.hkd1.com/wp-content/uploads/2021/03/main.jpg);
  height: 600px;
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}

/* blog */
.blog_area {
  max-width: 700px;
  margin: 0 auto;
}
.blog_area .new-entry-cards { margin: 1em 0 1.5em; }
.blog_area .new-entry-cards .new-entry-card-link {
  border-bottom: 1px solid #e3dfda;
  padding: .6em 1em;
  margin: 0;
}
.blog_area .new-entry-cards .new-entry-card-link:hover {
  background: #f4f2ef;
}
.blog_area .new-entry-cards .new-entry-card-link:first-of-type {
    border-top: 1px solid #e3dfda;
}
.blog_area .new-entry-cards .new-entry-card-link figure { display: none; }
.blog_area .new-entry-cards .new-entry-card-link .new-entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_area .new-entry-cards .new-entry-card-link .new-entry-card-content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding-left: 1em;
}
.blog_area .new-entry-cards .new-entry-card-link .new-entry-card-content::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
      border-left-color: transparent;
      border-left-style: solid;
      border-left-width: 6px;
  border-left: 8px solid #DAA520;
}
.blog_area .new-entry-cards .widget-entry-card-title {
    padding-left: 1em;
    margin-top: .2em;
}
.blog_area .new-entry-cards .new-entry-card-date { display: block; }
.blog_area .new-entry-cards .new-entry-card-date .post-date {
    font-size: .85em;
    padding: 0;
    margin: 0;
}
.blog_area .list_btn {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}
.blog_area .list_btn a {
  display: block;
  background: #84827f;
  color: #fff;
  padding: .6em;
  border-radius: 5px;
  font-size: .9em;
}
.blog_area .list_btn a:hover { background: #6f6d6a; }
.ect-3-columns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ご利用案内 */
#online {
  background: #e3dfda;
}
.online_area,
.online_area .step,
.shop_area .info_col,
.shop_area .col_txtArea .shop_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.online_area {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5em;
}
.online_area .step {
  width: calc((100% - 40px) / 3);
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.online_area .step .step_num {
  color: #b89f80;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 50px;
} 
.online_area .step .step_num span {
  display: block;
  font-size: .6em;
}
.online_area .step .step_txt {
  width: calc(100% - 60px);
} 
.linkArea {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.linkArea a {
  background: #DA9A20;
  color: #fff;
  display: block;
  padding: .7em .7em .6em;
  border-radius: 5px;
}
.linkArea a:hover { background: #CE911D; }
.linkArea a i { padding-right: .5em; }
#online .linkArea + .online_box { margin-top: 2em; }

/* お店 */
#shop {
  background: #84827f;
}
#shop .sec_inner { padding-bottom: 3em; }
#shop p { color: #fff; text-align: center; margin-bottom: 1em; }
.shop_area {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.shop_area .col_imgArea { width: 35%; }
.shop_area .col_txtArea { width: 62%; }
.col_txtArea .shop_info li .info_tit { width: 5.5em; }
.col_txtArea .shop_info li .info_txt { width: calc(100% - 5.5em); }
.col_txtArea .shop_info li + li { margin-top: .3em; }

/***********************
** 投稿ページ
***********************/
body.archive .content .content-in,
body.post-template-default .content .content-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.archive .content .content-in main,
body.post-template-default .content .content-in main { 
  width: 75%; padding: 20px 0; margin: 0; 
}
body.archive .content .content-in .sidebar,
body.post-template-default .content .content-in .sidebar { 
  width: 25%; 
  margin: 0;
  display: block;
}
.archive .archive-title {
  color: #DAA520;
  font-size: 2em;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px;
}
.archive .archive-title span,
body.archive .list .entry-card-wrap .entry-card .entry-card-content .entry-card-snippet { display: none; }
body.archive .list .entry-card-wrap:hover { background: transparent; }
body.archive main .list .entry-card-wrap .entry-card { border: 1px solid #ba9d81; }
body.archive .list .entry-card-wrap .entry-card .entry-card-content .entry-card-title {
  font-size: 1em;
  font-weight: normal;
  padding: .5em .3em;
}
body.archive .list .entry-card-wrap .entry-card .entry-card-content .entry-card-meta {
  color: #ba9d81;
}

.sidebar h3.widget-sidebar-title {
  background: transparent;
  color: #ba9d81;
  font-weight: normal;
  font-size: 1.05em;
  padding: 5px;
  border-bottom: 1px solid #ba9d81;
  margin: 1em 0 .3em;
}
.sidebar .widget ul li { font-size: .95em; } 
.sidebar .widget ul li a {
  color: #746858;
  padding: .5em .3em;
}
.sidebar .widget ul li a:hover,
body.archive .list .entry-card-wrap:hover .entry-card { background: #f4f2ef; }

/*******************************
* footer
*******************************/
#footer { margin-top: auto; }
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: initial;
  margin-top: 0;
}
.footer .footer-bottom-logo { position: initial; }
.footer .footer-bottom-content { text-align: center; font-size: 12px; }

.mblt-header-mobile-buttons { margin-top: 0; }
.mobile-menu-buttons { display: none; }

/*******************************
* pagination
*******************************/
.pagination-next { display: none; }
.pagination { margin: 1em 0; }
.pagination .page-numbers {
  height: 35px;
  width: 35px;
  border: 1px solid #ddd;
  color: #746858;
  border: 1px solid #ba9d81;
  font-size: .9em;
  line-height: 35px;
}
.pagination .current,
.pagination .page-numbers:hover { background: #f4f2ef; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  .mobile-menu-buttons { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    background: #2f2f2f;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  #header-container,
  .mobile-header-menu-buttons .search-menu-button,
  .mobile-menu-buttons .navi-menu-button .menu-caption { display: none; }
  .mobile-menu-buttons .menu-button { line-height: 35px; }
  .mobile-menu-buttons .logo-menu-button { 
    text-align: left; 
    max-width: 195px;
    width: 100%;
    padding: 0;
    margin-right: auto;
  }
  .mobile-menu-buttons .logo-menu-button .menu-button-in {
    color: #fff;
    font-family: 'Lusitana', serif;
    font-size: 22px;
  } 
  .mobile-menu-buttons .navi-menu-button { width: 50px; }
  .mobile-menu-buttons .navi-menu-button .menu-button-in .menu-icon .fa-bars {
    font-size: 26px;
  }
  .mobile-header-menu-buttons .navi-menu-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    background: rgba(47, 47, 47,.9);
    color: #fff;
  }
  .mobile-menu-buttons .navi-menu-button .menu-close-button {
    font-size: 30px;
    padding: 5px 20px;
    text-align: right;
  }
  .navi-menu-content .menu-drawer { padding: .5em 1em 30px; }
  .navi-menu-content .menu-drawer li { border-bottom: 1px solid #7d7d7d; }
  .navi-menu-content .menu-drawer li:first-child { border-top: 1px solid #7d7d7d;}
  .navi-menu-content .menu-drawer li a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: .8em 0;
  }
  .navi-menu-content .menu-drawer li a:hover { background: rgba(255,255,255,.1); }

  body.archive,
  body.post-template-default { margin-top: 58px; }

  body.archive .content .content-in,
  body.post-template-default .content .content-in { 
    max-width: 680px; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
  }
  body.archive .content .content-in main, 
  body.post-template-default .content .content-in main,
  body.archive .content .content-in .sidebar, 
  body.post-template-default .content .content-in .sidebar {
    width: 100%;
  }
  body.archive .content .content-in main, 
  body.post-template-default .content .content-in main { padding-bottom: 0; }
  body.archive .content .content-in .sidebar, 
  body.post-template-default .content .content-in .sidebar { margin-bottom: 3em; }
}

/*767px以下*/
@media screen and (max-width: 767px){
  .section .sec_inner { max-width: 600px; }
  .online_area,
  .shop_area .info_col {
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
  }
  .online_area .step,
  .shop_area .col_imgArea,
  .shop_area .col_txtArea { width: 100%; }
  .online_area .step + .step { margin-top: 1.2em; }
  .shop_area .col_txtArea { margin-top: 1em; }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
