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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* parts */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.home.page .entry-title {
display: none;
}
.post-date{
  display: none;
}
/* .bb-pickup .bb-label .fa::before {
  content: "\f06a";
} */
.bb-pickup .bb-label::after {
  content: "お知らせ";
}
.bb-break .bb-label .fa::before {
  content: "\f06a";
}
.bb-break .bb-label::after {
  content: "お読みください";
}
.marker-under-thin {
  background: linear-gradient(transparent 85%, #ff9 70%);
}
/*必要ならばここにコードを書く, .article h2, .article h3, .article h4, .article h5, .article h6*/
.article h1 {
	text-align: center;
}
a:hover {
  color: #9b51e0;
}
.article ul li, .article ol li {
  margin: 0.8em;
}
.flex01 { 
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
	margin-top: 2.3em;
	margin-bottom: 1.5em;
  /*padding-top: 1.5em;*/
}
    .flex01c {
		position: relative;
      width: 48%;
		margin-left: 1%;
		margin-right: 1%;
    }
.btn01 {
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #000;
}
.btn01 a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff; /*文字色*/	
	text-align: center;
    padding: 2%;
	border-left: solid 0px #777;
    border-bottom: solid 2px #d7d7d7;
	font-weight: 500;
    background: rgba(30, 115, 190, 0.5);
    border-radius: 10px;
    margin-left: 25%;
    margin-right: 25%;
	line-height: 1.6em;
}
.btn01 a:hover {
    background: rgba(30, 115, 190, 0.4);
}
@media (max-width:834px) {
   .flex01 {  
/* 	   flex-direction: column; */
   }
	   .btn01 {
       width: 100%;
	   top: 36%;
   }
	.btn01 a {
    padding: 1.3%;
    margin-left: 5%;
    margin-right: 5%;
	line-height: 1.3em;
	font-size: 14px;
}	
}
@media (max-width:480px) {
   .flex01 {  
/* 	   flex-direction: column; */
   }

   .btn01 {
       width: 100%;
	   top: 25%;
   }
	.fz-14px {
		font-size: 12px;
	}
}
/* cf7settings 送信後フォーム非表示(サンクスページ風) & 送信後にメニューメッセージ表示 */
.sent .contact-form {
display: none;
}
.sentout_message{
display: none;
}
.sent .sentout_message{
display: block;
}
/* cf7settings 入力エラーメッセージ非表示 & 入力エラーフォームのスタイルを変更(バリデーション風) */
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: pink;
}
/* error枠 */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
}

/* cf7入力欄 */
.input-box{
/* 	display:block;
	width:100%;
	padding-left:0.5em;
	box-shadow:0.5px 0.5px 0.5px inset #ad8c5e;
	height:2.5em;
	border-radius:5px;
	border:1px solid #e5d7c7;
	box-sizing: border-box; */
}
/* テキストエリア */
textarea.input-box{
	height: 100px;
}
/* ２つのフォームを一列に並べる */
.flex02 { 
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
/* 	margin-top: 2.3em; */
	margin-bottom: 1.5em;
  /*padding-top: 1.5em;*/
}
.flex03 { 
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
/* 	margin-top: 2.3em; */
	margin-bottom: 1.5em;
  /*padding-top: 1.5em;*/
}
    .flex02c {
		position: relative;
      width: 48%;
		margin-left: 1%;
		margin-right: 1%;
    }
.form-line{
	margin:0.5em 0 0;
	margin-bottom: 0.4em;
}
/* 1/2幅のラベル */
label.half1-2{
	display:inline-block;
	width:calc(48% - 5px);
	margin-right:5px;
	margin-left: 10px;
}
/* 1/4幅のラベル */
label.half1-4{
	display:inline-block;
	width:calc(25% - 5px);
	margin-right:5px;
	margin-top:0.5em;
}
/* 商品画像 */
.cfimg {
	width: 300px;
	height: 200px;
	padding: 0.5%;
}
.cfnoimg {
	border: 1px solid #000;
	width: 300px;
	height: 200px;
	padding: 0.5%;
}
/* スマホでの表示 */
@media screen and (max-width:480px){
	/* 商品画像 */
.cfimg {
	width: 180px;
	height: 120px;
	padding: 0.5%;
}
/* 幅狭フォームを全幅に */
	.flex03 { 
	display: block;
	flex-direction: row;
  justify-content: center;
  align-items: center;
/* 	margin-top: 2.3em; */
	margin-bottom: 0em;
  /*padding-top: 1.5em;*/
}
    .flex02c {
		position: relative;
      width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 10px;
    }
	label.half1-2,label.half1-3 {
		width:100%;
		margin-right:0;		
	margin-left: 0;
	}
	label.half1-4{
	display:inline-block;
	width:calc(58% - 5px);
	margin-right:5px;
	margin-top:0.5em;
}
}
/* dot line */
.dotted {
    margin-top: 1em;
	margin-bottom: 0.5em;
    line-height: 1.3;
	border-bottom: 3px dotted #000;
	padding: 10px;
	font-size: 16px;
}
.dotted1 {
    margin-top: 1em;
	margin-bottom: 0.5em;
    line-height: 1.3;
	border-bottom: 3px dotted #59a5f7;
	padding: 10px;
	font-size: 16px;
}
/* 必須マーク */
span.must{
	background-color:#ff87ad;
	color:#fff;
	padding:0 10px;
	margin-left:5px;
	border-radius:25px;
	font-size:12px;
	line-height:1.7em;
}
/* 任意マーク */
span.free{
	background-color:#e5d7c7;
	color:#fff;
	border:2px solid;
	padding:0 10px;
	margin-left:5px;
	border-radius:25px;
	font-size:12px;
	line-height:1.7em;
}


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

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

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