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

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

/* 外観 > カスタマイズ > 追加CSS から移動 */
/*カテゴリアイキャッチ非表示*/
.category .eye-catch-wrap {
	display:none;
}

/*GoogleForm*/
.google-form-class{
	width: 100%;
	overflow-y:auto;
}

/*メインメニューが表示されない幅対策*/
@media screen and (max-width: 1023px){
	.navi-in>.menu-header {
    display: flex;
	}
}

.kome-jirushi{
	font-size: 0.75em;
	font-weight: normal;
}
.yahoo-api-credit{
	margin: -1em 1.4em 1.4em 0;
}

/* アドセンス */
.ad-wrap {
  min-height: 280px;
}
/* .ad-below-title .ad-wrap {
	margin-top: 1.4em;
} */


/* @media screen and (max-width: 480px){
	.ad-below-title .ad-wrap {
	min-height: 200px;
	}
} */

.related-entries{
	margin-top: 1.8em;
}

.entry-title, .archive-title{
	margin-top: 0;
}

/*480px以下*/
@media screen and (max-width: 480px){
	.entry-title{
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

/* logo */
.logo-image{
	line-height: 1em;
}
#header-in .tagline{
	margin-top: 0;
}

/* ショートコード */
ul.sc-child-cat
{
	display:flex;flex-wrap:wrap;
  list-style-type: none;
  padding-left: 0;
}
ul.sc-child-cat li
{
	margin: 0 0.8em 0.4em 0;
}
ul.sc-child-cat ul
{
	display:inline;
  list-style-type: none;
  padding-left: 0;
}
ul.sc-child-cat li li
{
	display:inline;
}
/*メインメニュー検索窓*/
#navi .search-box{
	margin: 0;
	width: 100%;
	max-width: 160px;
}
#navi .search-edit {
	padding: 5px 10px;
	font-size: 16px;
}
#navi .navi-in>ul>li>a{
    padding: 0 1em;
}

.date-tags{
	margin-bottom: 1.4em;
}
.inline-block{
	display: inline-block;
}

.footer {
padding-bottom: 60px;
}

.relative_wrap{
	position: relative;
}

.ad-area.ad-sidebar-bottom,
.ad-area.ad-content-bottom,
.ad-area.ad-below-cam-buttons{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

/*!動画の最大幅を指定する*/
.video-container,
.instagram-container,
.facebook-container {
  max-width: 1023px;
  margin: 30px 0;
}

/* クリアフィックス */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

a{
	text-decoration: none;
}
a:hover{
/* 	text-decoration: underline; */
	opacity: 0.8;
}
.related-list .a-wrap{
	padding-left: 0;
}
.btn, .ranking-item-link-buttons a {
  margin:1em 2em 1em 0;
}

.no-icon > .fa-external-link:before{content: none;}

.no-space{
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
}
/*
.entry-title, .archive-title {
	margin-bottom: 1.8em;
}
*/

.article h2 {
	font-size: 18px;
	padding: 12px 18px;
	border-radius: 4px;

	background-color: #eaeaea;
/* 	border: 1px solid #d5d5d5; */
}
.article h3 {
	font-size: 16px;
	padding: 11px 0 11px;
	border: none;
	border-bottom: 1px solid #333;
}
.article h5 ,
.article h4 {
	font-size: 14px;
}
dd{
	font-size: 0.9em;
	margin-bottom: 1em;
}
dt{
	font-weight: bold;
}
.logo-header .site-name-text{
	font-weight: bold;
}
.badge{
	display: inline-block;
	line-height: 1.2;
}
.logo-text {
	padding: 0 0 5px;
}
.site-name-text {
	font-size: 22px;
}
.breadcrumb {
	margin-top: 0;
}
/*event*/
.event_list .catch_copy,
.event_list .disp_event_day{
	font-size: 80%;
}
#sidebar .disp_event_day{
	display: block;
}
/*side*/
.sidebar h3 {
  padding: 8px 16px;
  border-radius: 4px;

	background-color: #eaeaea;
/* 	border: 1px solid #d5d5d5; */
}

