@charset "UTF-8";

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

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


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}


/************************************
** 追記用CSS
************************************/


/*******************************
* 背景色　メイン部分
********************************/
.main {
    background-color: #eae7dc;
}





/*******************************
* post-xx の指定固定ページ記事タイトル非表示
********************************/
#post-2
.entry-title {
 display:none;
}

/*******************************
* post-xx の指定固定ページだけ日付や更新日非表示
********************************/
#post-2
.date-tags { 
 display: none; 
}

/*******************************
* post-xx のSNSシェアボタンの非表示
********************************/
#post-2
.sns-share {
 display: none; 
}

/*******************************
* post-xx の下部SNSフォローボタンの非表示
********************************/
#post-2
.sns-follow {
 display: none; 
}


/*******************************
* navi　修正
********************************/
.navi-in > ul {
    padding: 10px;
}

/*******************************
* box
********************************/
.box001 {
    position: relative;
    padding: 1.25em 3em;
    margin: 2em 0;
    top: 0;
    background: #efefef;
}
.box001:before, .box001:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 20px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box001:before{
    border-left: dotted 2px #5c5c5c;
    border-top: dotted 2px #5c5c5c;
    border-bottom: dotted 2px #5c5c5c;
    left: 0;
}
.box001:after{
    border-top: dotted 2px #5c5c5c;
    border-right: dotted 2px #5c5c5c;
    border-bottom: dotted 2px #5c5c5c;
    right: 0;
}
.box20 p {
    margin: 0; 
    padding: 0;
}

/*******************************
*backline
********************************/
.article h2{
font-size:20px;
text-align: center;
background-color: #ffffff;
position: relative;
display: inline-block;
padding: 0 90px;
}
.article h2:before, .article h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.article h2:before {left:0;}
.article h2:after {right: 0;}



/*******************************
*whats new
********************************/
div.whatsnew {
  margin: 20px 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
}

div.whatsnew a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew hr {
  height: 6px;
  background: url(https://okanouenopanya.standardarchitect.com/wp-content/uploads/2018/04/hr_001.png) repeat-x 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}

div.whatsnew .newmark {
  font-size: 74%;
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  border-radius: 3px;
}

div.whatsnew dl {
  margin: 0;
  padding: 0;
  border: 0;
}

div.whatsnew dt {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  color: Gray;
  font-weight: normal;
  white-space: nowrap;
}

div.whatsnew dd {
  margin: 0;
  padding: 0 2px;
}

@media screen and (min-width: 600px) {
  div.whatsnew dl {
    overflow: hidden;
  }
  div.whatsnew dt {
    float: left;
    width: 8.1em;
    overflow: hidden;
  }
  div.whatsnew dd {
    overflow: hidden;
  }
}

/*******************************
*sb_instagram 
********************************/

.sb_instagram {
  padding: 20px;
  background: url(https://okanouenopanya.standardarchitect.com/wp-content/uploads/2018/04/hr_002.png);
	}





/*******************************
*footer 
********************************/
.footer {
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: White;
	background-color: #2d1f1f;	
}

.footer a {
    color: White;
}
.footer a:hover {
	color: #e53900;
	background-color: #2d1f1f;	
}


/*******************************
*footer_menu
********************************/
.footer_menu   {
  font-size:16px;
  margin-top: 0px;
  padding: 0px 20px;
  border-left : solid 1px #ffffff ;
	}




/*******************************
*更新日非表示
********************************/
/*投稿日・更新日を非表示*/
.page .date-tags {
 display: none;
}
/*投稿者名を非表示*/
.page .footer-meta {
 display: none;
}




/*******************************
*bgswitcher 
********************************/

    .bg-slider {
    	width: 100vw;
    	height: 100vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .bg-slider__title{
    	color: #fff;
    	font-size: 48px;
    	line-height: 1.5;
    	font-weight: bold;
    	text-align:center;
    	text-shadow: 1px 1px 1px #000;
    }


/*******************************
*bgswitcher 高さ指定
********************************/
.page-id-2 .bg-slider {
 height: 600px;
}

.page-id-55 .bg-slider,
.page-id-48 .bg-slider,
.page-id-58 .bg-slider,
.page-id-60 .bg-slider {
 height: 200px;
}


/*******************************
*bgswitcher 高さ指定
********************************/
 div.header-container-in.hlt-top-menu .logo-header img {
   position: relative; top: -10px; 
   height: auto;
   max-height: 100%;
   width: 400px;
}


/*******************************
*コピー
********************************/
.top-h2 {
	font-size: 18px;
    font-family: 'Lora',"游明朝体", "Yu Mincho", "Meiryo",YuMincho, serif;
    font-weight: bold;
	letter-spacing: 5px;
}


/*******************************
*囲みボタン
********************************/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #696969;
	background-color:#ffffff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    border-style: dotted;
    color: #679efd;
}

/*******************************
* post-xx のSNSシェアボタンの非表示
********************************/
#post-2
.sns-share {
 display: none; 
}

#post-1029
.sns-share {
 display: none; 
}

#post-1904
.sns-share {
 display: none; 
}

#post-60
.sns-share {
 display: none; 
}

#post-55
.sns-share {
 display: none; 
}

#post-58
.sns-share {
 display: none; 
}

#post-48
.sns-share {
 display: none; 
}

#post-236
.sns-share {
 display: none; 
}

#post-25
.sns-share {
 display: none; 
}

#post-171
.sns-share {
 display: none; 
}

#post-40
.sns-share {
 display: none; 
}





