@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.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.ff-sawarabi-mincho, .wf-active .ff-sawarabi-mincho {
    font-family: "Sawarabi Mincho" ,serif;
}
.author-info, .date-tags {
	display: none;
}
.arC {
	text-align: center;
}
.arR {
	text-align: right;
}
.arL {
	text-align: left;
}
.navi-in > ul {
	justify-content: flex-end;
}
.navi-in a {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 80%;
}
.sns-share, .sns-follow {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.article h2 {
	padding: 10px;
}
.article h4, .article h5, .article h6 {
	padding: 9px 0px;
}
.article h5 {
	font-size: 18px;
}
.article h6 {
	font-size: 16px;
}
/*応募フォーム*/

@media screen and (min-width: 768px){
	.article p .txt-small{
		font-size:0.9em;
	}
}
input[type='submit'].wpcf7-submit {
	width: 100%;
	height: 60px;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	text-align: center;
	margin: 10px 0;
	display: inline-block;
	background: #C72F00 0% 0% no-repeat padding-box;
	cursor: pointer;
	box-shadow: 0px 4px 0px #430001;
	-moz-appearance: button;
	-webkit-appearance: button;
}
p.submit {
	color: #00f;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.contact-input-area {
	display: flex;
	flex-wrap: wrap;
}
.contact-input-area, .enquete, .contact-button-area {
	box-sizing: border-box;
	width: 840px;
	margin: auto;
}
.contact-input-area h3 {
	width: 100%;
}
.contact-input-area h4 {
	width: 33%;
	margin: 2px 0;
	padding:6px;
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border: #ddd solid 1px;
}
.contact-input-area p {
	width: 67%;
	margin: 2px 0;
	padding: 8px;
	background: #ededed;
}
.contact-input-area p.dispSize01 {
	width: 100%;
}
.contact-input-area h4.ess:after {
	content: '[必須]';
	color: #9F0000;
	font-size: 80%;
	margin: 0 8px;
}
.contact-input-area .size-width input[type="number"], .contact-input-area .size-height input[type="number"], .contact-input-area .size-1 input[type="number"] {
	width: 4em;
}
.contact-input-area .pref input[type="text"], .contact-input-area .addr input[type="text"] {
	background: #ddd;
}
.contact-input-area .inputdate, .contact-input-area .width10, .enquete .width10 {
	width:12em;
}

.sonota1 span .width10,
.sonota2 span .width10{
	width:5em;
}
.enquete .width10 .width14{
	margin-left: 2em;
}
.contact-input-area .width20, .enquete .width20 {
	width: 20em;
	margin-left: 8px;
}
.contact-input-area b {
	font-size: 80%;
}
.contact-input-area .art01,
.contact-input-area .art02,
.contact-input-area .bank01{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.enquete {
	background: #F7F7F7;
	border: #ddd solid 1px;
	border-radius: 4px;
	padding: 8px;
	margin-top: 32px;
}
.enquete h3 {
	margin-top: 0;
	background: #fff;
}
.enquete h5 {
	font-size: 16px;
	margin-bottom: 0;
	border: none;
}
.enquete p {
	margin-top: 0;
}
.enquete .last-wrap .last {
	display: block;
}
label.up_link {
	display: block;
	cursor: pointer;
	background: #999;
	color: #fff;
	font-size: 2em;
	line-height: 5;
	text-align: center;
}
.up_link::before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f030";
	margin-right: .3em;
}
label.up_link + img {
	width: 100%;
}
label.up_link input {
	display: none;
}
.img_form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
a.del {
	text-decoration: none;
	cursor: pointer;
}
a.del::after {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f057";
	font-size: 2.0em;
	color: #000;
	line-height: 100%;
}
a.del::before {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	width: 1.8em;
	height: 1.8em;
	background: #fff;
	border-radius: 50%;
	line-height: 100%;
}
/*ヘッダー*/
#header-container {
	background: linear-gradient(135deg, #f0f0ff 0%, #364a63 50%, #000244 100%) !important;
}
.navi {
	background-color: transparent;
}
.navi-in a:hover {
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	color: #86f4f1 !important;
}
.column2{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	justify-content: space-between;
}
.column3{
	display: grid;
	grid-template-columns: repeat(3, 33.333333%);
	justify-content: space-between;
}
.column4{
	display: grid;
	grid-template-columns: repeat(4, 25%);
	justify-content: space-between;
}
.column5{
	display: grid;
	grid-template-columns: repeat(5, 20%);
	justify-content: space-between;
}
.column2 div,.column3 div,.column5 div,.column4 div{
	padding: 2px 4px;
	line-height: normal;
	text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.column5 .video-container,.column4 .video-container{
	margin: 0;
}

.youtube-container {

}
.column2 div iframe,.column3 div iframe,.column5 div iframe,.column4 div iframe {
  width: 100% !important;
  height: 100% !important;
}

label.up_link,label.up_link2 {
  display: block;
  cursor: pointer;
  background: #333;
  color: #fff;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.wpcf7-not-valid-tip {
    visibility: visible!important;
    pointer-events: none;
}
.up_link::before ,.up_link2::before{
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f030 　画像を選択";
  margin-right: .3em;
}
label.up_link + img,label.up_link2 + img{
  width: 100%;
}
label.up_link input,label.up_link2 input{
  display: none;
}
.img_form ,.img_form2{
  position: relative;
  width: 300px;
  margin: 0 auto;
}
a.del,a.del2{
  text-decoration: none;
}
a.del::after,a.del2::after{
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 2.0em;
  color: #000;
}
a.del2::after{
	top: -5px;
}
a.del::before,a.del2::before{
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 50%;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    margin: 20px 0;
}
#navi .navi-in>ul>li>a {
    padding: 0 10px!important;
}


/*!動画の最大幅を指定する*/
.video-container{
  max-width: 100%;
  margin:  30px 0;
}

/*!動画の大きさを調整*/
.video-container .video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  margin: 0;
}

.video-container .video iframe{
  width: 100% !important;
  height: 100% !important;
  position:static;
}

::placeholder {
  color: #DEDEDE;
}

/*
.wpcf7-not-valid-tip {
	z-index: 100!important;
	font-size: 16pt!important;
	pointer-events:none!important;
}
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/
	.column5{
	grid-template-columns: repeat(4, 1fr);
}
	.mobile-header-menu-buttons {
    background: linear-gradient(
135deg
, #f0f0ff 0%, #364a63 50%, #000244 100%) !important;
    color: #fff;
}
			#header-container{
	display: none;
	}
	.formError{
		left: calc(100% - 130px)!important;
	}
}
/*1000px以上*/
@media screen and (min-width: 1000px) {
	.wrap {
		width: 1000px;
	}
}
/*841px以上*/
@media screen and (min-width: 841px) {
	/*必要ならばここにコードを書く*/
	.pc_none{
		display: none;
	}
}
/*841px以下*/
@media screen and (max-width: 840px) {
	/*必要ならばここにコードを書く*/
	.sp_none{
		display: none;
	}
.column5,.column4{
	grid-template-columns: repeat(2, 50%);
}
  .column3,.column2{
	grid-template-columns: 100%;
}
	input[type='submit'].wpcf7-submit {
		font-size: 18px;
	}
	.contact-input-area, .enquete, .contact-button-area {
		width: 98%;
	}
	.contact-input-area h4 {
		border: none;
		width: 100%;
		margin: 2px 0;
		padding-bottom: 0;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.contact-input-area p {
		width: 100%;
	}

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

}