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

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


body {
	font-size:1.8rem !important;
}
.entry-content a:hover {
    opacity: .8;
}
a {
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 20px;
}
.a-noline a{
    color: #000;
    text-decoration: none;
}

.iframe_map{
    width: 100%;
    height: 300px;
    margin: auto%;
}
.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond{
margin-bottom: 2em;
}



/*header*/
#header .logo img{
	 width: 70%;
	}
#header .tagline{
}
#navi .navi-in > .menu-mobile{
	background:linear-gradient(90deg, #53a0eb, #35f5e5);
}

#navi .navi-in > .menu-mobile li{
	border-right:1px solid #fff;
}
#navi .navi-in > .menu-mobile li:active{
   background: #000;
}
#navi .navi-in > .menu-mobile li a{
    font-size: 14px;
    font-weight: bold;
	color:#fff;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before{
    color: #6eafef;
}





/*投稿エリア
 ------------------*/
main.main {
    padding: 0px 0%;
}

.no-scrollable-main .main {
    background: #fff;
}
.editor-styles-wrapper {
	margin:auto;
}
/*PR*/
.post-update:after{
    content: 'PR';
    background: #f9f9f9;
    color: #413f3f;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 5px;
}



/*更新日*/
.post-date, .post-update, .post-author, .amp-back, .entry-category {
    font-size: 1.2em;
    color: #45679f;
}



/*目次*/
.toc-center {
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background:#eff5ff !important;
}
.toc-title {
    font-weight: 700;
    text-align: left;
    color: #0095d9;
    font-size: 20px;
}

#toc a:hover{
    background: #62b3ff;
    color: #Fff;
    padding: 8px 7px;
}


.article ul li, .article ol li{
	font-weight: 600;
    margin: 0.5em 0.5em .8em;
}
.article ul li, .article ol li::marker{
 color:#016795 !important;
}

.not-found {
	max-width: 30% !important;
}
.toc a {
    font-size: 15px;
    font-feature-settings: "palt";
	color: #016795;
}
#toc ol.toc-list{
	margin-top:-10px;
}

/*投稿文横幅調整*/
toc-center,h2,h3,h4,h5,h6,p,ul,.wp-block-embed,.wp-block-table{
	margin :0 3% 0;
}

/*リスト内で小見出しに背景を付ける*/
.list-pickup-title{
    background: #0095d9;
    padding: 5px 10px;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}


/*見出し*/
.entry-title,
.article h1 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0;
    padding: 5px 3% 6px;
}

.article h2 {
    padding: 0.3em 1.5rem;
    background: #fff;
    color: #333;
    border-bottom: #46ace7 5px solid;
    font-size: 24px;
	margin:3em 0 .8em;
}


#content .article h3 {
position: relative;
position: relative;
    padding: 1.3rem 1rem 1rem;
    border-bottom: 5px dotted #69c9eb;
    border-left: none;
    border-top: none;
    border-right: none;
    background: #f4faff;
    letter-spacing: 0px;
    font-size: 20px;
    margin: 3em 0 1.5em;
}

#content .article h4 {
padding: 1.5rem 2rem;
  background: #f4f4f4;
 /* border-left: 4px solid #fa709a;*/
  border-top:none;
	border-bottom:none;
	margin:50px 2% 30px;
  font-size:1.8rem;
}


#content .article h5 {
  position: relative;/*POINT*/
    padding: 1rem 2rem;
    text-align: center;
    margin: auto 2%;
    border: 3px solid #000;
    border-radius: 0 10px 10px 10px;
}

#content .article h5:before {
    font-size: 15px;
    position: absolute;
    top: -31px;
    left: -3px;
    height: 23px;
    padding: 7px 14px 0;
    content: 'POINT';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #000;
}
}

#content .article h6 {
	padding: 1rem 2rem;/*2重線で囲む*/
  border: 6px double #000;
	border-bottom:none;
	margin:auto 2%;
}


.article ul li, .article ol li::marker {
    color: #333;
}


/*部分的に背景に色を付ける
 ---------------------------*/
