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

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

/*見出したいとる*/
h1.entry-title{
  position: relative;
  padding: 0.25em 0;
}
h1:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(left, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
/*3/15追加分*/
#headline {
    font-size: 14px;
}
#headline #headline h1 {
	padding: 0.5em;/*文字周りの余白*/
	color: #262626;/*文字色*/
	background: #ECC1E7;/*背景色*/
	border-bottom: solid 3px #B100CA;/*下線*/
}
#headline .cut {
    background: #89DEFF;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline .perm {
    background: #F8D8D8;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline .color {
    background: #FDEB93;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline .spa {
    background: #80FF8A;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline .shamp {
    background: #8A2BE2;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline .set {
    background: #FF1493;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
    text-align: center;
}
#headline h2 {
	background: #F8D8D8;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	padding-left: 18px;
	text-align: center;
	margin-top: -0.1px;
}
#headline .h2sita {
	padding-left: 18px;
}

/*文字列の位置*/
#headline #menu{
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
#headline #menu p
{
	margin-top: -15px;
}
#headline .left {
  text-align: left;
}
#headline .right {
  text-align: right;
}
#headline span {
    color: firebrick;
    font-weight: bold;
    }

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{
  display: none;
}

/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
  display: none;
}

/* XO Event Calendar ------------------------- */

.xo-event-calendar {
    margin: 0 auto;
}
.xo-months {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}
.xo-month-wrap {
    width: 47%; //カレンダーの横幅の最大を47%とする
}
@media screen and (max-width: 599px) {
    .xo-event-calendar {
        width: 70%; //カレンダー全体の表示幅の最大を70%とする
    }
    .xo-months {
        display: block; //カレンダーを縦に並べる
    }
    .xo-month-wrap {
        width: 100%; //カレンダーの横幅の最大を100%とする
    }
}


/*お問合せページ用css*/

/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
	}
	.contact7 dt {
	font-weight: normal;
    font-size: 14px;
	}
	
	/* 必須マーク */
	.contact7 .must {
		background: #FF1A00;
	}
	
	/* 任意マーク */
	.contact7 .optional {
		background: #008080;
	}
	
	.contact7 .must,
	.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
	}
	.btn_contact7 {
	text-align: center;
	}
	.btn_contact7 input {
	width: 70%;
	background-color: #FF0000;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #FF0000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	}
	.btn_contact7 input:hover {
		background-color: #FFF;
		color: #005513; 
	}
	@media screen and (min-width: 768px) {
		.contact7 dt {
			float: left;
			clear: left;
			width: 35%;
			padding: 5px 10px 5px 0;
		}
		.contact7 dd {
			margin-left: 35%;
		}
		
		.btn_contact7 input {
	width: 70%;
	background-color: #AA04A5;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #FF0101;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
		}
		.btn_contact7 input:hover {
	background-color: #FFF;
	color: #AA04A5;
		}
	}
	

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

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

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

/*9/30追記した追記した*/
/*PC用*/
.no-sidebar .wrap {
    width: 860px;
}
.breadcrumb.sbp-main-before, 
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
    padding-left: 30px;
    padding-right: 30px;
}
/*480px以下*/
@media screen and (max-width: 480px){
    .no-sidebar .wrap {
        width: auto;
    }
    .breadcrumb.sbp-main-before, 
    .breadcrumb.sbp-footer-before,
    .breadcrumb.pbp-main-before,
    .breadcrumb.pbp-footer-before {
        padding-left: 1em;
        padding-right: 1em;
    }
}