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

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

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



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

/*************************************
            834px以下
*************************************/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/*画像を幅いっぱいに表示させる*/
/*.wp-block-image img {
 margin-left: -1em;
 margin-right: -1em;
 max-width: none;
 width: auto;}
}*/

.wp-block-image img {
 margin-left: -1em;
 margin-right: -1em;
 max-width: none;
 width: auto;
 height: auto;}
}
/*画像はみでる防止？*/
/*.wp-block-image{ max-width: 100%; height: auto; }
figure{ max-width: 100%; height: auto; }　　
img { max-width: 100%; height: auto; }*/

/*モバイルスライドインメニューを画面一杯に表示するため*/
/*.menu-content {
    max-width: 100%;
}*/

/*************************************
            480px以下
*************************************/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*スマホフォントサイズ指定*/
 font-size:16px;
/*画像を幅いっぱいに表示させる*/
/* .wp-block-image img {
 margin-left: -1em;
 margin-right: -1em;
 max-width: none;
 width: auto;}*/
}


/*フォント変更*/
body {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic Medium, "Yu Gothic Medium", "Yu Gothic Medium", Verdana, Meiryo, sans-serif;
}
.ff-yu-gothic {
  font-family: YuGothic Medium, "Yu Gothic Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}


/*Google Fontsへ変更・文字間隔の変更*/
body {
/*font-family: 'Zen Kaku Gothic New',sans-serif;*/
font-feature-settings: "palt";
letter-spacing: 2.5px;
}

/*コンテンツの背景色変更*/
.main{
    background-color: #fffaf0;
}

/*サイドバーの背景色変更*/
.sidebar {
    background-color: #fffaf0;
}

/*目次のデザイン*/
.toc {
  display: block;
  padding: 0px;
  max-width: 600px;
  border: 2.5px #601b1b solid !important;
  border-radius: 9px;
 }
/*目次タイトル*/
.toc-title {
  position: relative;
  padding: 10px 0;
  background: #601b1b;
  color: #edbc1c;
  font-weight: bold;
 }
/*目次ボディー*/
.toc .toc-content {
  padding: 15px 10px;
  background-color: white;
  border-radius: 9px;
 }

/*フッター・ウィジェットタグ装飾*/
.tagcloud a {
   background: none; /*背景を消す*/
   border: 1px solid #edbc1c; /*実線の太さと色*/
   border-radius: 5px; /*角の丸み*/
   color: #edbc1c; /*文字色*/
   padding: 3px 10px; /*要素の内部余白*/
   text-decoration: none; /*文字の装飾なし*/
   font-size: 13px; /*文字サイズ*/
   font-weight: bold;
   margin: 2px; /*要素の外部余白*/
   display: flex; /*横並びにする*/
   flex: 1 1 auto; /*余白分の自動伸縮比率*/
   justify-content: space-between; /*左右幅いっぱいに均等に配置する*/
}
.tagcloud a:hover { 
   background: #601b1b; /*カーソルを合わせた時の背景色*/
   border: 1px solid #edbc1c; /*カーソルを合わせた時の線色*/
   color: #fff; /*カーソルを合わせた時の文字色*/
   transition: 0.5s; /*アニメーションの時間*/
}
/*フッターへの反映*/
#footer .tagcloud a:hover { 
background: #601b1b;
border: 1px solid #edbc1c;
color: #fff;
transition: 0.5s;
}
#footer .tagcloud a {
   background-color: #601b1b; 
}

/*ヘッダー*/
/*ヘッダーモバイルボタンの色を変更するため*/
.mobile-menu-buttons {
    color: #edbc1c; /* 文字色 */
    background-color: #601b1b; /* 背景色 */
}

/*ヘッダーモバイルボタンスライドインの背景色を変更するため*/
.navi-menu-content {
	background: #601b1b;
}

/*モバイルボタンのテキストを非表示*/
.mobile-menu-buttons .menu-caption{
  display:none;
}

