/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Theme Name: futaride Child Theme
Template: ystandard
Version: 1.0
*/

@import url("assets/css/custom-style.css");

/* ボタンスタイル */
.cta-button {
    background-color: #E91E63;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease;
  }
  .cta-button:hover {
    background-color: #C2185B;
    transform: scale(1.05);
  }
  
  /* サービスボックス */
  .service-box {
    background-color: #FFEB3B;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 12px;
  }
  