@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
************************************/
/* ふわっとフェードイン */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 .fadeUpTrigger{
    opacity: 0;
}

/* 引用文の調整 */
blockquote {
	font-size: 0.8em !important;
}

/* キャプション文の調整 */
.wp-caption {
	padding: 10px !important;
	text-align: left !important;
}

/*ボタン大の余白下調整*/
a.btn.btn-l {
	margin-bottom: 0.5em !important;
}

/*ボタン大（グレー）の＞削除*/
a.btn.btn-grey.btn-l::after {
    display: none;
}

/*2カラム1:2の時の余白下調整*/
.column-2-3-1-2 .column-left {
    margin-bottom: 0;
}

/* ボックス追加 box3～4の調整 */
.box-title {
	position: relative !important;
	top: -20px !important;
	left: 0px !important;
	background: #fff !important;
	padding: 0.5em !important;
	line-height: 1 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	border: 2px solid #efe2d2 !important;
	border-radius: 5px !important;
}
@media screen and (max-width: 767px) {
    .box-title {
		font-size: 16px !important;
	}
}

/* ボックス追加 box3 */
.box3 {
	position: relative !important;
	margin: 2em auto !important;
	padding: 0em 1em 1em 1em !important;
	border: 2px solid !important;
	border-radius: 4px !important;
}
.box3 p {
	position: relative;
    top: -10px;
	margin: 0 !important;
	padding: 0 !important;
}
.box3 ul {
	margin: 0 !important;
	font-size: 14px !important;
}

/* ボックス追加 box4 */
.box4 {
	position: relative !important;
	margin: 2.5em auto 2em !important;
	padding: 1em !important;
	border: 2px solid !important;
	border-radius: 4px !important;
}
.box4 .box-title {
	position: absolute !important;
	top: -8% !important; /* 再調整あり */
	left: 25% !important;
	width: 50% !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
	border: 2px solid #efe2d2 !important;
	border-radius: 5px !important;
}
.box4 p {
	margin: 0 !important;
	padding-top: 0.5em !important;
}

/* box4内のテーブルの上余白調整 */
.box4 table {
	margin-top: 1em !important;
}

/* ボックスのベースカラー調整 */
.blank-box.bb-tab .bb-label {
	background-color: #efe2d2 !important;
	font-family: unset;
	font-weight: bold;
	color: #333;
}
.blank-box {
	border-color: #efe2d2 !important;
}

/* 各素材の背景カラー設定用 */
.bkground-cicolor {
	background-color: #efe2d2;
}
.bkground-ciorange, .blank-box.bb-tab.bb-point.bkground-ciorange .bb-label {
	background-color: #d77700;
}

/* 各素材の枠線カラー設定用 */
.border-cicolor {
	border-color: #efe2d2;
}
.border-ciorange {
	border-color: #d77700;
}

/* 各素材のフォントカラー設定用 */
.font-cicolor {
	color: #efe2d2;
}
.font-cicolor {
	color: #d77700;
}

/* ランキングの説明欄 */
.widget-entry-cards.ranking-visible .card-thumb:before {
    font-size: 11px;
}
.ranking-items p {
	font-size: 16px;
}

/* 吹き出し */
.speech-balloon {
	font-size: 14px;
}

/* ブログカード */
.blogcard-type {
    margin-top: 3em;
}
.blogcard-label {
	color: #333 !important;
}
@media screen and (max-width: 834px){
	.blogcard-title {
		font-size: 1.2em !important;
		margin-bottom: 0.4em !important;
	}
}

.sns-buttons a {
	background-color: #fff;
    color: #333;
}
.sns-share.ss-high-and-low-lc a .social-icon {
    font-size: 32px;
}

/* YoutubeやGooglemap埋め込みに関するcss */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.video-container {
    margin-bottom: 0 !important;
}
.g-map {
	width: 70%;
	aspect-ratio: 4 / 3;
	margin: 0 auto;
}
.g-map iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px){
	.g-map {
	width: 100%;
	}
}

/* 楽天商品リンクに関するcss */
.rakuten-item-box {
    background-color: #fff;
    border: 1px solid #333 !important;
    width: 100% !important;
}

