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

/************************************
** 子テーマ用のスタイルを書く
************************************/
#header-container {
	background-color: #fff!important;
}

.header {
    background: url(https://life-crossing.com/wp-content/uploads/2025/07/pc.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.site-name-text {
	display: none;
}

.navi {
    padding: 1% 0;
}

.tmm .tmm_1_columns .tmm_member {
    margin-top: 25%!important;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
.header {
    background: url(https://life-crossing.com/wp-content/uploads/2025/07/sp.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
}