@charset "UTF-8";

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

/*=================================
ふわっと！
===================================*/

/* 下から */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */
.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */
.fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
  opacity: 0;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* コンテンツ部の上下左右を詰める */
.main {
  padding:1px;
}
.content {
  margin-top: 0;
}
/* マウスドラッグを禁止にする */
* {
  -webkit-user-select: none;  /* Chrome or Safari */
  -moz-user-select: none;     /* FireFox */
  -ms-user-select: none;      /* IE */
  -o-user-select: none;       /* Opera */
  user-select: none;
}

div.sub-caption, .entry-title, .navi-footer{
	/*font-family: 'Prosto One', cursive;*/
}

.sidebar {
	width:322px;
}

.article h1 {
	font-weight:500;
	font-size:24px;
	background-color:#e7e7e7;
	padding:5px;
}
.article h2 {
	margin-top:20px;
	font-weight:500;
	font-size:20px;
	padding:10px 20px;
}

.article h3 {
	margin-top:20px;
	font-weight:500;
	font-size:20px;
	padding:5px 15px;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#e7e7e7;
}

.sns-share-message,
.sns-follow-message,
.ad-label {
	font-size:75%;
}

.widget-sidebar-title,
.widget-sidebar-scroll-title,
.widget-footer-left-title,
.widget-footer-center-title,
.widget-footer-right-title {
	font-weight:500;
	font-size:20px;
	padding:10px;
}

.sidebar h3 {
		padding:5px 10px;
		margin:10px 0;
}

.navi-in > ul li {
	width:126px;
}

#wp-calendar td a {
	background-color:#298fcd;
}
#wp-calendar #today {
	background-color:#10883e;
}

/* タグクラウド */
.tagcloud a {
    background-color: #666;
}
/* アピールエリアの高さ */
.appeal-in {
	min-height: 400px;
}
/* アピールエリアのボタンを消す */
.appeal-content {
	display: none;
}
/*
.carousel-entry-card-thumb span{
	display: none;
}

.carousel-entry-card-title{
	display: none;
}
*/
.carousel-in {
	margin-top:30px;
}
/* トップページの大写真の空き */
.appeal .appeal-in {
	margin-top:15px;
}
.carousel-in {
	margin-top:10px;
}
/* トップページのSNS */
.sns-top-hedder {}
.sns-top-hedder-left,
.sns-top-hedder-right {
	width:20%;
	float:left;
	height:100px;
	text-align:right;
	vertical-align:bottom;
}
.sns-top-hedder-center {
	width:60%;
	float:left;
}
.sns-follow-buttons-owner {
	float:right;
}
.sns-follow-buttons-owner a {
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top:3px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.sns-buttons-owner {
  display: flex;
  align-items: right;
}
.sns-buttons-owner a {
  display: block;
  background-color: #777;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  height: 30px;
  vertical-align:middle;
}
.sns-buttons-owner a:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s ease;
}
.icon-twitter-logo,
.icon-facebook-logo,
.icon-instagram-new,
.icon-line-logo{
padding:0 3px;
}

/* 記事一覧を横に並べる */
#top-index .new-entry-cards.large-thumb {
    display: flex;
}

#top-index .new-entry-cards.large-thumb a {
    width: 33%;
}

.logo-image{
padding: 15px 0 0 0;
}

/* トップページヘアスタイルホバー */
.bb-top-hairstyle img:hover {
   opacity: 0.75;
}
/* 途中改行の禁止 */
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
/* 日本語(上段)/英語（下段）タイトル用 */
.bb-top-title {
    padding-top: 5px;
    text-align: center;
    background-color: #eeeeee;
    line-height: 1.2em;
}
.bb-blue {
    color: #5cadd6;
}
.bb-orange {
    color: #f6b936;
}
.bb-orangered {
    color: #ff9650;
}
.bb-purple {
    color: #a47bf1;
}
.bb-pink {
    color: #ff9999;
}
.bb-yellowgreen {
    color: #cccc33;
}
.bb-gray {
    color: #aaaaaa;
}
/* プライスのボトムカラー */
.bb-border-blue {
	border-bottom:solid #5cadd6 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-border-orange {
	border-bottom:solid #f6b936 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-border-orangered {
    border-bottom:solid #ff9650 1px !important;
    background-color:#eeeeee;
    padding:2px 23px;
}
.bb-border-purple {
	border-bottom:solid #a47bf1 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-border-pink {
	border-bottom:solid #ff9999 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-border-yellowgreen {
	border-bottom:solid #cccc33 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-border-gray {
	border-bottom:solid #555555 1px !important;
	background-color:#eeeeee;
	padding:2px 23px;
}
.bb-top-title .bb-english,
.cp_actab-content .bb-english{
    font-size: small;
    /*font-family: 'Prosto One', cursive;*/
}