/* 動くマーカー */
.marker-move{
  background: linear-gradient(transparent 60%, #ff9 60%); /*好きな色*/
}
.marker-move-blue{
  background: linear-gradient(transparent 60%, #a8dafb 60%); /*好きな色*/
}
.marker-move-red{
  background: linear-gradient(transparent 60%, #ffd0d1 60%); /*好きな色*/
}
.marker-move, .marker-move-blue, .marker-move-red{
  background-repeat:no-repeat;
  background-size:200% 100%; /*2つ目の値でマーカーの太さを変える*/
  background-position:0% bottom;
  animation: marker 3s ease 0s; /*マーカーを引く速度*/
}
@keyframes marker{
  0%{
    background-position:right -100% bottom;
  }
  100%{
    background-position:0% bottom;
  }
}

/* SNS埋め込みボックスの中央寄せ */
.post-sns-box {
  display: flex;
  justify-content: center;
}

/* エリアボックスメニューのアイコン非表示化 */
.areasearch .box-menu {
    min-height: 0px;
}
.areasearch .box-menu-icon {
    display: none;
}
.areasearch .box-menu-label {
    font-size: 14px;
}

@media screen and (max-width: 768px){
	.timeline-item-title {
		font-size: 1.25em !important;
	}
}

/* 新着・人気のタイトル文字大きさ */
.new-entry-card-title, .popular-entry-card-title {
    font-size: 13px;
	line-height: 1.4;
}

/* 人気記事のPV数表示部分 */
.widget-entry-card-pv {
    font-style: initial;
}

/* ランキングのカテゴリラベル位置調整 */
/*835px以上
@media screen and (min-width: 835px){
	.popular-entry-card .cat-label {
		position: absolute;
		top: 4.25em;
	}
}*/
/*480px以下
@media screen and (max-width: 480px){
	.popular-entry-card .cat-label {
		position: absolute;
		top: 4.75em;
	}
}*/

/* フローティングメニュー */
.mobile-menu-buttons {
    background: #f7efea;
}

/* 評価テーブル */
.evaluation td, .evaluation th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.evaluation td, .evaluation th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.evaluation th {
	background: #f0e6cc;
}
.evaluation .even {
	background: #fbf8f0;
}
.evaluation .odd {
	background: #fefcf9;
}

/* 新着記事などの横型表示調整 */
.is-list-horizontal .swiper-button-next {
	display: none;
}

.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
    max-width: 240px;
}


/************************************
** グローバルメニュー PC
************************************/

 /* ロゴの大きさ・幅に関するもの */
@media screen and (min-width: 835px) {
	div#header-container-in{
		width: 1200px;
	}
	.header-container-in.hlt-top-menu .logo-header img {
		max-height: 200%;
		height: auto;
		max-width: 260px;
		vertical-align: middle;
		margin: 0;
	}
}

#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0;
}
.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
#navi .navi-in>ul>li {
	width: auto;
}
.navi-in > ul li {
	width: auto;
	height: 40px;
	line-height: 40px;
}
.navi-in a {
  font-size: 24px; /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: #fff; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
#container {
  padding-top: 0px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}

/************************************
** 仕様に関わるCSS
************************************/
/* smartslider トップ以外非表示化
.archive .n2-section-smartslider, .single .n2-section-smartslider{
    display: none;
} */

/* ギャラリー */
/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* コンテンツ下のマージン */
.flex-child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */
.flex-col2 .flex-child { width: calc( (100% - 10px) / 2 ); }

.flex-col3::after,
.flex-col3 .flex-child { width: calc( (100% - 20px) / 3 ); }

.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child { width: calc( (100% - 30px) / 4 ); }

.flex-col5::before,
.flex-col5::after,
.flex-col5 .flex-child { width: calc( (100% - 40px) / 5 ); }
	
/* 最終行は両端揃えにしない */
.flex-col3::after,
.flex-col4::before,
.flex-col4::after  { content: ""; }

.flex-col4::before { order: 1; }

/* レスポンシブ対応 */

/* 991px以下で4列 → 3列
@media screen and (max-width: 991px) {
	.flex-col4::after,
	.flex-col4 .flex-child { width: calc( (100% - 20px) / 3 ); }
} */

/* 767px以下で4列・3列 → 2列 
@media screen and (max-width: 767px) {
	.flex-col3 .flex-child,	
	.flex-col4 .flex-child { width: calc( (100% - 10px) / 2 ); }
}*/

/* 575px以下で全て1列 
@media screen and (max-width: 575px) {
	.flex-col2 .flex-child,
	.flex-col3 .flex-child,
	.flex-col4 .flex-child { width: 100%; }
}*/
/* ▲ギャラリー▲ */

