/*
Theme Name: Climbers Gate Lounge
Theme URI: https://climbersgatelounge.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom theme for Climbers Gate Lounge
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: climbersgatelounge
*/

/* 基本スタイル */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

p{
    color:#444;
}

.site-header {
    background: #333;
    color: white;
    padding: 1rem;
}

.site-footer {
    background: #EEE;
    color: #BBB;
    padding: 1rem;
    text-align: center;
}

.content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

#logo{
    width:200px;
    margin: 50px auto 20px auto;
}
#logo img{
    width:100%;
}

.redirect{
    text-align: center;
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea{
    width:400px;
    padding:10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.wpcf7-form .required{
    color: red;
}

.adminbar_logo{
    height:16px !important;
    vertical-align: middle !important;
    padding-right:5px !important;
}