/* アコーディオンB */
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
/*color: #00000;*/
}

.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}

.cp_actab label {
/*font-weight: bold;*/
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #eeeeee;
}

.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #555555;
background: #fefefe;
font-size:16px;
}

.cp_actab .cp_actab-content p {
margin: 1em;
font-size: 15px;
}

.cp_actab p{
margin-bottom:0px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 100em;
}

/*チェックのアイコン（↓）*/
.cp_actab label:after{
color: #fff;
font-family:"FontAwesome";
content:" \f078";
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 3em;
}

/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
color: #fff;
font-family:"FontAwesome";
content:" \f077";
}
.tax-escription {
font-size:70%;
}

/* ボタン色 */
.btn-wholiday, .btn-wrap.btn-wrap-wholiday > a{
	background-color:#bc5536;
	font-weight:normal;
}
.btn-tland, .btn-wrap.btn-wrap-tland > a{
	background-color:#4b5175;
	font-weight:normal;
}
.btn-mred, .btn-wrap.btn-wrap-mred > a{
	background-color:#841e35;
	font-weight:normal;
}
.btn-vintage, .btn-wrap.btn-wrap-vintage > a{
	background-color:#356482;
	font-weight:normal;
}
.btn-jmodan, .btn-wrap.btn-wrap-jmodan > a{
	background-color:#668aaa;
	font-weight:normal;
}
.btn-feminin, .btn-wrap.btn-wrap-feminin > a{
	background-color:#ddd4b8;
	font-weight:normal;
}
/* プロガードラベル・タイトル色 */
.blogcard-type .blogcard::before {
	background-color:#bc5536;
}

/* モバイル用下部ボタンカスタマイズ */
.mobile-menu-buttons {
	background:rgba(53, 100, 130,0.6);/*フッターメニューの背景を半透明化*/
}
.mobile-menu-buttons .menu-icon::before {
	font-size: 1.15em;/*フッターメニューのフォントアロウズの大きさを変更*/
	color:#fff;/*フッターメニューのフォントアロウズの色を変更*/
}
.mobile-menu-buttons .menu-caption {
	color:#fff;/*フッターメニューのフォントの色を変更*/
}

/* PHOTOの説明 */
.photo-info {
	margin-top:-10px;
	font-size:80%;
	text-align:right;
}
/* コンタクト */
.contact-tbl {
font-size: 75%;
}
.contact-tel {
	color:orangered;
	font-weight:bold;
}

