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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*プロフィール*/
.author-box{
	padding:30px 0 0;
}
.author-name{
	margin-bottom:20px;
}
.author-name a{
	font-size:1.2em;
	text-decoration:none;
}
.author-description{
	margin-bottom:30px;
}
.author-description p{
		text-align:center;
}
.author-box .sns-follow-buttons a.follow-button:hover{
	background-color:transparent;
	opacity:0.6;
}
.nwa .author-box .author-thumb{
	width:110px;
}
.nwa .author-box .author-thumb img{
	padding:1%;
	box-shadow:0 1px 3px rgba(0,0,0,.18)
	
}
.author-follows{
	background-color:orange;
	padding:15px 0;
}
.author-follows::before{
	content:'＼ Follow Me ／';
	color:#fff;
	font-size:16px;
}

.nwa .author-box .author-content{
	font-size:14px;
}
.author-box .sns-follow-buttons a.follow-button{
	width:35px;
	height:35px;
	border-radius:40px;
	font-size:27px;
	color:#fff;
	background:0 0;
	border-color:#fff;
	margin-top:5px;
	margin-right:10px;
}
.author-box .sns-follow-buttons a.follow-button:hover{
	transform:scale(1.1);
}
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #25c04a !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}
/*ここまで*/

.border02{
    color: #fff;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
    transform: rotate(-4deg);
}

.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}


/* タブ切り替え 新着記事-人気記事 開始 */
.tab-wrap {
	background: #F9FFFF;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
}

.tab-label:hover {
	background: rgba(100, 100, 100,.1);
}

.tab-switch:checked + .tab-label {
	color: #545454;
}

.tab-label::after {
	background: #545454;
	bottom: -3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 10px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}
/* タブ切り替え 新着記事-人気記事 終了 */

.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

/* タイトル中央寄せ */
.site-branding {
text-align: center;
margin: 0 auto;
float: none;
}

/* 上段追加 */
.site-title a::before {
content: "大阪出張専門 男性向けボディケア";
display: block;
font-size: 13px;
color: #666;
font-weight: 400;
margin-bottom: 2px;
}

/* 下段（くつろぎ海人） */
.site-title a {
font-size: 28px;
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1.3;
}

/* スマホ */
@media screen and (max-width:768px){

.site-title a {
font-size: 22px;
}

.site-title a::before {
font-size: 11px;
}

}