/* タイムライン */
ul.tabinori{
	border: 2px solid #ccc;
	padding: 5% 2%;
	list-style: none;
}
.tabinori-arrow, .tabinori-icon{
	display: inline-block;
	margin: 1% 0;
	width: 32px;
	height: 32px;
	text-align: center;
}
.tabinori-icon{
	border-radius: 50%;
	line-height: 32px;
	background: #efe2d2;
	color: #444;
}
.tabinori-note{
	border-radius: 2px;
	padding: 0 5px;
	line-height: 24px;
	background: #999;
	color: #fff;
}
#checkpoint1,#checkpoint2,#checkpoint3,#checkpoint4,#checkpoint5{
	margin-bottom: 5%;
}


/************************************
** カテゴリ ヘッダー部分
************************************/
div.category-page-content.entry-content {
    margin-top: 1em;
    margin-bottom: 1em;
}

aside#custom_html-4 {
    padding: 1em 1em 2em;
	margin-bottom: 1em;
    border-radius: 10%;
	background-color: #efe2d2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

/************************************
** スマホスライドインメニューに関わるCSS
************************************/
/* 右からイン、背景白 */
.mobile-menu-buttons .menu-content {
  cursor: default;
  right: 0;
  left: unset;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

/* 閉じるマーカー調整 */
.menu-close-button {
    text-align: right;
    margin: 0 0.8em 0.2em 0;
    font-size: 1.25em;
}

/* 見出し調整 */
li.slidein-title.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-8665,
li.slidein-title.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-8805 {
    margin-top: 1.5em;
}

/* リンク下のドット線 */
.menu-drawer a {
    border-bottom: dotted 1px #c9c9c9;
	padding: 10px 6px;
	font-size: 13px;
}

/* 各探すカテゴリ見出し部分 */
.slidein-title a {
    background-color: #efe2d2;
    border-bottom: 0px;
	pointer-events: none;
}

/************************************
** インデックスリストに関わるCSS
************************************/
/* 花の絶景用サーチ */
.flower-search{
    padding-top: 0em;
}
form.searchandfilter ul {
    padding: 0;
    margin: 0;
}
li.cat-item.cat-item-180 {
    display: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    width: initial;
    border-radius: 30px;
    background-color: #fff;
}
input[type="submit"] {
    border-radius: 30px;
    border: 1px solid #ffd900;
    background-color: #ffd900;
}
@media screen and (max-width: 834px) {
select {
    width: 100%;
}
    input[type="submit"] {
    margin: 1.5em 0 0;
    font-size: 1em;
}
}


/************************************
** 投稿に関わるCSS
************************************/
/*更新日を非表示にする
span.post-update {
    display: none;
}*/

/* 目次 */
.toc {
	width: 80%;
}@media screen and (max-width: 768px){
	.toc {
		width: 100%;
}
}

/* 出典表記 */
.source {
text-align: center;
font-size: 10px;
margin-top: -2.8em;
padding: 0px;
}


/* テキスト見出し1 */
.title-txt1 {
	margin-top: 3em;
	padding: 0.5em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
}

/* テキスト見出し2（リボン） */
.title-txt2 {
	position: relative;
	margin: 20px 30px -5px 30px !important;
	text-align: center;
}
.title-txt2:before,
.title-txt2:after {
	position: absolute;
	z-index: 0;
	bottom: -10px;
	display: block;
	content: '';
	border: 1.25em solid #d90606;
}
.title-txt2:before {
	left: -22px;
	border-left-width: 15px;
	border-left-color: transparent;
}
.title-txt2:after {
	right: -22px;
	border-right-width: 15px;
	border-right-color: transparent;
}
.title-txt2 p {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0.25rem 2rem;
	margin-bottom: 0px !important;
	color: #fff;
	background: #fa4141;
}
.title-txt2 p:before,
.title-txt2 p:after {
	position: absolute;
	bottom: -20px;
	display: block;
	/* width: 10px; */
	height: 10px;
	content: '';
	border-style: solid;
	border-color: #b70505 transparent transparent transparent;
}
.title-txt2 p:before {
	left: 0;
	border-width: 10px 0 0 10px;
}
.title-txt2 p:after {
	right: 0;
	border-width: 10px 10px 0 0;
}
.blank-box.border-red {
	border-color: #fa4141 !important;
}

/* レポートの見出し調整 */
h4.highlight {
	margin-top: 0 !important;
}

/* ウィジェット各エリア周辺の温泉・ホテルを探す部分 */
.osusume-onsen .blank-box {
    padding: 0 1em 1.2em 1em;
}

/* 投稿ページ共通ボタン */
a.commonbtn {
	display: block;
	padding: 1em 0;
	margin: 0 auto;
	background-color: #e34747;
	border-radius: 5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.25;
	text-decoration: none;
}
a.commonbtn:hover {
	opacity: 0.75 ;
}
.onlysp {
	display: none;
}
@media screen and (max-width: 480px) {
	a.commonbtn {
		font-size: 16px;
	}
	.onlysp {
		display: initial
	}
	.onlypc {
		display: none;
	}
}


/* 関連記事の見出し
h2.related-entry-heading {
	background-color: #fff;
	position: relative;
	padding: 12px 0;
    margin: 0 0 16px 0;
	border: 0px;
	line-height: 1;
}
h2.related-entry-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
} */

/************************************
** 特集記事と管理人に関わるCSS
************************************/
/* featureセクション */
#feature{
margin-bottom: 8em;
}

