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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*cocoon font 遊ゴシック指定書き換え*/
.ff-yu-gothic {
    font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*スペース*/

.space_u20 { margin-top: 20px !important; }
.space_b20 { margin-bottom: 20px !important; }
.space_l20 { margin-left: 20px !important; }
.space_r20 { margin-right: 20px !important; }

.space_u10 { margin-top: 10px !important; }
.space_b10 { margin-bottom: 10px !important; }
.space_l10 { margin-left: 10px !important; }
.space_r10 { margin-right: 10px !important; }

.space_b0 { margin-bottom: 0 !important; }

/*heading*/

.entry-title, .archive-title {
    margin: 20px 0;
    font-size: 25px;
    letter-spacing: 0.02em;
    color: #000;
}


@media screen and (max-width: 480px){
  .entry-title, .archive-title {
    font-size: 25px;
}

}


.home .article h2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 28px;
    padding: 15px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	color: #000000;
	letter-spacing: 0.1em;
	background-color: transparent;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 2em;
}

.article h2 {
    position: relative;
    padding: 1rem 0;
   /* border-bottom: 2px solid #d4d4d4 !important;*/
    background-color: transparent;
    color: #000;
}

.article h2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #ed7969;
}


.article h2.has-text-align-center {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.article h2.has-text-align-center:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

.article h2.has-text-align-center span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}



.article h3 {
    border: none;
    padding: 15px 0;
}

.related-entry-heading, .comment-title {

    margin: 22px 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #000;

}

.entry-title, .archive-title {
    padding: 0;
}

.article h5 {
    margin: 10px 0;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}


.has-text-align-center { text-align: center!important; }
.has-text-align-right { text-align: right!important; }

/*画像　リンクボタン*/
.bnr　{}
.bnr a:active img,
.bnr a:hover img,
.bnr a:focus img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

/************************************
　　よく使う
*************************************/
/*切り替え*/
.for-pc { display: block; }
.for-sp { display: none; }

@media screen and (max-width: 480px){
.for-pc { display: none; }
.for-sp { display: block; }
}

.ultp-wrapper-block h3,
.wp-block-column h3 {
	margin-top: 0;
}



.wrap-border-gray　{
border: 5px solid #d5d5d5;
border-radius: 10px;
padding: 20px;
}

.site-color {
	color: #ed7969;
}

.caption {
	line-height: 1.3em;
	font-size: 14px;
}

/************************************
　　カラムレイアウト
*************************************/

.col2-1 {
	width: 48.5%;
	float: left;
	margin: 0.74%;
}


@media screen and (max-width: 480px){
  
.col2-1 {
	width: 99%;
	float: none;
	margin: 0.45%;
}

	
}



/************************************
　　ヘッダーのカスタマイズ　
*************************************/

.navi {
    background-color: #fff;
}

.navi-in a {
    color: #000;
    font-size: 14px;
}

.navi-in > ul .menu-item-has-description > a > .caption-wrap {
    line-height: 21.4285714286px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 60px;
    letter-spacing: 0.1em;
}

#navi .navi-in a:hover {
    color: #ed7969 !important;
}

.sub-caption {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.75em;
    opacity: 0.5;
}

.header-container {
    border-bottom: 1px solid #595757;
}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 80px;
    height: auto;
    vertical-align: middle;
}

.header-container-in.hlt-top-menu .logo-header {
    max-height: 80px;
}

.mobile-menu-buttons {
    background: #fff;
    border-top: 1px solid #fff;
}

.mobile-menu-buttons .menu-caption, .mobile-menu-buttons .menu-icon {
    color: #000;
}

.navi-in > ul .sub-menu li {
    width: auto;
    background-color: #e7e7e7;
    border-bottom: 1px solid #fff;
}


/*top page popular articleのデザイン調整*/
.uagb-post-grid .uagb-post__title {
    margin-top: 0;
    margin-bottom: 0 !important;
    word-break: break-word;
    padding: 0 0 10px 0 !important;
    font-size: 16px;
}

.uagb-post-grid .uagb-post__excerpt {
    font-size: 14px;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 2px !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    padding: 3px 10px 3px 10px !important;
}

