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

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

:root {
	--webgsss-mojiiro-color: #444444;
	--webgsss-shiro-color: #ffffff;
	--webgsss-kuro-color: #333333;
	--webgsss-haiiro-color: #bbbbbb;
	--webgsss-kiken-color: #FF0066;
	--webgsss-main1-color: #00afcc;
	--webgsss-main1usui-color: #E5FBFF;
}
html {scroll-behavior: smooth;}
.center{text-align: center;margin: 0 auto;}

.logo img{
	width:auto;
	max-height:100px;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.logo img{
		width:auto;
		max-height:60px;
	}
}
.mp0{margin:0;padding:0;}





/************************************
** ファーストビューボックス
************************************/
.gsss_fvbox{
	display: table;
}
.fvtext{
	background: #333;
	display: table-cell;
	vertical-align: middle;
}
.fvimg{
	display: table-cell;
}

/************************************
** LPランディングページ横幅いっぱい
************************************/

/**上下のセクションをピッタリとくっつけるための処理**/
#content{overflow: hidden;}
.content{margin: 5px 0 0 0 !important;}
.entry-content{margin:0 !important;}
.footer{margin:0 !important;}
.article{margin:0 !important;}
.main{padding:0 !important;}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.main{padding:0 0.5em !important;}
}


/**左右横幅いっぱいにするための処理**/
.lp_box{
	margin: 0 calc((100% - 100vw) / 2) 0 calc((100% - 100vw) / 2) !important;
	padding: 2em calc(50vw - 50% ) 2em calc(50vw - 50% ) !important;
	width: 100vw;
	overflow: hidden;
	box-sizing:border-box;
	border:0 !important;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.lp_box{
		margin: 0 calc((100% - 100vw) / 2) 0 calc((100% - 100vw) / 2) !important;
		padding: 2em calc(52vw - 50% ) 2em calc(52vw - 50% ) !important;
		width: 100vw;
		overflow: hidden;
		box-sizing:border-box;
		border:0 !important;
		border-radius: 0 !important;
	}
}

.lp_box_midashi{}
.lp_box_midashi h2{
	background-color:transparent;
	border-bottom:2px solid #fff;
	text-align:center;
	font-size:2.5em;
	color:#fff;
	margin:0;
	padding:0.5em;

}
.box29{
margin: 2em auto;
padding:2em;/*内側余白*/
background-image: linear-gradient(0deg, transparent 19px, #666 20px),linear-gradient(90deg,  transparent 19px, #666 20px);
background-size: 20px 20px;
}


/************************************
** ヘッダーメニューオンマウス
************************************/
#navi .navi-in a{
    background-color: var(--webgsss-shiro-color);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    color: var(--webgsss-main1-color);
}
#navi .navi-in a:hover {
    background-color: var(--webgsss-main1usui-color);
    color: var(--webgsss-main1-color);
}
/************************************
** ヘッダーメニューのデザイン変更
************************************/
#header-container{
    background-color: var(--webgsss-shiro-color);
    border-top: 1px solid var(--webgsss-main1-color);
    border-bottom: 1px solid var(--webgsss-main1-color);
    color: var(--webgsss-kuro-color);
}

.header-container-in.hlt-top-menu .logo-header,
.header-container-in.hlt-top-menu .logo-header img{max-height:80px}

/************************************
** メニューの下部に追従メニューと同じ影
************************************/
#header-container{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}


/************************************
** 追従メニューにロゴを表示しない
************************************/
#header a{color:var(--webgsss-kuro-color);text-decoration:none;}
#header a:hover{color:var(--webgsss-kuro-color);text-decoration:none;}

.fixed-header{background-color: var(--webgsss-shiro-color);}
.fixed-header{
	border-top: 1px solid var(--webgsss-main1-color);
	border-bottom: 1px solid var(--webgsss-main1-color);
}

/************************************
** モバイルフッターボタングラデカラー
************************************/
.mobile-footer-menu-buttons li{
	background: linear-gradient(45deg , #FFFFFF, #E6E6E6);
}
/************************************
** フッターメニューのデザイン変更
************************************/
#footer{
    background-color: var(--webgsss-shiro-color);
    border-top: 1px solid var(--webgsss-main1-color);
}

