/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: http://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20210517
 *   Version: 3.0.4
 *   Template Version: 3
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
 */

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
 */

/* .my-btn {
    border: 2px solid;
    background-color: #8CD9F3;
    display: block;
    font-weight: bold;
    line-height: 3.5em;
	text-decoration: none;
	text-align: center;
	border-radius: 1em;
} */

.my-btn {
    /* グラデーションを適用 */
    background: linear-gradient(165deg, #FF00CC 0%, #333399 100%);
    
    /* 文字を白にして視認性をアップ */
    color: #FFFFFF;
    
    /* 枠線を馴染ませるか、不要なら消す（以下は馴染ませる例） */
    border: none; 

    display: block;
    font-weight: bold;
    line-height: 3.5em;
    text-decoration: none;
    text-align: center;
    border-radius: 1em;
    
    /* さらに目立たせるための影（オプション） */
    box-shadow: 0 4px 15px rgba(255, 0, 204, 0.3);
}

.mb1 {
	margin-bottom: 1em;
}
.mt1 {
	margin-top: 1em;
}
.mt2 {
	margin-top: 2em;
}
.center {
	text-align: center;
}

.induction-btn {
    background-color: #FFFFFF; /* 白背景 */
    color: #333;            /* 黒（少し柔らかい黒） */
	border: 4px solid #884898
}

.w80 {
	width: 80%;
}
.w95 {
	width: 95%;
	padding: 0.8em 0.5em;
}