/*枠あり薄ブルー*/
.bg-usublue {
    background: #f4faff;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #afafaf;
	margin: 10px 2%;
}
ul.bg-usublue li {
	padding-bottom:5px;
}
/*枠あり黄色*/
.bg-bd-yellow {
    background: #fffddd;
    padding: 10px;
    border: 1px solid #cdcdcc;
}
/*黄色*/
.bg-yellow {
background: #fffce5;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #cfcfcf;
    letter-spacing: 1px;
}
/*オレンジ*/
.bg-orange {
background: antiquewhite;
padding: 10px 10px 10px 30px;
}
/*水色*/
.bg-aqua {
background: #f2f9f8;
padding: 15px;
}
.bg-aqua h3 {
    padding: 1.3rem 0 1rem !important;
    border-bottom: none !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    background: none !important;
    letter-spacing: 0px !important;
    margin: 0 0 0 0 !important;
    font-size: 18px !important;
}
/*グレー*/
.bg-gray {
background: #f5f5f5;
padding: 15px;
}
/*薄パープル*/
.bg-purple{
	    background: #f6f2ff;
}
ul.bg-purple li::marker {
    color: #6655e9 !important;
}




/*インラインボックス*/
.inline-box {
    border: 1px solid #666;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 2% 12px;
    border-radius: 3px;
}
.fa-angle-right{
	content:"\f105";
}


/*アフィリエイト　バナー下部にpタグ*/
.pr-txt{
    font-size: 13px;
    text-align: center;
    margin: -25px auto 30px;
    font-weight: bold;
}
.pr-txt2{
    font-size: 13px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: bold;
}
.pr-bnrtxt{
font-size: 13px;
    text-align: center;
    margin: 0px auto 30px;
    font-weight: bold;
    background: aliceblue;
}
.pr-bnrtxt a { 
	text-decoration: none;
}
.pr-txt span,
.pr-txt2 span,
.pr-bnrtxt span{
    margin-left: 10px;
    font-size: 8px;
    border: 1px solid #bfbfbf;
    color: #9f9f9f;
    border-radius: 2px;
    padding: 0 2px 0px 1px;

}


/*投稿画面本文*/
.center {
	margin:auto;
	text-align:center;
}
.eye-catch img{
	width:100%;
}
/*目次*/
.entry-content .toc{
	border:none;
	margin:auto 2%;
	padding: 2em 1.5em;
	width:98%;
}



.black-border {
	border:3px solid #000;
	padding: 0px 20px;
}
.small-box{
	font-size:13px;
	color:#666;
}
.orange-box {
    border: 3px solid #f49516;
    padding: 0px 20px;
    border-radius: 2em;
}
.orange-box-solid {
    border: 2px solid #f49516;
    padding: 10px;
    border-radius: 0.5em;
}
.orange-box-solid p {
	padding:5px;
	margin:0 !important;
}


/*table枠*/
/*基本のテーブルタグ*/
.body div.scrollable-table table, .body .wp-block-table table {
    margin-bottom: 0;
    width: 100%;
}

.wp-block-table td, .wp-block-table th{
    border: 1px solid #000;
    font-size:14px;
}
table tr:nth-of-type(2n+1) {
    background-color: #fdfdfd;
}
.table {
	width:100%;
}
table td:first-child {
	width:20%;
}
table td:nth-child(2) {
}

/*装飾*/
.table-gray{
    border: 1px solid #d1d1d1;
	margin: 0.8em 0 0.5em;
}

.table-gray tr:not(:last-child) {
	border-bottom:1px dotted #666;
}
.table-gray .td-gray {
	background:#8b8b8b;
	color:#fff;
}
table.table-gray td {
	background:#eef1f2;
	border:none;
	padding:10px !important;
	font-size:14px;
}