.uagb-post-grid .uagb-post__taxonomy {
    display: inline-block;
    background-color: #ed7969;
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px 2px 2px;
}

.uagb-post-grid .uagb-post-grid-byline a, .uagb-post-grid .uagb-post-grid-byline a:focus, .uagb-post-grid .uagb-post-grid-byline a:active {
    text-decoration: none;
}

.uagb-post-grid .uagb-post-grid-byline {
    font-size: 12px;
    letter-spacing: 0.1em;
}


.ultp-cat-only-color-1 { background-color: #ed7969 !important; }


/************************************
　　目次デザイン　
************************************/

.toc {
    border: 1px solid #F8F8F8;
    
    padding: 1em 1.6em;
    display: table;
    width: 100%;
    border-radius: 5px;
    background-color: #F8F8F8;
    color: #000;
}

.toc-title{ font-weight:bold; }

.toc-list > li a {/*小見出し（H2）*/
font-weight: bold;
font-size: 1.1em;
display:block;
margin-top:10px;
margin-left: 10px;
color: #000;
}


.toc-list > li li a {/*小見出し（H3）*/
font-weight: normal;
font-size: 0.9em;
color: #7b7b7b;
margin-top:0;
margin-left: 2em;
}

.toc li a {
    border-bottom: 1px solid #d4d4d4;
}

.toc li li a {
    border-bottom: none;
}


@media (max-width:880px){/*モバイル表示*/
.toc-list > li a {
margin-left: -10px;
}
.toc-list > li li a {
margin-left: -2em;
}
.toc-list > li li a::before {
left: 3px;
margin-bottom:1px;
}
}
.toc a:hover {
color: #333333;
text-decoration: underline;
}



/************************************
** サイドバーの目次
************************************/
.sidebar .toc{
  background:transparent!important;
  border:initial!important;
  border-top: initial!important;
  border-top-color: initial!important;
  box-shadow:initial!important;
  margin-bottom:initial!important;
  width: initial!important;
  border-radius:initial!important;
  padding-top:initial!important;
}
.sidebar .toc li li:before{
  color:#fad9a7;/*お好みの色に*/
}

/***********************************
　　基本のレイアウト　
************************************/

.main {
    padding: 20px 29px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.content {
    margin-top: 0;
}

.link_under a { color: #ed7969; }

.entry-content {
    margin-top: 0;
    margin-bottom: 3em;
}

.entry-card-title, .related-entry-card-title {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.4em;
    font-weight: bold;
}

/* snsのシェアタイトル　*/
.sns-share, .sns-follow {
    margin: 24px 0;
    text-align: center;
}

.sns-share-message {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    line-height: 1;
    letter-spacing: 1px;
}
.sns-share-message:before, .sns-share-message:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #595757;
    content: "";
}

.sns-share-message::before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.sns-share-message::after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

/***********************************
　　 メルマガ
************************************/

 .mailmagazine {
    background-color: #fff7f6;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    border: solid 5px #f7af5e;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
border-image: linear-gradient(to right, #eb659a 0%, #f7af5e 100%) 1;
}

.mailmagazine h3 {margin: 5px;}

.mailmagazine input.submit {
    color: #fff;
    background-color: #444;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.uagb-team__image-wrap {
	margin-top: 15px;
margin-bottom: 15px;
margin-left: 20px;
margin-right: 20px;
width: 200px;
align-self: center;
    flex-shrink: 0;
}


/***********************************
　　書いた人のプロフィール
************************************/

.uagb-team__wrap {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px 20px 0;
}

.uagb-team__social-icon svg {
    fill: #ed7969;
}

.uagb-team__outer-wrap .uagb-team__prefix {
    font-style: normal;
}

@media screen and (max-width: 480px){
  .uagb-team__desc-wrap {
	text-align: left;
	padding: 0 10px !important;
}

	
}

/************************************
　　サイドメニュー　
************************************/


.widget-entry-card {
    font-size: 14px;
}

.sidebar h3 {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #d4d4d4;
    background-color: transparent;
    color: #000;
}

.sidebar h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: #ed7969;
}

.widget-entry-card-snippet {
    margin-top: 6px;
    font-size: 12px;
    opacity: 0.5;
    letter-spacing: 0.1em;
}

.widget-entry-card-content {
    margin-left: 126px;
    padding-top: 5px;
}

.side-sns {
	text-align: right;
	font-size: 22px;
	margin-bottom: -30px;
}

.side-sns a {
	color: #ed7969;
}

.side-link {
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    overflow: auto;
    border-radius: 4px;
    margin: 15px 0;
}

.side-left {
	float: left;
	width: 60%;
	line-height: 1.5em;
	font-size: 14px;
}

.side-right {
	float: left;
	width: 38%;
	margin-left: 1%;
}

.side-half {
	float: left;
    width: 49.2%;
    margin: 0.4%;
    text-align: center;
    padding-top: 5px;
}


.bnr-main-left {
	float: left;
	width: 70%;
	line-height: 1.5em;
}

.bnr-main-right {
	float: left;
	width: 28%;
	margin-left: 1%;
}


.bnr-float-left {
	float: left;
	line-height: 1.5em;
}



.side-link a.btn {
    color: #fff;
    background-color: #ed7969;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 2px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
}

/*　ボックスメニュー　*/
.box-menu-icon * {
    font-size: 30px;
	margin: 5px 0;
	color: #ed7969;
}

.box-menu {
    min-height: 50px;
}

/*スマホのサイドバーメニューを左から右に表示*/
.sidebar-menu-content {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  right: auto;
  left: 0;
} 


/*　ウィジェット　タグリスト　*/
#menu-tag-list.menu {
	font-size: 14px;
}

#menu-tag-list.menu ul li a {
	color: #ed7969 !important;
}


