@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/


/*margin調整*/

.top-10 {
	margin-top: -10px;
}

.top-20 {
	margin-top: -20px;
}

.top5 {
	margin-top: 10px;
	border: solid 1px transparent;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}


/*非表示*/

.logo-text {
	display: none;
}

.home.page .entry-title,
.page .date-tags {
	display: none;
}

.post-date {
	display: none;
}

.mobilever {
	display: none;
}

.btn-kakurenbo{
	background-color:#EA6163;
}

/*かくれんぼカラー*/
.kakurenbocolor_pale{
  background: #F5B4B6;
}

/*背景壁紙用の設定*/

#header-container,
#navi,
#footer {
	background: transparent;
}

body.home,
body.page-template-default {
	background-image: url("https://kakinomi.com/kakurenbo/kakurenboModule/wp-content/uploads/base.png");
	background-size: cover;
	background-position: center center;
}

#header-in,
#navi-in,
#footer-in {
	background: white;
	border: solid 1px transparent;
}

#navi-in {
	padding-bottom: 20px;
}

#container {
	overflow: hidden;
}

#content {
	margin-top: 0;
}

#footer {
	padding: 0px;
	margin-top: 0;
	padding-top: 0;
}

#main {
	border-radius: 0px;
}

#content-in {
	padding: 0 100px;
	background: white;
}


/*左右位置調整*/

.mymainpadding {
	padding: 0px 20px 0px 20px;
}

/*リンク*/

a {
	color: #888888;
}

a:hover {
	color: #000000;
}

.arrowlink:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	color: #EA6163;
}

/*ヘッダー*/

.myheaderwp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 40px;
}


/*メニュー*/

.menuhome {
	display: flex;
	justify-content: center;
}

.menuhome img {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}


/*縦線*/

.navi-in>ul li {
	float: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.navi-in>ul li+li {
	border-left: 0;
	border-right: 1px solid #CCC;
}

.navi-in>ul li :hover .item-label {
	display: inline-block;
	border-bottom: solid 3px #EA6163;
}

#navi .item-label {
	font-size: larger;
}

.navi-in>ul li :hover {
	background: white;
}


/*お知らせ*/

.newssubetewp {
	text-align: right;
	margin-top: 10px;
	padding-bottom: 10px;
}

.btn-brown {
	background-color: #EA6163;
}

.newssubetewp .btn {
	padding: 5px;
	font-size: 13px;
}


/************************************
** ■見出しカスタマイズ（h1-6）
************************************/

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	/*見出し初期化*/
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	position: relative;
}

.article h1 {
	display: inline-block;
	padding: 5px 40px;
	border: 5px solid #EA6163;
	border-radius: 1em .6em 2em .6em/.6em 2em .6em 1em;
	color: #EA6163;
	margin-top: 30px;
	margin-left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

/*編集用h1*/
.edit-post-visual-editor__post-title-wrapper{
	text-align: center;
}
.edit-post-visual-editor__post-title-wrapper h1{
	transform:none;
}

.h1after {
	margin-top: -40px;
	text-align: center;
	color: #EA6163;
}

.article h2 {
	background: #F5B4B6;
	border-radius: 30px;
	padding: 5px 20px;
	letter-spacing: 0.15em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:20px;
}

/*お知らせ*/
.oshirasewp{
	border-bottom: dotted 2px #ccc;
	padding:0.5em 0px;
}

.oshirasewp a{
	text-decoration: none;
}

.oshirasewp a:hover{
    color:#EA6163;
}

.fa-chevron-circle-right{
	color:#EA6163;
}
/*フッター*/

.myfooterwp {
	background: transparent;
}

.myfooter {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
	max-width: 1030px;
	background: #EA6163;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	position: relative;
}

.otoiawasemoji {
	position: absolute;
	top: -100px;
	right: 40px;
}

.myfooteraddress {
	font-size: larger;
}

.mycopyright {
	text-align: right;
	max-width: 1030px;
	margin: 0 auto;
	font-size: smaller;
}

.myfooteraddress .myfooteraddressshousai {
	display: flex;
	list-style: none;
	padding: 0;
}

.myfooteraddress .myfooteraddressshousai li {
	padding-right: 1em;
}

.myfooteraddress .myfooteraddressshousai li:nth-child(4){
	padding-right: 0;
}

.footertelno{
	color:white;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

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


/*834px以下*/

@media screen and (max-width: 834px) {
	#content-in {
		padding: 0;
	}
	.pcver {
		display: none;
	}
	.mobilever {
		display: block;
	}
	.mheader {
		text-align: center;
		background: #EA6163;
		padding: 10px 20px 0 20px;
		margin-bottom: 20px;
	}

	#navi ul {
		width: 95%;
	}
	#navi .navi-in>.menu-mobile li {
		width: 22%;
	}
	#navi .item-label {
		font-size: 11px!important;
		margin-top: -2px;
	}
	.otoiawasemoji {
		display: none;
	}
	.myfooteraddress .myfooteraddressshousai {
		flex-wrap: wrap;
		justify-content: center;
	}
	body.home,
	body.page-template-default {
		background-image: none;
	}
	.myfooterlogo {
		text-align: center;
		padding-bottom: 20px;
	}
	.myfooterlogo img {
		width: 150px;
	}
	#footer {
		margin-top: -50px;
	}
	.newssubetewp {
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 600px) {
    .myfooteraddress .myfooteraddressshousai li{
		flex-basis:100%;
		text-align: center;
    	padding-right: 0;
		line-height:1.3em;
    }
	.myfooter{
		padding-bottom:20px;
		margin-top:-5px;
	}
}
/*480px以下*/

@media screen and (max-width: 480px) {
	#navi ul {
		width: 100%;
		margin-top: -10px;
		padding: 0 0;
	}
	#navi .navi-in>.menu-mobile li {
		width: 40%;
		margin-top: 10px;
	}
	.navi-in>ul li{
		border-left: 3px solid #CCC;
		border-right: 3px solid #CCC;
	}
	.navi-in>ul li+li{
		border-right: 3px solid #CCC;
		border-left: 0;
	}
	.navi-in>ul li+li+li {
		border-left: 3px solid #CCC;
	}
	.navi-in>ul li+li+li+li {
		border-left: 0;
		border-right: 3px solid #CCC;
	}
	#navi .item-label {
		font-size: 15px!important;
	}
	.myheadertelltext {
		display: none;
	}
	.myheadertelltextmobail {
		display: block;
		font-size: smaller;
	}
	.mymainpadding {
		padding: 0px 0px;
	}
	.article h1 {
		margin-top:20px;
	}
	.menuhome img {
	    margin-top:5px;
    }
}