/*モバイルボタンの位置を真ん中にするため*/
.navi-menu-button.menu-button{
	padding-top: 11px;
}
.search-menu-button.menu-button{
	padding-top: 11px;
}

/*モバイルボタンメニュー閉じるボタンを右側にするため*/
.menu-close-button{
  text-align:right;
  padding-right:25px;
}

/*検索ボックスを一体型・丸縁にするため*/
.search-box .search-edit {
	padding: 8px 16px;
	padding-right: 68px;
	background-color: white;
	border:2px solid white;
	border-radius: 20px;
}
.search-box input::placeholder {
  font-weight: bold;
}
.search-box .search-submit {
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	font-size: 20px;
	color: #edbc1c;
	border:0.7px solid #edbc1c;
	background-color: #601b1b;
	border-radius: 0 20px 20px 0;
}
.search-box .fa-search {
	display: block;
	margin-top: 3px;
	margin-right: 3px;
}
.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}

/*モバイルスライドインメニューを画面一杯に表示するため*/
.menu-content {
    max-width: 100%;
}

/*モバイルスライドインを上からにするため*/
.navi-menu-content{
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  min-height: 100vh;
  padding: 60px 0;
  color: #edbc1c;
  background-color: #601b1b;
  transition: .3s;
  /* スライドイン */
  -webkit-transform: translatey(-110%);
  -ms-transform: translatey(-110%);
  transform: translaty(-110%);
  -webkit-transform: translatey(-110%) translateZ(0);
  -webkit-transition: -webkit-transform 500ms 0s ease;
  transition: -webkit-transform 500ms 0s ease;
  transition: transform 500ms 0s ease;
  transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
  -webkit-overflow-scrolling: touch;
}
.menu.open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  overflow-x: hidden;
}

/*ヘッダーモバイルボタンのメニューアイコンをGoogle material iconsに変更するため*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined);
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v13/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}
.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 2000px){
.navi-menu-button.menu-button .fa {
    	font: normal normal normal 14px/1 'Material Icons Outlined';
    	font-size: 1.5em;
    	color: #edbc1c;
	}
.fa-bars:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c9";
	}
.search-menu-button.menu-button .fa {
    	font: normal normal normal 14px/1 'Material Icons Outlined';
    	font-size: 1.5em;
    	color: #edbc1c;
	}
.fa-search:before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	}
.search-box .fa {
    	font: normal normal normal 14px/1 'Material Icons Outlined';
    	font-size: 1.5em;
    	color: #edbc1c;
	}
.fa-search:before {
	content: "\f002";
	}
.archive-title.archive-title .fa {
    	font: normal normal normal 14px/1 'Material Icons Outlined';
    	font-size: 2em;
    	color: #000000;
	}
.fa-search:before {
	content: "\f002";
}	
.navi-menu-content-.navi-menu-close-button.menu-close-button .fa {
    	font: normal normal normal 14px/1 'Material Icons Outlined';
    	font-size: 2em;
    	color: #edbc1c;
	}
.fa-times:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";
}
}

/*Google reCAPTCHAのアイコンを非表示にするため*/
.grecaptcha-badge { visibility: hidden; }

/*サイト内のフォントを游ゴシックへ変更するため*/
/*body{font-family:"游ゴシック体","YuGothic","Yu Gothic";}*/

/*モバイルスライドイン文字装飾*/
.menu-drawer a {
 color: #edbc1c !important;/* 文字色 */
 font-size: 16px;
 font-weight: bold;
 border-bottom:2px solid #edbc1c;
}
.menu-drawer a:hover {
 background-color: #601b1b;
 color: #fff !important;	
}

/*記事見出しのカスタマイズ*/
.article h1 {
  padding-bottom: .5em;
  border-bottom: 4px solid #601b1b;
 /*font-family:"游ゴシック体","YuGothic","Yu Gothic";*/
  text-align: center;
  background-color:#fffaf0
}

