@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


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.home .navi cf{
    position: relative;
}

.home .header-in.wrap{
display:none;
}

.home .navi-in > ul {
    position: fixed;
    z-index: 10;
    justify-content:right;
	    right:0;
}

.hvn-header .message {
    padding: 0 10px 130px;
    font-size: 50px;
}

.home .title_en {
	font-size:40px;
}
.subtitle {
    position: absolute;
    font-size: 27px;
    right: 0;
    bottom: 200px;
    left: 0;
    margin: auto;
}

.mountain {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 16px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.subtitle {
    position: absolute;
    bottom:200px;
	right: 10%;
	left:auto;
	font-size: 15px;
}
	
	.mountain {   
	position: absolute;
    bottom:0;
	right: 10px;
	font-size: 10px;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
		.home .title_jp {
		font-size:22px;
		display:block;
			margin-top: -90px;
	}
	.home .title_en {
	font-size:20px;
		display:block;
}
	.subtitle {
    position: absolute;
    bottom:200px;
    right: 10px;
    font-size: 15px;
    text-align: right;
}
	
	.mountain {   
		position: absolute;
    bottom:0;
	right: 10px;
		font-size: 10px;
}
	
	.hvn-header .message {
			padding: 0 10px 130px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.home .title_jp {
		font-size:22px;
		display:block;
	}
	.home .title_en {
	font-size:20px;
		display:block;
}
	.subtitle {
    position: absolute;
    bottom:125px;
	right: 10px;
		font-size: 15px;
}
	
	.mountain {   
		position: absolute;
    bottom:0;
	right: 10px;
		font-size: 16px;
		font-weight: 500;
}
	
	.hvn-header .message {
			padding: 0 10px 130px;
	}

}

