@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.3
*/

/************************************
** Base / 共通
************************************/
a {
  text-decoration: none;
}
a:hover {
  color: #727272;
  opacity: 0.2;
}

.article img:hover {
  opacity: 0.6;
  transition: all 0.8s ease;
}

.cat-label,
.search-menu-button {
  display: none !important;
}

.f-big {
  font-size: 18px;
}

.gyaku {
  flex-direction: row;
}

/************************************
** 見出し
************************************/
.article h1 {
  font-weight: 200;
}

.article h2 {
  font-size: 32px;
}

.article h3 {
  background: none;
  font-size: 22px;
  padding: 20px 0;
  font-weight: bold;
  border: none;
  margin-bottom: 0;
  line-height: 1.8em;
}

.article h5 {
  font-size: 16px;
  padding: 12px 0;
  font-weight: 600;
  border: none;
  margin-bottom: 0;
}

/************************************
** レイアウト
************************************/
.main {
  padding: 0;
}

.footer {
  margin-top: 70px;
}

.logo-header {
  padding: 0 0 10px;
  font-size: 1em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

.logo-footer {
  margin-bottom: 50px;
}

.w-box,
form {
  width: 860px;
  margin: 50px auto;
}

.top-box {
  padding: 50px 100px;
}

.info2-box {
  padding: 50px 40px;
}

/************************************
** ナビ・メニュー
************************************/
.navi-in > ul {
  margin: 0 0 0 60px !important;
}

.hlt-tm-small .navi-in > ul li,
.cl-slim .navi-in > ul li {
  height: auto;
}

.navi-footer-in > .menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.navi-footer-in > .menu-footer li:last-child {
  border-right: none;
}

.menu-drawer li {
  display: block;
  margin-bottom: 20px;
}

/************************************
** ボタン
************************************/
.button01 a {
  background: #fff !important;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
}

.button02 a {
  background: #000 !important;
  border-radius: 50px;
  border: 1px solid #000;
  color: #fff;
}

.wp-block-button.is-style-outline--1 .wp-block-button__link,
.wp-element-button,
.wp-block-button__link {
  padding: 0.667em 3.33em;
}

/************************************
** Gutenberg
************************************/
.btn-bottom-list > .wp-block-column {
  display: flex;
  flex-direction: column;
}

.btn-bottom-list > .wp-block-column > .wp-block-buttons {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.wp-block-columns.is-style-justify {
  justify-content: space-between;
}

.wp-block-columns.is-style-center {
  justify-content: center;
}

/************************************
** その他
************************************/
.google-map iframe {
  filter: grayscale(100%);
}

.txt-siro a {
  color: #fff;
}
.txt-siro a:hover {
  color: #b1b1b1;
}

.yoyaku {
  text-align: center;
}

.foot-txt {
  text-shadow: 1px 2px 2px black;
}

.page .article h1 {
  background-color: #e3f3f3;
  text-align: center;
  letter-spacing: 5px;
  line-height: 2;
  padding: 100px 20px;
  margin-bottom: 50px;
}

/************************************
** PC（768px以上）
************************************/
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }

  .navi-in > ul {
    margin-left: 0 !important;
  }

  .navi-footer-in > .menu-footer li {
    width: 120px;
    padding-top: 10px;
    border-left: none;
  }
}

/************************************
** タブレット以下（1024px）
************************************/
@media screen and (max-width: 1024px) {
  .content {
    margin-top: -1em;
  }

  .info2-box,
  .top-box {
    padding: 20px 0;
  }

  .has-bottom-margin.is-style-bottom-margin-6em {
    margin-bottom: 3em !important;
  }

  .site-name-text {
    font-size: 16px !important;
    margin: 10px 0;
  }

  .article p,
  .wp-block-list {
    padding: 0 20px;
  }

  .gyaku {
    flex-direction: column-reverse;
  }

  .f-big {
    font-size: 14px;
  }

  .page .article h1 {
    letter-spacing: 0;
    padding: 60px 20px;
  }

  form {
    width: 90%;
  }
main.main {
	padding: 0;}
.article h3 {
  background: none;
  font-size: 22px;
	padding: 20px;
}
.article h5 {padding:20px;}

}