.article h2 {
  padding-bottom: .5em;
  background-color: #fffaf0;
  font-size:18px;
 /*font-family:"游ゴシック体","YuGothic","Yu Gothic";*/
  text-align: center;
  position: relative;
}

.article h2::before,
.article h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -1px; /* 下線の上下位置調整 */
	width: 300px; /* 下線の幅 */
	height: 3px; /* 下線の太さ */
	background-color: #601b1b; /* 下線の色 */
}

.article h3 {
  padding-bottom: .5em;
  border: none;
  background-color: #fffaf0;
  font-size:17px;
 /*font-family:"游ゴシック体","YuGothic","Yu Gothic";*/
  box-shadow: none;
  border-left: none;
　padding: 4px 0px;
  text-align: center;
  position: relative;
}

.article h3::before,
.article h3::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -1px; /* 下線の上下位置調整 */
	width: 200px; /* 下線の幅 */
	height: 2px; /* 下線の太さ */
	background-color: #601b1b; /* 下線の色 */
}

.article h4 {
  padding-bottom: .5em;
  border: none;
  background-color: #fffaf0;
  font-size:16px;
 /*font-family:"游ゴシック体","YuGothic","Yu Gothic";*/
  box-shadow: none;
  border-left: none;
　padding: 4px 0px;
  text-align: center;
  position: relative;
}

.article h4::before,
.article h4::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -1px; /* 下線の上下位置調整 */
	width: 100px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #601b1b; /* 下線の色 */
}

/*リストのカスタマイズ*/
.article ul:not(li ul,.toc-list,dd ul,.widget ul){
  border-radius:0;
  background: #ffffff;
  border-color:#ffffff;
  border-width:0px;
  padding: 0px 0px 0px 0px;
  padding-left:0.1em;
  position: relative; /*要素の配置*/
  margin-top: 0%; /*上の余白*/
  margin-right: 0%; /*右の余白*/
  margin-left: 0%; /*左の余白*/
}
.article ul:not(li ul,.toc-list,dd ul,.widget ul){
 list-style: none;
 list-style:'・';
 font-weight:bold;
}
.article ul li:not(.toc-list li,.toc-list ul li,.faq li){
margin: 0em;
}
@media (max-width:440px){
.article ul:not(li ul,.toc-list,dd ul,.widget ul){
  padding: 0px 0px 0px 0px;
  padding-left:0.1em;
  font-size:15px;
  position: relative; /*要素の配置*/
  margin-top: 0%; /*上の余白*/
  margin-right: 0%; /*右の余白*/
  margin-left: 0%; /*左の余白*/
}
}
.article li ul{
padding-left:1em;
}
.article ul li ul:not(li ul li,.toc-list,dd ul li,.widget ul li){
  list-style: none;
  list-style:'- ';
  font-weight:bold;
}

/*番号付きリストのカスタマイズ*/
.article ol:not(li ol,.toc-list,dd ol,.widget ol){
　border-radius:0;
  background: #ffffff;
  border-color:#ffffff;
  border-width:0px;
  border-radius:0;
  padding: 0px 0px 0px 0px;
  padding-left:1em;
  position: relative; /*要素の配置*/
  margin-top: 0%; /*上の余白*/
  margin-right: 0%; /*右の余白*/
  margin-left: 0%; /*左の余白*/
  font-weight:bold;
}
.article ol li:not(.toc-list li,.toc-list ol li,.faq li){
margin: 0em;
}
@media (max-width:440px){
.article ol:not(li ol,.toc-list,dd ol,.widget ol){
  padding: 0px 0px 0px 0px;
  padding-left:1.5em;
  font-size:15px;
  position: relative; /*要素の配置*/
  margin-top: 0%; /*上の余白*/
  margin-right: 0%; /*右の余白*/
  margin-left: 0%; /*左の余白*/
}
}
.article li ol{
padding-left:1em;
}
.article ol li :not(li ol li,.toc-list,dd ol li,.widget ol li){
  list-style: none;
  list-style:'- ';
  font-weight:bold;
}

