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

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

.fixed-header {
    box-shadow: 0 1px 16px 3px rgb(0 0 0 / 25%);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
/*
 @media screen and (min-width: 1025px){
 */

@media screen and (min-width:1024px) and  (max-width: 1980px){	
  /*必要ならばここにコードを書く*/
	.slider {
    	width: 100%;
    	height: 300px;/*Org Top 600px*/
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}	
	.slider_sp
	{
		display:none;
	}	
}
/*1023px以下*/
/*
@media screen and (max-width: 1023px){
*/
@media screen and (min-width:835px) and  (max-width: 1023px){	
  /*必要ならばここにコードを書く*/
	.slider {
    	width: 100%;
    	height: 300px;/*Org Top 600px*/
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}	
	.slider_sp
	{
		display:none;
	}	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.slider {
		display:none;
	}
	.slider_sp
	{
        width: 100%;
        height: 300px;/*Org Top 600px*/
        background-position:center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
	}
}

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

}
/* -------------------------------------------- */
/* vegas style */

.header-cover {
    margin: 0 auto;
    width: 100%;
    background: #fff;
	
}

.table-noborder{
	border-width:0px!important;
	border-color:transform!important;
}

/* 次のページ
-------------------------------------------------- */
.pagination-next-link {
  display: none;
}

/* 調整 */
/*
#header-container {
    position: absolute;
    width: 100%;
	background: #fff;
    top: 0rm;
	background: transparent;
}





.header-container-in.hlt-top-menu .navi {
    background: transparent;
}

.site-name-text-link,
.navi-in a {
    color: #fff;
}
*/
/*パララックス*/
/*
.vegas-slide-inner {
   background-attachment: fixed!important;
}
*/