@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/
/* ふわっと表示する */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/************************************
** 子テーマ用のスタイルを書く
************************************/

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

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

.sidebar {
	width:322px;
}

.article h1 {
  border-bottom: solid 3px #f3aca9;
  position: relative;
  font-weight:500;
  font-size:24px;
  background-color:#e7e7e7;
  padding:15px;
  /*text-align:center;*/
}

.article h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #555555;
  bottom: -3px;
  width: 30%;
}

.article h2 {
  margin-top:20px;
  font-weight:500;
  font-size:20px;
  padding:20px 20px;
  color: #494949;
  border-left: solid 4px #f3aca9;
	
}

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

.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:30%;
	float:left;
	height:120px;
	text-align:right;
	vertical-align:bottom;
}
.sns-top-hedder-right {
	background: url(./images/top-header-tel.png) right bottom no-repeat;
}
.sns-top-hedder-center {
	width:40%;
	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-on {
    display: flex;
}

#top-index .new-entry-cards.large-thumb-on 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-green {
    color: #9cca6d;
}
.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-green {
	border-bottom:solid #9cca6d 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;
}
/* お問合せボタン */
input.wpcf7-confirm, input.wpcf7-submit, input.wpcf7-back {
  font-family: FontAwesome;
}

/* GoogleMap をレスポンシブで表示する */
.map_iframe_wrap_change{
  position:relative;
  width:100%;
  height:0;
  padding-top:60%;/*10:6なので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:400px;
  }
  .sidebar-menu-button{
  	display:none;
  }
  .widget-entry-cards {
    font-size:200%;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  #appeal {
	height:300px;
  }
  .sns-follow-buttons-owner a {
    margin-right: 4px;
    height: 26px;
  }
  .widget-entry-cards.large-thumb-on .card-title {
    padding:2px;
  }
}

@media screen and (max-width: 768px){
  #appeal {
	height:250px;
  }
  .sns-follow-buttons-owner a {
    margin-right: 4px;
  }
  .sns-top-hedder-left,
  .sns-top-hedder-right {
	height:65px;
  }
  .sns-top-hedder-right {
	background: url(./images/top-header-tel-min.png) right bottom no-repeat;
  }
  /* Googlemap高さ調整 */
  .map_iframe_wrap_change{
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;/*1:1なので100%*/
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  #appeal {
	height:150px;
  }
}