/*widget*/
.widget ul {
	font-size: 0.95em;
  padding: 0 0.5em;
  position: relative;
}
.widget ul li {
  line-height: 1.5;
  padding: 0 0 0.5em 1em;
  list-style-type: none!important;
}
.widget ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
}
.widget ul li:last-of-type{
  border-bottom: none;
}

/* single */
table#livecam-info-table th{
	width: 25%;
}
.entry-title, .archive-title {
	font-size: 20px;
}
.eye-catch-caption {
  font-size: 0.8em;
  padding-top:0.2em;
  background-color: #333;
  opacity: 0.85;
}
.eye-catch-caption a{
	color:#5af;
}
.cam-btn-title{
	margin: 1em 0 0;
}
.wiki_title{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 11px;
	border-bottom: 1px solid #333;
}
.wiki_area{
	margin: 1em 0;
}
.entry-content .new-entry-card-title.widget-entry-card-title.card-title{
	font-weight: bold;
}
.widget-entry-card-content .seach_post_descri{
	margin: 0.7em 0;
}
/* youtube */
.cam_iframe-wrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* iframe-wrapper  */
.cam_iframe-wrap {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
	margin-bottom: 1em;
}
.cont_box{
	margin-bottom: 1.8em;
}
/*related*/
.related-entry-heading {
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
	line-height: 1.4;
}
.entry-card-title, .related-entry-card-title {
	font-size: 16px;
}
.article h3.related-entry-card-title {
	border: none;
	padding: 0;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
}
.related-more{
	margin-top: 0;
	margin-bottom:1.8em;
}
/* map */
.wrap-fixed-aspect {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.wrap-fixed-aspect65 {
    position: relative;
    width: 100%;
    padding-top: 65%; /* 高さを幅の65%に固定 */
}
.div-fixed-aspect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*windy*/
/*769px以上*/
@media screen and (min-width: 769px){
	.p-embed-container--windy .div-fixed-aspect{
		height: 600px;
	}
}
/*768px以下*/
@media screen and (max-width: 768px){

}
/*map*/
.sigle-gmap iframe{
	border: none;
}
.wrap_map_adside{
	margin-top: 1em;
}
.map_overwrap {
	display: flex;
/* 	position: relative; */
}
#wrap_ymap_single ul,
#wrap_ymap_single li,
.map_overwrap ul,
.map_overwrap li{
	box-sizing: content-box;	/* ylpバグ対策 */
}
#wrap_ymap_single img,
.map_overwrap img{
	max-width: none;		/* ylpバグ対策 */
}
.mapov_left{
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	margin-bottom: 1.8em;
    vertical-align: bottom;
}
.mapov_right{
    -webkit-flex-basis: 160px;
	flex-basis: 160px;
	margin-left:35px;
}
.mapov_right .ad-area{
	margin: 0;
}
.google_map_embed.gmp iframe,
#google_map_area iframe{
	border:0;
	width: 100%;
	height: 600px;
    vertical-align: bottom;
}
.google_map_embed.stv iframe,
#streetview_area iframe{
	width: 100%;
    vertical-align: bottom;
}

#google_map_area{
	width: 100%;
	height: 600px;
	background-color: #eee;
	position: relative;
}
#yahoo_map_area{
	width: 100%;
	height: 600px;
	background-color: #eee;
}
#wrap_ymap_single #yahoo_map_area{
	height: 500px;
}
/*hotel*/
.hotel-content .related-entry-card-thumb{
  width: 210px;
  margin-top: 0;
  text-align: center;
}
.hotel-content.widget-entry-cards .widget-entry-card-content {
  margin-left: 214px;
}
.hotel-content .popular-entry-card-title,
.hotel-content .popular-entry-card-pv,
.hotel-content .popular-entry-card-post-date{
	display: block;
	margin-bottom: 1em;
}
.hotel-content .related-entry-card-snippet{
	display: block;
	max-height: none;
}
.hotel-content .card-thumb img.card-thumb-image{
	max-height: 210px;
	width: auto;
}