/************************************
** フォームとテーブルのデザイン
************************************/
form u.hissu {
	font-size:10px;
	text-decoration:none;
	display: inline-block;
	margin: 0 1em 0 1em;
	padding: .4em;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #bf0000;
	border: 1px solid #bf0000;
}
form u.nini {
	font-size:10px;
	text-decoration:none;
	display: inline-block;
	margin: 0 1em 0 1em;
	padding: .4em;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
}
form u.kotei {
	font-size:10px;
	text-decoration:none;
	display: inline-block;
	margin: 0 1em 0 1em;
	padding: .4em;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
/* チェック・ラジオを一行ごとに */
.wpcf7-form-control .wpcf7-list-item{
	display:block;
}

/* 禁止マーク */
input:disabled {
    cursor: not-allowed;
}
label.disabled {
    cursor: not-allowed;color:#999;
}
/* 郵便番号 */
input[name="your_name"]{width:30%;}
input[name="your_name_furigana"]{width:30%;}
input[name="your_denwa"]{width:40%;}
input[name="your_email"]{width:60%;}
input[name="zip"]{width:20%;}
input[name="pref"]{width:30%;}
input[name="city"]{width:30%;}
input[name="addr"]{width:30%;}
input[name="addr2"]{width:100%;}

/* フォームオブジェクト */
input[type="submit"] {
    display:block;
    background-color: #bf0000;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin: 0 auto;
    width: 80%;
	font-size:1.5em;
}
input {border: 1px solid #808080 !important;margin:4px 0;}
textarea {border: 1px solid #808080 !important;margin:2px 0;}
input:focus {background-color: #e0ffff;border: 1px solid #000 !important;}
textarea:focus {background-color: #e0ffff;border: 1px solid #000 !important;}
input:focus[type="submit"] {background-color: #0000ff;}


/************************************
** テーブルのデザイン
************************************/
.table{
	background-color: #fff;
	font-size:0.9em;
	border-collapse: collapse;
}
.table .tr{
  display: table;
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .table .tr{
    display: block;
    width:100%;
  }
}
.table .tr .td{
  display: table-cell;
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
  vertical-align:top;

  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .table .tr .td{
    display: block;
    width:100%;
  }
}
.table .label{
	background    : #fcfcfc;
	width:30%;
}
.table .input{
	width:70%;
}

.table .tr .td:nth-child(2){
width:70%;
}
@media screen and (max-width: 767px) {
  .table .tr .td:nth-child(2){
    display: block;
    width:100%;
  }
}
/************************************
** 最新の投稿
************************************/
ul.wp-block-latest-posts{text-align:center;}
ul.wp-block-latest-posts li{padding:0.5em;border: 1px solid #ccc;}
ul.wp-block-latest-posts li a img{margin: 0 auto;}
ul.wp-block-latest-posts li a {margin: 0 auto;}
ul.wp-block-latest-posts li time {text-align:right;}

ul.wp-block-latest-posts a{overflow: hidden;cursor: pointer;}
ul.wp-block-latest-posts a img{transition-duration: 0.5s;}
ul.wp-block-latest-posts a img:hover{transform: scale(1.1);transition-duration: 1s;}

ul.wp-block-latest-posts li a {text-decoration:none;color:#333;}
ul.wp-block-latest-posts.is-grid li{margin:5px;}

/************************************
** カルーセルの設定
************************************/
#carousel a figure{overflow: hidden;cursor: pointer;}
#carousel a figure img{transition-duration: 0.5s;}
#carousel a figure img:hover{transform: scale(1.1);transition-duration: 1s;}

#carousel .carousel-entry-card-title{text-align:center;}

#carousel .a-wrap {padding: 0.8em 0.6em;}



/************************************
** 文字の配置center left right
************************************/
.center{text-align:center;margin:0 auto;}
.center a{text-align:center;margin:0 auto;}
.center img{text-align:center;margin:0 auto;}




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

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

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