/*黒枠、左側グレー背景、右側ちょいグレー背景*/
.table-gr-bl {
	width:100% !important;
	margin-bottom:0;
}
.table-gr-bl .td-gr1{
    border: 1px solid #d5d5d5;
    background: #ddd;
    font-size: 15px;
}
.table-gr-bl .td-gr2{
    border: 1px solid #d5d5d5;
    background: #f9f9f9;
    font-size: 15px;
}
/*左だけオレンジ色*/
.table-skyblue,
.table-orange {
	width:100% !important;
	margin-bottom:0;
}
.table-orange tr{
	background: #f7f2ef;
}
.table-orange td{
	font-weight:600;
	border:1px solid #f7f2ef;
}
.table-orange .td-orrange{
    background: #f1a53f;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
/*水色*/
.table-skyblue tr{
	background: #f4faff;
}
.table-skyblue td{
	font-weight:600;
	border:1px solid #c1c1c1;
}
.table-skyblue tr:first-child  {
    background-color: #1572d5;
}
.table-skyblue td:first-child {
    background: #1572d5;
    color: #fff;
}
.table-skyblue tr:nth-of-type(2n+1) {
    background-color: #f4faff;
}
.table-skyblue .sky{
    background: #8ac9ff;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.nowrap{
	white-space: nowrap;
	display: block;
	width:500px;
}
table.nowrap td{
width: fit-content;
} 
/*table横スクロールバー*/
.wp-block-table::-webkit-scrollbar {
  height: 15px;
	width:70px;
}
.wp-block-table::-webkit-scrollbar-track {
  background: #efefef;
}
.wp-block-table::-webkit-scrollbar-thumb {
  background: #98d0ff;
	border-radius:2px;
}

/*カレンダー
 --------------------------*/
.calender{
	margin: 0 ;
	width:100%;
	font-family: "Oswald";
}
.calender table td{
	width:14.2%;
	color:#333;
	font-size: 1.7rem;
	text-align:center;
    vertical-align: top;
    padding: .2em;
}
.calender table td .people{
	font-size:1.7rem;
	font-feature-settings: "palt";
	letter-spacing: -0.05rem;
}
.calender table td .people small{
	font-size:.9rem;
}
.calender table td .weather{
	font-size:1.2rem;
	color:#666;
}
.calender table td .sun{
	color:#cb1932;
}
.calender table td .sat{
	color:#0c7ecf;
}
.crowded-mikata{
	margin:20px 0;
}
.crowded-mikata div{
	margin:0 3% 5px;
}
.crowded-1{
	background-color:#d0f5ff;
    color: #222;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
.crowded-2{
background-color: #c3ffbf;
    color: #222;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
    border-radius: .1em;
}
.crowded-3{
	background-color:#fbff81;
    color: #222;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
.crowded-4{
	background-color:#ffba6f;
    color: #222;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
.crowded-5{
	background-color:#e555aa;
    color: #fff;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
.crowded-6{
	background-color:#cf3535;
    color: #fff;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
.crowded-7{
	background-color:#1e1e1e;
    color: #fff;
    line-height: 1.4;
    padding: .5em .1em;
    font-size: 13px;
	border-radius: .1em;
}
/*待ち時間の表*/  
.latency {
	margin:0 3% 2em;
}
.latency h3.pavilion{
    border-bottom: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 0 .5em 0 !important;
    font-size: 1em !important;
}
.latency ul{
    margin:0;
	padding:0 !important;
	display:flex;
	border-top: #c9c9c9 1px dotted;
	border-bottom: #c9c9c9 1px dotted;
}
.latency li{
	margin:0 !important;
	padding:0 2%;
    list-style:none;
	flex:auto;
	font-weight: normal !important;
	border-right: #c9c9c9 1px dotted;
	width:20%;
}

.latency .wait{
    background: aliceblue;
}
.latency .time{
	background:#f5f4f4;
}
.latency .time .level-1{
	background:#ffe2e2;
}
.latency .time .level-2{
	background:#ffc1c1;
}
.latency .time .level-3{
	background:#f19695;
}

/*背景色指定
 ---------------------------*/
/*黒塗り*/
.bg_black{
	background-color:#000;
	color:#fff;
	margin:0 2%;
	padding:1rem;
	text-align:center;
}


/*ただの枠を付ける
 ---------------------------*/
/*黒枠*/
.black-box {
	border:1px solid #000;
	padding:10px;
	margin:0 2%;
}

/*黒枠線の中は薄いブルー*/
・blue-black {
    border: 2px solid #000;
    background: azure;
}


/*ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


/*オレンジボタン＆背景＆テキスト*/
.orange-btn_bg{
background: antiquewhite;
    padding: 15px;
    margin: 10px auto;
    display: block;
    border-radius: .5em;
}
.orange-btn_bg p{
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 600;
}

a.btn--orange {
    color: #fff;
    background-color: #e96d28cc;
    font-size: 1em;
    letter-spacing: .1rem;
    padding: 10px 5%;
    border-radius: 2em;
    display: block;
    text-align: center;
	margin:0 3%;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/*シンプルなボタン*/
a.btn-border {
border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    display: block;
    margin: 30px 3% 0;
    font-weight: 500;
    letter-spacing: 1px;
    /* color: #fc7c04; */
}
a.btn-border:hover {
  color: #fff;
  background: #f3a63f;
}
a.btn-border:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:13px;	
}

/*シンプル：白抜きに青文字。マウスオンでカラーが反転*/
.wrap-center{
	display:flex;
}
a.btn_simple {
	display: table;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin:.5em auto 3em;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_simple:hover {
	color: #fff;
	background: #27acd9;
}
.center{
	margin:auto;
}

/*ただのオレンジボタン*/
a.btn--tadano-orange {
color: #fff;
    background-color: #e79946;
    display: inline-block;
    font-size: 15px;
padding: 10px 50px;
    border-radius: 2em;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}
a.btn--tadano-orange:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*光るオレンジボタン*/
.c-button._shiny {
    display: block;
  margin:30px auto;
    font-weight: bold;
    max-width:500px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*緑ボタン*/
a.btn-simple-green {
color: #fff;
    background-color: #409952cc;
    display: block;
    font-size: 17px;
    padding: 11px;
    border-radius: 22px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}

/*渋め朱色ボタン*/
a.btn_syuiro{
    color: #fff;
	background-color:#d14646;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}


/*アフィリエイトボタン*/
.amazon {
    background: #e7b730;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.rakuten {
    background: #e34e4e;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.yahoo {
    background: #dd3333;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.btn-center{
	margin:auto;
	text-align: center;
}
/*もしもアフィリエイト　楽天の前に表示*/
.easyLink-info-btn::before{
    content: "楽天スーパーセール開催中 (6/4 20:00-6/11 01:59)";
    color: #ff5842;
    font-size: .7em;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

 


/*fontsizeフォントサイズ*/
.fs25{
    font-size:25px;	
}
.fs24{
    font-size:24px;	
}
.fs23{
    font-size:23px;	
}
.fs22{
    font-size:22px;	
}
.fs21{
    font-size:21px;	
}
.fs20{
    font-size:20px;	
}
.fs19{
    font-size:19px;	
}
.fs18{
    font-size:18px;	
}
.fs17{
    font-size:17px;	
}
.fs16{
    font-size:16px;	
}
.fs15{
    font-size:15px;	
}
.fs14{
    font-size:14px;	
}
.fs13{
    font-size:13px;	
}
.fs12{
    font-size:12px;	
}
.fwb{
    font-weight:bold;
}
.fbn{
	font-weight:normal;
}

/*文字色
 -----------*/
.momoiro{
	color: #d14646;
}
.red{
	color: #c32d2d;
}


/*開く閉じる短縮ボタン*/
details {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: .3em 3%;
    margin: 0 3%;
    font-size: .8em;
}
summary {
  font-weight: bold;
  margin: 0;
  padding: .5em 3%;
}
details[open] {
  padding: 0.5em;
  margin-bottom:4em;
}
details[open] summary {
  border-bottom: 1px solid #aaa;
margin-bottom: 1.5em;
}
details table{
	width:99%;
}


/*もしもyahooタグの画像と文字を消す*/
.yahoo-box .blogcard-content,
.yahoo-box .blogcard-thumbnail img,
.yahoo-box .blogcard-footer{
	display:none;
}
.yahoo-box .blogcard::before{
	content:"Yahoo!で見る";
  display: inline-block;
}
.yahoo-box .blogcard{
	background: #9ad5ed;
    color: #fff;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}


/*余白調整*/
.top50px{
	margin-top:50px !important;
}
.top80px{
	margin-top:80px !important;
}
.top100px{
	margin-top:100px !important;
}
.top-50px{
	margin-top:-50px !important;
}
.mg-bottom20px{
	margin-bottom:20px !important;
}
.padd-3em2{
	padding:3em 2em;
}


.article ul li::marker {
	color:#51c0d3;
    line-height: 1;
	font-size:20px;
	margin:2em;
}




.affi-box{
	border: 1px solid #fa709a;
    padding: 35px 10px 10px;
    margin: auto;
    text-align: center;
    border-radius: 1em;
}


/*アフィリエイト画像pc横並び3列sp縦1列配置*/
.flex-photo3{
	display: flex;
	justify-content: space-between;
}
	.flex-photo3 .flex-img{
		margin-right:20px;
		font-size:12px;
		color:#666;
	}
	.flex-photo3 .flex-img:nth-child(3n){
		margin-right:0;
	}



/*左にアフィリエイト、右にtext*/
.double-row {
	margin:auto;
	display:flex
}
.right-text {
	margin-left:20px;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.btn--orange a {
	color:#fff;
}

a.btn--radius {
   border-radius: 100vh;
}

/*コメント*/
.related-entry-heading, .comment-title {
    margin: 22px 0;
    font-size: 16px;
}


/*ランキング*/
.btn-blue, .ranking-item-detail a, .btn-wrap.btn-wrap-blue > a {
    background-color: #f3a63f;
    padding: 8px 0;
}
.ranking-item-name-text, .widget_item_ranking .main-widget-label {
    font-size: 16px;
}
.ranking-items p {
    font-size: 14px;
    margin-top: 0;
}


/*ブログカード*/
.blogcard-wrap {
    margin-bottom: 2em !important;
}

.wp-block-embed .blogcard:before{
	  content: "関連記事こちらの記事も一緒に読まれています";
  display: inline-block;
  text-align: center;
  font-size: .8em;
  background: #a680ff;
  color: #fff;
  padding: 5px 5px 3px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 1.2;
	margin-bottom: 5px;
}

.blogcard-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 2px;
}
.blogcard-snippet{
	display:none;
}
.blogcard-footer {
    font-size: 11px;
	color: #777;
}


/*タイムライン*/
.timeline-box{
	margin:auto 2%;
}

/*吹き出し*/
.cocoon-block-balloon.not-nested-style.sbp-l > .speech-balloon{
	background-color: beige;
	padding:1rem;
}

.speech-balloon::after{
	border-right-color:beige;
}
.speech-balloon::before{
	    border-color: #fff;
}
.cocoon-block-balloon.not-nested-style>.speech-balloon{
	    border-color: #fff;
}

/*pr*/
.gray-pr{
	font-size:14px;
	color:#666;
}





/*sidebar
-----------------*/
.no-scrollable-sidebar .sidebar {
}
/*ユーザー*/
.author-description p{
font-size: 12px;
    line-height: 1.6;
    color: #666;
}
.author-box {
    margin: 1em 0 2em;
}


/*サイドナビの検索窓*/
.sidebar .search-box, .search-menu-content .search-box {
  width: 100%;
  margin: 1em 0 2em;
  position: relative;
  display: flex;
  border-radius: 50px; /*全体を囲むボックスの角丸*/
  box-shadow:0px 4px 6px 0px #c4c4c4; /*全体を囲むボックスのシャドウ*/
}
.search-menu-content .search-box {
  box-shadow:0px 4px 6px 0px #333; /*スライドイン表示でのシャドウ*/
}
.sidebar .search-edit, .search-menu-content .search-edit {
  width: 80%; /*入力部分の長さ*/
  background: #fff; /*入力部分の背景色*/
  padding: 0 25px;
  border: none; /*ボーダーを消す*/
  border-radius: 50px 0 0 50px; /*左上、左下のみ角丸*/
  font-size: 16px;
}
.search-submit {
    width: 20%;
    background: #e7870f;
    color: #fff;
    position: static;
    right: auto;
    top: auto;
    font-size: 20px;
    cursor: pointer;
    line-height: 40px;
    border: none;
    border-radius: 0 40px 40px 0;
    padding: 10px;
}

.search-box input::placeholder {
  color: #bbb; /*プレースホルダーの色*/
}
.search-box input:focus, .search-box button:focus {
  outline: 0; /*フォーカス時の枠線を消す*/
}
/*検索結果画面の検索窓*/
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    width: 78%;
}

.main .search-box { 
       display: flex;
}

#main .search-submit {
    background: #0095d9;
    color: #fff;
    position: static;
    right: auto;
    top: auto;
    font-size: 20px;
    cursor: pointer;
    line-height: 40px;
    border: none;
    border-radius: 0 40px 40px 0;
    padding: 3px;
}

/*footer*/

.footer-bottom-logo .logo-text {
    display: none;
}
.footer .footer-bottom-content {
    color: #848484;
    font-size: 12px;
    line-height: 20px;
}


/*ウィジェット
-----------------*/

/*afi用バナー横３列*/
.bnr_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0px 0;
    padding-top: 30px;
}
.bnr_img {
    /*width: calc(100% / 3 - 30px);*/
	width:50%;
    margin-bottom: 0px;
    padding: 0px 10px;
    text-align: center;
}
/*マウスオン*/
.pagination-next-link:hover, 
.comment-btn:hover, 
.navi-in a:hover,
.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, .widget_block ul li a:hover{
    background-color: #99e598;
	color:#fff;
}






/*フッター
----------------------*/
/*人気ランキング上部のgoogleアドセンス*/
#content-bottom .ad-wrap h3{
	text-align:left;
	    margin: 0 1%;
}

/*コメント*/
.comment-btn:hover{
	    background-color: #ffffff;
}

.wp-block-tag-cloud span{
	color: #222;
}
.widget_nav_menu ul{
}
.widget_nav_menu ul li,
.sub-menu ul li{
	background: antiquewhite;
}

.entry-title, .article h1 {
    padding: 5px 1% 6px;
    width: 850px;
}

.widget h2 {
    font-size: 24px;
    margin: 30px 3% -15px;
}

.widget_nav_menu ul li a{
	color: #222;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    padding-right: 4px;
    padding-left: 15px;
    margin: 5px 0;
    font-size: 15px;
	font-weight: 600;
}
 .widget_nav_menu ul li a:hover {
    transition: all 0.3s ease-in-out;
    color: #333;
}
/*footer*/
.widget-single-content-bottom-title {
	font-weight: 600;
    margin-bottom: -15px;
    font-size: 14px;
    color: #333;
	margin-top:80px;
}


.content-top, .content-bottom {
    background: #fff;
}



/*タグ*/
/*投稿下にあったタグ*/

.entry-categories-tags {
	margin: 0 2%;}
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 2px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 0px;
}
.wp-block-tag-cloud a:hover {
    background-color: #f3d0a0;
    transition: all 0.3s ease-in-out;
	color: #fff;
	border:none;
}
.entry-tags .tag-link .fa-tag:before {
    content: "\f02b";
    color: #fff !important;
    font-size: 12px;
}
.fa-tag:before {
    color: #e5a652;
}
.wp-block-tag-cloud span{
    color: #666;
    font-size: 14px;
}
.wp-block-tag-cloud {
	    margin: 0 3%;
}
.fa-tag:before {
    color: #e5a652;
}
.wp-block-search__inside-wrapper{
	margin:0 3%;
}
.wp-block-search__label{
	font-size: 17px;
    margin: 30px 3% -15px;
	font-weight:bold;
}
#block-8{
	margin-top:10px;
}
.wp-element-button {
    cursor: pointer;
    background: #0095d9;
    color: #fff;
    border: none;
}
/*記事下にある回遊バナー*/
.bottom-bnr{
	margin:0 2%;
	position: relative;
}
.bottom-bnr p{
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 30px;
    color: white;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    opacity: .8;
      }
.bottom-bnr .pink{
    background: #8b6161;
}
.bottom-bnr .green{
    background: #115d37;
}

/*記事下にあるカテゴリー*/
.fa-folder:before {
    content: "\f07b";
    font-size: 12px;
}
.cat-link {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px;
    font-size: 25px;
     background-color:#fff;
    border-radius: var(--cocoon-badge-border-radius);
    word-break: break-all;
	    border: 1px #e7e7e7 solid;
    border-radius: 5px;
	margin-bottom: 10px;
}
.cat-link:hover{
	color:#ff7800;
}

/*記事下にある関連タグ*/
.tag-link, .comment-reply-link{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0.3em 0.3em 0.5em;
    padding: 5px 10px;
    border: none;
    font-size: 15px;
    border-radius: 2px;
    word-break: break-all;
    background: #f3a63f;
    font-weight: bold;
    letter-spacing: 1px;
}
/*sns*/
.sns-share{
	margin:0 2%;
}
.sns-buttons a{
	    height: 35px;
}
/*関連記事周辺*/
.under-entry-content{
	margin:0 2%;
}

/*パンくずリスト*/
.breadcrumb{
    margin: 1em 0.4em 1.5em !important;
    color: #3f3d3d;
    font-size: 13px;
}
/*トップページ
----------------*/
.widget-entry-cards figure{
	width: 150px;
}
.card-title-bold .card-title {
    font-size: 16px;
}
.card-arrow .card-content {
    margin-right: 25px;
}
#post-6162 h2.wp-block-heading:first-of-type{
	margin-top:0;
}


/*トップページ画像*/
.ect-vertical-card .entry-card-wrap {
    box-shadow: 0 10px 20px -5px #ddd;
}
.entry-card-wrap:hover {
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.25);
    transform: translateY(-2px);
    background-color: #fff;
    transition: all 0.3s ease;
}
/*トップページ画像下のテキスト非表示*/
.entry-card-snippet, .related-entry-card-snippet{
	display:none;
}
.e-card-title {
	margin-bottom:-25px !important;
}

.btn-tag-itiran a{
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 5px 10px 5px 5px;
    background: #fff;
    color: #000;
    font-size: 15px;
}
.btn-tag-itiran a:before{
    content: "\f02b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	color:#e3951c;
	/*color:#1c8fe3;*/
}




/*footer
 ----------------------------------*/
	/*記事下部にある人気記事*/
.widget-content-bottom h2,
.under-entry-content h2{
		margin:40px 0 0 !important;
		font-size:20px !important;
		text-align:center;
	}
.popular-entry-card-content .popular-entry-card-title{
    font-size: 16px;
    font-weight: bold;
	}
	/*記事下のカテゴリー*/
.bottom-category{
	
}
.bottom-category .cate-box{
    background: #eee;
    padding: 20px;
    border-top: 5px solid #fff;
	text-align:center;
}
.bottom-category  a{
	color:#000;
	text-decoration: none;
    font-weight: bold;
}
.footerNotes{
font-size: 11px;
    color: #666;
    margin: 30px 2% 0;
    line-height: 1.5;
    letter-spacing: 0;
}
.navi-footer-in > .menu-footer li.menu-item{
	width:auto;
	color:#000;
}



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

	
 h1.archive-title{
    font-weight: normal;
    padding: 20px 3% 6px;
	}
		
#content h1 .fa-tags:before{
	font-size:13px;
}
/*カテゴリー上部のタグ*/
.category_tag_ttl{
	
    font-size: 16px;
    font-weight: 700;
	margin: 0 3% 5px ;
}

.category_tag{
    margin: 0 3%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	line-height:2;
}


/*カテゴリー上部の下層タイトル*/
.dli-chevron-right {
display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin: 0 1em 0 0em;
}
.cate-subtitle{
	background: #ededed;
    padding: 10px 20px;
    border-top: 5px solid #fff;
}
.catesub-box a,
.cate-tag a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.category-list-ttl{
    margin-top: -5px;
    margin-bottom: -43px !important;
    font-size: 13px;
    font-weight: 400;
}

/*カテゴリー「次のページ」*/
.pagination-next-link, .comment-btn {
    background-color: #ffffff;
    border: 1px solid #777777;
    font-size: 13px !important;
	border-radius:40px;
}
.pagination-next-link, .comment-btn {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
/*カテゴリー ページ数*/
.pagination .current {
    background-color: #33ccd3;
    color: #fff;
    font-size: 14px;
}
.page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
}



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

/*820px以上*/
@media screen and (min-width: 1021px){
	
	body{
		width:1000px;
		margin:auto;
	}
	
	br .sp{
		display:none;
	}
	br .pc {
		display:block;
	}
	
/*header
 * -----------*/
	/*看板とカテゴリナビ横並び*/

	.header{
		width: 480px;/*上部固定時看板サイズ*/
	}
	.header-container-in.hlt-top-menu {
    padding: 10px 0;/*上部固定ナビ上下の余白*/
}
	
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 85px;
    height: auto;
    margin-top: 0;
}

.navi-in > ul li {
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
}

.navi .item-label, .navi .item-description{
font-size: 16px;
    font-weight: 600;
}
	.navi-in > ul li {
		width: 15%;
	}
	    #navi .navi-in > .menu-mobile li {
			width: 20%;
	}
	

	
	
/*sideber
 ---------------*/
	/*右ナビカレンダー*/
#sidebar #categories-2 h3.widget-sidebar-title{
	 background-color: #6eafef;
    padding: 12px;
    margin: 0;
    color: #fff;
	}
