@charset "UTF-8";

.header-in {
	background-image: url(/wp-content/uploads/2019/11/header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tagline {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	margin-top: 0;
}
#header .logo .site-name-text {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.prev.page-numbers,
.next.page-numbers {
	width: 4em;
}

.btn-line,
.btn-mail,
.btn-insta {
	display: inline-block;
	width: 230px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -10em;
	font-size: 0;
	margin: 0 1rem 0 0;
}
.btn-line:hover,
.btn-mail:hover,
.btn-insta:hover {
	opacity: 0.7;
}
.btn-line  { background-image: url(/wp-content/themes/cocoon-child-master/images/btn_line.png); }
.btn-mail  { background-image: url(/wp-content/themes/cocoon-child-master/images/btn_mail.png); }
.btn-insta { background-image: url(/wp-content/themes/cocoon-child-master/images/btn_insta.png); }

@media screen and (max-width: 768px){
	.btn-line,
	.btn-mail,
	.btn-insta {
		width: 161px;
		height: 42px;
		margin: 0 0.5rem 0 0;
	}
}
@media screen and (max-width: 540px){
	.btn-line,
	.btn-mail,
	.btn-insta {
		width: 120px;
		height: 31px;
		margin: 0 0.5rem 0 0;
	}
}
/* footer LINE-btn */
@media only screen and (min-width:416px){
	.btn-screen-bottom { display: none; }
}
@media only screen and (max-width:415px){
	.btn-screen-bottom {
		display: block;
		position: fixed;
		bottom: 60px;
		left: 0;
		right: 0;
		width: 280px;
		background-color: #00c300;
		border-radius: 32px;
		padding: 8px;
		margin: auto;
	}
	.btn-screen-bottom a {
		text-decoration: none;
	}
	.btn-screen-bottom p {
		text-align: center;
		font-family: serif;
		font-size: 14px;
		color: #fff;
		padding: 8px;
		margin-bottom: 0;
	}
}

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

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

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

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