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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.add-header-contents{
    position: relative; display: flex;
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 70%; 
    bottom: 80px;
}

.tagline {
    text-align: center;
    font-size: 26px;
    margin: -60px 0 10px;
	font-weight: 600;
}
.wp-block-button__link {
    background-color: #eb8a0d;
    border-radius: 10px;
}
.wp-block-button__link:hover {
    color:#FFF;
}

.article h2 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
	background-color:#FFF;
}

.article h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.article h2:before {
  left:0;
}
.article h2:after {
  right: 0;
}

.article h3 {
	font-size:1.25em;
	font-weight:bold;
}
#header-container{
	border-bottom: 2px solid;
}

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

/*834px以下*/
@media screen and (max-width: 834px){

}

/*480px以下*/
@media screen and (max-width: 480px){
	.sp-none{
		display:none;
	}
}