/* カルーセル　*/

.carousel {
    opacity: inherit;
    transition: all 1s ease-out;
}




/***********************************
　　カテゴリーページ
************************************/

.archive-title span {
    display: none;
}

.archive-title {
    margin: 20px 0;
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #000;
}

.archive.category .cat-label {
    display: none;
}

.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.8em;
    max-height: 7.8em;
    line-height: 1.6;
    overflow: hidden;
}



/***********************************
　　カテゴリーページ　-　ニュース一覧
************************************/

.category-news .ect-vertical-card .entry-card-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}

.category-news .ect-vertical-card .entry-card-wrap .entry-card-thumb {
    width: 25%;
    float: left;
    margin-right: 15px;
}


#post-873 .date-tags { display: none; }


/*　タグ　*/
.tagcloud a {
    border: 1px solid #ed7969;
    border-radius: 2px;
    color: #ed7969;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 12px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
    color: #ed7969;
}

.tag-link {
    color: #ed7969;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #ed7969;
    border-radius: 2px;
    word-break: break-all;
}

.tag-link:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: #ed7969;
}

.fa-tag::before {
    content: "\f292";
}

.cat-label {
    background-color: #ed7969;
    letter-spacing: 0.1em;
}

/* トップページ他、特定の固定ページの日付やタイトルを非表示にする */
.post-15 .entry-title,
.post-15 .date-tags{
  display: none;
}


/***********************************
　　Meet eats
************************************/
.meet-eats {
	border: 3px solid #d0076f;
	border-radius: 10px;
	padding: 0 15px;
	margin: 20px 0;
	overflow: auto;
}

.pickup {
	text-align: center;
}

.pickup img {
	width: 70%;
	margin: 0　10px;
}

.meet-eats h2.has-text-align-center {
	padding: 0;
	margin: 0 10px 10px;
}

.meet-eats .title {
	margin: 20px 0;
}

#post-538 h1.entry-title { display: none; }

/*一覧の絞り込みタグスペース*/
.ultp-heading-filter {
    padding-bottom: 50px;
}

#post-538 .date-tags { display: none; }

/***********************************
　　CULTURE
************************************/

h3.ttl_movie {
	font-size: 25px;
	margin-bottom: 15px;
	padding: 5px 0 0 0;
}

.button-block { margin-bottom: 10px !important; }

.writer { font-size: 14px; line-height: 1.3em; }

.fix-2col .wp-block-column { flex-basis: 40% !important;
margin-right: 15px;
margin-bottom: 0;
}

.fix-2col { margin-bottom: 5px !important; }

.fix-2col .wp-block-column img { width: 80%; }

.center { text-align: center;}