.hotel-map-content .infowindow a{
	color: #333;
}
.hotel-map-content .infowindow p{
	margin:0 0 0.5em;
}

.hotel-map-content .infowindow img{
	max-height: 170px;
}
/*----todo:camera-------------------------------------------------------------------*/

/*渋滞*/
.road_icon{
	border:1px solid #333;
	vertical-align: text-top;
	margin-left: 5px;
	margin-right: 5px;
}
.road_midori{ background:#95c758; }
.road_kii{ background:#e3883d; }
.road_aka{ background:#e32620; }
.road_akaguro{ background:#912617; }

.traffic_icon{
	vertical-align: text-bottom;
	margin-left: 5px;
	margin-right: 5px;
}

/*map related-list*/
.related-list.for-map .a-wrap{
	margin-bottom: 0;
}
/* 地域表示テーブル */
table.disp_all_area a{
	display: inline-block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* tag-list */
#list-tag-wrap .toc-content ol > li > ol > li ,
#list-tag-wrap .toc-content ol > li > ol > li > ol > li{
	display: inline-block;
}
	/*地方名はblock*/
#list-tag-wrap .toc-content > ol > li:nth-of-type(1) > ol > li {
	display: list-item;
}

/* タグリスト */
.tag_list .tag-cloud-link{
	margin-right: 1em;
  display: inline-block;
}
.detail_link_amagumo a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

/*アイコン*/
.cat_icon{
  color: #fff;
  background-color: #fc7a22;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: top;
}
.blinking{background-color: red;}

/* = content-top_bg2 写真付きキーワードボタン
----------------------------------------------- */
.content-top_bg2 .entry-header .entry-title{
	font-size: 14px;
}
.content-top_bg2 img{
    border: 0 none;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}
.content-top_bg2 .cont-list-title{
    background-color: #333;
    background: none repeat scroll 0 0 rgba(120, 120, 120, 0.9);
    bottom: 0;
    color: #FFFFFF;
    display: block;
	font-size: 14px;
	line-height:1.3;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 5px 5px;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 2;
	border-radius:0px 0px 3px 3px;
	text-align:center;
}
.content-top_bg2 {
	border-bottom: none;
	margin:0 10px 10px 0;
	padding-bottom: 0;

	float:left;
	width:140px;
	position:relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.content-top_bg2  a:hover,
.content-top_bg2  a:focus,
.content-top_bg2  a:active {
	color: #245fbb;
	background-color:#f4f4f4;
	text-decoration:underline;
}
.content-top_bg2 img{
	border-radius: 3px;

	height: 87px;
    width: 140px;
}

.content-top_bg2 a{
	text-decoration:none;
}

/* bousai */
table.bousai th{
	text-align: left;
}
table.bousai br.sp-br{
	display: none;
}
@media screen and (max-width: 480px) {
	table.bousai br.sp-br{
		display: block;
	}
}
/* keihou */
.bousai_wrap.type2 table th,
.bousai_wrap.type2 table td{
	padding: 1px 3px;
}
.bousai_wrap.type2 table td.td-cs-k{
	width: 50%;
}

.bousai_wrap.type3 .icon,
.bousai_wrap.type2 .icon{
	display: inline-block;
	line-height: 1;
	padding: 3px 4px;
	margin: 2px 10px 2px 0;
}
/* keihou ty3 */
.bousai_wrap.type3 .icon{
	border: solid 1px #ccc;
	border-radius: 3px;
}
.bousai_wrap.type3 a .icon {
	color: #333;
}

.bousai_wrap.type3 .ty3.icon.preload{
	opacity: 0.5
}

div.bousai_wrap.type3{
	display: inline-block;
	margin: 0px;
}

.col.keiho	{	color: #d33;	 	}
.col.chui	{	color: #fd0;	 	}

.bousai_wrap.type3 .icon.keiho,
.bousai_wrap.type3 a .icon.keiho ,
.bousai_wrap.type2 .icon.keiho	{	background-color: #d33;	color: white; 	}
.bousai_wrap.type3 .icon.chui,
.bousai_wrap.type2 .icon.chui	{	background-color: #fd0;				 	}


/*天気 & bousai */
.tenki_wrap#tenki_genzai_area .tenki_table td{
	vertical-align:middle;
}
#owm_table .owm_main{
	background-color: white;
	vertical-align: middle;
	width: 37%;
}
#owm_table .owm_al_left{
	text-align: left;
	padding-left: 1em;
}
.owm_num{
	font-size: 1.2em;
	font-weight: bold;

}
.owm_info{
	font-size: 0.85em;
	margin-top: -20px;
}

.tenki_wrap .tenki_area{
/* 	float: left; */
	margin: 0 8px 5px 0;
  overflow-x: auto;
  white-space: nowrap;

}
.tenki_wrap .d_link{
	font-weight: normal;
}
.table-wrap{
  display: flex;
  flex-wrap: wrap;
}

/*768px以下*/
@media screen and (max-width: 768px){
	/* 天気予報は縦表示 */
	.table-wrap.area_pref{
	  display: block;
	}
}

.bousai_wrap,
.tenki_wrap {
	font-size: 0.85em;
}
.tenki_wrap .tenki_table {
  width: 100%;
}
.tenki_wrap.tenki_single ,
.tenki_wrap.tenki_single .tenki_table td{
	font-size: 100%;
}

.tenki_wrap .tenki_table td{
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	padding: 3px;
}
.tenki_wrap .gaikyo{
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 1em;
	line-height: 1.4;
	font-size: 0.95em;
}
@media screen and (max-width: 834px) {
	.tenki_wrap .gaikyo{
		font-size:0.9em;
	}
}
.tenki_table caption{
	font-weight: bold;
}
.tenki_table .weather-wind{
	line-height: 1.1
}
.tenki_wrap .tenki_table td img{
	max-width:70px;
}
.tenki_date{
	text-align: right;
	font-size: 13px;
}
.bousai_copyright,
.tenki_copyright{
	/*text-align: right;*/
	font-size: 13px;
}
table.tenki_table .detail-link{
	font-size: 80%;
	margin-left: 1em;
}
table.tenki_table .data-label{
	font-size: 80%;
}
table.tenki_table table.rain,
table.tenki_table table.temp{
	margin-bottom: 0;
}
table.tenki_table table.rain th,
table.tenki_table table.rain td,
table.tenki_table table.temp th,
table.tenki_table table.temp td{
	border: none;
	font-size: 95%;
	padding:0 3px 3px 0;
	line-height: 1.3;
}
table.tenki_table table.rain th,
table.tenki_table table.temp th{
	font-size: 80%;
	background-color: #fff;
	font-weight: normal;
;
}
table.tenki_table table.rain td,
table.tenki_table table.temp td{
	font-size: 90%;
}
.tenki_wrap .temp-min{color: #1967d2;}
.tenki_wrap .temp-max{color: #e53900;}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*769px以上 todo:camera */
@media screen and (min-width: 768px){
	/*アドセンス*/
	.adslot_mapside{
		width: 160px;
		height: 600px;
	}
	/* ulの２カラム */
	.type_2col{
		width:100%;
		display: block;
	}
	.type_2col li{
		float:left;
		width:48%;
		padding-right: 2em;
	}
	/* Clearfix) */
	.type_2col:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: " ";
		font-size: 0;
	}
	.column1.column-wide .type_2col li{
		width:22%;
	}
	.column1.column-wide .type_2col.yubin li{
		width:30%;
	}

}

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

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

	/*スマフォもメインメニュー表示*/
  .navi-in > .menu-header {
      display:flex
  }
  .navi-in>ul li{
    height: 40px;
    line-height: 40px;
  }
  #navi .navi-in>ul>li>a{
    padding: 0 0.8em;
  }
	.navi-in>ul li.amp-nodisplay{
		display: none;
	}
}

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

	.map_overwrap {
		flex-direction: column;
	}
	.mapov_right{
		width: 100%;
		min-height: 90px;
		flex-basis: auto;
		margin-left:0;
	}
	.mapov_right .ad-area{
		margin: 0 0 1.8em;
	}
	.google_map_embed.gmp iframe,
	.google_map_embed.stv iframe,
	.google_map_embed iframe,
	#streetview_area iframe ,
	#google_map_area iframe {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	}

	/* iframe-wrapper  */
	.google_map_embed.gmp,
	.google_map_embed.stv,
	.google_map_embed,
	#streetview_area ,
	#google_map_area {
/* 	  padding-bottom: 56.25%; */ /* 16:9  100 / 16 * 9 = 56.25% */
	  padding-bottom: 75%; /* 800:600  100 / 800 * 600 = 75% */
	  height: 0;
	  position: relative;
	}
	#yahoo_map_area{
		height: 500px;
	}
	#wrap_ymap_single #yahoo_map_area{
		height: 400px;
	}
	.adslot_mapside{
		width: 100%;
		height: auto;
		min-height: 60px;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*
  .navi-in > .menu-header {
      display:none
  }
*/
	.new-entry-cards .new-entry-card-snippet.widget-entry-card-snippet.card-snippet,
	.fixpage-new-list .new-entry-card-snippet.widget-entry-card-snippet.card-snippet{
		display: none;
	}
	.btn-m,
	.btn-wrap.btn-wrap-m > a {
	  padding-left: 1.2em;
	  padding-right: 1.2em;
	}
	/* iframe-wrapper  */
	.google_map_embed.gmp,
	.google_map_embed.stv,
	.google_map_embed,
	#streetview_area ,
	#google_map_area {
	  padding-bottom: 135%; /* 縦長 */
	}
	.wrap-fixed-aspect ,
	.wrap-fixed-aspect65 {
	    padding-top: 135%; /* 縦長 */
	}

	#yahoo_map_area{
		height: 400px;
	}
	#wrap_ymap_single #yahoo_map_area{
		height: 300px;
	}
	.hotel-content h3.related-entry-card-title{
		font-size: 1em;
	}
	.hotel-content .related-entry-card-thumb{
	  width: 32%;
	}
	.hotel-content .related-entry-card-content {
	  margin-left: 35%;
	}
	.hotel-map-content .infowindow img{
		max-height: 100px;
	}

}