/*白抜きボックスのカスタマイズ*/
.blank-box{
  border:4px double;
  border-radius:9px;
  background-color:#ffffff;
 /* border-right:solid 2.5px;
  border-left:solid 2.5px;
  border-top:none;
  border-bottom:none;
  border-width: 2.5px;
  border-radius:10px;*/
  border-color:#601b1b;
  position: relative; /*要素の配置*/
  margin-top: 1em; /*上の余白*/
  margin-right: 2%; /*右の余白*/
  margin-left: 2%; /*左の余白*/
}

/*横幅 440px 以下に適用される*/
@media screen and (max-width: 440px){
	/*枠組み*/
.blank-box{
  margin-right: 0; /*右の余白*/
  margin-left: 0; /*左の余白*/
	}
}

/*見出しボックスのカスタマイズ*/
.tab-caption-box-label{
	background-color:#601b1b
}

.tab-caption-box {
	position: relative; /*要素の配置*/
	margin-top: 2em; /*上の余白*/
	margin-right: 2%; /*右の余白*/
	margin-left: 2%; /*左の余白*/
}

/*ラベル*/
.tab-caption-box-label {
	position: absolute; /*要素の配置*/
	top: 0; /*上からの距離*/
	left: 0; /*左からの距離*/
	border-radius: 3px; /*丸み*/
	font-weight: bold;
	font-size: .833333em; /*文字の大きさ*/
	color:#ffffff
}

/*コンテンツ*/
.tab-caption-box-content {
	border:4px double;
	border-radius:9px;
	padding: 2.2em 1.2em 1em; /*内側の余白*/
	/*border-width: 1.5px; /*線の太さ
	border-right:solid 2.5px;
    border-left:solid 2.5px;
    border-top:none;
    border-bottom:none;*/
	font-size: .9375em; /*文字の大きさ*/
	background-color:#ffffff;
	border-color: #601b1b;
}

/*横幅 440px 以下に適用される*/
@media screen and (max-width: 440px){
	/*枠組み*/
.tab-caption-box {
  margin-right: 0; /*右の余白*/
  margin-left: 0; /*左の余白*/
	}
}

/* カテゴリーラベルを非表示 */
.cat-label {
display: none;
}

/* パンくずリスト */
.breadcrumb, .breadcrumb-caption, .breadcrumb a{
	background-color: #fffaf0;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
  background: transparent;
}

/*画像キャプションの文字サイズ変更*/
.wp-block-image figcaption{
font-size: 14px;
}

/*トップページカスマイズ***************************************/

/***リンクボタン***/
.link-btn{
  display:block;/*ブロック要素にする*/
  margin:1em auto;/*外側余白*/
  padding: 0.7em 2.5em;/*内側余白*/
  text-align: center;/*中央寄せ*/
  text-decoration: none;/*文字装飾なし*/
  background-color: #601b1b;
  font-weight: bold;
  border:1px solid #601b1b; /*枠線（太さ、種類、色）*/
  border-radius:5px;
  font-size:.9em;/*文字の大きさ*/
  color:#edbc1c;/*文字色*/
  width:250px;/*ボタンの幅*/
}

.link-btn:hover{
 color:#edbc1c;/*文字色*/
 box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
 transform: translateY(-5px);
 transition: all .3s ease;
}

/***記事横並べ(flex)***/
.cate .new-entry-cards.large-thumb a,
.widget-entry-cards.large-thumb{
   display: flex; /* フレックスにする */
   flex-wrap: wrap;
}

/*記事サムネイル（大）*/
.cate .new-entry-cards.large-thumb a,
.popular-entry-cards.large-thumb a{
  width:calc(100% / 4);/*pcで横4列に並べる*/
}