/* managerセクション */
#manager{
margin-bottom: 5em;
padding: 0 0 1em;
background-color: #EABFAE;
}
#manager .sub-title {
position: relative;
top: -1em;
}
#manager table {
margin: 0 auto;
width: 90%;
position: relative;
top:-3em;
}
#manager .scrollable-table {
position: relative;
top: -1em;
display: contents;
margin-bottom: 0;
}
#manager .scrollable-table td {
white-space: initial;
}
#manager tr {
background-color: rgba(247,239,234,.0);
}
#manager td {
border: none;
padding: 0.75em
}
#manager td.icon {
width: 30%;
max-width: 137px;
text-align: center;
vertical-align: top;
}
#manager td.description {
width: 80%;
vertical-align: top;
}
.note, .twitter {
width: 10%;
margin-right: 10px;
}
/*768px以下*/
@media screen and (max-width: 767px){
#manager{
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
#manager table {
width: 100%;
position: relative;
top:-2em;
}
#manager td.icon {
width: 40%;
}
#manager td.description {
font-size: 12px;
line-height: 1.75;
}
.note, .twitter {
width: 20%;
margin-right: 10px;
}
}

/************************************
** yarppに関わるCSS
************************************/
/* yarppレイアウト */
.related-post{
    width:100%;/*①記事幅に100%フィット*/
    overflow:hidden;
    margin-top:5px;
    font-size:0;
}
/*１記事の領域*/
.related-entry {
	vertical-align: top;
	display:inline-block;
	width:33%;/*②１記事の領域（幅）*/
	font-size: 14px;/*文字サイズ*/
	font-size: 0.875rem;/*文字サイズ*/
	line-height: 1.4;/*文字行高*/
	margin-bottom: 22px;/*下余白*/
	padding: 0 0.5%;/*記事の間隔（左右）*/
}
@media screen and (max-width: 767px){
	.related-entry {
		width:50%;
	}
}
/*画像の設定*/
.related-entry img{
 	border: #ccc 1px solid;/*画像の枠線*/
	padding:2%;/*画像と枠線の間隔*/
	width:100%;/*１記事の領域幅にフィット*/
}
/*画像の装飾*/
.related-thumb a,
.related-thumb a img{
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.related-thumb a:hover{
	opacity:0.7;/*マウスオーバーで光る*/
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
/* 関連記事下見出し */
h3.related.yarpp, .widget_custom_html h3 {
	background-color: #fff;
	position: relative;
	padding: 12px 0;
    margin: 0 0 16px 0;
	border: 0px;
}
h3.related.yarpp:after, .widget_custom_html h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
}

/************************************
** サイドバー
************************************/
/* ボックスメニュー */
.box-menu-icon {
    height: 90px;
}
.box-menu-icon * {
    max-width: 90px;
}

/* aside#box_menu-2 {
    margin-bottom: 1.5em;
}

.box-menu {
    display: flex;
    padding: 0;
    min-height: auto;
    box-shadow: inset 0 0 0 0 #e0ddd1, 0px 0px 0px 0px #e0ddd1, 0px 0px 0px 0 #e0ddd1;
    align-items: center;
}

.box-menu-label {
    padding: 0 0 0 0.5em;
} */

/* プロフィール
.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.author-box .author-name a {
    text-decoration: none;
    color: #333;
}

.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}

.author-box p a {
    text-decoration: none;
    color: #008cee;
}

.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}

.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
    background: none;
    color: #fff;
}

.author-box a.follow-button span {
    line-height: 40px;
}

.author-box a.follow-button span::before {
    font-size: 22px;
}

.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}

.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}

.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}

.author-box .icon-google-plus-logo::before {
    font-family: FontAwesome;
    content: "\f0d5";
}

.author-box .icon-youtube-logo::before {
    font-family: FontAwesome;
    content: "\f167";
}

.author-box .icon-pinterest-logo::before {
    font-family: FontAwesome;
    content: "\f231";
}

.author-box .icon-amazon-logo::before {
    font-family: FontAwesome;
    content: "\f270";
}

.author-box .icon-github-logo::before {
    font-family: FontAwesome;
    content: "\f09b";
}

.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #1da1f2 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .google-plus-button { background-color: #dd4b39 !important; }
.author-box .instagram-button { background: #e1306c !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .flickr-button { background-color: #0063dc !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .amazon-button { background-color: #ff9900 !important; }
.author-box .rakuten-room-button { background-color: #c42e7f !important; }
.author-box .github-button { background-color: #333 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
.author-box .note-button { background-color: #41c9b4 !important; }

#sidebar .author-box {
    border: none;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}

.author-box .feedly-button, .author-box .rss-button {
    display: none!important;
}

#sidebar .author-widget-name {
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaedf2;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

#sidebar .author-widget-name::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -30px;
    left: 60px;
    border: 15px solid transparent;
    border-top: solid 30px #eaedf2;
    transform: rotate(-40deg);
}

#sidebar .author-thumb {
    width: 300px;
    text-align: center;
}

#sidebar .author-thumb img {
    border: solid 5px #dfe2e8;
    width: 130px;
    border-radius: 65px;
    margin-top: 15%;
} */

/* #sidebar .author-content {
    margin: -30px 0 0 200px;
    padding-left: 30px;
    border-left: 2px #eaedf2 dashed;
} */

/*#sidebar .author-box .author-name {
    line-height: 1;
}

#sidebar .author-box p {
    font-size: .95em;
}

@media screen and (max-width: 480px){
#sidebar .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
}
	
#sidebar .author-widget-name {
    margin: 0;
}
	
#sidebar .author-widget-name::before {
    left: 50px;
}
	
#sidebar .author-thumb {
    float: none;
    margin: 0;
    padding-top: 0px;
    width: 100%;
}
	
#sidebar .author-box .author-name {
    font-size: 14px;
}
	
#sidebar .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
	
#sidebar .author-box p {
    font-size: 14px;
    text-align: left;
}
	
#sidebar .author-box .sns-follow-buttons {
    justify-content: center;
}
} */

/*.author-box p{
text-align: left;
}*/


/* サイドバー 見出しレイアウト
.sidebar h3,h3.related.yarpp {
	background-color: #fff;
}

h3.widget-sidebar-title.widget-title:after,h3.related.yarpp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #efe2d2, #efe2d2 2px, #fff 2px, #fff 4px);
} */

/* サイドバー アフィリエイト枠
.textwidget.custom-html-widget {
    text-align: center;
} */

/* サイドバー 目次 */
aside#toc-2 {
    border: 1px solid #efe2d2;
}
aside#toc-2 h3 {
    margin: 0;
}
aside#toc-2 .toc-center {
	margin: 0em auto;
}
aside#toc-2 .toc-widget-box {
    padding-bottom: 20px;
}

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