#sidebar #categories-2 ul{
		background:#f9f9f9;
	}
#sidebar #categories-2 ul li a{
	    padding: 10px 20px;
	}
#sidebar .list-item-caption{
		font-weight:bold;
	}	
	/*右ナビ追従目次*/
	#sidebar-scroll{
		padding-top:100px !important;
	}
		#sidebar-scroll .toc-title{
		margin-bottom:10px;
	}
.nwa .toc {
    border: 0;
    padding: 2em 2em;
    margin: 0;
    width: 100%;
}
	#sidebar-scroll .toc li{
		font-weight: bold;
        margin-bottom: 10px;
	}
	
	
	
	/*footer
 -----------*/
	
	.widget-content-bottom h2, .under-entry-content h2
	{
		text-align:left;
	}
	
/*コンテンツ下部の回遊バナー*/
	.bottom-bnr p{
		    width: 768px;
	}
	
	
	/*アフィリエイト用1つのみ表示*/
	.afi-1{
	width: 325px;
    margin: 0 auto 40px;
}


}


	


/*1023px以下*******************************************************************************************************************************************

@media screen and (max-width: 1023px){
	


br.pc {
		display:block;
	}
br.sp{
		display:none;
	}


.header-container, .header .header-in {
    padding: 10px 0 0px;
}
	
.header .header-in {
	padding:30px 0 0;
}
.header .logo-text {
    padding: 5px 0 30px;
    font-size: 1em;
}
.logo-image {
    padding: 10px 0 0px !important;
    font-size: inherit;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 85px;
    height: auto;
    margin-top: -40px;
}
.header .site-name-text-link a {
	color: #fff;
	display: block;
}

.footer {
	margin-top: 0px; 
    padding-top: 0px;
}
}

******/

