@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** main_visual
************************************/
#key_visual_2 {
    background: url(https://salon-feel.jp/wp-content/uploads/2023/03/main_bg_back.png) center center;
    position: relative;
    height: 50vh;
}

#key_visual_2 .wrapper {
    position: relative;
    height: 50vh;
}

#key_visual_2 .left {
    position: relative;
    height: 50vh;
}
#key_visual_2 .left .layer-1 {
    position: absolute;
    top: 0px;
    left: 3%;
    width: 56%;
    overflow: hidden;
    transform: rotate(3deg);
    z-index: 1;
}


#key_visual_2 .left .site-catch-title {
    position: absolute;
    top: 32%;
    left: 15%;
    color: #4eb4c6;
    font-size: 30px;
    z-index: 2;
}

#key_visual_2 .left .layer-2 {
    position: absolute;
    top: 46%;
    left: 8%;
    width: 44%;
    z-index: 2;
}

#key_visual_2 .right {
    position: relative;
}

#key_visual_2 .right .layer-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}