/* ▼フッター上のナビスタイル▼ */
.common-nav {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
}

/*clearfix*/
.common-nav:after {
  content: "";
  clear: both;
  display: block;
}

.common-nav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*奇数のli要素に適応*/
.common-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
}
.common-nav a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}
.common-nav a:hover {
  color: #000;
  background: #e6e6e6;
}

/*奇数のli要素に適応*/
@media screen and (max-width: 1023px){
.navi-footer {
    float: none;
    margin: 0;
    width: 100%;
    display: none;
}
}

/*横幅1240px以上に適応
@media screen and (min-width: 1240px) {
.common-nav li:nth-child(odd) {
  border-right: none;
}
.common-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: none;
  border-collapse: collapse;
}
.common-nav li {
  float: none;
  display: table-cell;
  width: 100%;
  border-bottom: none;
  border: 1px solid #aaa;
}
}*/

/************************************
** アコーディオンに関わるCSS
************************************/
/* アコーディオン制御 */
details.drivecourse {
background: #d77700;
padding: 2px; /* ボーダー線の役割でもある */
color: #fff;
border-radius: 5px;
}
summary {
    padding: 3px 3px 3px 8px;
}
.coursecontents {
padding: 2em 1em;
}

/* デフォルトの三角を変更 */
details summary {
	list-style: none;
	cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f067';
	margin-right: 10px;
}
details[open] summary:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f068';
}

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

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
aside#toc-2 {
    display: none;
}
}