/* Youtube をレスポンシブで表示する */
.video-container {
margin: 0px auto;
}
/************************************
** 画像キャプション
************************************/
.caption-icon-wrap{
   margin:0 auto 2em;
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.caption-icon-wrap > p{
   position:relative;
}
.caption-icon-wrap > p > img,.caption-icon-wrap > p >amp-img{
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
   display:block;
}
.caption-icon-wrap > p > amp-img{
   max-width:800px;
}
.caption-icon-wrap .img-caption{
   position: absolute;
   font-size: 13px; /* フォントサイズ*/
   line-height:1.5; /* 行間*/
}
.caption-icon-wrap .caption-icon-img{
   position: absolute;
}
/************************************
** 画像キャプション　アイコン①(左上)
************************************/
.caption-icon-1{
  margin-top:5em; /* 上に余白 */
}
/* 画像説明文 */
.caption-icon-1 .img-caption{
  bottom: 103%; /* 下から数値分移動 */
  left: 72px; /* 左から数値分移動 */
}
/* アイコン位置 */
.caption-icon-1 .caption-icon-img{
  top: -63px; /* 上から数値分移動 */
  left: 5px; /* 左から数値分移動動 */
}
/* アイコン画像 */
.caption-icon-1 .caption-icon-img img,.caption-icon-1 .caption-icon-img amp-img{
  max-width:60px; /* アイコンサイズ */
  margin:0 !important;
  padding:0 !important;
}
/*(スマホ)480px以下*/
@media screen and (max-width: 480px){
  /* (スマホ)画像説明文 */
  .caption-icon-1 .img-caption{
    bottom:103%; /* 下から数値分移動 */
    left: 52px; /* 左から数値分移動置*/
    font-size: 12px; /* フォントサイズ*/
  }
  /* (スマホ)アイコン位置 */
  .caption-icon-1 .caption-icon-img{
    top: -43px; /* 上から数値分移動 */
    left: 5px; /* 左から数値分移動 */
  }
  /* (スマホ)アイコン画像 */
  .caption-icon-1 .caption-icon-img img,.caption-icon-1 .caption-icon-img amp-img{
    max-width:40px; /* アイコンサイズ */
  }
}

/*************************************************************
**記事のタイトルとURLをコピーするボタン
**************************************************************/
.copy_main {
margin: 0 0 2.4em;
}
.copy_btn {
	padding: 20px 0;
	border: 2px solid #666;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
	border-radius: 10px; /*角丸の角度*/
	font-weight: 700;
	background-color:#fff;
}
@media (max-width:768px){
	.copy_btn span{
		font-size: 14px;
	}
	.copy_btn.copied span{
		font-size: 16px;
	}
}
.copy_btn i:before{
	display: inline-block;
	margin-right: 8px;
	content: '\f0c5';
	font-size: 28px;
}
.copy_btn:hover{
	opacity: .7;
}
.copy_btn.copied{
	border: 2px solid transparent;
	background: #bc5536;/*クリック後の背景色です*/
	color: #fff;/*クリック後の文字色*/
	pointer-events: none;
}
.copy_btn.copied{
	cursor: auto
}
.copy_btn.copied i:before{
	content: '\f00c';
}
.copy_btn.not-copied{
	background: #d90028;
}
.copy_btn.not-copied i:before{
	content: '\f06a';
}
.copy_text{
	display: none;
	overflow: hidden;
}
.copy_text div{
	margin: 15px 8px 0;
	font-size: 13px;
	line-height: 1.2em;
}
.copied+.copy_text div{
	display: none;
}
.not-copied+.copy_text div{
	display: block;
}
#copy_textbox{
	margin-top: 10px;
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 16px;
}

/* 『グローバルメニュー』*/

/* マウスオーバーでアンダーライン */
#navi .navi-in a:after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transform: scale(0,1);
  transition: 0.3s;
}
#navi .navi-in a:hover:after{
  transform: scale(1);
}

/* サブメニュ－下にボーダーライン */
.navi-in>ul .sub-menu li {
  border-bottom: 1px groove #c2c2c2!important;
}

/* GoogleMap をレスポンシブで表示する */
.map_iframe_wrap_change {
  position:relative;
  width:100%;
  height:0;
  padding-top:60%;
}
.map_iframe_wrap_change iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
  #appeal {
	height:350px;
  }
  .sidebar-menu-button{
  	display:none;
  }
  .sns-follow-buttons a {
    width:19%;
  }
  .widget-entry-cards.card-large-image .e-card {
    font-size:14px;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
  /*768px以下*/
  #appeal {
	height:300px;
  }
  .sns-follow-buttons-owner a {
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px){
main.main, div.sidebar {
  padding:1px 3px;
}
  .navi-footer-in>.menu-footer li.menu-item {
    /*border: 1px solid #356482;*/
    border: 1px solid #fff;
  }
  /*必要ならばここにコードを書く*/
  #navi .navi-in > .menu-mobile li {
    width: 33%;
  }
  #appeal {
	height:200px;
  }
  .sns-follow-buttons-owner a {
    margin-right: 4px;
  }
  .widget-entry-cards.large-thumb-on .card-title{
    font-size:50%;
    max-height:50%;
  }
}

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