.cam-tenki-amagumo-placeholder {
  min-height: 360px;
  padding: 16px 0 24px;
}

.cam-tenki-amagumo-placeholder.is-loading {
  contain: layout paint;
}

.cam-tenki-amagumo-skeleton {
  display: grid;
  gap: 14px;
}

.cam-tenki-amagumo-skeleton-line,
.cam-tenki-amagumo-skeleton-box {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(210, 220, 228, 0.42) 0%, rgba(235, 240, 244, 0.88) 50%, rgba(210, 220, 228, 0.42) 100%);
  background-size: 200% 100%;
  animation: camTenkiSkeletonPulse 1.8s ease-in-out infinite;
}

.cam-tenki-amagumo-skeleton-line {
  height: 18px;
}

.cam-tenki-amagumo-skeleton-line.is-wide {
  width: 72%;
  height: 22px;
}

.cam-tenki-amagumo-skeleton-line.is-mid {
  width: 58%;
}

.cam-tenki-amagumo-skeleton-box {
  height: 112px;
}

.cam-tenki-amagumo-skeleton-links {
  display: grid;
  gap: 10px;
}

.cam-tenki-amagumo-fallback {
  margin: 0;
  padding: 20px 0;
}

@keyframes camTenkiSkeletonPulse {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

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

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

@media screen and (min-width: 768px){
  .cam-tenki-amagumo-placeholder {
    min-height: 430px;
    padding-bottom: 28px;
  }

  .cam-tenki-amagumo-skeleton-box {
    height: 132px;
  }
}

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