/*834px以下*/
@media screen and (max-width: 834px){
       .new-entry-cards.large-thumb a{
		width:100%;/*スマホで横１列に*/
	}
       .cate .new-entry-cards.large-thumb a,
       .popular-entry-cards.large-thumb a{
	       width:calc(100% / 2);/*スマホで横２列*/	
	}	
/*フォントサイズ変更*/
	.widget-entry-card-content{ 
	font-size: 16px;}
}

/* マウスオーバーで浮かせる */
.widget-entry-card-link.a-wrap:hover{ 
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  transform: translateY(-5px);
  background-color: white; 
  transition: all .3s ease;
}

.popular-entry-cards.large-thumb a:hover,
.new-entry-cards.large-thumb a:hover,
.widget-entry-cards .large-thumb a:hover { 
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  transform: translateY(-5px);
  background-color: white; 
  transition: all .3s ease;
}

/**************************
 タブ切り替え
***************************/

/* 親要素で囲みタブの横並びのためflexを指定*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:5px 0;
}


/*タブ(label)のスタイル*/
.tab-label {
  border:1px solid #601b1b;
  border-radius:5px;
  text-align: center;
  padding: .5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}

/*タブの間に余白をあける*/
.tab-label:not(:last-of-type) {
  margin-right: 0px;
}

/* タブのコンテンツ部分*/
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ、選択されていることが分かるようにチェックされているradioボタンの隣にあるlabelの背景色を変える*/
.tab-switch:checked+.tab-label {
  color: #edbc1c;/*文字色*/
  font-weight: bold;
  background-color: #601b1b;/*タブの背景色*/
  border:1px solid #601b1b;/*タブの枠線　太さ　種類　色*/
}

/*吹き出し部分のスタイル*/
.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% + 5px);
	margin-left: -15px;
	border: 10px solid transparent;
    border-top:10px solid #601b1b;/*タブの吹き出し部分*/
	width: 0;
	height: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 20px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* radioボタンは仕組みだけ利用するため非表示に、トップページヘッダーまわり非表示*/
.tab-switch,
.home .article-header,
.home .article-footer{
  display: none;
}

/* 記事の区切り線 */
.border-partition .a-wrap:first-of-type {
    border-top: 1px solid transparent; /*一番上の線の色を透明にする*/
	padding-top:0px;
}
.border-partition .a-wrap {
  border-bottom: 1px solid #601b1b; /*区切り線の太さと種類と色*/
}

/** ウィジェットカテゴリ装飾 **/
.widget_categories ul li a,
.widget_archive ul li a {
    display: block;
    font-size: 85%;
	font-weight: bold;
    margin: 0;
    position: relative;
    border-bottom:1px solid #edbc1c;
	color: #edbc1c;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
	color: #fff!important;
    background-color: #601b1b!important;
}

/*サイドバー見出し装飾*/
.sidebar{
	background: #601b1b;
	border-radius: 5px;
}
.sidebar h3{
	color: #edbc1c;
	background: #601b1b;
	letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%; /*ラインの長さ*/
    border-top: 5px solid #edbc1c; /*ラインの色*/
}
.sidebar h3, ::before {
    left: 0;
}
.sidebar h3, ::after {
    right: 0;
}

/*フッター見出し装飾*/
.footer h3{
	color: #edbc1c;
	background: #601b1b;
	letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.footer h3::before, .footer h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%; /*ラインの長さ*/
    border-top: 5px solid #edbc1c; /*ラインの色*/
}
.footer h3, ::before {
    left: 0;
}
.footer h3, ::after {
    right: 0;
}

/*フッター区切り縦線*/
.navi-footer-in ul li{
  border-color: #edbc1c !important;
}

/*フッターメニューオンマウス挙動*/
.navi-footer-in a:hover{
	color: #fff !important;
	background: #601b1b;
}


/************************************
** ■関連記事見出しカスタマイズ
************************************/
.related-entry-heading{
  /*font-size: 18px;*/ /*フォントサイズ*/
  text-align: center; /*文字位置中央*/
  /*letter-spacing: 4px;*/ /*文字間隔*/
  margin-top:40px; /*上余白*/
  margin-bottom:8px; /*下余白*/
  border-bottom: 3px solid #601b1b;
}

