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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* header */
div#header-in {
  display: none;
}

header.blog-header {
  display: flex;
  background: #fff;
  height: 55px;
}

.blog-header__logo {
  display: flex;
  align-items: center;
}

.blog-header__logo img {
  width: 60%;
  padding-left: 18px;
}

.blog-drawer {
  display: none;
  background: #fff;
}

.blog-drawer.is-open {
  display: block;
  background: #615D5D;
}

.blog-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-drawer__list li {
  border-bottom: 1px solid #eee;
}

.blog-drawer__list a {
  display: block;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

button.blog-menu-btn {
  padding: 0 10px;
  border: none;
  background: #615D5D;
  color: #fff;
}

li {
  list-style: none;
}

li a {
  text-decoration: none;
}

.blog-mv {
  background: url(./img/fv.png) center top / cover no-repeat;
  height: 400px;
  padding: 25px 15px;
}

.blog-top * {
  box-sizing: border-box;
}

.blog-top a {
  text-decoration: none;
  color: #fff;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

.blog-top img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.blog-top h1,
.blog-top h2,
.blog-top h3,
.blog-top p,
.single-wrap p {
  margin: 0;
  padding: 0;
}

.blog-top ul,
.blog-top li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-top {
  max-width: 390px;
  margin: 0 auto;
  background: #F3FAF5;
  color: #111;
}

p.mv-en {
  color: #0BBF8C;
  letter-spacing: 5%;
  position: relative;
}

p.mv-en::before {
  content: '';
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 22%;
  height: 1px;
  background-color: #0BBF8C;
}

section.blog-mv h1 {
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.4;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
  transform: skew(-6deg);
  transform-origin: left center;
  text-shadow: 2px 2px 0 #fff;
}

span.text-green {
  color: #33C89E;
}

span.text-small {
  font-size: 30px;
}

p.mv-inner {
  font-size: 16px;
  letter-spacing: 5%;
  font-weight: 600;
}

#main,
.content,
.entry-content {
  padding: 0 !important;
  margin: 0 auto !important;
}

.container {
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  color: #484848;
}

.blog-section {
  padding: 40px 18px 0;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
}

.section-head h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  letter-spacing: 5%;
  padding-left: 2em;
}

.section-head .ttl-icon::before {
  content: '';
  position: absolute;
  background: url(./img/top_icon-1.png);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.section-head .ttl-icon-new::before {
  content: '';
  position: absolute;
  background: url(./img/top_icon-2.png);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.section-head a {
  font-size: 12px;
  color: #33C89E;
  text-decoration: none;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.popular-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  color: #111;
  text-decoration: none;
}

.post-thumb {
  position: relative;
}

.post-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.post-cat {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #33C89E;
  border-radius: 999px;
  background: #fff;
  color: #33C89E;
  font-size: 10px;
  font-weight: 700;
}

.post-thumb .post-cat {
  position: absolute;
  top: 6px;
  left: 6px;
}

.popular-card h3 {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

time {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #999;
}

.new-list {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.new-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.new-card:last-child {
  border-bottom: none;
}

.new-card__img {
  width: 86px;
  flex-shrink: 0;
}

.new-card__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.new-card__body {
  flex: 1;
}

.new-card__body h3 {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.new-card__arrow {
  color: #33C89E;
  font-size: 32px;
  line-height: 1;
}

.blog-search {
  width: calc(100% - 32px);
  margin: 36px auto 0;
  padding: 22px 16px;
  border: 1px solid #33C89E;
  border-radius: 6px;
  background: #F3FCF8;
}

.blog-search__title {
  text-align: center;
  color: #33C89E;
  font-size: 22px;
  font-weight: 700;
}

.blog-search__title span::before {
  content: "🔍";
  margin-right: 8px;
}

.blog-search__form {
  display: flex;
  margin-top: 18px;
}

.blog-search__input {
  flex: 1;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 14px;
}

input.blog-search__input {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.blog-search__btn {
  width: 45px;
  border: none;
  background: #33C89E;
  color: #fff;
  font-size: 20px;
  border-radius: 0 4px 4px 0;
}

.blog-search__keywords {
  margin-top: 18px;
}

.blog-search__keywords p {
  color: #33C89E;
  font-weight: 700;
  font-size: 14px;
}

.blog-search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.blog-search__tags a {
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/*---------------

コンタクトボタン

-----------------*/
section.contact-btn {
  background: linear-gradient(135deg, #97DEC8 0%, #BFEAD9 55%, #E7F7F1 100%);
  padding: 30px 0;
  margin-top: 40px;
}

h2.contact-heading {
  letter-spacing: 5%;
  color: #fff;
  font-size: 22px;
  text-align: center;

}

h2.contact-heading span {
  color: #FFF500;
}

.btn_area {
  text-align: center;
  padding: 15px;
  width: 80%;
  margin: 50px auto 0;
  display: block;
  background-color: #fff;
  border-radius: 26px;
  max-width: 880px;
  position: relative;
  z-index: 9999;
}

.btn_area::before {
  content: '';
  position: absolute;
  background: url(./img/character-2.png);
  background-size: contain;
  display: inline-block;
  width: 88px;
  height: 120px;
  background-repeat: no-repeat;
  left: 15px;
  top: -56px;
  z-index: -9;
}

p.inner_text {
  text-align: center;
  color: #fff;
}

.btn_left {
  width: 60%;
}

.btn_area img {
  width: 100%;
  display: block;
  margin: 10px auto;
}

.btn_area img {
  width: 100%;
}

.flex_btn {
  width: 40%;
  margin: 0 auto;
}

.flex_btn img {
  width: 95%;
  margin: 10px 5%;
}

.cash {
  background-color: #fff;
  border: 1px solid #CBC9C9;
  margin-top: 20px;
  width: 85%;
  margin: 20px auto;
  max-width: 880px;
}

p.cash_ttl {
  background-color: #EDEAEA;
  text-align: center;
  padding: 10px 0;
  margin-top: 0;
}

span.c-bg_pink {
  background-color: #FCE7E7;
  padding: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  /* height: 2em; */
}

.cash_flex {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cash_flex img {
  width: 13%;
  margin: 6px 4px;
  height: auto;
}

img.cash_paypay {
  width: 32%;
}

.cb_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(7px);
  width: 215px;
  margin: 0 auto;
  padding: 8px 0;
  /* border: 2px solid #FF7A00; */
  border-radius: 25px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
  background-color: #fff;
  color: #FF4645;
  font-size: 13px;
  margin-top: 0;
  top: 15px;
  left: 35%;
}

.cb_item::after {
  position: absolute;
  top: 100%;
  content: '';
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 13px;
  transform: rotate(28deg);
  width: 14px;
  height: 20px;
  background-color: #fff;
  top: 77%;
}

/* ------------- */

/* footer */

/* ------------- */
footer {
  /* margin-bottom: 122px; */
  background-color: #F8F7EE;
  padding: 2em 1em;
  font-weight: 500;
  font-size: .9em;
}

h2.footer_ttl {
  font-size: 1.1em;
  background-color: rgba(162, 224, 177, 0.3);
  padding: .5em;
}

.footer_flex {
  padding-bottom: 1.5em;
  padding-left: 1em;
  font-size: .9em;
  margin-top: 10px;
}

ul.footer_nav {
  padding-left: 0;
}

ul.footer_nav li {
  margin: 5px 0;
}

ul.footer_nav a {
  display: block;
  color: #000;
}

img.f-logo {
  width: 55%;
  margin: 20px auto;
  display: flex;
}

.overview {
  border: 2px solid #D9D9D9;
  width: 87%;
  margin: 15px auto 25px;
  padding: 10px 12px;
}

p.com_name {
  margin-bottom: 10px;
  margin-top: 5px;
}

p.f-item {
  font-weight: 500;
  margin: 5px 0;
  font-size: 14px;
}

p.f-item span {
  display: block;
}

p.f-item.f_flex {
  display: flex;
}

span.gray_txt {
  color: #000;
  position: relative;
  padding-left: 1em;
}

span.gray_txt::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #33C89E;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.copy_area {
  background-color: #000;
  color: #fff;
  padding: 1em 1em 2em;
}

.copy_area p {
  margin: 0;
  font-size: 11px;
  padding: 5px 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.copy_area a {
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

/* ---------------------

投稿ページ

------------------------*/
.single-back {
  margin-top: 40px;
  text-align: center;
}

.single-back a {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #33C89E;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.single-wrap {
  margin: 0 auto;
  padding: 20px 0px 0;
  background: #fff;
}

.breadcrumb {
  margin-bottom: 20px;
  font-size: 12px;
  color: #888;
}

.single-cat {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #33C89E;
  border-radius: 999px;
  color: #33C89E;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.single-title {
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 800;
}

.single-date {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 13px;
}

.single-thumb {
  margin-top: 22px;
}

.single-thumb img {
  width: 100%;
  border-radius: 10px;
}

.single-content {
  margin-top: 28px;
  font-size: 15px;
  line-height: 2;
}

.single-content h2 {
  margin: 42px 0 18px;
  padding: 12px 14px;
  border-left: 5px solid #33C89E;
  background: #F3FCF8;
  font-size: 20px;
  line-height: 1.5;
}

.single-content h3 {
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #33C89E;
  font-size: 18px;
}

.single-content p {
  margin: 0 0 1.6em;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
}

.single-pager a {
  display: block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #33C89E;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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