/*834px以下*************************************************************************************************************************************************/
@media screen and (max-width: 1020px){
	.body{
    font-feature-settings: "palt";
	    line-height: 1.7 !important;
		width:100%;
}
	
		
	br .sp{
		display:block;
	}
	br .pc {
		display:none;
	}
	
	
/*ヘッダー
-----------------*/
	#header .logo img{
		    width: 75%;
	}
	.logo-image {
        padding: 20px 0 10px;
    }
	
	.logo-text {
    padding: 0px 0 5px;
    font-size: 1em;
}
	.tagline {
        font-size: 1rem;
		margin: 0 0 -10px;
    letter-spacing: 1px;
    }
	#header .site-name-text {
        font-size: 22px;
        letter-spacing: 3px;
        font-size: 2rem;
        color: #333;
    }
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 75px;
    height: auto;
    margin-top: -30px;
}
	.header .header-in {
    padding: 0px 0 0;
}
	.logo-image {
    padding: 13px 0 5px;
    font-size: inherit;
}
	
	.toc-center {
    margin: 1em 3%;
}
	.breadcrumb {
    margin: 0em 0 0em !important;
	display:none;
}
	main.main, div.sidebar{
		margin: 0;
	}
	
	    .content {
        margin-top: 15px !important;
    }
	#navi .navi-in > .menu-mobile li{
       width: 20%;
		        height: 50px;
		        line-height: 50px;
	}
	
	
	