/************************************
　　フッター
************************************/


.footer-widgets, .footer-widgets-mobile {
    font-size: 14px;
}

.widget_nav_menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.widget_nav_menu ul li a:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: #ed7969 !important;
}


/************************************
　　その他
************************************/

.width-full { width: 100%; }

.fukidashi_pink {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 1%;
    width: 98%;
    color: #fff;
    font-size: 22px;
    background: #ed7969;
    text-align: center;
    border-radius: 5px;
}

.fukidashi_pink:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ed7969;
}


.fukidashi_blue {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 1%;
    width: 98%;
    color: #fff;
    font-size: 22px;
    background: #2d8acc;
    text-align: center;
    border-radius: 5px;
}
.fukidashi_blue:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #2d8acc;
}

/************************************
　　カテゴリー　バナー
************************************/

.cat-bnr-link {
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    overflow: auto;
    border-radius: 4px;
    margin: 1%;
	width: 48%;
	float: left;
}

.cat-bnr-link-full {
    padding: 10px 10px 0 10px;
    overflow: auto;
    margin: 1% auto;
	display: table;
}


.cat-bnr-link a.btn,
.cat-bnr-link-full a.btn {
    color: #fff;
    background-color: #ed7969;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 2px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
}



@media screen and (max-width: 480px){
.cat-bnr-link {
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    overflow: auto;
    border-radius: 4px;
    margin: 15px 0;
	width: 100%;
	float: none;
}
	
}


/************************************
　　フォトコンテスト
************************************/

.photocon-sns {
	text-align: center;
	border: 2px solid #ccc;
	    border-radius: 4px;
    padding: 20px;

}

.photocon-sns i {
	font-size: 40px;
	color: #ed7969;
}

.txt-10px { font-size: 10px; }


/************************************
　　その他　既存のCSSの調整
************************************/

.uagb-buttons-repeater {
    text-decoration: none;
}

.video-container {
    max-width: 100%;
    margin: 0;
}

#recipie h4 {
    border-top: 2px solid #d0c4b9;
    border-bottom: 2px solid #d0c4b9;
	color: #000;
	margin: 10px 0;
}

.blank-box {
	margin: 10px 0;
	padding: 1em 1em 0.3em 1em;
}

/*---------------------------------
ページの日付を非表示にする
--------------------------------*/
.post-2546 .date-tags {
  display: none;
}


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

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

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

/*---------------------------------
フォトコン
--------------------------------*/
.photo-comment {
	text-align: center;
	padding: 15px;
	border: 2px #00aeef dotted;
}

/*---------------------------------
バウチャー
--------------------------------*/
input[type="submit"] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #d0076f;
  color: #fff;
  font-size: 1.5em;
  padding: 20px;
  border-radius: 10px;
}

.form-closed {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #d0076f;
  color: #fff;
  font-size: 1.5em;
  padding: 20px;
  border-radius: 10px;
text-align: center;
}


.post-3274 .date-tags{
  display: none;
}

/*---------------------------------
ストライプ枠
--------------------------------*/
.stripe-box-grey{
	margin: 5px 10px;	/* 外側の余白 上下・左右 */
 	padding: 20px;	/* 内側の余白 */
	position: relative;
	z-index: 0;
}
.stripe-box-grey:before{
	background: repeating-linear-gradient(-45deg, #dcdcdc, #dcdcdc 5px, #ffffff 0, #ffffff 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.stripe-box-grey:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}


/*---------------------------------
Career story- JOB BOARD
--------------------------------*/
.stripe-box{
	margin: 5px 10px;	/* 外側の余白 上下・左右 */
 	padding: 20px;	/* 内側の余白 */
	position: relative;
	z-index: 0;
}
.stripe-box:before{
	background: repeating-linear-gradient(-45deg, #f4f1e8, #f4f1e8 5px, #ffffff 0, #ffffff 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.stripe-box:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}

.career-about {
	border-top: dotted 3px #e78426 !important;
	padding: 10px;
	font-weight: 900;
	color: #000;
}


.post-4146 .entry-title,
.post-4146 .date-tags{
  display: none;
}

.post-4267 .entry-title,
.post-4267 .date-tags{
  display: none;
}