.related-list .a-wrap{
	background-color: #fff;
	border-color: #601b1b;
	border-radius: 5px;
}

.main .rect-mini-card .a-wrap {
	margin-bottom: 1%;
}

/************************/
/* 記事下ページナビ*/
/************************/
#pager-post-navi .fa-chevron-left,#pager-post-navi .fa-chevron-right{
color:#601b1b; /*矢印アイコンの色*/
}

.pager-post-navi {/*ページ送りナビ*/
background-color: #fff;/*背景色*/
}

.pager-post-navi a {
 font-weight: bold;/*文字の太さ*/
 border-color: #601b1b;
}

#pager-post-navi a{ /*枠線の設定*/
border-color: #601b1b; /*枠線色*/
}

/*一覧ページボタン部分*/
.pagination-next-link {
  background-color: #601b1b;
  color: #edbc1c;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
.pagination-next-link:hover {
  background-color: #601b1b;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers { /*通常時*/
  color: #edbc1c;
  border: 1px solid #601b1b;
  background-color: #601b1b;
  font-weight: bold;
}
.pagination .current { /*現在のページ*/
  background-color: #601b1b;
  color: #edbc1c;
}
.page-numbers.dots { /*ドット「…」の部分*/
  opacity: 1;
  background-color: #601b1b;
  font-weight: bold;
}
.pagination a:hover { /*マウスホバー時*/
  background-color: #601b1b;
  color: #fff;
}

/*モバイルメニューロゴの左寄せ*/
.logo-menu-button img {
    margin-left: 0 ;
}

/*フォント変更*/
body {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic Medium, "Yu Gothic Medium", "Yu Gothic Medium", Verdana, Meiryo, sans-serif;
}
.ff-yu-gothic {
  font-family: YuGothic Medium, "Yu Gothic Medium", "Yu Gothic Medium", Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/*サイドバー広告*/
.widget_pc_ad{
 color: #edbc1c;
 font-weight: bold;
 text-align: center;
 height: 600px;
}

/*ヘッダー非表示*/
.header-container, .navi {
 display: none;
}

/*モバイルメニュー非表示*/
/*.mobile-header-menu-buttons {
 display: none;
}*/

/*モバイルメニュー余白0にする*/
/*.mblt-header-mobile-buttons {
        margin-top: 0;
    }
}*/

/*アピールエリアのフルクリーン*/
/*【width: 100lvw;】によってスクロールバーが出てしまうのでそれを消す処理*/
body{overflow-x: hidden;}

/*画面横幅いっぱいになるように設定*/
.appeal, .appeal-in, {
 position: absolute;
 top: 0;
 margin: 0 calc(50% - 50vw);
 width: 100lvw;
}

/*画面幅いっぱいになるように設定*/
.appeal {
 height: 100lvh;
 background-position:center;
 background-size: cover;
}

@media screen and (max-width: 480px){
.appeal {
 height: 100lvh;
 background-image: url(https://mtrpltnnprtn.com/wp-content/uploads/2023/08/metropolitan-naporitan-mobile-logo-scaled.jpg);
 background-position:center;
 background-size: 100% 100%;
    }
}

/*コンテンツエリア*/
.appeal-content {
background-color:transparent;/*コンテンツエリアの背景無効化*/
}

/*ボタン*/
.appeal-button {
    background-color: transparent!important;
    color: #edbc1c;
    font-weight: bold;
    font-size: 0.75em;
    position: absolute;/*ボタンの位置を変更*/
    bottom:  3em;/*画面下からの設定*/
    left: 50%;/*画面中央に設定・下の「transform」とセットで記述*/
    transform: translateX(-50%);
}
/*スマホ横表示の際ロゴとボタンが被るのためボタンを非表示にする*/
@media screen and (max-height: 405px){
 .appeal-button {
 display:none;
}
}


/*アイコンを追加*/
.appeal-button:before {
 display:block;
 font-family: "Font Awesome 5 Free";
 font-weight:bold;
 content: "\f103";/*アイコン指定*/
 font-size: 2em;/*アイコンの大きさ*/
 animation: move 2s infinite alternate ease-in-out;
}

/*マウスオン時の挙動オフ*/
.appeal-button:hover{
 color: #edbc1c;
 opacity: 1;
}

@keyframes move {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}

/*スムーズにスクロール*/
html {
    scroll-behavior: smooth;
}

/************************************
** トップシェアボタンのみシンプルにする
************************************/

/*枠組み*/
.sns-share.ss-top .sns-share-buttons {
	justify-content: right; /*中央に寄せる*/
}

/*リンク*/
.sns-share.ss-top .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border: none; /*線*/
}

/*アイコン*/
.sns-share.ss-top .sns-buttons a .social-icon {
	font-size: 20px; /*アイコンの大きさ*/
}

/*キャプション*/
.sns-share.ss-top .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*アイコンをまとめて指定*/
.sns-share.ss-top [class*="-button"] {
	background-color: inherit; /*背景の色*/
}

/* ボタンカラーがモノクロの場合
-----------------------------------*/

/*アイコンをまとめて指定*/
.sns-share.bc-monochrome.ss-top [class*="icon-"]:before {
	color: #141414; /*アイコンの色*/
}

/************************************
** ボトムシェアボタンのみシンプルにする
************************************/

/*枠組み*/
.sns-share.ss-bottom .sns-share-buttons {
	justify-content: center; /*中央に寄せる*/
}

/*リンク*/
.sns-share.ss-bottom .sns-buttons a {
	width: 50px; /*横幅*/
	height: 100px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border: none; /*線*/
}

/*アイコン*/
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 50px; /*アイコンの大きさ*/
}

/*キャプション*/
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*アイコンをまとめて指定*/
.sns-share.ss-bottom [class*="-button"] {
	background-color: inherit; /*背景の色*/
}

/* ボタンカラーがモノクロの場合
-----------------------------------*/

/*アイコンをまとめて指定*/
.sns-share.bc-monochrome.ss-bottom [class*="icon-"]:before {
	color: #141414; /*アイコンの色*/
}

/************************************
** フォローボタン（ウィジェット）のみシンプルにする
************************************/

/*枠組み*/
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}

