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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

.page-id-83 .appeal {
display:none;
}

.site-name-text{
  font-weight: bold;
}

.header-info {
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: right;
position:absolute ;
top: 0;
right: 0;
padding: 20px; /* 余白を調整 */
z-index: 1000; /* 他の要素の上に配置 */
background-color: #Tratransparent; /* 背景色を指定 */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.0); /* ドロップシャドウを追加 */
}

.header-phone {
    color: #0066FF; /* 赤色に設定 */
    font-size: 1.3em; /* 必要に応じてフォントサイズを調整 */
    margin-bottom: 10px; /* 適宜調整 */
}

.header-hours {
    font-size: 0.9em;
    color: #666666;
    margin-bottom: 10px;
}

.header-contact a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e65a00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
}

.header-contact a:hover {
    background-color: #d94a00;
}

img {
image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
.header-info {
display: none;
}
}

/*ヘッダーロゴ　左寄せ*/
.header{
background-position: left;
}

