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

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

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

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

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


/* WEBとぴ人気コンテンツ */
.webtopi-side{
  background:#fff;
  border:2px solid #1fb8bd;
  border-radius:7px;
  padding:26px 24px 28px;
  margin:0 0 28px;
  box-sizing:border-box;
}

.webtopi-side h3{
  margin:0 0 24px;
  text-align:center;
  font-size:19px;
  font-weight:700;
  color:#333;
  line-height:1.5;
}

.webtopi-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.webtopi-menu li{
  margin:0 0 18px;
  padding:0;
}

.webtopi-menu a{
  display:flex;
  align-items:center;
  gap:14px;
  color:#444;
  text-decoration:none;
  line-height:1.4;
}

.webtopi-menu i{
  width:24px;
  min-width:24px;
  text-align:center;
  color:#1fb8bd;
  font-size:22px;
}

.webtopi-menu span{
  font-size:16px;
  font-weight:500;
}

.webtopi-menu a:hover{
  color:#e93f7d;
}

.webtopi-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  margin-top:26px;
  padding:14px 16px;
  box-sizing:border-box;
  background:#ec3f7d;
  color:#fff !important;
  border-radius:4px;
  text-decoration:none;
  font-size:17px;
  font-weight:700;
  line-height:1.4;
  box-shadow:none;
}

.webtopi-btn:hover{
  background:#d93670;
  color:#fff !important;
  text-decoration:none;
}

.webtopi-btn i{
  color:#fff;
  font-size:16px;
}

/* Cocoon側のウィジェット余白対策 */
.widget .webtopi-side ul,
.widget .webtopi-side li{
  border:none;
}

.widget .webtopi-side a{
  text-decoration:none;
}
.webtopi-hero-full{
  width:100%;
  background:#fff;
  padding:24px 16px 18px;
  box-sizing:border-box;
}


/*====================================
 WEBとぴヘッダーバナー
====================================*/

.webtopi-hero-full{
    width:100%;
    background:#fff;
    padding:20px 0 25px;
}

.webtopi-hero-full a{
    display:block;
    max-width:1256px;
    margin:0 auto;
}

.webtopi-hero-full img{
    display:block;
    width:100%;
    height:auto;
}

/*=================================
WEBとぴフッターバナー
=================================*/

.webtopi-footer-banner{
    background:#F3F5F7;
    padding:35px 0;
}

.wt-footer-inner{
    max-width:1256px;
    margin:auto;
    background: #ffffff;
    border:3px solid #ef4b87;
    border-radius:8px;
    padding:30px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.wt-left{
    width:65%;
}

.wt-left h3{
    font-size:30px;
    line-height:1.5;
    margin-bottom:30px;
    color:#333;
}

.wt-left ul{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    list-style:none;
    padding:0;
    margin:0;
}

.wt-left li{
    display:flex;
    align-items:center;
    color:#555;
    font-size:18px;
}

.wt-left i{
    color:#24c6c7;
    font-size:26px;
    margin-right:10px;
}

.wt-right{
    text-align:center;
}

.wt-right p{
    font-size:24px;
    font-weight:bold;
    line-height:1.6;
    margin-bottom:20px;
}

.wt-right a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#ef4b87;
    color:#fff;
    padding:16px 34px;
    border-radius:5px;
    text-decoration:none;
    font-size:22px;
    font-weight:bold;
}

.wt-right a:hover{
    background:#dd3f79;
}


/* ========================================
   SP（768px以下）
======================================== */

@media (max-width:768px){

/* ヘッダーバナー */

.webtopi-hero-full{
    padding:10px 12px 15px;
}

.webtopi-hero-full img{
    border-radius:6px;
}


/* フッターバナー */

.webtopi-footer-banner{
    padding:18px 12px;
}

.wt-footer-inner{
    display:block;
    padding:20px 18px;
}

.wt-left{
    width:100%;
}

.wt-left h3{
    font-size:20px;
    text-align:center;
    line-height:1.6;
    margin-bottom:20px;
}

.wt-left ul{
    justify-content:center;
    gap:18px 14px;
}

.wt-left li{
    width:45%;
    font-size:14px;
}

.wt-left i{
    font-size:20px;
    margin-right:8px;
}

.wt-right{
    margin-top:24px;
    text-align:center;
}

.wt-right p{
    font-size:18px;
    margin-bottom:16px;
}

.wt-right a{
    width:100%;
    justify-content:center;
    padding:14px 10px;
    font-size:17px;
    box-sizing:border-box;
}

}


/* ========================================
   超小型スマホ（480px以下）
======================================== */

@media (max-width:480px){

.wt-left h3{
    font-size:18px;
}

.wt-left ul{
    gap:14px 10px;
}

.wt-left li{
    width:48%;
    font-size:15px;
}

.wt-right p{
    font-size:16px;
}

.wt-right a{
    font-size:16px;
}

}



