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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.logo img {
  filter: invert(100%);
}
.navi-in > ul li {
  width:auto!important;
  padding: 0 2em!important;
}
.widget-sidebar th,
.widget-sidebar td,
.widget-sidebar p,
.widget-sidebar li {
  font-size: 14px!important;
}

.widget-sidebar th,
.widget-sidebar td {
  padding: 0.75em;
}

.widget-sidebar .wpp-list {
  padding: 0;;
}
.widget-sidebar .wpp-list li span {
  display: block;
  text-align: right;
  font-size: 12px!important;
}

.prof-read {
  border-bottom:5px solid #aaa!important;
  padding:0 0 1em!important;
  margin-bottom:1em!important;
}
.entry-content p {
	margin-bottom: 0!important;
}
#tinymce p {
	margin-bottom: 0!important;
}
/* 投稿ページのレイアウト崩れ対処 */
@media(min-width:1650px){
.header-container{
	width:100%;
}
.header-container-in.hlt-top-menu {
	width:100%;
}
.content-in{
	max-width:1140px;
	width:100%;
}
.main{
	width:70%;
}
.sidebar{
	width:30%;
	}}

        .profile-header {
            display: flex;
            gap: 40px;
            margin-bottom: 50px;
            align-items: flex-start;
        }
        
        .profile-image {
            flex: 0 0 200px;
            text-align: center;
        }
        
        .profile-image img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            background-color: #f0f0f0;
        }
        
        .profile-placeholder {
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, #e8f4f8 0%, #d1ecf1 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 16px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .profile-info {
            flex: 1;
        }
        
        .profile-name {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            border-bottom: 3px solid var(--main-color)!important;;
            padding-bottom: 10px;
        }
        
        .profile-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            background-color: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border-radius: 8px;
            overflow: hidden;
        }
        
        .profile-table th,
        .profile-table td {
            padding: 15px 20px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        
        .profile-table th {
            background-color: #f8f9fa;
            font-weight: bold;
            color:  var(--main-color)!important;;
            width: 150px;
            font-size: 14px;
        }
        
        .profile-table td {
            color: #555;
            font-size: 15px;
        }
        
        .profile-table tr:last-child th,
        .profile-table tr:last-child td {
            border-bottom: none;
        }
        
        .profile-story {
            margin-top: 50px;
        }
        
        .story-title {
            font-size: 24px;
            font-weight: bold;
            color:  var(--main-color)!important;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
        }
        
        .story-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: var(--main-color)!important;;
            margin: 10px auto 0;
        }
        
        
       
        
        .highlight {
            background: linear-gradient(transparent 70%, var(--main-color) 70%);
            font-weight: bold;
        }
        
        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .profile-container {
                padding: 20px 15px;
            }
            
            .profile-header {
                flex-direction: column;
                gap: 30px;
                text-align: center;
            }
            
            .profile-image {
                flex: none;
                align-self: center;
            }
            
            .profile-placeholder {
                width: 250px;
                height: 320px;
                margin: 0 auto;
            }
            
            .profile-name {
                font-size: 24px;
                text-align: center;
            }
            
            .profile-table th,
            .profile-table td {
                padding: 12px 15px;
                font-size: 14px;
            }
            
            .profile-table th {
                width: 120px;
            }
            
            .story-title {
                font-size: 20px;
            }
            
            .story-content {
                padding: 20px;
                font-size: 15px;
            }
        }
        
        @media (max-width: 480px) {
            .profile-table th,
            .profile-table td {
                padding: 10px 12px;
                font-size: 13px;
            }
            
            .profile-table th {
                width: 100px;
            }
        }

        
        .salon-header {
            text-align: center;
            padding: 40px 30px 30px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        
        .salon-subtitle {
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .salon-name {
            font-size: 48px;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 10px;
            letter-spacing: 3px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        
        .salon-name-sub {
            font-size: 16px;
            color: #7f8c8d;
            letter-spacing: 1px;
        }
        
        .menu-title {
            background: var(--main-color);
            color: white;
            text-align: center;
            padding: 20px;
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 3px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }
        
        .menu-content {
            padding: 40px 30px;
        }
        
        .menu-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 40px;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        
        .menu-table tr {
            border-bottom: 1px solid #f1f3f4;
            transition: background-color 0.3s ease;
        }
        
        .menu-table tr:hover {
            background-color: #f8f9fa;
        }
        
        .menu-table tr:last-child {
            border-bottom: none;
        }
        
        .menu-table td {
            padding: 20px 25px;
            font-size: 16px;
        }
        
        .salon-menu {
            font-weight: 500;
            color: #2c3e50;
            position: relative;
        }
        
        .salon-menu::before {
            content: '✦';
            color: #7fb069;
            margin-right: 10px;
            font-size: 12px;
        }
        
        .menu-price {
            text-align: right;
            font-weight: bold;
            color: #e74c3c;
            font-size: 18px;
        }
        
        .menu-price::before {
            content: '¥';
            font-size: 14px;
            margin-right: 2px;
        }
        
        .contact-section {
            background: linear-gradient(135deg, #7fb069 0%, #a8c686 100%);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }
        
        .reservation-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }
        
        .phone-number {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 30px;
            letter-spacing: 2px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .business-info {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
        }
        
        .info-item {
            background: rgba(255,255,255,0.2);
            padding: 15px 25px;
            border-radius: 25px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .info-label {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 5px;
        }
        
        .info-content {
            font-size: 16px;
            font-weight: bold;
        }
        
        .tax-note {
            text-align: center;
            margin-top: 30px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 10px;
            color: #666;
            font-size: 14px;
            border-left: 4px solid #7fb069;
        }
        
        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .menu-container {
                margin: 10px;
                border-radius: 15px;
            }
            
            .salon-header {
                padding: 30px 20px 20px;
            }
            
            .salon-name {
                font-size: 36px;
                margin-bottom: 5px;
            }
            
            .menu-title {
                font-size: 24px;
                padding: 15px;
            }
            
            .menu-content {
                padding: 30px 20px;
            }
            
            .menu-table td {
                padding: 15px 20px;
                font-size: 15px;
            }
            
            .menu-price {
                font-size: 16px;
            }
            
            .phone-number {
                font-size: 26px;
                margin-bottom: 20px;
            }
            
            .business-info {
                flex-direction: column;
                align-items: center;
            }
            
            .info-item {
                width: 100%;
                max-width: 300px;
            }
        }
        
        @media (max-width: 480px) {
 
            .salon-name {
                font-size: 28px;
            }
            
            .menu-table td {
                padding: 12px 15px;
                font-size: 14px;
            }
            
            .contact-section {
                padding: 30px 20px;
            }
        }
 

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #header .site-name-text img {
    width: auto;
    margin: auto;
  }
  .menu-drawer li {
    padding: 0.75em 0.75em 0.75em 0.75em!important;
    border-bottom: 1px solid #999;
  }
  .entry-title, .archive-title {
    font-size: 1.6rem!important;
    margin: 0 0 1em 0!important;
    padding: 0!important;
  }
  #main {
    padding: 100px 0 30px;
  }
 
}
/*1656px以上*/
@media screen and (min-width: 1656px){
  .wrap {
    width: 1256px;
    margin: 0 auto;
}
}