/*
Theme Name: okinawa timmes
Theme URI: https://lightning.nagoya
Template: lightning
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:4.3.0
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning-child

Lightning WordPress theme, Copyright (C) 2015-2017 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

    <style>
        .naha-container {
            background-color: #e6f7ff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #333;
            margin-bottom: 30px;
            text-align: center;
        }
        .naha-form-group {
            margin-bottom: 20px;
						text-align: center;
        }
        label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-weight: 700;
        }
        .naha-input-container {
            display: flex;
            gap: 10px;
            /* align-items: center; */
			justify-content: center;
        }
    /* ID(#tagInput)を指定 */
    #tagInput {
        height: 48px;
				width: 400px;
        padding: 0 12px;
        border: 2px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
        box-sizing: border-box;
        transition: border-color 0.3s;
        margin: 0;
    }
    #tagInput:focus {
        outline: none;
        border-color: #4CAF50;
    }
        .naha-button-container {
            flex-shrink: 0;
        }
        .naha-link-button {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px;
            background-color: #0087c3;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-size: 20px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s;
            border: none;
            width: 48px;
            height: 48px;
            position: relative;
        }
        .naha-link-button::before {
            content: '';
            width: 14px;
            height: 14px;
            border: 2px solid white;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) translate(-4px, -4px);
        }
        .naha-link-button::after {
            content: '';
            width: 8px;
            height: 2px;
            background-color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) translate(4px, 4px) rotate(45deg);
        }
        .naha-link-button:hover {
            background-color: #29a0e0;
        }
        .naha-link-button:active {
            transform: scale(0.98);
        }
    </style>