/*リンク*/
.sns-follow.sf-widget .sns-buttons a {
	width: 75px; /*横幅*/
	height: 50px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border: none; /*線*/
}

.sns-follow.sf-widget .sns-buttons a:hover{
	background: #601b1b;
}

/*アイコン*/
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 50px; /*アイコンの大きさ*/
}

/*アイコンをまとめて指定*/
.sns-follow.sf-widget [class*="-button"] {
	background-color: inherit; /*背景の色*/
}

/* ボタンカラーがモノクロの場合
-----------------------------------*/

/*アイコンをまとめて指定*/
.sns-follow.bc-monochrome.sf-widget [class*="icon-"]:before {
	color: #edbc1c; /*アイコンの色*/
}

/*Amazonアソシエイトリンクデザインカスタマイズ*/
.amazon-item-box { /*Amazonのボックス用コード*/
    padding: 22px 25px;
    width: 96%;
    margin: 1.6em auto;
    border: 2px solid #fff;
	background-color: #fff;
}



/************************************
** アコーディオントグルボックス
************************************/
/*全体枠*/
.toggle-wrap {
border: 2.5px solid #601b1b; /*枠線種・太さ・色*/
border-radius: 9px;
}

/*見出し*/
.toggle-button {
background-color: #601b1b;/*背景色*/
color: #edbc1c;/*文字色*/
border: 2.5px solid #601b1b; /*枠線種・太さ・色*/
font-weight: bold;
}