/*インデックス
-----------------*/
	.content {
    margin-top: 25px;
}
	.e-card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 5px;
}
	
/*投稿文
----------------*/	
	.pr-label-s {
        margin: 0 2%;
    }
}
	
	
	.entry-title, .article h1{
		    padding: 20px 3% 6px;
		width:100%;
	}
	
	
	.article ul, .article ol{
	padding: 10px 10px 10px 26px;
	}
/*cocoonのスタイルブロック*/
.is-style-information-box, .is-style-question-box, .is-style-alert-box, .is-style-memo-box, .is-style-comment-box, .is-style-ok-box, .is-style-ng-box, .is-style-good-box, .is-style-bad-box, .is-style-profile-box, .information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box{
	 padding: 13px 20px 10px 38px;
    line-height: 1.5 !important;
	}
	
	.is-style-alert-box{
		border-left: 5px solid #f6b9b9 !important;
	}
	
	.is-style-information-box::before, .is-style-question-box::before, .is-style-alert-box::before, .is-style-memo-box::before, .is-style-comment-box::before, .is-style-ok-box::before, .is-style-ng-box::before, .is-style-good-box::before, .is-style-bad-box::before, .is-style-profile-box::before, .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before{
	padding: 0;
    left: 0.5em;
    font-size: 18px;
    margin-left: 0;
    border: none;
    width: auto;
}
	
	/*アフィリエイト画像pc横に3列sp縦1列配置*/
	.flex-photo3{
		display:block;
		margin:auto;
	}
	.flex-photo3 .flex-img{
		margin:0 auto 20px;
		text-align:center;
	}

/*吹き出し*/
.wp-block-cocoon-blocks-balloon-ex-box-1{
	    margin: 0 2% 3em;
}

	
	
/*ウィジェット
-----------------*/

/*afi用バナー横３列*/
.bnr_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}
.bnr_img {
    width:50% !important;
    padding: 10px 10px;
    text-align: center;
}
	
/*---フッター
----------------*/
	.sns-share {
		margin-top:20px;
	}
	
.sns-share .sns-share-message{
	 font-size: 17px;
    font-weight: bolder;
	}
	
	
	
	
	
}





/*480px以下*************************************************************************************************************************************************/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
br.pc {
		display:none;
	}
br.sp{
		display:block;
	}

	
/*投稿文*/
		.is-style-information-box::before, .is-style-question-box::before, .is-style-alert-box::before, .is-style-memo-box::before, .is-style-comment-box::before, .is-style-ok-box::before, .is-style-ng-box::before, .is-style-good-box::before, .is-style-bad-box::before, .is-style-profile-box::before, .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before{
			top:0;
}
	
	
	
	
	
/*検索結果画面*/	
	.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 77%;
}
	
	
	
	
	
}
